Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 66 | -7058/+0 |
| | |||||
* | 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()" | ||||
* | 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 | 6 | -0/+259 |
| | | | | anything else. | ||||
* | 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 | 39 | -2240/+8 |
| | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | core: removing gri_add_const_ss -- this should be handled in VOLK. | Tom Rondeau | 2013-03-13 | 3 | -87/+0 |
| | |||||
* | blocks: removing gri_control_loop; using gr::blocks::control_loop now. | Tom Rondeau | 2013-03-10 | 5 | -503/+0 |
| | |||||
* | 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. | ||||
* | 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 | 11 | -3382/+0 |
| | |||||
* | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 8 | -654/+0 |
| | |||||
* | core: removing goertzel and fft implementations from core; see gr-fft. | Tom Rondeau | 2013-03-06 | 3 | -526/+0 |
| | | | | Also cleaning up some other leftovers. | ||||
* | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 5 | -170/+0 |
| | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-03-05 | 3 | -29/+29 |
|\ | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_prefs.cc | ||||
| * | 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). | ||||
* | | core: boost::filename3::path::/ operator works on older boost verions than /= | Tim O'Shea | 2013-03-04 | 1 | -1/+1 |
| | | |||||
* | | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold. | Tom Rondeau | 2013-03-02 | 1 | -28/+0 |
| | | |||||
* | | core: removed PDU related blocks | Johnathan Corgan | 2013-02-28 | 5 | -182/+0 |
| | | |||||
* | | blocks: removing (un)pack_k_bits from gnuradio-core. | Tom Rondeau | 2013-02-27 | 8 | -325/+0 |
| | | |||||
* | | blocks: removing gr_transcendental from gnuradio-core. | Tom Rondeau | 2013-02-26 | 5 | -238/+0 |
| | | |||||
* | | blocks: removing throttle, threshold, stretch from gnuradio-core. | Tom Rondeau | 2013-02-24 | 11 | -529/+0 |
| | | |||||
* | | blocks: removed peak_detector2 and regenerate blocks from gnuradio-core. | Tom Rondeau | 2013-02-24 | 8 | -471/+0 |
| | | |||||
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-21 | 1 | -3/+5 |
|\ \ | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-21 | 1 | -3/+5 |
| |\| | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_random_pdu.cc volk/apps/volk_profile.cc | ||||
| | * | Merge remote-tracking branch 'ncorgan/random_pdu_fix' | Johnathan Corgan | 2013-02-21 | 1 | -3/+4 |
| | |\ | |||||
| | | * | core: fixed gr_random_pdu MSVC incompatibility issue | Nicholas Corgan | 2013-02-18 | 1 | -3/+4 |
| | | | | |||||
| | * | | core: removed vestigial debug line. | Tom Rondeau | 2013-02-19 | 1 | -1/+0 |
| | | | | |||||
| | * | | core: prefs setup looks for a local .gnuradio/config.conf to use. | Tom Rondeau | 2013-02-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/* | ||||
* | | | | blocks: removing blocks from gnuradio-core. | Tom Rondeau | 2013-02-21 | 13 | -624/+0 |
|/ / / | | | | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed. | ||||
* | | | ctrlport: made display type in ControlPort setup field into an options mask. | Tom Rondeau | 2013-02-20 | 3 | -4/+8 |
| | | | | | | | | | | | | | | | | | | Options are used to determine default plot type, type of plots available, initial states. qtgui: fixed enabling stem plot to properly check the menu option. | ||||
* | | | digital: cleaning up conversion to 3.7 for simple_correlator. | Tom Rondeau | 2013-02-20 | 7 | -510/+0 |
| | | | | | | | | | | | | blocks: same for count_bits. | ||||
* | | | core: removed vestigial debug line. | Tom Rondeau | 2013-02-19 | 1 | -1/+0 |
| | | | |||||
* | | | core: prefs setup looks for a local .gnuradio/config.conf to use. | Tom Rondeau | 2013-02-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/* | ||||
* | | | core: prefs updated to handle cases of env var delared properly. | Tom Rondeau | 2013-02-18 | 2 | -12/+22 |
| | | | |||||
* | | | ctrlport: fixing typo in gr_throttle RPC export. | Tom Rondeau | 2013-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 3 | -9/+145 |
|\| | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py | ||||
| * | | core: if the config files don't exist, just return an empty list; don't fail. | Tom Rondeau | 2013-02-17 | 1 | -2/+3 |
| | | | |||||
| * | | core: prefs of true/on/1 and false/off/0 are translated to bools. | Tom Rondeau | 2013-02-16 | 1 | -2/+2 |
| | | | |||||
| * | | core: add ability to override config files with environmental variables. | Tom Rondeau | 2013-02-16 | 1 | -2/+14 |
| | | | | | | | | | | | | Env variables are named GR_CONF_<SECTION>_<OPTION> where the section is the [<section>] name from the config file and the option is the actual option name, all in upercase. | ||||
| * | | core: Making an all C++ version of the preferences/config file readers. | Tom Rondeau | 2013-02-16 | 3 | -9/+132 |
| |/ | | | | | | | This replaces the Python config parser stuff; should have same functionality that we need. | ||||
* | | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 1 | -2/+2 |
| | | | | | | | | Stripcharts add data to the back of what's plotted; time series plots just plot the vector given. All single-value RPC vars have been converted to use stripchart mode. | ||||
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-13 | 4 | -0/+126 |
|\ \ |