summaryrefslogtreecommitdiff
path: root/gr-trellis
Commit message (Collapse)AuthorAgeFilesLines
* Use load-extension-global instead of load-extensionEric Blossom2010-12-101-1/+1
|
* trellis_generated.i has to be generated first, befofre we can generate ↵Rob Savoye2010-12-071-0/+1
| | | | anything else.
* Merge branch 'next' into guile-nextEric Blossom2010-12-062-5/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
| * Adding file operations result checking.Tom Rondeau2010-11-092-5/+28
| |
* | Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
| |
* | Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-1/+1
| | | | | | | | | | 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.
* | Update .gitignore'sEric Blossom2010-11-241-0/+3
| |
* | Update .gitignore'sEric Blossom2010-11-241-0/+1
| |
* | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-243-12/+5
| | | | | | | | | | | | | | | | | | 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.
* | Consistently use TESTS += in conditionalsEric Blossom2010-11-241-2/+1
| |
* | Add disabled guile test to trellisEric Blossom2010-11-231-0/+14
| |
* | Enable guile test for trellisEric Blossom2010-11-233-3/+65
| |
* | 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
| |
* | Add $(GENERATED_CC) backing to _SOURCESEric Blossom2010-11-101-1/+2
| | | | | | | | Now passes make check if --disable-gr-usrp.
* | Remove swig generated python code from C++-only librariesEric Blossom2010-11-101-2/+1
| |
* | add load-extension supportRob Savoye2010-11-101-0/+9
| |
* | regeneratedRob Savoye2010-11-101-2/+5
| |
* | regenerateEric Blossom2010-11-101-6/+6
| |
* | Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-2/+3
| |
* | add python/*.cc to SOURCES so dependencies work properly.Rob Savoye2010-11-101-1/+1
| |
* | regeneratedRob Savoye2010-11-101-216/+25
| |
* | regeneratedRob Savoye2010-11-101-33/+33
| |
* | 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
| |
* | regeneratedRob Savoye2010-11-101-22/+31
| |
* | regenerated after changes to the templateRob Savoye2010-11-101-10/+26
| |
* | regenerated from templateRob Savoye2010-11-101-9/+26
|/
* Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau2010-10-041-9/+3
| | | | XML output runners.
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-037-14/+14
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-8/+5
|
* Added git ignore files auto created from svn:ignore properties.git2009-08-147-0/+156
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-274-14/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-227-11/+15
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
* added a radix-n fsm constructoranastas2009-03-244-27/+44
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10673 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-144-91/+318
| | | | | | 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-263-49/+30
| | | | | | passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
* Added support for Continuous Phase Modulation in gr-trellis + an exampleanastas2009-02-266-37/+285
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10514 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged mld/fix_makefile_gen -r10446:10509 to trunk. This cleans upeb2009-02-251-39/+21
| | | | | | | | | | | | | | the generation of the Makefile.gen's that occurs in gr-trellis, lib/gengen and lib/filter. If you change any code generator such that it generates a different set of generated file names, you must execute "make generate-makefile" in a non-VPATH build to regenerate the Makefile.gen's. Once they are regenerated, commit them to the repo. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10511 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan2009-02-101-7/+22
| | | | 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-6/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10371 221aa14e-8319-0410-a670-987f0aec2ac5
* General housekeeping--removing ancient cruft mostly.jcorgan2009-01-272-25/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5
* minor updates in gr-trellis/examplesanastas2008-12-062-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10107 221aa14e-8319-0410-a670-987f0aec2ac5
* Several updates on gr-trellis: 1) new fsm constructor for a joint trellis, ↵anastas2008-11-1311-1/+708
| | | | | | 2) Corresponding fsm file examples, 3) added set_TABLE method in viterbi_combined and metrics git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9985 221aa14e-8319-0410-a670-987f0aec2ac5
* minor Makefile fixeb2008-09-201-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9622 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source ↵jblum2008-09-071-8/+6
| | | | | | under gnuradio.grc module. Trunk passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5