summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/runtime/qa_runtime.cc
Commit message (Collapse)AuthorAgeFilesLines
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-57/+0
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-171-6/+0
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* log: adding default loggers to all gr_blocks to make using them simpler.Tom Rondeau2013-03-031-2/+2
| | | | | | log: improving logger configuration and default behavior. log: changed name from gr_log to gr_logger (felt it could be confuse with the math function log). docs: moved logging information out to its own page.
* core: Adds a gr-log concept for easy logging at various levels.Tom Rondeau2012-06-071-0/+2
| | | | | Uses log4cxx and is optional. Macro based and macros are simple pass-throughs if this dependency does not exist or if the gr-log is disabled.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-5/+5
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Add QA code for gr_basic_block::set_msg_handler.Eric Blossom2011-01-061-1/+3
|
* Adding QA code to perform some tests on tags. Setting and getting items ↵Tom Rondeau2010-11-021-0/+2
| | | | read/written; testing adding and retrieving tags.
* Merged jcorgan/ptrfix -r8827:8843 into the trunk.eb2008-07-091-0/+2
| | | | | | | | | | | | | | | | | Fix that allows C++ classes derived from gr_hier_block2 to use the new self() method to get a magic object that can be passed to connect or disconnect to refer to their own inputs and outputs. Note that the constructor wrapper of all classes derived from gr_hier_block2 (and thus gr_top_block too) MUST USE the new gnuradio::get_initial_sptr function to get the initial shared pointer. gnuradio::get_initial_sptr works on all block types, and should be used in all new code. See qa_gr_hier_block2_derived.{h,cc} for an example. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8844 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r6171:6186 from jcorgan/fg into trunk.jcorgan2007-08-271-0/+2
| | | | | | | | | | | | Changes hierarchical flow graph API to use gr.top_block instead of gr.runtime. See discuss-gnuradio mailing list for explanation of changes. GRC has not been updated to use the changed API. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6187 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r6160:6168 from jcorgan/fg into trunk.jcorgan2007-08-231-1/+3
| | | | | | | | | | | | Refactors gr_simple_flowgraph into gr_flowgraph and gr_flat_flowgraph. Adds cppunit-based QA. Trial fix for ticket:164 included for free. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6169 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated license from GPL version 2 or later to GPL version 3 or later.eb2007-07-211-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge jcorgan/hier developer branch into trunk. Enables creation of true ↵jcorgan2006-12-121-0/+2
| | | | | | hierarchical blocks, from either C++ or Python, as well as creating pure C++ gnuradio applications. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4070 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated FSF address in all files. Fixes ticket:51eb2006-09-131-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5
* Houston, we have a trunk.jcorgan2006-08-031-0/+49
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3122 221aa14e-8319-0410-a670-987f0aec2ac5