aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This needs a review, it's not clear if this is still relevant for recent USRPs.
* Restart full modulator on ZeroMQ input overrunMatthias P. Braendli2015-02-224-40/+56
|
* Move main flowgraph to distinct functionMatthias P. Braendli2015-02-223-65/+141
|
* Replace pointers by shared_ptr in all flowgraphMatthias P. Braendli2015-02-2211-165/+176
|
* Reindent CicEqualizerMatthias P. Braendli2015-02-221-5/+7
|
* Start using shared_ptr inside FlowgraphMatthias P. Braendli2015-02-222-27/+42
|
* Add max_frames_queued option for zmq inputMatthias P. Braendli2015-02-204-9/+19
|
* Move some code from DabMod into UtilsMatthias P. Braendli2015-02-124-89/+171
|
* Merge raspine/master, with ZMQ Remote-Control codeMatthias P. Braendli2015-02-129-12/+634
|\ | | | | | | This adds zmq rc fixes and an example tool to interface to it
| * indentationMatthias P. Braendli2015-02-123-47/+49
| |
| * changed static delay parameter typeJörgen Scott2015-02-093-4/+5
| |
| * added ping method + some cleaningJörgen Scott2015-02-093-11/+57
| |
| * Added c++ client APIJörgen Scott2015-02-095-0/+525
| |
| * added reset for static delayJörgen Scott2015-02-091-9/+16
| |
| * Bug fix for static delayJörgen Scott2015-02-091-4/+4
| |
| * Removed magick numbers and added support for static delay in all dab modesJörgen Scott2015-02-043-11/+51
| |
| * added filter for vim backup filesJörgen Scott2015-02-031-0/+1
| |
* | Add -Isrc to CPPFLAGSMatthias P. Braendli2015-02-051-1/+1
| |
* | doc: change wiki linkMatthias P. Braendli2015-02-051-1/+1
| |
* | Change autotools to "subdir-objects" and simplifyMatthias P. Braendli2015-02-054-152/+149
| |
* | Add pkg.m4 autoconf scriptMatthias P. Braendli2015-02-041-0/+214
|/
* Prepare release v0.5.1v0.5.1Matthias P. Braendli2015-01-243-3/+12
|
* Merge branch 'next'Matthias P. Braendli2015-01-246-21/+216
|\
| * FormatConverter: disable SSEMatthias P. Braendli2014-12-251-1/+4
| |
| * Update example.ini with s8 formatMatthias P. Braendli2014-12-251-1/+12
| |
| * FormatConverter: correct SSE codeMatthias P. Braendli2014-12-251-17/+21
| |
| * Add file output format converterMatthias P. Braendli2014-12-254-14/+186
| |
| * Reindent InputFileReader::GetNextFrame()Matthias P. Braendli2014-12-221-9/+9
| |
| * No error termination in case of zero read bytesKenneth Mortensen2014-12-221-7/+12
| |
* | Replace signal() by sigaction()Matthias P. Braendli2015-01-231-4/+11
| |
* | Merge input-zeromq and output-zeromq configure optionsMatthias P. Braendli2015-01-239-36/+27
| |
* | Security issue: telnet RC only on localhostMatthias P. Braendli2015-01-231-1/+2
| |
* | Merge raspine's ZeroMQ RC and UHD staticdelayMatthias P. Braendli2015-01-2328-293/+1262
|\| | | | | | | | | | | | | Merge raspine/master pull request, fix indentation, code style, and two minor conflicts in: doc/example.ini src/DabMod.cpp
| * Prepare v0.5.0v0.5.0Matthias P. Braendli2014-12-093-4/+14
| |
| * Markdownise READMEMatthias P. Braendli2014-12-091-3/+4
| |
| * Interpret a single cmdline option as ini file nameMatthias P. Braendli2014-12-091-4/+16
| |
| * Print compile-time settings on startupMatthias P. Braendli2014-12-091-0/+25
| |