Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Maintain transmission frame FP relationship in ZeroMQ input | Matthias P. Braendli | 2014-03-23 | 2 | -4/+28 | |
* | Fix livelock in synchronous ZeroMQ scenario | Matthias P. Braendli | 2014-03-23 | 3 | -6/+18 | |
* | Make sure the ZMQ input thread dies on Stop() | Matthias P. Braendli | 2014-03-23 | 1 | -0/+1 | |
* | To USRP refclk lock loss check only if refclk is not 'internal' | Matthias P. Braendli | 2014-03-22 | 2 | -3/+13 | |
* | enable UHD by default | Matthias P. Braendli | 2014-03-22 | 2 | -3/+2 | |
* | Add configure option to disable UHD | Emil BarczyĆski | 2014-03-22 | 3 | -3/+47 | |
* | Do not compare floats for equality. Use a 1PPM window instead | Matthias P. Braendli | 2014-03-17 | 1 | -3/+5 | |
* | Show version right at startup | Matthias P. Braendli | 2014-03-16 | 1 | -9/+9 | |
* | Handle master_clock_rate better, add verification | Matthias P. Braendli | 2014-03-16 | 3 | -79/+143 | |
* | remove config.h.in autogenerated file | Matthias P. Braendli | 2014-03-14 | 1 | -193/+0 | |
* | Update RemoteControl from dabmux | Matthias P. Braendli | 2014-03-14 | 7 | -68/+130 | |
* | add -Wall to Makefile.am | Matthias P. Braendli | 2014-03-14 | 1 | -2/+2 | |
* | OutputUHD fails if sample rate cannot be set | Matthias P. Braendli | 2014-03-09 | 2 | -0/+6 | |
* | Show version in startup screen | Matthias P. Braendli | 2014-03-09 | 1 | -2/+7 | |
* | Change UHD config device to a std::string | Matthias P. Braendli | 2014-03-09 | 2 | -3/+3 | |
* | Prepare for v0.4.2v0.4.2 | Matthias P. Braendli | 2014-03-07 | 3 | -2/+11 | |
* | update example config with B200 information | Matthias P. Braendli | 2014-03-07 | 2 | -1/+28 | |
* | Some ThreadsafeQueue comments | Matthias P. Braendli | 2014-02-21 | 1 | -8/+28 | |
* | zmq input improvements | Matthias P. Braendli | 2014-02-21 | 2 | -7/+25 | |
* | really fix channel/frequency choice logic | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 | |
* | Fix Log.h to show correct headers | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 | |
* | fix channel/frequency choice logic | Matthias P. Braendli | 2014-02-17 | 1 | -1/+1 | |
* | Prepare release v0.4.1v0.4.1 | Matthias P. Braendli | 2014-02-11 | 2 | -1/+14 | |
* | fix invalid initialisation in OfdmGenerator and GuardIntervalInserter | Matthias P. Braendli | 2014-02-11 | 2 | -4/+4 | |
* | fix minor compilation warning | Matthias P. Braendli | 2014-02-11 | 1 | -2/+2 | |
* | remove unused workerdata in FIRFilter | Matthias P. Braendli | 2014-02-11 | 1 | -2/+1 | |
* | fix compilation warning in ConvEncoder | Matthias P. Braendli | 2014-02-11 | 1 | -8/+8 | |
* | include local zmq.hpp and prefer it over the system one | Matthias P. Braendli | 2014-02-11 | 4 | -3/+571 | |
* | add channel config option to UHD output | Matthias P. Braendli | 2014-02-11 | 2 | -6/+58 | |
* | update README | Matthias P. Braendli | 2014-02-09 | 2 | -32/+38 | |
* | Remove the fprintf's from OutputUHD, the logging takes care of this | Matthias P. Braendli | 2014-02-07 | 1 | -45/+35 | |
* | UHD output: remove compilation warning | Matthias P. Braendli | 2014-02-07 | 2 | -11/+11 | |
* | update .gitignore | Matthias P. Braendli | 2014-02-07 | 1 | -1/+2 | |
* | fix versioning and tarball generationv0.4.0 | Matthias P. Braendli | 2014-02-07 | 5 | -12/+26 | |
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 99 | -401/+402 | |
* | Update Changelog for r11r11 | Matthias P. Braendli | 2014-01-31 | 1 | -0/+6 | |
* | copy updated RemoteControl from dabmux | Matthias P. Braendli | 2014-01-21 | 2 | -48/+55 | |
* | copy Log.{h,cpp} improvements from dabmux | Matthias P. Braendli | 2014-01-21 | 2 | -29/+71 | |
* | fix some errors seen by cppcheck | Matthias P. Braendli | 2014-01-20 | 7 | -15/+15 | |
* | kill ZMQ thread when InputZeroMQReader is destroyed | Matthias P. Braendli | 2014-01-10 | 1 | -0/+6 | |
* | remove setting fixed offset to message | Matthias P. Braendli | 2014-01-10 | 1 | -1/+0 | |
* | stop tracking Makefile.in | Matthias P. Braendli | 2014-01-03 | 2 | -1907/+0 | |
* | Revert "autotools: AM_INIT_AUTOMAKE with subdir-objects" | Matthias P. Braendli | 2014-01-03 | 8 | -94/+2035 | |
* | autotools: AM_INIT_AUTOMAKE with subdir-objects | Matthias P. Braendli | 2013-12-15 | 8 | -2035/+94 | |
* | update ChangeLog for r10r10 | Matthias P. Braendli | 2013-12-14 | 1 | -0/+13 | |
* | fix AS_IF for zeromq in configure.ac | Matthias P. Braendli | 2013-12-14 | 1 | -4/+3 | |
* | remove autotools-generated files, add bootstrap | Matthias P. Braendli | 2013-12-14 | 11 | -14869/+8 | |
* | Make generate-filter compatible with newer GNURadior9 | Matthias P. Braendli | 2013-11-21 | 1 | -3/+28 | |
* | add the FIRFilter tap generation tool | Matthias P. Braendli | 2013-11-21 | 7 | -3/+97 | |
* | remove references to mercurial in ChangeLog | Matthias P. Braendli | 2013-11-12 | 1 | -8/+8 |