Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | build: remove config.h from any header files; only use it in source files. | Tom Rondeau | 2013-03-27 | 1 | -0/+4 | |
| | ||||||
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 1 | -4/+4 | |
| | ||||||
* | blocks: removed plateau from gr-analog; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 3 | -133/+0 | |
| | ||||||
* | blocks: removing lfsr and friends from core; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 1 | -0/+1 | |
| | ||||||
* | Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks." | Tom Rondeau | 2013-03-18 | 3 | -7/+5 | |
| | | | | | | | | | | This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/tests/CMakeLists.txt | |||||
* | analog, digital: fixed control_loop-derived blocks to inherit control_loop ↵ | Tom Rondeau | 2013-03-18 | 3 | -9/+3 | |
| | | | | functions through SWIG. | |||||
* | some more cleanup from past modifications. | Tom Rondeau | 2013-03-17 | 1 | -89/+0 | |
| | ||||||
* | core: moving core sincos functions back into core to act as deps for ↵ | Tom Rondeau | 2013-03-17 | 4 | -136/+0 | |
| | | | | anything else. | |||||
* | Merge branch 'ofdm-master' into ofdm-next | Johnathan Corgan | 2013-03-15 | 3 | -0/+133 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fixups for next branch changes Conflicts: CMakeLists.txt gnuradio-core/src/lib/io/gr_message_sink.cc gnuradio-core/src/lib/io/gr_message_sink.h gnuradio-core/src/lib/io/gr_message_sink.i gnuradio-core/src/lib/io/gr_message_source.cc gnuradio-core/src/lib/io/gr_message_source.h gnuradio-core/src/lib/io/gr_message_source.i gr-blocks/CMakeLists.txt gr-digital/CMakeLists.txt gr-digital/grc/digital_block_tree.xml gr-digital/include/digital/CMakeLists.txt gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/lib/CMakeLists.txt gr-digital/lib/digital_ofdm_cyclic_prefixer.cc gr-digital/lib/ofdm_cyclic_prefixer_impl.h gr-digital/python/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i | |||||
| * | analog: minor cleanup for added block | Johnathan Corgan | 2013-03-15 | 1 | -1/+2 | |
| | | ||||||
| * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 3 | -1/+133 | |
| | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | |||||
* | | blocks: removing gri_control_loop; using gr::blocks::control_loop now. | Tom Rondeau | 2013-03-10 | 6 | -59/+59 | |
| | | ||||||
* | | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks. | Tom Rondeau | 2013-03-08 | 3 | -5/+7 | |
| | | | | | | | | Moved the nco/vco tests to gr-blocks/test and enabled them. | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-03-05 | 2 | -1/+71 | |
|\| | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt | |||||
| * | Added Windows DLL resource files | Nicholas Corgan | 2013-03-05 | 2 | -1/+71 | |
| | | ||||||
* | | ctrlport: allowing all components to use ControlPort. | Tom Rondeau | 2013-03-01 | 1 | -0/+5 | |
| | | ||||||
* | | analog: adding mutex locking when updating the fastnoise source parameters. | Tom Rondeau | 2013-02-26 | 2 | -2/+20 | |
| | | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-26 | 2 | -2/+18 | |
|\| | ||||||
| * | core: adding a mutex as a protected member of gr_block for use in protecting ↵ | Tom Rondeau | 2013-02-26 | 2 | -2/+18 | |
| | | | | | | | | | | | | set and work function access to variables. This is used in gr-analog's noise_source and gr-filter's fir_filter_XXX since these two cause particular problems (in next's channel model). This shows the use of the mutex for general protection when needed. | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-12 | 1 | -3/+4 | |
|\| | ||||||
| * | analog: fix a floating point accuracy issue in the CTCSS squelch block. | Tom Rondeau | 2013-02-12 | 1 | -3/+4 | |
| | | ||||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-06 | 3 | -0/+188 | |
|\| | | | | | | | | | | | | | | | | | | | | | Merges fastnoise_source from master and reorganizes it to gr-analog. Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/gengen/CMakeLists.txt gnuradio-core/src/lib/hier/gr_channel_model.cc gnuradio-core/src/lib/hier/gr_channel_model.h | |||||
* | | Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵ | Michael L Dickens | 2013-01-04 | 1 | -6/+7 | |
|\| | | | | | | | of the INCLUDE_DIRS order | |||||
| * | Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are ↵ | Michael L Dickens | 2013-01-01 | 1 | -6/+7 | |
| | | | | | | | | ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio). | |||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-03 | 1 | -5/+5 | |
|\| | ||||||
| * | build: cleaned up some warnings. | Tom Rondeau | 2012-12-03 | 1 | -5/+5 | |
| | | ||||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 1 | -0/+2 | |
|\| | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt | |||||
| * | analog: add analog dependencies to test | Josh Blum | 2012-11-14 | 1 | -0/+2 | |
| | | ||||||
* | | analog: removing rotator from gr-analog. | Tom Rondeau | 2012-11-10 | 4 | -128/+0 | |
| | | | | | | | | Will go into gr-blocks (it's used in gr-filter). QA code is in gnuradio-core/.../filter but is not activated. | |||||
* | | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵ | Tom Rondeau | 2012-11-06 | 1 | -1/+1 | |
|/ | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core. | |||||
* | Fix infinite recursion/loop when sincos is present | Johnathan Corgan | 2012-11-02 | 1 | -1/+1 | |
| | | | | (This was introduced by d9a292ac) | |||||
* | fix gr-analog to detect and compile 'sincos(f)' correctly | Michael L Dickens | 2012-11-01 | 2 | -0/+12 | |
| | ||||||
* | fix gr-analog to detect and compile 'sincos(f)' correctly | Michael L Dickens | 2012-11-01 | 1 | -0/+0 | |
| | ||||||
* | analog: adding quadrature_demod_cf to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 3 | -0/+124 | |
| | ||||||
* | analog: adding rail_ff block to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 3 | -0/+149 | |
| | ||||||
* | analog: adding pwr_squelch blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 5 | -0/+304 | |
| | ||||||
* | analog: adding simple_squelch block to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 3 | -0/+166 | |
| | ||||||
* | analog: adding sig_source to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-31 | 3 | -0/+324 | |
| | ||||||
* | analog: adding rotator to gr-analog with QA. | Tom Rondeau | 2012-10-30 | 4 | -0/+129 | |
| | ||||||
* | analog: adding sincos functions to gr-analog. | Tom Rondeau | 2012-10-30 | 7 | -0/+359 | |
| | | | | Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog. | |||||
* | analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 7 | -0/+459 | |
| | ||||||
* | analog: added PLL blocks to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 7 | -0/+845 | |
| | ||||||
* | analog: adding phase_modulator_fc to gr-analog with QA and GRC. | Tom Rondeau | 2012-10-30 | 3 | -0/+129 | |
| | ||||||
* | analog: adding noise_source to gr-analog with GRC and QA. | Tom Rondeau | 2012-10-25 | 3 | -1/+175 | |
| | ||||||
* | analog: adding frequency_modulator_fc to gr-analog, with QA and GRC. | Tom Rondeau | 2012-10-25 | 3 | -0/+135 | |
| | ||||||
* | analog: added fmdet block to gr-analog. | Tom Rondeau | 2012-10-23 | 3 | -0/+192 | |
| | ||||||
* | analog: adding dpll_bb to gr-analog. | Tom Rondeau | 2012-10-22 | 3 | -0/+157 | |
| | ||||||
* | analog: added cpfsk to gr-analog. | Tom Rondeau | 2012-10-22 | 3 | -0/+141 | |
| | ||||||
* | analog: implemented all AGC classes in gr-analog with QA code. | Tom Rondeau | 2012-10-21 | 11 | -0/+655 | |
| | ||||||
* | analog: adding complex squelch base class. | Tom Rondeau | 2012-10-21 | 2 | -0/+205 | |
| |