Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | 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 | 8 | -2035/+94 |
| | | | | | Make the autotools non-recursive to suppress error, and make it future-proof. | ||||
* | 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 |
| | | | | | that is disabled by default because it's slower than the SSE version. | ||||
* | 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 |
| | | | | # comments | ||||
* | 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 |
| | |||||
* | ChangeLog: crc-dabmod-0.3.3-sfn-r4r4 | Matthias P. Braendli (think) | 2012-08-17 | 2 | -11/+11 |
| | |||||
* | 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 | 5 | -10/+67 |
| | |||||
* | crc-dabmod: added UHD tx gain remote control | Matthias P. Braendli (think) | 2012-08-16 | 8 | -23/+99 |
| | |||||
* | crc-dabmod: removed useless set_parameters from remote_control | Matthias P. Braendli (think) | 2012-08-16 | 5 | -61/+54 |
| | |||||
* | crc-dabmod: RemoteControl simplifications | Matthias P. Braendli (think) | 2012-08-16 | 4 | -26/+70 |
| | |||||
* | crc-dabmod: RemoteControl cleanup | Matthias P. Braendli (think) | 2012-08-16 | 3 | -44/+62 |
| | |||||
* | crc-dabmod: added RemoteControl code and test program | Matthias P. Braendli (think) | 2012-08-16 | 5 | -0/+536 |
| | |||||
* | crc-dabmod: file log corrections | Matthias P. Braendli (think) | 2012-08-15 | 2 | -4/+8 |
| | |||||
* | crc-dabmod: added syslog support | Matthias P. Braendli (think) | 2012-08-15 | 9 | -26/+340 |
| | |||||
* | crc-dabmod: set version to 0.3.3-sfn-r2r2 | Matthias P. Braendli (think) | 2012-08-14 | 2 | -16/+12 |
| | |||||
* | crc-dabmod: added example ini file into doc/ | Matthias P. Braendli (think) | 2012-08-14 | 1 | -0/+46 |
| | |||||
* | crc-dabmod: DabMod.cpp: added INI configuration file parser | Matthias P. Braendli (think) | 2012-08-14 | 1 | -7/+124 |
| | |||||
* | crc-dabmod: const-correctness corrections necessary for | Matthias P. Braendli (think) | 2012-08-14 | 9 | -12/+12 |
| | | | | ini parser |