summaryrefslogtreecommitdiff
path: root/gr-fcd
AgeCommit message (Collapse)Author
2012-04-04Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-04Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i
2012-04-04fcd: simplify swig generation after virtual interface class changeJohnathan Corgan
2012-04-03Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau
Conflicts: CMakeLists.txt
2012-04-03examples: Reworked locations and installation of examples.Tom Rondeau
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
2012-04-01Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan
2012-04-01Merge branch 'master' into nextJohnathan Corgan
2012-04-01fcd: adds setter function to configure mixer gainDimitri Stolnikov
2012-04-01Removes all references to guile and scheme, which are no longer needed.Tom Rondeau
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
2012-04-01Merge branch 'master' into nextJohnathan Corgan
Conflicts: gr-fcd/lib/Makefile.am
2012-03-23fcd: convert to private implementation patternJohnathan Corgan
2012-03-22Merge branch 'master' into nextJohnathan Corgan
Conflicts: config/Makefile.am configure.ac
2012-03-22Implement conditionalized build for WIN32Johnathan Corgan
2012-03-13fcd: fixes for distcheckTom Rondeau
2012-03-13fcd: update text files and copyrightJohnathan Corgan
2012-03-13fcd: fix compiler and documentation warningsJohnathan Corgan
* Mismatch in parameter name in hidapi.h * Signedness error in hid-libusb.c * Disable unusued warning for TODO items in fcd_source_c.cc
2012-03-13fcd: implement conditional build for MacOSXMichael Dickens
2012-03-12fcd: complete cmake buildJohnathan Corgan
2012-03-12fcd: added FCD_API to codeTom Rondeau
2012-03-11fcd: cmake build work in progressJohnathan Corgan
2012-03-11fcd: fix grc import statementAlexandru Csete
2012-03-10fcd: moved items to current layout standardJohnathan Corgan
* Public header files moved from lib/ to include/fcd * Contents of apps/ moved to examples/ to get into gnuradio/examples, apps for programs to be installed into $PREFIX/bin
2012-03-10fcd: move HID and FCD libraries into own subdirsJohnathan Corgan
* These libraries are packaged here for convenience and are not considered part of GNU Radio proper.
2012-03-10fcd: incorporated into Doxygen docsJohnathan Corgan
2012-03-09fcd: convert out-of-tree autotools build to in-treeJohnathan Corgan
This still needs doc directory conversion to new documentation system.
2012-03-08Initial import of out-of-tree files from Alexandru CseteAlexandru Csete