summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/general
Commit message (Expand)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
* 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
* Revert "blocks: removed all nco/vco and fxpt stuff from core; now in gr-blocks."Tom Rondeau2013-03-1817-0/+1339
* cleaning up, converting examples, etc.Tom Rondeau2013-03-171-98/+0
* core: moving core sincos functions back into core to act as deps for anything...Tom Rondeau2013-03-176-0/+259
* core: removing blocks: align_on_samplenumbers, check_counting_s, fake_channel...Tom Rondeau2013-03-1723-2234/+0
* 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, c...Tom Rondeau2013-03-1739-2240/+8
* 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
* 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
* 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
* blocks: removing blocks moved into gr-blocks:Tom Rondeau2013-03-065-170/+0
* Merge branch 'master' into nextTom Rondeau2013-03-053-29/+29
|\
| * prefs: pass strings by reference. Also cleans up a comma in gr_modtool that m...Tom Rondeau2013-03-053-28/+29
* | 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
| |\|
| | * 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
* | | | blocks: removing blocks from gnuradio-core.Tom Rondeau2013-02-2113-624/+0
|/ / /
* | | ctrlport: made display type in ControlPort setup field into an options mask.Tom Rondeau2013-02-203-4/+8
* | | digital: cleaning up conversion to 3.7 for simple_correlator.Tom Rondeau2013-02-207-510/+0
* | | 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
* | | 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
|\| |
| * | 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
| * | core: Making an all C++ version of the preferences/config file readers.Tom Rondeau2013-02-163-9/+132
| |/
* | ctrlport: adding display type for stripchart as opposed to timeseries.Tom Rondeau2013-02-171-2/+2
* | Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2013-02-134-0/+126
|\ \