aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-1211-171/+104
* | Revert priority setting for mod and UHD threadsMatthias P. Braendli2015-06-072-19/+4
* | Always log to stderrMatthias P. Braendli2015-06-071-0/+2
* | Increase default ZMQ queue sizeMatthias P. Braendli2015-06-051-1/+1
* | Remove debugging printsMatthias P. Braendli2015-06-052-33/+0
* | Fix intermittent underruns after a restartMatthias P. Braendli2015-06-056-23/+72
* | Set priorities for modulator and UHD threadsMatthias P. Braendli2015-06-052-4/+19
* | Logging: use etiLog instead of stderrMatthias Braendli2015-06-0214-155/+112
* | Apply rule of 3 in InputReaderMatthias Braendli2015-06-021-1/+5
* | Use shared_ptr in ZMQ input instead of pointersMatthias P. Braendli2015-05-302-12/+10
* | Telnet RC: reduce scope of m_welcome and m_promptMatthias P. Braendli2015-05-302-5/+4
* | Use shared_ptr in FIRFilterMatthias P. Braendli2015-05-302-14/+14
* | Use correct delete[] in ZMQ inputMatthias P. Braendli2015-05-301-1/+1
* | update INSTALLMatthias P. Braendli2015-05-301-2/+2
* | example.ini: don't enable zmqctrl by defaultMatthias P. Braendli2015-05-281-1/+1
* | Reduce print of UHD messagesMatthias P. Braendli2015-05-031-11/+40
* | gps fix detector: add timeoutMatthias P. Braendli2015-05-034-22/+59
* | Add GPS fix checker, still with debuggingMatthias P. Braendli2015-05-032-3/+77
* | Merge mortensenit's InputFileReader fix into nextMatthias P. Braendli2015-04-300-0/+0
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Kenneth Mortensen2015-04-2243-628/+2369
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master'Kenneth Mortensen2015-01-0519-173/+948
| |\ \ \
| * | | | No error termination in case of zero read bytesKenneth Mortensen2014-11-131-7/+12
* | | | | Add --dirty flag to version detectionMatthias P. Braendli2015-04-171-1/+1
| |_|/ / |/| | |
* | | | Prepare release v0.5.2v0.5.2Matthias P. Braendli2015-04-104-9/+34
* | | | Add validity check for eti_fcMatthias P. Braendli2015-04-102-0/+9
* | | | Avoid having exceptions triggering abort()Matthias P. Braendli2015-04-102-2/+18
* | | | Fix license text in usage screenMatthias P. Braendli2015-04-101-9/+11
* | | | Only print closing message if really closing fileMatthias P. Braendli2015-04-101-2/+2
* | | | Use make_shared in DabMod.cppMatthias P. Braendli2015-04-103-23/+22
* | | | ZMQ output: Add REP socket typeMatthias P. Braendli2015-04-104-11/+56
* | | | 'underfull' sounds wrongMatthias P. Braendli2015-04-101-1/+1
* | | | Add check for FCT validityMatthias P. Braendli2015-04-103-8/+15
* | | | Simplify flowgraph printMatthias P. Braendli2015-04-101-6/+4
* | | | Add detail when config file parser failsMatthias P. Braendli2015-04-101-1/+2
* | | | Fix configure help entry for UHDMatthias P. Braendli2015-04-071-1/+1
* | | | Fix compilation with disabled UHDMatthias P. Braendli2015-03-221-0/+2
* | | | Create custom exception for ZMQ overflowMatthias P. Braendli2015-02-273-10/+18
* | | | Restart whole modulator on FCT discontinuityMatthias P. Braendli2015-02-273-15/+55
* | | | Remove incomplete OutputUHD iqbalanceMatthias P. Braendli2015-02-271-6/+0
* | | | Change enable criteria for CicEqMatthias P. Braendli2015-02-221-1/+1