Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | build: removing core_swig from GR_SWIG_TARGET_DEPS. Seems to have been the ↵ | Tom Rondeau | |
cause of the parallel build woes. | |||
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-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 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-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-03-22 | Merge branch 'master' into next | Johnathan Corgan | |
Conflicts: config/Makefile.am configure.ac | |||
2012-03-12 | fcd: added FCD_API to code | Tom Rondeau | |
2012-03-11 | fcd: cmake build work in progress | Johnathan Corgan | |
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-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 | |