Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Merge branch 'probe' | Tom Rondeau | |
2012-03-13 | core: adding new probe_signal from gengen into autotools build. | Tom Rondeau | |
2012-03-13 | gr_fxpt : Add sincos function to class. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2012-03-12 | fcd: complete cmake build | Johnathan Corgan | |
2012-03-12 | Add test for probe_signal blocks. | Ben Reynwar | |
2012-03-12 | Added gr_probe_signal_X and gr_probe_signal_vX. | Ben Reynwar | |
2012-03-12 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-12 | cmake: add slackware detection | Josh Blum | |
2012-03-12 | fcd: added FCD_API to code | Tom Rondeau | |
2012-03-12 | gr_fxpt.c : Remove unused code. | Philip Balister | |
The code in the #if 0 block is in the header file. Remove this section to avoid confusing people trying to figure out what this does. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
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-10 | Merge remote branch 'benreynwar/maint' | Tom Rondeau | |
2012-03-09 | Adding __repr__ to constellations. | Ben Reynwar | |
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 | |
2012-03-08 | Merge branch 'maint' | Johnathan Corgan | |
2012-03-08 | build: updated ignores | Johnathan Corgan | |
2012-03-05 | build: update revision to 3.5.3git | Johnathan Corgan | |
2012-03-05 | build: update revision to 3.5.2 | Johnathan Corgan | |
2012-03-05 | build: update from canonical config files | Johnathan Corgan | |
2012-03-04 | testing something. | Tom Rondeau | |
2012-03-03 | volk: include config.h to have rintf in windows/msvc. | Tom Rondeau | |
2012-03-01 | Merge remote branch 'tom/safe_align' | Johnathan Corgan | |
2012-03-01 | Merge branch 'maint' | Tom Rondeau | |
2012-03-01 | docs: setting up ability to link to example files in the Doxygen manual. ↵ | Tom Rondeau | |
Using the PFB channelize.py as a test. | |||
2012-02-29 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-02-29 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-29 | Changes Windows installer filename to match naming convention of Ubuntu and ↵ | Nicholas Corgan | |
Fedora installers | |||
2012-02-28 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-28 | Installer filename more clearly separates "gnuradio", version, and distro | Nicholas Corgan | |
2012-02-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2012-02-27 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-27 | Do not rewrite path to python interpreter for cross builds. | Philip Balister | |
If you rewrite the path to the python interpreter during a cross build, you end up with the path to the build environment python interpreter, which may not be the same as teh path on the target. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Josh Blum <jblum@joshknows.com> | |||
2012-02-27 | Merge remote-tracking branch 'balister/python-env' | Tom Rondeau | |
2012-02-27 | Do not rewrite path to python interpreter for cross builds. | Philip Balister | |
If you rewrite the path to the python interpreter during a cross build, you end up with the path to the build environment python interpreter, which may not be the same as teh path on the target. Signed-off-by: Philip Balister <philip@opensdr.com> Signed-off-by: Josh Blum <jblum@joshknows.com> | |||
2012-02-27 | Merge branch 'maint' | Tom Rondeau | |
2012-02-27 | Merge remote-tracking branch 'benreynwar/maint' into maint | Tom Rondeau | |
2012-02-27 | Fixed bug in digital_qam_demod.xml | Ben Reynwar | |
2012-02-26 | Merge branch 'maint' | Johnathan Corgan | |
2012-02-26 | core: add null constructors to sync_* blocks | Johnathan Corgan | |
2012-02-24 | Merge branch 'maint' | Tom Rondeau | |
2012-02-24 | digital: forgot to include new xml in Makefile.am. | Tom Rondeau | |
2012-02-24 | Added digital_constellation_receiver_cb.xml file | Ben Reynwar | |
2012-02-24 | Merge remote-tracking branch 'benreynwar/minor_fixes' | Tom Rondeau | |
2012-02-24 | Added digital_constellation_receiver_cb.xml file | Ben Reynwar | |
2012-02-23 | volk: float to short conversion is consistent between archs and tail cases. ↵ | Tom Rondeau | |
Rounds to nearest number. |