summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare release v0.5.4v0.5.4Matthias P. Braendli2015-09-183-1/+12
* Keep TII settings across modulator restartMatthias P. Braendli2015-09-184-63/+48
* UHD: do not print length 1 messagesMatthias P. Braendli2015-09-181-1/+10
* Keep FIR filtertaps after modulator restartMatthias P. Braendli2015-09-184-22/+20
* Keep UHD settings across a modulator restartMatthias P. Braendli2015-09-182-22/+27
* Refactor variables and GainMode enumMatthias P. Braendli2015-09-184-30/+33
* Keep digital gain across modulator restartsMatthias P. Braendli2015-09-184-13/+13
* Fix segfault on SIGINT before UHD initMatthias P. Braendli2015-09-181-1/+3
* Give RemoteControllers a global lifetimeMatthias P. Braendli2015-09-181-1/+4
* Keep tist offset across modulator restartsMatthias P. Braendli2015-09-185-9/+10
* Fix crash when using RC after a mod restartMatthias P. Braendli2015-09-142-3/+36
* Update README and suchMatthias P. Braendli2015-09-143-57/+53
* Make it possible to use synchronous=1 with internal refMatthias P. Braendli2015-08-261-0/+1
* Move running flag out of workerdataMatthias P. Braendli2015-08-152-7/+10
* Add support for Ettus GPSDOMatthias P. Braendli2015-08-153-7/+46
* example.ini change default B200 master_clk_rateMatthias P. Braendli2015-08-151-1/+1
* Replace some loops with iterators to foreach loopsMatthias P. Braendli2015-08-017-99/+61
* Add missing m4 scriptMatthias P. Braendli2015-08-011-0/+165
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-0119-71/+64
* Minor typo in zmq-ctrl testsMatthias P. Braendli2015-08-011-4/+4
* ZMQ RC whitespaceMatthias P. Braendli2015-08-011-36/+18
* Add simple zmq remote python scriptMatthias P. Braendli2015-08-011-0/+42
* Refactor ZMQ RC and add list and show commandsMatthias P. Braendli2015-08-012-34/+96
* Correct defaults for refclk_source and pps_sourceMatthias P. Braendli2015-07-301-2/+2
* Add version info to starting up messageMatthias P. Braendli2015-07-241-1/+7
* Merge branch 'master' into nextMatthias P. Braendli2015-07-242-1/+6
|\
| * Prepare version v0.5.3v0.5.3Matthias P. Braendli2015-07-242-1/+6
| * update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-241-3/+39
* | Add flags to improve SSE detectionMatthias P. Braendli2015-07-212-15/+12
* | Handle modulator restart with file inputMatthias P. Braendli2015-07-171-5/+13
* | Clarify max_gps_holdover_time in exampleMatthias P. Braendli2015-07-171-1/+4
* | Remove boost::atomic dependencyMatthias P. Braendli2015-07-171-2/+1
* | Replace fixtype by timelock sensor in OutputUHDMatthias P. Braendli2015-07-032-17/+17
* | update zmq.hpp to support zmq 4.1.xMatthias P. Braendli2015-07-031-3/+39
* | Add warning in example.ini about TIIMatthias P. Braendli2015-06-281-0/+2
* | Make TII enabling a soft-failMatthias P. Braendli2015-06-281-2/+8
* | Add missing includeMatthias P. Braendli2015-06-261-0/+1
* | Add TII to remote control, add explicit enableMatthias P. Braendli2015-06-266-36/+143
* | Add TII configuration to ini fileMatthias P. Braendli2015-06-265-9/+30
* | Merge branch 'next' into tiiMatthias P. Braendli2015-06-2615-599/+610
|\ \
| * \ Merge 'raspine/master' with ZMQ RC fixes into nextMatthias P. Braendli2015-06-252-5/+5
| |\ \
| | * | changed cout to cerrJörgen Scott2015-06-251-5/+4
| | * | fixed initialization bugJörgen Scott2015-03-101-0/+1
| * | | example.ini typoMatthias P. Braendli2015-06-141-1/+1
| * | | Replace pointer in TimestampDecoder by shared_ptrMatthias P. Braendli2015-06-142-4/+5
| * | | Use local zmq.hpp for RemoteControl.hMatthias P. Braendli2015-06-141-1/+1
| * | | Move GPS check out of UHDWorkerMatthias P. Braendli2015-06-122-243/+264
| * | | Add some sort of initial gps checkMatthias P. Braendli2015-06-122-76/+162
| * | | EtiReader: remove unused varsMatthias P. Braendli2015-06-122-5/+7
| * | | Cleanup OutputUHD structureMatthias P. Braendli2015-06-122-288/+269