Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update example config with B200 information | Matthias P. Braendli | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | | | Note to self: learn to try out code before pushing eagerly | ||||
* | 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 |
| | |||||
* | 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 | 1 | -5/+55 |
| | |||||
* | 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 |
| | |||||
* | fix versioning and tarball generationv0.4.0 | Matthias P. Braendli | 2014-02-07 | 2 | -9/+16 |
| | |||||
* | Replace CRC-DABMOD by ODR-DabMod | Matthias P. Braendli | 2014-02-07 | 90 | -364/+364 |
| | |||||
* | 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 | 1 | -1484/+0 |
| | |||||
* | Revert "autotools: AM_INIT_AUTOMAKE with subdir-objects" | Matthias P. Braendli | 2014-01-03 | 3 | -0/+2132 |
| | | | | | This reverts commit ae587d9d1678d50c98497efeaeecda28f2703229. It doesn't work well with older autotools. Solving this is not urgent. | ||||
* | autotools: AM_INIT_AUTOMAKE with subdir-objects | Matthias P. Braendli | 2013-12-15 | 3 | -2132/+0 |
| | | | | | Make the autotools non-recursive to suppress error, and make it future-proof. | ||||
* | make versioning git compatible, update INSTALL | Matthias P. Braendli | 2013-11-12 | 3 | -8/+8 |
| | |||||
* | update READMEs and such, and ChangeLog for r8r8 | Matthias P. Braendli (think) | 2013-11-10 | 1 | -3/+3 |
| | |||||
* | crc-dabmod: add ZeroMQ input module | Matthias P. Braendli (think) | 2013-11-10 | 10 | -101/+434 |
| | |||||
* | dabmod: add file input to separate class, change version | Matthias P. Braendli (think) | 2013-11-10 | 10 | -277/+590 |
| | |||||
* | dabmod cosmetics | Matthias P. Braendli (think) | 2013-11-08 | 1 | -2/+2 |
| | |||||
* | crc-dabmod: fix myMuting initialisation in OutputUHD | Matthias P. Braendli (think) | 2013-04-29 | 1 | -2/+9 |
| | |||||
* | dabmod: additional mutenotimestamp config entry | Matthias P. Braendli (think) | 2013-04-29 | 1 | -3/+2 |
| | |||||
* | add additional UHD init message | Matthias P. Braendli (think) | 2013-02-12 | 1 | -1/+3 |
| | |||||
* | Log.h fix mistake | Matthias P. Braendli (think) | 2013-02-12 | 1 | -1/+1 |
| | |||||
* | add error message when logfile cannot be opened | Matthias P. Braendli (think) | 2013-02-12 | 1 | -0/+1 |
| | |||||
* | crc-dabmod: added AVX FIRFilter implementation | Matthias P. Braendli (think) | 2012-09-26 | 2 | -5/+75 |
| | | | | | that is disabled by default because it's slower than the SSE version. | ||||
* | crc-dabmod: nice error message when config file invalid | Matthias P. Braendli (think) | 2012-09-13 | 1 | -1/+8 |
| | |||||
* | crc-dabmod: much cleaner logging implementation | Matthias P. Braendli (think) | 2012-09-13 | 10 | -126/+173 |
| | |||||
* | crc-dabmod: OutputUHD: changed time and clock handling | Matthias P. Braendli (think) | 2012-09-13 | 1 | -48/+22 |
| | |||||
* | crc-dabmod: OutputUHD async message alerts correction | Bram (morningbird) | 2012-09-12 | 1 | -9/+9 |
| | |||||
* | crc-dabmod: OutputUHD async message alerts correction | Bram (morningbird) | 2012-09-11 | 1 | -1/+4 |
| | |||||
* | crc-dabmod: added clock_config parameters to configuration file | Matthias P. Braendli (think) | 2012-09-04 | 4 | -458/+596 |
| | |||||
* | crc-dabmod: autoconf added boost version check | Matthias P. Braendli (think) | 2012-08-26 | 1 | -1/+4 |
| | |||||
* | crc-dabmod: RemoteControl solved compatibility issue with Boost 1.46r6 | Matthias P. Braendli (think) | 2012-08-24 | 1 | -6/+9 |
| | |||||
* | crc-dabmod: FIRFilter delete[] operator correctionr5 | Matthias P. Braendli (think) | 2012-08-20 | 1 | -2/+2 |
| | |||||
* | crc-dabmod: solved .ini input file problem. | Matthias P. Braendli (think) | 2012-08-18 | 1 | -14/+15 |
| | |||||
* | crc-dabmod: FIRFilter: solved double free() issue | Matthias P. Braendli (think) | 2012-08-18 | 1 | -0/+2 |
| | |||||
* | crc-dabmod: remote control for FIRFilter | Matthias P. Braendli (think) | 2012-08-17 | 7 | -64/+173 |
| | |||||
* | crc-dabmod: UHD remote control supports mutingr3 | Matthias P. Braendli (think) | 2012-08-16 | 4 | -7/+60 |
| |