| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: include boost/format where used | Marcus Müller | 2021-09-07 | 1 | -0/+1 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 3 | -3/+0 |
* | ctrlport: apply same clang-tidy rules as to rest of codebase | Marcus Müller | 2021-01-28 | 2 | -4/+5 |
* | RPC fixes to allow using Thrift-0.13 | A. Maitland Bottoms | 2020-12-19 | 1 | -2/+6 |
* | controlport: include <algorithm> when using std::for_each() | Daniel Estévez | 2020-07-30 | 1 | -0/+1 |
* | runtime: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 2 | -19/+45 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 2 | -1/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 9 | -117/+9 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -1/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 4 | -9/+9 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 7 | -575/+535 |
* | ctrlport-thrift: don't install example .conf to etc, but to docs | Marcus Müller | 2019-03-04 | 1 | -0/+3 |
* | cmake: Update to modern CMake usage | Andrej Rode | 2019-03-04 | 1 | -104/+0 |
* | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'maint' | Martin Braun | 2018-02-03 | 1 | -1/+1 |
| |\ |
|
| | * | Replaced redmine URLs. | Marcus Müller | 2018-02-03 | 1 | -1/+1 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2017-06-27 | 1 | -3/+3 |
|\| | |
|
| * | | Merge branch 'maint' | Johnathan Corgan | 2017-06-27 | 1 | -3/+3 |
| |\| |
|
| | * | Revert "Fixed storing references to temporary values in RPC infrastructure" | Johnathan Corgan | 2017-06-27 | 1 | -3/+3 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2017-06-27 | 1 | -3/+3 |
|\| | |
|
| * | | Merge branch 'maint' | Johnathan Corgan | 2017-06-27 | 1 | -3/+3 |
| |\| |
|
| | * | Fixed storing references to temporary values in RPC infrastructure | Marcus Müller | 2017-06-24 | 1 | -3/+3 |
* | | | runtime: replace std::auto_ptr usage with std::unique_ptr | Johnathan Corgan | 2017-04-17 | 1 | -2/+2 |
* | | | Merge branch 'master' into next | Johnathan Corgan | 2017-03-05 | 1 | -14/+14 |
|\| | |
|
| * | | Helped CMake maintain a clear dependency tree | Marcus Müller | 2017-01-23 | 1 | -14/+14 |
| |/ |
|
* | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-23 | 2 | -5/+4 |
|\| |
|
| * | Fixed initialization order of ctrlport static variables | Kyle Unice | 2016-10-21 | 2 | -5/+4 |
* | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 1 | -1/+0 |
|/ |
|
* | controlport: using the 'binary' Thrift data type to work better with Java. | Tom Rondeau | 2015-12-10 | 1 | -1/+1 |
* | ctrlport: provides a ControlPort model that connects directly with a | Tom Rondeau | 2015-10-16 | 3 | -0/+94 |
* | controlport: Adding support for building Java clients. | Tom Rondeau | 2015-07-24 | 2 | -2/+2 |
* | Merge remote-tracking branch 'mmueller/ctrlport_thrift_include_directories' | Johnathan Corgan | 2015-06-22 | 1 | -0/+1 |
|\ |
|
| * | made the controlport CMakeLists use thrift includedirs | Marcus Müller | 2015-06-18 | 1 | -0/+1 |
* | | controlport: make sure to use to configured d_logger in thrift code. | Tom Rondeau | 2015-06-17 | 1 | -1/+1 |
|/ |
|
* | controlport: this fixes a complaint by newer versions of Boost. | Tom Rondeau | 2015-05-06 | 1 | -1/+1 |
* | controlport: android: cleaning up; better logs; help to support android. | Tom Rondeau | 2015-05-06 | 1 | -1/+1 |
* | controlport: info on a (possible) Thrift bug. | Tom Rondeau | 2015-04-16 | 2 | -0/+139 |
* | controlport: cleanup and thread safety. | Nate Goergen | 2015-04-16 | 2 | -9/+13 |
* | cmake: fix case for ctrlport when no backends installed | Tom Rondeau | 2015-04-15 | 1 | -0/+11 |
* | controlport: cleaner, more robust interface for buffer gets. | Nate Goergen | 2015-04-02 | 2 | -10/+6 |
* | controlport: avoid copy of outknobs (a temporary). | Nate Goergen | 2015-04-02 | 1 | -15/+6 |
* | controlport: ensure proper ctrlport shutdown. | Nate Goergen | 2015-04-02 | 1 | -0/+4 |
* | controlport: documentation cleanup | Nate Goergen | 2015-04-02 | 1 | -8/+3 |
* | controlport: cleanup | Nate Goergen | 2015-04-02 | 1 | -4/+11 |
* | controlport: Some documentation | Nate Goergen | 2015-04-02 | 2 | -2/+16 |
* | controlport: renamed some functions for clairity | Nate Goergen | 2015-04-02 | 1 | -5/+5 |
* | controlport: cleanup | Nate Goergen | 2015-04-02 | 2 | -53/+21 |
* | controlport: more cleanup and conveniences | Tom Rondeau | 2015-04-02 | 1 | -4/+1 |
* | controlport: moving the generation of the Thrift endpoint string to the appli... | Nate Goergen | 2015-04-02 | 1 | -1/+33 |
* | controlport: changing the default port number on the Thrift interface to zero. | Nate Goergen | 2015-04-02 | 1 | -1/+1 |