Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 242 | -28831/+0 |
| | |||||
* | core: Made logger swig functional | Mark Plett | 2013-03-26 | 3 | -266/+402 |
| | | | | | | Improved logger swig so gr_logger is a logger object that is configurable Made logger config a singleton and made accessors for loggers from python | ||||
* | fix for python grcp get variables getting exported propperly | Tim O'Shea | 2013-03-26 | 1 | -1/+3 |
| | |||||
* | fix for one-long strings being shown/converted incorrectly to char type | Tim O'Shea | 2013-03-26 | 1 | -10/+5 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-03-26 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'maint' | Tom Rondeau | 2013-03-26 | 1 | -0/+1 |
| |\ | |||||
| | * | affinity: fixes a problem with using gr types (for uint8 vectors) in setting ↵ | Tom Rondeau | 2013-03-26 | 1 | -0/+1 |
| | | | | | | | | | | | | processor affinity. | ||||
* | | | core: adding ability to set config params and save config file. | Tom Rondeau | 2013-03-25 | 3 | -40/+239 |
| | | | | | | | | | | | | | | | | | | | | | | | | Saving over-writes ~/.gnuradio/config.conf with all sections/options. Save new prefs file with "gr.prefs().save()". Can also view all prefs: "print gr.prefs().to_string()" | ||||
* | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-18 | 2 | -4/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/ofdm/ofdm_bugsquatch.py gr-digital/include/digital/scale_tags.h gr-digital/include/digital/tagged_stream_check.h gr-digital/include/digital/ts_insert_zeros_cc.h gr-digital/python/qa_ofdm_sync_sc_cfb.py gr-digital/python/qa_scale_tags.py gr-digital/python/qa_ts_insert_zeros.py gr-digital/swig/digital_swig.i | ||||
| * | | | core: fix use of inaccesible methods in pycallback | Tim O'Shea | 2013-03-18 | 1 | -3/+14 |
| | | | | |||||
| * | | | Merge branch 'master' into next | Johnathan Corgan | 2013-03-18 | 1 | -1/+1 |
| |\| | | |||||
| | * | | core: fix typo in logger header file | Tim O'Shea | 2013-03-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | wxgui: Moved oscope and histogram bases into wxgui. | Tom Rondeau | 2013-03-18 | 17 | -1454/+1 |
| | | | | | | | | | | | | | | | | This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file. | ||||
* | | | | blocks: removing lfsr and friends from core; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 10 | -618/+0 |
| | | | | |||||
* | | | | blocks: removing vco_f from core; now in gr-blocks. | Tom Rondeau | 2013-03-18 | 3 | -171/+0 |
| | | | | | | | | | | | | | | | | This cleans up the last revert where we want to keep the vco/nco primitives in core but actualy gr_blocks are not. | ||||
* | | | | Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks." | Tom Rondeau | 2013-03-18 | 17 | -0/+1339 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | cleaning up, converting examples, etc. | Tom Rondeau | 2013-03-17 | 1 | -98/+0 |
| | | | | |||||
* | | | | core: moving core sincos functions back into core to act as deps for ↵ | Tom Rondeau | 2013-03-17 | 8 | -39/+135 |
| | | | | | | | | | | | | | | | | anything else. | ||||
* | | | | core: removed i2c, sdr1000, microtune code. | Tom Rondeau | 2013-03-17 | 35 | -2639/+0 |
| | | | | |||||
* | | | | core: removing blocks: align_on_samplenumbers, check_counting_s, ↵ | Tom Rondeau | 2013-03-17 | 23 | -2234/+0 |
| | | | | | | | | | | | | | | | | fake_channel_coder, iqcomp, ofdm_bpsk_demapper, ofdm_frame_sink, pa_2x2_phase_combiner. | ||||
* | | | | blocks: moved ctrlport_probes to gr-blocks. Removed from gnuradio-core. | Tom Rondeau | 2013-03-17 | 8 | -480/+0 |
| | | | | |||||
* | | | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 81 | -5044/+15 |
|/ / / | | | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2013-03-15 | 2 | -2/+2 |
|\| | | |||||
| * | | core: adding default empty tags list argument to vector_source_x.set_data() ↵ | Tim O'Shea | 2013-03-15 | 2 | -2/+2 |
| | | | | | | | | | | | | function to unbreak old calls | ||||
* | | | Merge branch 'ofdm-master' into ofdm-next | Johnathan Corgan | 2013-03-15 | 13 | -25/+396 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 19 | -58/+528 |
| | | | | | | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | ||||
| * | | Merge branch 'maint' | Johnathan Corgan | 2013-03-14 | 1 | -1/+1 |
| |\| | |||||
| | * | core: boost::filename3::path::/ operator works on older boost verions than /= | Tim O'Shea | 2013-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | core: changed PC get functions to return instantaneous value. Average values ↵ | Tom Rondeau | 2013-03-14 | 4 | -18/+242 |
| | | | | | | | | | | | | now use _avg suffix on functions (like _var before). | ||||
* | | | core: removing gri_add_const_ss -- this should be handled in VOLK. | Tom Rondeau | 2013-03-13 | 3 | -87/+0 |
| | | | |||||
* | | | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks. | Tom Rondeau | 2013-03-13 | 8 | -993/+0 |
| | | | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-13 | 7 | -337/+432 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-audio/lib/CMakeLists.txt gr-blocks/include/blocks/CMakeLists.txt gr-blocks/include/blocks/socket_pdu.h gr-blocks/lib/CMakeLists.txt gr-blocks/swig/blocks_swig.i gr-comedi/src/CMakeLists.txt gr-howto-write-a-block/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-qtgui/lib/CMakeLists.txt gr-uhd/lib/CMakeLists.txt gr-vocoder/lib/CMakeLists.txt gr-wavelet/lib/CMakeLists.txt | ||||
| * | | log: fixes to replace log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 3 | -33/+29 |
| | | | |||||
| * | | log: replacing log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 5 | -26/+26 |
| | | | |||||
| * | | Merge remote-tracking branch 'gr3.7_log4cpp' | Tom Rondeau | 2013-03-13 | 6 | -292/+391 |
| |\ \ | |||||
| | * | | Converted gr_logger to use log4cpp | user | 2013-03-12 | 6 | -292/+391 |
| | | | | |||||
* | | | | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵ | Tom Rondeau | 2013-03-10 | 18 | -1232/+1 |
| | | | | | | | | | | | | | | | | moved all refs to gr-blocks. | ||||
* | | | | blocks: removing gri_control_loop; using gr::blocks::control_loop now. | Tom Rondeau | 2013-03-10 | 5 | -503/+0 |
| | | | | |||||
* | | | | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵ | Tom Rondeau | 2013-03-09 | 13 | -1467/+0 |
| | | | | | | | | | | | | | | | | in gr-blocks. | ||||
* | | | | blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks. | Tom Rondeau | 2013-03-08 | 18 | -1342/+0 |
| | | | | | | | | | | | | | | | | Moved the nco/vco tests to gr-blocks/test and enabled them. | ||||
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-07 | 2 | -4/+36 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | ||||
| * | | | Merge branch 'maint' | Tom Rondeau | 2013-03-07 | 2 | -4/+36 |
| |\ \ \ | | |/ / | |/| / | | |/ | | | | Conflicts: gnuradio-core/gnuradio-core.conf | ||||
| | * | core: protect against popping a message off the queue if no handler is attached. | Tom Rondeau | 2013-03-07 | 2 | -4/+36 |
| | | | | | | | | | | | | | | | | | | This mostly solves a problem with threads being launched in random order, so a handler might not be established yet, even if there is a message waiting. Fixes Issue #514. | ||||
| | * | prefs: pass strings by reference. Also cleans up a comma in gr_modtool that ↵ | Tom Rondeau | 2013-03-05 | 3 | -28/+29 |
| | | | | | | | | | | | | made a string into a tuple (and C++ angry). | ||||
* | | | blocks: removing bin_statistics_f from core; now in gr-blocks. | Tom Rondeau | 2013-03-07 | 5 | -324/+0 |
| | | | |||||
* | | | blocks: removing burst_tagger from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 5 | -211/+0 |
| | | | |||||
* | | | core: removing simple_framer_sync, now in gr-digital. | Tom Rondeau | 2013-03-06 | 2 | -52/+0 |
| | | | |||||
* | | | blocks: removing gr_tag_debug from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 5 | -228/+0 |
| | | | | | | | | | | | | Also removes stray reference to gri_fft.h. | ||||
* | | | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 12 | -3384/+1 |
| | | | |||||
* | | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 8 | -654/+0 |
| | | |