summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-2666-7058/+0
|
* core: adding ability to set config params and save config file.Tom Rondeau2013-03-253-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 Rondeau2013-03-1810-618/+0
|
* blocks: removing vco_f from core; now in gr-blocks.Tom Rondeau2013-03-183-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 Rondeau2013-03-1817-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 Rondeau2013-03-171-98/+0
|
* core: moving core sincos functions back into core to act as deps for ↵Tom Rondeau2013-03-176-0/+259
| | | | anything else.
* core: removing blocks: align_on_samplenumbers, check_counting_s, ↵Tom Rondeau2013-03-1723-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 Rondeau2013-03-178-480/+0
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-1739-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 Rondeau2013-03-133-87/+0
|
* blocks: removing gri_control_loop; using gr::blocks::control_loop now.Tom Rondeau2013-03-105-503/+0
|
* blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks.Tom Rondeau2013-03-0818-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 Rondeau2013-03-075-324/+0
|
* blocks: removing burst_tagger from core; now in gr-blocks.Tom Rondeau2013-03-065-211/+0
|
* core: removing simple_framer_sync, now in gr-digital.Tom Rondeau2013-03-062-52/+0
|
* blocks: removing gr_tag_debug from core; now in gr-blocks.Tom Rondeau2013-03-065-228/+0
| | | | Also removes stray reference to gri_fft.h.
* core: cleaning up remez and firdes in gnuradio-core; now in gr-filter.Tom Rondeau2013-03-0611-3382/+0
|
* core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-068-654/+0
|
* core: removing goertzel and fft implementations from core; see gr-fft.Tom Rondeau2013-03-063-526/+0
| | | | Also cleaning up some other leftovers.
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-065-170/+0
| | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average.
* Merge branch 'master' into nextTom Rondeau2013-03-053-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 Rondeau2013-03-053-28/+29
| | | | | | | | made a string into a tuple (and C++ angry).
* | core: boost::filename3::path::/ operator works on older boost verions than /=Tim O'Shea2013-03-041-1/+1
| |
* | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold.Tom Rondeau2013-03-021-28/+0
| |
* | core: removed PDU related blocksJohnathan Corgan2013-02-285-182/+0
| |
* | blocks: removing (un)pack_k_bits from gnuradio-core.Tom Rondeau2013-02-278-325/+0
| |
* | blocks: removing gr_transcendental from gnuradio-core.Tom Rondeau2013-02-265-238/+0
| |
* | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-2411-529/+0
| |
* | blocks: removed peak_detector2 and regenerate blocks from gnuradio-core.Tom Rondeau2013-02-248-471/+0
| |
* | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-211-3/+5
|\ \
| * | Merge branch 'master' into nextJohnathan Corgan2013-02-211-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 Corgan2013-02-211-3/+4
| | |\
| | | * core: fixed gr_random_pdu MSVC incompatibility issueNicholas Corgan2013-02-181-3/+4
| | | |
| | * | core: removed vestigial debug line.Tom Rondeau2013-02-191-1/+0
| | | |
| | * | core: prefs setup looks for a local .gnuradio/config.conf to use.Tom Rondeau2013-02-191-0/+12
| | | | | | | | | | | | | | | | | | | | Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/*
* | | | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-2113-624/+0
|/ / / | | | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed.
* | | ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-203-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 Rondeau2013-02-207-510/+0
| | | | | | | | | | | | blocks: same for count_bits.
* | | core: removed vestigial debug line.Tom Rondeau2013-02-191-1/+0
| | |
* | | core: prefs setup looks for a local .gnuradio/config.conf to use.Tom Rondeau2013-02-191-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 Rondeau2013-02-182-12/+22
| | |
* | | ctrlport: fixing typo in gr_throttle RPC export.Tom Rondeau2013-02-171-1/+1
| | |
* | | Merge branch 'master' into nextTom Rondeau2013-02-173-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 Rondeau2013-02-171-2/+3
| | |
| * | core: prefs of true/on/1 and false/off/0 are translated to bools.Tom Rondeau2013-02-161-2/+2
| | |
| * | core: add ability to override config files with environmental variables.Tom Rondeau2013-02-161-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 Rondeau2013-02-163-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 Rondeau2013-02-171-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 nextTom Rondeau2013-02-134-0/+126
|\ \