summaryrefslogtreecommitdiff
path: root/gr-trellis/src/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-241-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | 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
| | |
* | | Fixed minor bug in fsm.cc for fsms with 1 state.Ben Reynwar2011-01-231-1/+1
| | |
* | | Merge branch 'grorg-master'Ben Reynwar2010-12-032-5/+28
|\ \ \ | | |/ | |/|
| * | Adding file operations result checking.Tom Rondeau2010-11-092-5/+28
| |/
* / Generation of python docstrings from doxygen xml.Ben Reynwar2010-11-031-2/+3
|/ | | | | | | | swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs.
* Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom2010-08-037-14/+14
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-281-4/+1
|
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+99
| | | | 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-271-13/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-243-0/+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-142-86/+317
| | | | | | 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
* Added support for Continuous Phase Modulation in gr-trellis + an exampleanastas2009-02-264-2/+54
| | | | 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
* Several updates on gr-trellis: 1) new fsm constructor for a joint trellis, ↵anastas2008-11-139-1/+44
| | | | | | 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
* Fix compiler warnings across the tree. Adds --enable-warnings-as-errors ↵jcorgan2008-08-241-0/+2
| | | | | | configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9396 221aa14e-8319-0410-a670-987f0aec2ac5
* Tweaks for gcc 4.3 based on patch from Marek Mahut <mmahut@fedoraproject.org>.eb2008-04-303-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8292 221aa14e-8319-0410-a670-987f0aec2ac5
* Minor tweak that avoids intermittent build failureeb2008-03-191-2/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8057 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged eb/reverted-7899 -r7928:7930 into trunk. This effectivelyeb2008-03-051-6/+10
| | | | | | | | reverts changeset 7899 and fixes some distcheck problems. We're now back to the old behavior, where you must "make" before "make distcheck". git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7931 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix for ticket:236, parallel makes are indeterminate.eb2008-03-031-3/+28
| | | | | | | Merged eb/pmake r7909:7911 into trunk git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7912 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r7866:7887 from michaelld/discheck_fix into trunk. Allows running ↵jcorgan2008-02-291-2/+3
| | | | | | 'make distcheck' without running 'make' first. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7899 221aa14e-8319-0410-a670-987f0aec2ac5