Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | port ChangeLog entries from other repository | Matthias P. Braendli | 2013-11-12 | 1 | -0/+64 |
* | make versioning git compatible, update INSTALL | Matthias P. Braendli | 2013-11-12 | 7 | -19/+44 |
* | update READMEs and such, and ChangeLog for r8r8 | Matthias P. Braendli (think) | 2013-11-10 | 5 | -4/+62 |
* | crc-dabmod: add ZeroMQ input module | Matthias P. Braendli (think) | 2013-11-10 | 14 | -103/+545 |
* | dabmod: add file input to separate class, change version | Matthias P. Braendli (think) | 2013-11-10 | 16 | -1134/+1681 |
* | 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 | 2 | -3/+5 |
* | 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 |
* | crc-dabmod: autoconf sets version r7r7 | Matthias P. Braendli (think) | 2012-09-13 | 2 | -11/+11 |
* | 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: updated example.ini corresponding to new time and clock settings | Matthias P. Braendli (think) | 2012-09-13 | 1 | -8/+6 |
* | 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: example.ini correction | Bram (morningbird) | 2012-09-11 | 1 | -2/+2 |
* | crc-dabmod: added clock_config parameters to configuration file | Matthias P. Braendli (think) | 2012-09-04 | 10 | -533/+896 |
* | crc-dabmod: autoconf added boost version check | Matthias P. Braendli (think) | 2012-08-26 | 11 | -259/+938 |
* | crc-dabmod: example.ini changed to ; comments. Boost 1.42 doesn't support | Matthias P. Braendli (think) | 2012-08-26 | 1 | -8/+8 |