Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | gras: continuation from the last commit | Josh Blum | |
Removed a bunch of GRAS_LIBRARIES, we do this in a common place to avoid extra changes. Added virtual destructors for many classes. | |||
2013-01-13 | gras: support changeset for 3.6.4 | Josh Blum | |
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py | |||
2013-01-01 | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||
2012-12-12 | Merge branch 'maint' | Tom Rondeau | |
2012-12-12 | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵ | Tom Rondeau | |
cause of the parallel build woes. | |||
2012-12-03 | build: cleaned up some warnings. | Tom Rondeau | |
2012-11-14 | gr: same change for common PYTHON test paths | Josh Blum | |
Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||
2012-11-14 | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | |
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 | |||
2012-11-04 | gr: added python -B everywhere for clean source tree | Josh Blum | |
2012-08-28 | fcd: fixed copy-paste error. | Tom Rondeau | |
2012-07-03 | swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds | Johnathan Corgan | |
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 | |||
2012-06-09 | fcd: fix frequency offset test in GRC | Alexandru Csete | |
2012-04-19 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-19 | fcd: fix iq_corr setup in GRC wrapper | Johnathan Corgan | |
2012-04-17 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-17 | fcd: better fix for linker issue | Josh Blum | |
2012-04-17 | Merge branch 'maint' | Johnathan Corgan | |
2012-04-17 | fcd: fix linker issue with librt on some platforms | Barry Jackson | |
2012-04-13 | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | |
this in the future. The sed script was provided by Moritz Fischer. | |||
2012-04-04 | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | |
2012-04-04 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/grc_gr_fcd.m4 gr-fcd/swig/Makefile.am gr-fcd/swig/fcd_swig.i | |||
2012-04-04 | fcd: simplify swig generation after virtual interface class change | Johnathan Corgan | |
2012-04-03 | Merge branch 'rm_python_ext' into cmake_builds | Tom Rondeau | |
Conflicts: CMakeLists.txt | |||
2012-04-03 | examples: 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-01 | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | |
2012-04-01 | Merge branch 'master' into next | Johnathan Corgan | |
2012-04-01 | fcd: adds setter function to configure mixer gain | Dimitri Stolnikov | |
2012-04-01 | Removes 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-01 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: gr-fcd/lib/Makefile.am | |||
2012-03-23 | fcd: convert to private implementation pattern | Johnathan Corgan | |
2012-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/Makefile.am configure.ac | |||
2012-03-22 | Implement conditionalized build for WIN32 | Johnathan Corgan | |
2012-03-13 | fcd: fixes for distcheck | Tom Rondeau | |
2012-03-13 | fcd: update text files and copyright | Johnathan Corgan | |
2012-03-13 | fcd: fix compiler and documentation warnings | Johnathan 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-13 | fcd: implement conditional build for MacOSX | Michael Dickens | |
2012-03-12 | fcd: complete cmake build | Johnathan Corgan | |
2012-03-12 | fcd: added FCD_API to code | Tom Rondeau | |
2012-03-11 | fcd: cmake build work in progress | Johnathan Corgan | |
2012-03-11 | fcd: fix grc import statement | Alexandru Csete | |
2012-03-10 | fcd: moved items to current layout standard | Johnathan 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-10 | fcd: move HID and FCD libraries into own subdirs | Johnathan Corgan | |
* These libraries are packaged here for convenience and are not considered part of GNU Radio proper. | |||
2012-03-10 | fcd: incorporated into Doxygen docs | Johnathan Corgan | |
2012-03-09 | fcd: convert out-of-tree autotools build to in-tree | Johnathan Corgan | |
This still needs doc directory conversion to new documentation system. | |||
2012-03-08 | Initial import of out-of-tree files from Alexandru Csete | Alexandru Csete | |