summaryrefslogtreecommitdiff
path: root/gr-pager
Commit message (Collapse)AuthorAgeFilesLines
...
* Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-243-14/+8
| | | | | | | | | 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.
* Confirm we can load guile pager moduleEric Blossom2010-11-244-1/+88
|
* regeneratedRob Savoye2010-11-191-11/+23
|
* regeneratedEric Blossom2010-11-161-1/+1
|
* regeneratedEric Blossom2010-11-101-2/+2
|
* regeneratedRob Savoye2010-11-101-27/+10
|
* regeneratedRob Savoye2010-11-101-8/+7
|
* Remove dead fileEric Blossom2010-11-101-259/+0
|
* add load-extension supportRob Savoye2010-11-101-0/+10
|
* regeneratedRob Savoye2010-11-101-2/+5
|
* regenerateEric Blossom2010-11-101-6/+6
|
* Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-2/+3
|
* regeneratedRob Savoye2010-11-101-216/+25
|
* regeneratdRob Savoye2010-11-101-1/+1
|
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-7/+44
|
* regeneratedRob Savoye2010-11-101-27/+27
|
* regenerated after changes to .i filesRob Savoye2010-11-101-22/+31
|
* regenerated after changes to the templateRob Savoye2010-11-101-10/+26
|
* regenerated from templateRob Savoye2010-11-101-9/+26
|
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-091-3/+3
|
* Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau2010-10-041-3/+3
| | | | XML output runners.
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-034-8/+8
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-3/+2
|
* Fix linker path in gr-pagerJohnathan Corgan2010-02-181-1/+1
|
* update gitignoresEric Blossom2009-12-232-0/+2
|
* Merge branch 'wip/pager' of git@gnuradio.org:jcorganJohnathan Corgan2009-12-1249-146/+2850
|\ | | | | | | | | Merge-fix: Fix erroneous EXTRA_DIST in lib/ Merge-fix: Don't install usrp_rx_flex.py (unfinished)
| * Added GRC block wrappers for pager blocksJohnathan Corgan2009-11-038-152/+624
| | | | | | | | | | | | pager.slicer_fb pager.flex_sync pager.flex_deinterleave
| * Added resampler and pushed matched filter into it.Johnathan Corgan2009-11-032-174/+301
| |
| * Work in progress, updating usrp_rx_flex.pyJohnathan Corgan2009-11-032-301/+640
| | | | | | | | | | Optimized channel bandwith filter Optimized matched filter
| * Directory reorganization to newer layoutJohnathan Corgan2009-11-0337-136/+447
| | | | | | | | | | | | | | 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'
| * Work in progress, added GRC-based single channel receiverJohnathan Corgan2009-11-033-2/+1426
| |
| * Moved command-line apps into apps subdirectoryJohnathan Corgan2009-11-037-5/+37
|/
* Added git ignore files auto created from svn:ignore properties.git2009-08-142-0/+12
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* added include <cstdio> statements in several files to make it compatible ↵anastas2009-06-231-0/+1
| | | | | | with g++ 4.4 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11269 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-273-21/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Doc fixes.eb2009-05-224-7/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
* Reorganize queue runner, some cleanup, fixes ticket:376jcorgan2009-03-294-63/+82
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10701 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-144-95/+324
| | | | | | 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
* Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ↵jcorgan2009-02-261-3/+2
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-101-6/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10288:10370 from michaelld/swigpythonargs into trunk. Passes distcheck.jcorgan2009-02-021-7/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
* General housekeeping--removing ancient cruft mostly.jcorgan2009-01-271-1/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb2008-08-196-30/+72
| | | | | | | | | | 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
* removed old, left over importeb2008-06-231-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8661 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged build_config branch into trunk:michaelld2008-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | 1) Modified top-level run_tests.sh script: a) to execute code for setting or changing the library search path in Darwin (DYLD_LIBRARY_PATH) or Windows (PATH) on those host OSs only, not on other host OSs. b) Added local (to the component making check) library paths to those same search paths, since libtool doesn't do it (unlike in Linux). 2) In all AM Makefiles -except those dealing with USRP firmware-, changes INCLUDES to AM_CPPFLAGS since the former is deprecated. 3) Changed AM_CPPFLAGS to FW_INCLUDES for commands .c.rel in USRP firmware. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7769 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile ↵jcorgan2008-02-081-5/+6
| | | | | | GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7617 221aa14e-8319-0410-a670-987f0aec2ac5
* Implements ticket:208jcorgan2007-11-271-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7045 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan2007-09-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | * Final gr.top_block and gr.hier_block2 implementation inside gnuradio-core/src/lib/runtime * Implementation of gr.hier_block2 versions of all the old-style blocks in blks. These live in blks2. * Addition of gr.hier_block2 based versions of gr-wxgui blocks * Conversion of all the example code in gnuradio-examples to use this new code * Conversion of all the gr-utils scripts to use the new code The OFDM examples and related hierarchical blocks have not yet been converted. Code in the rest of the tree that is outside the core and example components has also not yet been converted. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6285:6297 from features/deb into trunk. Nearing completion on ↵jcorgan2007-09-041-7/+5
| | | | | | Debian packaging for 3.1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6299 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6171:6186 from jcorgan/fg into trunk.jcorgan2007-08-273-9/+6
| | | | | | | | | | | | Changes hierarchical flow graph API to use gr.top_block instead of gr.runtime. See discuss-gnuradio mailing list for explanation of changes. GRC has not been updated to use the changed API. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6187 221aa14e-8319-0410-a670-987f0aec2ac5