aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add predistorter coefs to RCMatthias P. Braendli2018-06-052-20/+72
|
* Add web UIMatthias P. Braendli2018-06-0531-0/+10846
|
* Make ZMQ return JSON for the list commandMatthias P. Braendli2018-06-051-1/+17
|
* Document zmqctrlendpoint accepted formatsMatthias P. Braendli2018-05-301-0/+3
|
* Avoid variable shadowing function warningsMatthias P. Braendli2018-05-303-10/+18
|
* Prepare v2.1.0v2.1.0Matthias P. Braendli2018-05-292-1/+9
|
* Do not set threadname for main threadMatthias P. Braendli2018-05-291-1/+0
|
* Handle Ctrl-C when using EDI inputMatthias P. Braendli2018-05-164-31/+60
|
* Silence Wmem-access warning in OfdmGeneratorMatthias P. Braendli2018-05-161-2/+4
|
* Update example.iniandimik2018-05-161-3/+3
|
* Update README-SFN.mdandimik2018-05-161-1/+1
|
* Minor GainControl refactoringMatthias P. Braendli2018-05-161-7/+11
|
* DPDCE: get store_received to work againMatthias P. Braendli2018-05-162-108/+33
|
* Fix warning about invalid casts in ResamplerMatthias P. Braendli2018-05-142-24/+27
|
* Handle RC set with value that cannot be parsedMatthias P. Braendli2018-05-141-4/+11
|
* Fix warning about INIReader strncpyMatthias P. Braendli2018-05-141-1/+1
|
* DPDCE: disable tx gain agc by defaultMatthias P. Braendli2018-05-143-13/+18
|
* DPDCE: fix linalg.lstsq warningMatthias P. Braendli2018-05-093-5/+3
|
* DPDCE: ensure DAB signal parameters are integerMatthias P. Braendli2018-05-091-5/+6
|
* DPDCE: add measure only commandMatthias P. Braendli2018-05-091-5/+31
|
* Document CIC equaliser betterMatthias P. Braendli2018-05-091-2/+3
|
* Travis: add easydab buildMatthias P. Braendli2018-04-221-0/+4
|
* Take some Log improvements from ODR-DabMuxMatthias P. Braendli2018-04-223-24/+22
|
* Update ThreadsafeQueue commentMatthias P. Braendli2018-04-201-1/+1
|
* Make DPDFeedback quit quicklyMatthias P. Braendli2018-04-201-1/+3
|
* Fix thread teardown in RCMatthias P. Braendli2018-04-201-1/+12
|
* ThreadsafeQueue: add wakeup event instead of custom termination markersMatthias P. Braendli2018-04-2010-34/+46
| | | | | This avoids the issue that the ~SDR termination marker doesn't reach the consumer because it's still prebuffering
* Adapt DabModulator.cpp includes for EasyDABv3Matthias P. Braendli2018-04-161-13/+16
|
* Remove FFTW dependency from easydabv3 buildMatthias P. Braendli2018-04-161-1/+3
|
* Do not compile useless files for easydabv3Matthias P. Braendli2018-04-166-71/+129
|
* Clarify INIReader licenseMatthias P. Braendli2018-04-161-9/+27
|
* Merge branch 'next' into easydabv3Matthias P. Braendli2018-04-114-4/+82
|\
| * Add ZMQ input buffer size to RCMatthias P. Braendli2018-04-113-3/+71
| |
| * Fix thread handling in remotecontrolMatthias P. Braendli2018-04-111-1/+11
| |
* | Fix boost configure checkMatthias P. Braendli2018-04-103-164/+111
| |
* | Skip easydabv3 FPGA blocks in modulatorMatthias P. Braendli2018-04-101-2/+8
| |
* | Add easydabv3 configure optionMatthias P. Braendli2018-04-101-6/+12
|/
* Make telnet RC compile-time dependant on boostMatthias P. Braendli2018-04-105-24/+35
|
* Add missing iomanip includeMatthias P. Braendli2018-04-101-0/+1
|
* Use std::future instead of boost::packaged_task in USRPTimeMatthias P. Braendli2018-04-102-29/+17
|
* Replace boost thread in UHD.cppMatthias P. Braendli2018-04-102-3/+4
|
* Replace boost in output/FeedbackMatthias P. Braendli2018-04-102-20/+20
|
* Replace boost ptree by another INI parserMatthias P. Braendli2018-04-103-91/+524
|
* Fix comment in threadsafequeueMatthias P. Braendli2018-04-101-1/+1
|
* Don't use boost in PuncturingEncoderMatthias P. Braendli2018-04-102-19/+21
|
* Set MemlessPoly worker thread schedulingMatthias P. Braendli2018-04-071-0/+3
|
* Add s16 file output formatMatthias P. Braendli2018-04-014-45/+25
|
* Prepare v2.0.0v2.0.0Matthias P. Braendli2018-03-212-5/+7
|
* Don't print debug in configure feature listMatthias P. Braendli2018-03-211-1/+1
|
* Add UHD on OSX to Travis CI buildsMatthias P. Braendli2018-03-211-2/+6
|