summaryrefslogtreecommitdiff
path: root/gr-pager/lib
Commit message (Collapse)AuthorAgeFilesLines
* build: cleaned up some warnings.Tom Rondeau2012-12-031-3/+3
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1316-123/+123
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-57/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* the librariesJosh Blum2011-10-231-8/+1
|
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-11/+11
|
* Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-07-261-1/+1
|\
| * Fixed type warning.Tom Rondeau2011-07-261-1/+1
| |
* | gr: added API macros for noaa and pager, also renamed the ones for digital ↵Josh Blum2011-07-228-15/+55
| | | | | | | | and vocoder to be consistent
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+75
|/
* Remove dead fileEric Blossom2010-11-101-259/+0
|
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-034-8/+8
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-2/+1
|
* Merge branch 'wip/pager' of git@gnuradio.org:jcorganJohnathan Corgan2009-12-121-2/+0
| | | | | Merge-fix: Fix erroneous EXTRA_DIST in lib/ Merge-fix: Don't install usrp_rx_flex.py (unfinished)
* Directory reorganization to newer layoutJohnathan Corgan2009-11-0319-0/+1716
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'