summaryrefslogtreecommitdiff
path: root/gr-fcd
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Tom Rondeau2012-12-121-2/+0
|\
| * build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵Tom Rondeau2012-12-121-2/+0
| | | | | | | | cause of the parallel build woes.
* | build: cleaned up some warnings.Tom Rondeau2012-12-031-1/+1
|/
* gr: same change for common PYTHON test pathsJosh Blum2012-11-141-7/+7
| | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
| | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* gr: added python -B everywhere for clean source treeJosh Blum2012-11-041-1/+1
|
* fcd: fixed copy-paste error.Tom Rondeau2012-08-282-2/+2
|
* swig: added GR_SWIG_TARGET_DEPS core_swig to other swig buildsJohnathan Corgan2012-07-031-0/+2
| | | | | | | | | I have not encountered an issue, however this is the correct thing to do. Now individual components swig builds depend on the gr core swig target. Conflicts: gr-filter/swig/CMakeLists.txt
* fcd: fix frequency offset test in GRCAlexandru Csete2012-06-091-1/+1
|
* Merge branch 'maint'Johnathan Corgan2012-04-191-1/+1
|\
| * fcd: fix iq_corr setup in GRC wrapperJohnathan Corgan2012-04-191-1/+1
| |
* | Merge branch 'maint'Johnathan Corgan2012-04-171-1/+6
|\|
| * fcd: better fix for linker issueJosh Blum2012-04-171-1/+6
| |
* | Merge branch 'maint'Johnathan Corgan2012-04-171-1/+1
|\|
| * fcd: fix linker issue with librt on some platformsBarry Jackson2012-04-171-1/+1
| |
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1319-266/+266
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan2012-04-047-12/+38
|\ \
| * \ Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau2012-04-037-12/+38
| |\ \ | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt
| | * | examples: Reworked locations and installation of examples.Tom Rondeau2012-04-037-12/+38
| | | | | | | | | | | | | | | | 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>.
* | | | Merge branch 'master' into nextJohnathan Corgan2012-04-044-25/+12
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i
| * | | fcd: simplify swig generation after virtual interface class changeJohnathan Corgan2012-04-045-26/+14
| | | |
* | | | Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan2012-04-013-169/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Removes all references to guile and scheme, which are no longer needed.Tom Rondeau2012-04-013-169/+0
| | |/ | |/| | | | | | | The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
* | | Merge branch 'master' into nextJohnathan Corgan2012-04-015-3/+44
|\ \ \ | | |/ | |/|
| * | fcd: adds setter function to configure mixer gainDimitri Stolnikov2012-04-015-3/+44
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-04-015-261/+281
|\| | | |/ |/| | | | | Conflicts: gr-fcd/lib/Makefile.am
| * fcd: convert to private implementation patternJohnathan Corgan2012-03-236-262/+284
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-03-2218-493/+0
|/ | | | | | Conflicts: config/Makefile.am configure.ac
* Implement conditionalized build for WIN32Johnathan Corgan2012-03-227-45/+52
|
* fcd: fixes for distcheckTom Rondeau2012-03-132-5/+5
|
* fcd: update text files and copyrightJohnathan Corgan2012-03-137-512/+53
|
* fcd: fix compiler and documentation warningsJohnathan Corgan2012-03-133-6/+7
| | | | | | | | * Mismatch in parameter name in hidapi.h * Signedness error in hid-libusb.c * Disable unusued warning for TODO items in fcd_source_c.cc
* fcd: implement conditional build for MacOSXMichael Dickens2012-03-132-2/+5
|
* fcd: complete cmake buildJohnathan Corgan2012-03-124-2/+91
|
* fcd: added FCD_API to codeTom Rondeau2012-03-124-6/+40
|
* fcd: cmake build work in progressJohnathan Corgan2012-03-117-0/+366
|
* fcd: fix grc import statementAlexandru Csete2012-03-111-1/+1
|
* fcd: moved items to current layout standardJohnathan Corgan2012-03-1012-13/+60
| | | | | | | * 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
* fcd: move HID and FCD libraries into own subdirsJohnathan Corgan2012-03-1010-26/+95
| | | | | * These libraries are packaged here for convenience and are not considered part of GNU Radio proper.
* fcd: incorporated into Doxygen docsJohnathan Corgan2012-03-106-1524/+50
|
* fcd: convert out-of-tree autotools build to in-treeJohnathan Corgan2012-03-0974-8609/+211
| | | | | This still needs doc directory conversion to new documentation system.
* Initial import of out-of-tree files from Alexandru CseteAlexandru Csete2012-03-08101-0/+18827