aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Replace a few fprintf calls by etiLogMatthias P. Braendli2018-03-206-29/+26
|
* Stop using fprintf in input informationMatthias P. Braendli2018-03-205-27/+25
|
* Simplify QpskSymbolMapper a bitMatthias P. Braendli2018-03-202-30/+13
|
* Reorder some startup messagesMatthias P. Braendli2018-03-104-10/+8
|
* Support UHD 3.11 logging subsystemMatthias P. Braendli2018-03-102-2/+37
|
* Remove --enable-debug configure flagMatthias P. Braendli2018-03-072-20/+15
| | | | | | | | | | | | | With --enable-debug, compiler flags include -g -O2, i.e. with debugging, with optimisations. Without --enable-debug, compiler flags include -g -O2 -DNDEBUG -g -O2 are defaults according to AC_PROG_CXX The macro NDEBUG has a small performance impact (less than 1%), but can put issues to light. It is beneficial to have assertions always enabled. Remove the flag, and let the user override CFLAGS/CXXFLAGS if he wishes to. This is documented in INSTALL.
* Fix build with EDIMatthias P. Braendli2018-03-071-1/+1
|
* Avoid copies in ThreadsafeQueue and BufferMatthias P. Braendli2018-03-067-45/+78
|
* Verify ETI FCT continuity before modulatorMatthias P. Braendli2018-03-063-6/+36
|
* Implement TCP input auto-reconnectMatthias P. Braendli2018-03-066-196/+347
|
* configure.ac: do not discard default CFLAGSMatthias P. Braendli2018-03-061-1/+1
|
* Fix Travis brew usageMatthias P. Braendli2018-03-011-2/+8
|
* Remove porting.cMatthias P. Braendli2018-02-2412-71/+0
|
* Add file format to command line optionsMatthias P. Braendli2018-02-212-3/+16
|
* adapt DPDCE to refactored SDR output RCMatthias P. Braendli2018-02-212-6/+8
|