summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/hier
Commit message (Collapse)AuthorAgeFilesLines
* core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-235-329/+0
| | | | | | | | | | | | | | | | | | | * This commit removes all the blocks from src/lib/filter and src/lib/hier, but leaves a couple stray files in src/lib/filter that won't be removed until gr-analog is done * The relevant QA code has been removed and the gnuradio-core directory passes QA * The effect on Python files in src/python/* has not been fully accounted for * Several top-level components outside gnuradio-core use header files, blocks, or utility functions that have moved to gr-digital. These have not been updated yet. * Similarly, impact on python example files in other components as not yet been accounted for.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-134-27/+27
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextTom Rondeau2011-12-303-0/+35
|\ | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
| * core: added accessors to get all settable values of the channel_model objects.Tom Rondeau2011-12-223-0/+35
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-41/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-6/+6
|
* Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-052-1/+2
|\ | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h
| * digital: fixed up build to make libdigital_hier.la; does not swig or get ↵Tom Rondeau2011-08-301-10/+2
| | | | | | | | built into full library yet. Passes distcheck.
| * digital: moved newly added CPM and GMSK hier blocks to gr-digital.Tom Rondeau2011-08-307-326/+0
| |
| * Merge remote branch 'mbant/cpm' into digitalTom Rondeau2011-08-308-3/+338
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am
| | * fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIGMartin Braun2010-12-101-1/+1
| | |
| | * updated doxygen blocks, changed param order for gmskMartin Braun2010-12-104-36/+29
| | |
| | * All CPM stuff included (C++/GRC/Python), tests passMartin Braun2010-12-098-8/+161
| | |
| | * CPM make checksMartin Braun2010-12-088-520/+34
| | |
| | * first version of CPM codeMartin Braun2010-12-0810-5/+680
| | |
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+42
| | |
* | | core: API declaration macros for core class and function symbolsJosh Blum2011-07-201-3/+4
|/ /
* | Remove incorrect if PYTHON around swiginclude_HEADERSEric Blossom2010-12-071-2/+0
| |
* | Revert "add the .i files as dependencies"Eric Blossom2010-11-101-15/+1
| | | | | | | | | | | | | | This reverts commit f43d2a4759e0ecd6519c0ac0aa4afbc54e70ea65. The dependencies doesn't make any sense. There's an attempt to run sed on files that haven't been generated yet.
* | add the .i files as dependenciesRob Savoye2010-11-101-1/+15
|/
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+4
| | | | 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-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-221-0/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup on gr.channel_modeljcorgan2009-04-171-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10864 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r10817:10858 from jcorgan/cpphier into trunk. Adds ↵jcorgan2009-04-165-0/+283
standard place for C++ hierarchical blocks for gnuradio-core, and new gr.channel_model block from Tom Rondeau. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10859 221aa14e-8319-0410-a670-987f0aec2ac5