aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix channel/frequency choice logicMatthias P. Braendli2014-02-171-1/+1
|
* fix invalid initialisation in OfdmGenerator and GuardIntervalInserterMatthias P. Braendli2014-02-112-4/+4
|
* fix minor compilation warningMatthias P. Braendli2014-02-111-2/+2
|
* remove unused workerdata in FIRFilterMatthias P. Braendli2014-02-111-2/+1
|
* fix compilation warning in ConvEncoderMatthias P. Braendli2014-02-111-8/+8
|
* include local zmq.hpp and prefer it over the system oneMatthias P. Braendli2014-02-114-3/+571
|
* add channel config option to UHD outputMatthias P. Braendli2014-02-111-5/+55
|
* Remove the fprintf's from OutputUHD, the logging takes care of thisMatthias P. Braendli2014-02-071-45/+35
|
* UHD output: remove compilation warningMatthias P. Braendli2014-02-072-11/+11
|
* fix versioning and tarball generationv0.4.0Matthias P. Braendli2014-02-072-9/+16
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-0790-364/+364
|
* copy updated RemoteControl from dabmuxMatthias P. Braendli2014-01-212-48/+55
|
* copy Log.{h,cpp} improvements from dabmuxMatthias P. Braendli2014-01-212-29/+71
|
* fix some errors seen by cppcheckMatthias P. Braendli2014-01-207-15/+15
|
* kill ZMQ thread when InputZeroMQReader is destroyedMatthias P. Braendli2014-01-101-0/+6
|
* remove setting fixed offset to messageMatthias P. Braendli2014-01-101-1/+0
|
* stop tracking Makefile.inMatthias P. Braendli2014-01-031-1484/+0
|
* Revert "autotools: AM_INIT_AUTOMAKE with subdir-objects"Matthias P. Braendli2014-01-033-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-objectsMatthias P. Braendli2013-12-153-2132/+0
| | | | | Make the autotools non-recursive to suppress error, and make it future-proof.
* make versioning git compatible, update INSTALLMatthias P. Braendli2013-11-123-8/+8
|
* update READMEs and such, and ChangeLog for r8r8Matthias P. Braendli (think)2013-11-101-3/+3
|
* crc-dabmod: add ZeroMQ input moduleMatthias P. Braendli (think)2013-11-1010-101/+434
|
* dabmod: add file input to separate class, change versionMatthias P. Braendli (think)2013-11-1010-277/+590
|
* dabmod cosmeticsMatthias P. Braendli (think)2013-11-081-2/+2
|
* crc-dabmod: fix myMuting initialisation in OutputUHDMatthias P. Braendli (think)2013-04-291-2/+9
|
* dabmod: additional mutenotimestamp config entryMatthias P. Braendli (think)2013-04-291-3/+2
|
* add additional UHD init messageMatthias P. Braendli (think)2013-02-121-1/+3
|
* Log.h fix mistakeMatthias P. Braendli (think)2013-02-121-1/+1
|
* add error message when logfile cannot be openedMatthias P. Braendli (think)2013-02-121-0/+1
|
* crc-dabmod: added AVX FIRFilter implementationMatthias P. Braendli (think)2012-09-262-5/+75
| | | | | that is disabled by default because it's slower than the SSE version.
* crc-dabmod: nice error message when config file invalidMatthias P. Braendli (think)2012-09-131-1/+8
|
* crc-dabmod: much cleaner logging implementationMatthias P. Braendli (think)2012-09-1310-126/+173
|
* crc-dabmod: OutputUHD: changed time and clock handlingMatthias P. Braendli (think)2012-09-131-48/+22
|
* crc-dabmod: OutputUHD async message alerts correctionBram (morningbird)2012-09-121-9/+9
|
* crc-dabmod: OutputUHD async message alerts correctionBram (morningbird)2012-09-111-1/+4
|
* crc-dabmod: added clock_config parameters to configuration fileMatthias P. Braendli (think)2012-09-044-458/+596
|
* crc-dabmod: autoconf added boost version checkMatthias P. Braendli (think)2012-08-261-1/+4
|
* crc-dabmod: RemoteControl solved compatibility issue with Boost 1.46r6Matthias P. Braendli (think)2012-08-241-6/+9
|
* crc-dabmod: FIRFilter delete[] operator correctionr5Matthias P. Braendli (think)2012-08-201-2/+2
|
* crc-dabmod: solved .ini input file problem.Matthias P. Braendli (think)2012-08-181-14/+15
|
* crc-dabmod: FIRFilter: solved double free() issueMatthias P. Braendli (think)2012-08-181-0/+2
|
* crc-dabmod: remote control for FIRFilterMatthias P. Braendli (think)2012-08-177-64/+173
|
* crc-dabmod: UHD remote control supports mutingr3Matthias P. Braendli (think)2012-08-164-7/+60
|
* crc-dabmod: added UHD tx gain remote controlMatthias P. Braendli (think)2012-08-165-12/+43
|
* crc-dabmod: removed useless set_parameters from remote_controlMatthias P. Braendli (think)2012-08-165-61/+54
|
* crc-dabmod: RemoteControl simplificationsMatthias P. Braendli (think)2012-08-164-26/+70
|
* crc-dabmod: RemoteControl cleanupMatthias P. Braendli (think)2012-08-163-44/+62
|
* crc-dabmod: added RemoteControl code and test programMatthias P. Braendli (think)2012-08-165-0/+536
|
* crc-dabmod: file log correctionsMatthias P. Braendli (think)2012-08-152-4/+8
|
* crc-dabmod: added syslog supportMatthias P. Braendli (think)2012-08-157-16/+325
|