summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-19core: removed vestigial debug line.Tom Rondeau
2013-02-19core: prefs setup looks for a local .gnuradio/config.conf to use.Tom Rondeau
Order of precedence: env. vars -> .gnuradio/config.conf -> ${prefix}/etc/gnuradio/conf.d/*
2013-02-19docs: correcting gr-modtool exclude path for master dir format.Tom Rondeau
2013-02-19docs: adding an exclude rule for gr-modtool to avoid conflicts.Tom Rondeau
2013-02-18Merge branch 'maint'Tom Rondeau
2013-02-18GRC: adds ability for grc to pull in documentation for blocks from other GR ↵Julien Olivain
modules.
2013-02-18howto: copies Doxyxml from main docs to properly pull out block parameters ↵Julien Olivain
documentation.
2013-02-18core: fixed gr_random_pdu MSVC incompatibility issueNicholas Corgan
2013-02-17Merge branch 'maint'Johnathan Corgan
2013-02-17blocks: added missing include for gruel threadJosh Blum
2013-02-17core: added missing include for gruel threadJosh Blum
2013-02-17core: if the config files don't exist, just return an empty list; don't fail.Tom Rondeau
2013-02-17Merge branch 'cpp_prefs'Tom Rondeau
2013-02-17Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2013-02-17Merge branch 'maint'Johnathan Corgan
2013-02-17core: fix gr_message_debug for printing PDUsJohnathan Corgan
2013-02-17core: fix gr_pdu_to_tagged_stream XML for typeJohnathan Corgan
2013-02-16docs: adding section to main page explaining config files.Tom Rondeau
2013-02-16core: prefs of true/on/1 and false/off/0 are translated to bools.Tom Rondeau
2013-02-16core: add ability to override config files with environmental variables.Tom Rondeau
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.
2013-02-16core: only query preferences database once at start of block_executor.Tom Rondeau
2013-02-16core: adding and using a PerfCounters section to the config files.Tom Rondeau
gr_block_executor will read the config files to determine if the perf counters are on or off.
2013-02-16core: Making an all C++ version of the preferences/config file readers.Tom Rondeau
This replaces the Python config parser stuff; should have same functionality that we need.
2013-02-16core: adding new var perf. counters to swig interface.Tom Rondeau
2013-02-15core: adding variance calcs to perf. counters.Tom Rondeau
Using running mean/variance algorithm from Knuth's Art of Computer Programming.
2013-02-15Merge branch 'master' of git://github.com/gnuradio/gnuradio into grmodtoolMartin Braun
2013-02-14Merge branch 'maint'Tom Rondeau
2013-02-14filter: fixing synthesis filter output rate when using 2x oversampling.Tom Rondeau
2013-02-14modtool: fixed order for both 3.6 and 3.7 API versionsMartin Braun
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13core: adding necessary include to gr_block_registry.hTim O'Shea
2013-02-13grc: add callback for gr_throttle sample_rateTim O'Shea
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13core: cleaning warningsTim O'Shea
2013-02-13uhd: fixed receive_path()Mike Jameson
2013-02-13Merge branch 'maint'Tom Rondeau
2013-02-13build: allowing user to override check for bad versions of boost.Tom Rondeau
Use -DENABLE_BAD_BOOST=True to use one of these Boost versions.
2013-02-13Merge remote-tracking branch 'm0mik/m-updates'Tom Rondeau
2013-02-13Merge remote-tracking branch 'm0mik/m_misc_updates'Tom Rondeau
2013-02-12Merge remote-tracking branch 'reynwar/python_msg'Johnathan Corgan
2013-02-12Merge remote-tracking branch 'reynwar/min_output'Johnathan Corgan
2013-02-12Merge remote-tracking branch 'martin/grmodtool'Johnathan Corgan
2013-02-12Merge branch 'maint'Tom Rondeau
2013-02-12build: fixing generated includes, deps, and header installation.Tom Rondeau
2013-02-12analog: fix a floating point accuracy issue in the CTCSS squelch block.Tom Rondeau
2013-02-12core: typedef vector<unsigned int> so SWIG can handle including it multiple ↵Tom Rondeau
times.
2013-02-11uhd: added click to change freqMike Jameson
2013-02-11uhd: fixed receive_path()Mike Jameson
2013-02-11Merge branch 'm_alsa_busy_fixes' of https://github.com/m0mik/gnuradio into ↵Mike Jameson
m_alsa_busy_fixes
2013-02-11uhd: fixed default midpoint gainMike Jameson