Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | clarify missing module exception. | Chris Kuethe | 2015-08-28 | 1 | -8/+13 | |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reduces surprise and tells me what i need to do to fix it. | |||||
* / / / / / / / / / / | whitespace fixes and some minor adjustments for building the Python | Tom Rondeau | 2015-08-17 | 1 | -1/+1 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manual. | |||||
* | | | | | | | | | | Merge branch 'maint' | Johnathan Corgan | 2015-07-29 | 2 | -18/+19 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | runtime: stop catching errors from primitive_connect in connect decorator | Sebastian Koslowski | 2015-07-27 | 2 | -18/+19 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'maint' | Johnathan Corgan | 2015-07-12 | 1 | -5/+7 | |
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | runtime: fix default forecast implementation for python blocks | Sebastian Koslowski | 2015-07-10 | 1 | -5/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | base: Added argparse equivalent for eng_option | Martin Braun | 2015-06-27 | 2 | -0/+54 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | ctrlport: fix gr-perf-monitorx crash when manipulating display | Tom Rondeau | 2015-06-23 | 1 | -9/+36 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | runtime: add flag to wrapped top_block to control SIGINT handling in wait() | Sebastian Koslowski | 2015-05-29 | 1 | -4/+7 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'nowls/burst_shaping' | Johnathan Corgan | 2015-04-26 | 2 | -0/+65 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | digital: added tag propagation to burst_shaper blocks | Sean Nowlan | 2015-04-25 | 2 | -0/+65 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge remote-tracking branch 'tom/ctrlport/fixes1' | Johnathan Corgan | 2015-04-26 | 1 | -62/+81 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | controlport: use proper default return value from prefs get_bool. | Tom Rondeau | 2015-04-22 | 1 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | controlport: fixed up performance monitor. | Tom Rondeau | 2015-04-22 | 1 | -58/+77 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a problem with display runtime or buffer graphs by not clearing and redrawing the entire graph, just updating the height of the bars. Only update table or graph when they are the visible elements. Shuts down timer when the graphs are closed. | |||||
* | | | | | Merge branch 'maint' | Johnathan Corgan | 2015-04-26 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | runtime: fixed default srcid value for PythonTag class | Sean Nowlan | 2015-04-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | runtime: added default xtor & dtor to tag_t; srcid default is now PMT_F | Sean Nowlan | 2015-04-26 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'ctrlport' | Johnathan Corgan | 2015-04-15 | 8 | -6/+2131 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | controlport: more cleanup and conveniences | Tom Rondeau | 2015-04-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | controlport: cleaning up; trying to handle shutdown better. | Tom Rondeau | 2015-04-02 | 1 | -0/+8 | |
| | | | | | | | | | | | | Added QA code in for testing probes and other basic connection features. Requires nthreads >= 10. | |||||
| * | | controlport: adding performance and controlport monitor GRC blocks. | Tom Rondeau | 2015-04-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Updated thrift server conf to set an endpoint -- need to get host address instead of hardcoding to 127.0.0.1. | |||||
| * | | controlport: Adds ability to configure Thrift through a config file | Tom Rondeau | 2015-04-02 | 1 | -1/+13 | |
| | | | | | | | | | | | | Checks GNU Radio's preference files for [ControlPort] config option to point to a file name. That file is the same prefs structure with [Thrift] and key value pairs such as "port = 9090" to set config specific to Thrift. | |||||
| * | | controlport: reorg abstraction layers for RPC connections. | Tom Rondeau | 2015-04-02 | 5 | -291/+322 | |
| | | | | | | | | | | | | ThriftRadioClient has merged with and renamed to RPCConnectionThrift. | |||||
| * | | controlport: more work on the translation layer; properties and setting ↵ | Tom Rondeau | 2015-04-02 | 4 | -86/+163 | |
| | | | | | | | | | | | | parameters in gr-ctrlport-monitor now working. | |||||
| * | | controlport: more cleanup of python code to help generalize the interface | Tom Rondeau | 2015-04-02 | 4 | -81/+71 | |
| | | | ||||||
| * | | controlport: cleanup and switching over to new Python common interface. | Tom Rondeau | 2015-04-02 | 4 | -99/+123 | |
| | | | ||||||
| * | | controlport: adding abstraction layer for the controlport backends; support ↵ | Nate Goergen | 2015-04-02 | 2 | -0/+1044 | |
| | | | | | | | | | | | | thrift currently. | |||||
| * | | controlport: Addes a FindThrift cmake module to find the Thrift headers, ↵ | Tom Rondeau | 2015-04-02 | 3 | -4/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries, and Python files. Also adds a ENABLE_CTRLPORT_THRIFT option to cmake so we can turn off Thrift even if it's found installed on the system. We will do this for any backend to provide maximum control over what is used and not used. This changes how the RPC selector mechanism works; we now set the available RPCs in the config.h file instead of just by hand in the rpcserver_selector.h code. Finally, cmake displays the backend as a submodule of gr-ctrlport when summarizing what is being built for GNU Radio so we know which backends are or are not being used. | |||||
| * | | controlport: quick fix | Tom Rondeau | 2015-04-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | controlport: working gr-perf-monitorx application | Tom Rondeau | 2015-04-02 | 2 | -0/+905 | |
| | | | ||||||
| * | | controlport: restructuring to add subdirs for different cp backends. | Tom Rondeau | 2015-04-02 | 2 | -1/+12 | |
| |/ | ||||||
* | | Merge branch 'maint' | Johnathan Corgan | 2015-04-04 | 1 | -1/+7 | |
|\ \ | |/ |/| | | | | | Conflicts: volk | |||||
| * | runtime: fix deadlock in unlock() from Python #594 | Jiří Pinkava | 2015-04-01 | 1 | -1/+7 | |
| | | ||||||
* | | pmt: moves the rest of the PMT constants from static globals to using get_ ↵ | Tom Rondeau | 2015-02-26 | 1 | -0/+3 | |
|/ | | | | functions. | |||||
* | runtime: add tests for new decorators in hier_block2 | Sebastian Koslowski | 2014-12-12 | 3 | -52/+151 | |
| | ||||||
* | runtime: refactor top/hier block python wrappers | Sebastian Koslowski | 2014-12-10 | 2 | -151/+129 | |
| | ||||||
* | runtime: whitespace fixes | Sebastian Koslowski | 2014-12-10 | 2 | -50/+47 | |
| | ||||||
* | Merge branch 'maint' | Tom Rondeau | 2014-12-04 | 1 | -2/+10 | |
|\ | ||||||
| * | logger: fixed a problem with the Python loggers not respecting the log_file ↵ | Tom Rondeau | 2014-12-04 | 1 | -2/+10 | |
| | | | | | | | | and debug_file settings in the logger preferences file. | |||||
* | | blocks: better handling of srcid with vector_source blocks. | Tom Rondeau | 2014-10-02 | 1 | -2/+15 | |
| | | | | | | | | | | | | - vector_source now adds the srcid of the tag to the actual tag stream. - tag_utils' python_to_tag can now be called with just 3 parameters by omitting the srcid; gets filled in with PMT_F. - updated vector_source_with_tags example to have tags with and without srcid set. | |||||
* | | pmt: Added float conversion | Martin Braun | 2014-09-04 | 1 | -0/+2 | |
|/ | | | | | | Added to_float() and from_float(). These are basically aliases for *_double() with a type cast for when strict typing is necessary (e.g. SWIG won't accept an f32 value when using from_double()). | |||||
* | Merge branch 'maint' | Tom Rondeau | 2014-08-08 | 7 | -2632/+0 | |
|\ | | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt | |||||
| * | controlport: removing use of ice for a controlport rpc. | Tom Rondeau | 2014-08-08 | 7 | -2632/+0 | |
| | | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now. | |||||
* | | dtv: wip, porting gr-atsc blocks into new gr-dtv | Johnathan Corgan | 2014-07-21 | 1 | -0/+1 | |
|/ | ||||||
* | Removing trailing/extra whitespaces before release (for master). | Tom Rondeau | 2014-07-07 | 1 | -5/+5 | |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | |||||
* | Merge branch 'maint' | Tom Rondeau | 2014-07-07 | 9 | -58/+58 | |
|\ | ||||||
| * | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 9 | -58/+58 | |
| | | | | | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | |||||
* | | runtime: mods for pmt's NIL. | Tom Rondeau | 2014-06-28 | 2 | -5/+11 | |
| | | ||||||
* | | runtime: restructure prefs class for initializing prefs singleton. | Tom Rondeau | 2014-06-27 | 1 | -127/+0 | |
| | | | | | | | | | | | | Boost filesystem has a bug initializing a static variable when linking statically. This forces the initialization to happen when the first call to prefs::singleton is made. We should really put the prefs ctor in private, but then swig complains. | |||||
* | | Merge remote-tracking branch 'martin/tsb/prep_for_38' | Johnathan Corgan | 2014-05-23 | 2 | -0/+138 | |
|\ \ |