| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 153 | -19501/+0 |
* | core: Made logger swig functional | Mark Plett | 2013-03-26 | 3 | -266/+402 |
* | fix for python grcp get variables getting exported propperly | Tim O'Shea | 2013-03-26 | 1 | -1/+3 |
* | fix for one-long strings being shown/converted incorrectly to char type | Tim O'Shea | 2013-03-26 | 1 | -10/+5 |
* | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-03-18 | 2 | -4/+15 |
|\ |
|
| * | core: fix use of inaccesible methods in pycallback | Tim O'Shea | 2013-03-18 | 1 | -3/+14 |
| * | Merge branch 'master' into next | Johnathan Corgan | 2013-03-18 | 1 | -1/+1 |
| |\ |
|
| | * | core: fix typo in logger header file | Tim O'Shea | 2013-03-18 | 1 | -1/+1 |
* | | | blocks: converting references to vector source/sink, null source/sink, nop, c... | Tom Rondeau | 2013-03-17 | 19 | -1680/+10 |
|/ / |
|
* | | Merge branch 'ofdm-master' into ofdm-next | Johnathan Corgan | 2013-03-15 | 5 | -0/+317 |
|\| |
|
| * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-15 | 5 | -0/+317 |
* | | core: changed PC get functions to return instantaneous value. Average values ... | Tom Rondeau | 2013-03-14 | 4 | -18/+242 |
* | | Merge branch 'master' into next | Tom Rondeau | 2013-03-13 | 5 | -327/+422 |
|\| |
|
| * | log: fixes to replace log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 2 | -30/+29 |
| * | log: replacing log4cxx with log4cpp. | Tom Rondeau | 2013-03-13 | 3 | -20/+20 |
| * | Merge remote-tracking branch 'gr3.7_log4cpp' | Tom Rondeau | 2013-03-13 | 5 | -288/+384 |
| |\ |
|
| | * | Converted gr_logger to use log4cpp | user | 2013-03-12 | 5 | -288/+384 |
* | | | blocks: removing file_sink/source file_descriptor_sink/source form core and m... | Tom Rondeau | 2013-03-10 | 1 | -1/+1 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-07 | 2 | -4/+36 |
|\| | |
|
| * | | Merge branch 'maint' | Tom Rondeau | 2013-03-07 | 2 | -4/+36 |
| |\ \
| | |/
| |/| |
|
| | * | core: protect against popping a message off the queue if no handler is attached. | Tom Rondeau | 2013-03-07 | 2 | -4/+36 |
* | | | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 1 | -2/+1 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-04 | 1 | -2/+2 |
|\| | |
|
| * | | log: more minor fixups integrating gr-logger. | Tom Rondeau | 2013-03-04 | 1 | -2/+2 |
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-03-03 | 10 | -1/+938 |
|\| | |
|
| * | | log: adding default loggers to all gr_blocks to make using them simpler. | Tom Rondeau | 2013-03-03 | 11 | -158/+408 |
| * | | Merge branch 'master' into gr_log | Tom Rondeau | 2013-03-01 | 37 | -247/+2063 |
| |\| |
|
| * | | log: cleaned up naming, added gr_log_get_level function. | Tom Rondeau | 2013-03-01 | 3 | -71/+157 |
| * | | Merge branch 'master' into gr_log | Tom Rondeau | 2012-09-06 | 2 | -2/+23 |
| |\ \ |
|
| * | | | log: fixed gr_log to be usable in Python. | Tom Rondeau | 2012-06-13 | 3 | -12/+18 |
| * | | | log: added a macro and routine to set log level from config file. | Tom Rondeau | 2012-06-13 | 3 | -1/+104 |
| * | | | log: Restructure config file handling for gr-log. | Tom Rondeau | 2012-06-11 | 4 | -91/+17 |
| * | | | Fixing up the gr-log capabilities. | Tom Rondeau | 2012-06-08 | 3 | -27/+28 |
| * | | | core: Adds a gr-log concept for easy logging at various levels. | Tom Rondeau | 2012-06-07 | 9 | -0/+566 |
* | | | | ctrlport: adding option to toggle export of the list of edges on/off. | Tom Rondeau | 2013-02-27 | 1 | -7/+9 |
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2013-02-26 | 1 | -0/+6 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into next | Tom Rondeau | 2013-02-26 | 1 | -0/+6 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | core: adding a mutex as a protected member of gr_block for use in protecting ... | Tom Rondeau | 2013-02-26 | 1 | -1/+7 |
* | | | | | core: adds a function to top_block to get a list of edges as a string. | Tom Rondeau | 2013-02-22 | 8 | -1/+51 |
|/ / / / |
|
* | | | | ctrlport: added an option to allow enabling/disable of perfcounters over ctrl... | Tom Rondeau | 2013-02-22 | 1 | -2/+4 |
* | | | | ctrlport: made display type in ControlPort setup field into an options mask. | Tom Rondeau | 2013-02-20 | 6 | -50/+70 |
* | | | | core: use prefs file to enable/disable ctrlport export of perf. counters. | Tom Rondeau | 2013-02-19 | 1 | -5/+8 |
* | | | | ctrlport: using prefs files to configure ctrlport. | Tom Rondeau | 2013-02-19 | 1 | -29/+9 |
* | | | | ctrlport: adding a config param to enable/disable controlport, default=disabled. | Tom Rondeau | 2013-02-18 | 2 | -7/+19 |
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 2 | -2/+14 |
|\| | | |
|
| * | | | core: only query preferences database once at start of block_executor. | Tom Rondeau | 2013-02-16 | 2 | -4/+11 |
| * | | | core: adding and using a PerfCounters section to the config files. | Tom Rondeau | 2013-02-16 | 1 | -2/+7 |
* | | | | ctrlport: adding display type for stripchart as opposed to timeseries. | Tom Rondeau | 2013-02-17 | 5 | -12/+18 |
* | | | | ctrlport: new DISPLOGTIMESERIES{F,C} to set plot into log mode. | Tom Rondeau | 2013-02-17 | 3 | -3/+9 |
* | | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 1 | -1/+8 |
|\| | | |
|