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-03 | build: cleaned up some warnings. | Tom Rondeau | |
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. | |||
2011-12-08 | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | |
Nick Foster owes Nick Corgan a six-pack of beer! | |||
2011-10-23 | the libraries | Josh Blum | |
2011-10-08 | gr: the CMakeLists.txt took a chill pill | Josh Blum | |
2011-07-26 | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | |
2011-07-26 | Fixed type warning. | Tom Rondeau | |
2011-07-22 | gr: added API macros for noaa and pager, also renamed the ones for digital ↵ | Josh Blum | |
and vocoder to be consistent | |||
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2010-11-10 | Remove dead file | Eric Blossom | |
2010-08-03 | Modify all block factories to use gnuradio::get_initial_sptr. | Eric Blossom | |
2010-05-28 | Make C++ shared libraries versioned | Johnathan Corgan | |
2009-12-12 | Merge branch 'wip/pager' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
Merge-fix: Fix erroneous EXTRA_DIST in lib/ Merge-fix: Don't install usrp_rx_flex.py (unfinished) | |||
2009-11-03 | Directory reorganization to newer layout | Johnathan Corgan | |
Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python' |