Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-27 | Add missing .test files to tarball. | Eric Blossom | |
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom | |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | |
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc. | |||
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-11-24 | Confirm we can load guile pager module | Eric Blossom | |
2010-11-19 | regenerated | Rob Savoye | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | Remove dead file | Eric Blossom | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regeneratd | Rob Savoye | |
2010-11-10 | don't ifdef the target away. regenerate .gen files. | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated after changes to .i files | Rob Savoye | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-10 | regenerated from template | Rob Savoye | |
2010-10-09 | rearrange includes to always be: internal GR, external, with GR. | Michael Dickens | |
2010-10-04 | Updating all of the QA code that I can actually test to work with the new ↵ | Tom Rondeau | |
XML output runners. | |||
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 | |
2010-02-18 | Fix linker path in gr-pager | Johnathan Corgan | |
2009-12-23 | update gitignores | Eric Blossom | |
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 | Added GRC block wrappers for pager blocks | Johnathan Corgan | |
pager.slicer_fb pager.flex_sync pager.flex_deinterleave | |||
2009-11-03 | Added resampler and pushed matched filter into it. | Johnathan Corgan | |
2009-11-03 | Work in progress, updating usrp_rx_flex.py | Johnathan Corgan | |
Optimized channel bandwith filter Optimized matched filter | |||
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' | |||
2009-11-03 | Work in progress, added GRC-based single channel receiver | Johnathan Corgan | |
2009-11-03 | Moved command-line apps into apps subdirectory | Johnathan Corgan | |
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-06-23 | added include <cstdio> statements in several files to make it compatible ↵ | anastas | |
with g++ 4.4 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11269 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-27 | Merged r11123:11148 from jcorgan/np into trunk. | jcorgan | |
Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-05-22 | Doc fixes. | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-03-29 | Reorganize queue runner, some cleanup, fixes ticket:376 | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10701 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-03-14 | Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵ | jcorgan | |
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-02-26 | Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵ | jcorgan | |
passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-02-10 | Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-02-02 | Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-01-27 | General housekeeping--removing ancient cruft mostly. | jcorgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-08-19 | Merged features/mp-sched -r8915:9335 into the trunk. The trunk now | eb | |
contains the SMP aware scheduler. This changeset introduces a dependency on boost 1.35 or later. See source:gnuradio/trunk/README.building-boost for additional info. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2008-06-23 | removed old, left over import | eb | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8661 221aa14e-8319-0410-a670-987f0aec2ac5 |