summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/controlport
Commit message (Expand)AuthorAgeFilesLines
* runtime: include boost/format where usedMarcus Müller2021-09-071-0/+1
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-173-3/+0
* ctrlport: apply same clang-tidy rules as to rest of codebaseMarcus Müller2021-01-282-4/+5
* RPC fixes to allow using Thrift-0.13A. Maitland Bottoms2020-12-191-2/+6
* controlport: include <algorithm> when using std::for_each()Daniel Estévez2020-07-301-0/+1
* runtime: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-132-19/+45
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-012-1/+2
* Update license header to SPDX formatdevnulling2020-01-279-117/+9
* Remove newlines from exception messagesThomas Habets2020-01-011-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-094-9/+9
* Tree: clang-format without the include sortingMarcus Müller2019-08-097-575/+535
* ctrlport-thrift: don't install example .conf to etc, but to docsMarcus Müller2019-03-041-0/+3
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-104/+0
* Merge branch 'master' into nextMartin Braun2018-02-031-1/+1
|\
| * Merge branch 'maint'Martin Braun2018-02-031-1/+1
| |\
| | * Replaced redmine URLs.Marcus Müller2018-02-031-1/+1
* | | Merge branch 'master' into nextJohnathan Corgan2017-06-271-3/+3
|\| |
| * | Merge branch 'maint'Johnathan Corgan2017-06-271-3/+3
| |\|
| | * Revert "Fixed storing references to temporary values in RPC infrastructure"Johnathan Corgan2017-06-271-3/+3
* | | Merge branch 'master' into nextJohnathan Corgan2017-06-271-3/+3
|\| |
| * | Merge branch 'maint'Johnathan Corgan2017-06-271-3/+3
| |\|
| | * Fixed storing references to temporary values in RPC infrastructureMarcus Müller2017-06-241-3/+3
* | | runtime: replace std::auto_ptr usage with std::unique_ptrJohnathan Corgan2017-04-171-2/+2
* | | Merge branch 'master' into nextJohnathan Corgan2017-03-051-14/+14
|\| |
| * | Helped CMake maintain a clear dependency treeMarcus Müller2017-01-231-14/+14
| |/
* | Merge branch 'master' into nextJohnathan Corgan2016-10-232-5/+4
|\|
| * Fixed initialization order of ctrlport static variablesKyle Unice2016-10-212-5/+4
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-1/+0
|/
* controlport: using the 'binary' Thrift data type to work better with Java.Tom Rondeau2015-12-101-1/+1
* ctrlport: provides a ControlPort model that connects directly with aTom Rondeau2015-10-163-0/+94
* controlport: Adding support for building Java clients.Tom Rondeau2015-07-242-2/+2
* Merge remote-tracking branch 'mmueller/ctrlport_thrift_include_directories'Johnathan Corgan2015-06-221-0/+1
|\
| * made the controlport CMakeLists use thrift includedirsMarcus Müller2015-06-181-0/+1
* | controlport: make sure to use to configured d_logger in thrift code.Tom Rondeau2015-06-171-1/+1
|/
* controlport: this fixes a complaint by newer versions of Boost.Tom Rondeau2015-05-061-1/+1
* controlport: android: cleaning up; better logs; help to support android.Tom Rondeau2015-05-061-1/+1
* controlport: info on a (possible) Thrift bug.Tom Rondeau2015-04-162-0/+139
* controlport: cleanup and thread safety.Nate Goergen2015-04-162-9/+13
* cmake: fix case for ctrlport when no backends installedTom Rondeau2015-04-151-0/+11
* controlport: cleaner, more robust interface for buffer gets.Nate Goergen2015-04-022-10/+6
* controlport: avoid copy of outknobs (a temporary).Nate Goergen2015-04-021-15/+6
* controlport: ensure proper ctrlport shutdown.Nate Goergen2015-04-021-0/+4
* controlport: documentation cleanupNate Goergen2015-04-021-8/+3
* controlport: cleanupNate Goergen2015-04-021-4/+11
* controlport: Some documentationNate Goergen2015-04-022-2/+16
* controlport: renamed some functions for clairityNate Goergen2015-04-021-5/+5
* controlport: cleanupNate Goergen2015-04-022-53/+21
* controlport: more cleanup and conveniencesTom Rondeau2015-04-021-4/+1
* controlport: moving the generation of the Thrift endpoint string to the appli...Nate Goergen2015-04-021-1/+33
* controlport: changing the default port number on the Thrift interface to zero.Nate Goergen2015-04-021-1/+1