Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch all exceptions as const | Matthias P. Braendli | 2019-01-28 | 6 | -13/+13 |
| | |||||
* | Represent ZMQ input failures more clearly | Matthias P. Braendli | 2019-01-28 | 2 | -57/+46 |
| | |||||
* | Use PRIu64 in Log tracer | Matthias P. Braendli | 2019-01-23 | 1 | -2/+3 |
| | |||||
* | TimestampDecoder: handle negative offset properly | Matthias P. Braendli | 2019-01-23 | 2 | -17/+24 |
| | |||||
* | Add modulator rate (r/o) to RC | Matthias P. Braendli | 2019-01-22 | 3 | -10/+49 |
| | |||||
* | Preserve digital gain across DabModulator restarts | Matthias P. Braendli | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | RemoteControl: handle failure differently for show command | Matthias P. Braendli | 2019-01-08 | 2 | -70/+74 |
| | |||||
* | Only start DPD feedback if port is set | Matthias P. Braendli | 2018-12-17 | 1 | -4/+6 |
| | |||||
* | Soapy: do not set master clock rate if it is 0 | Matthias P. Braendli | 2018-12-17 | 1 | -2/+4 |
| | |||||
* | Fix s16 FormatConverter output | Matthias P. Braendli | 2018-12-07 | 1 | -1/+1 |
| | |||||
* | Add SDR temperature to RC | Matthias P. Braendli | 2018-11-18 | 6 | -0/+36 |
| | |||||
* | Replace DEBUG by TRACE in config.h | Matthias P. Braendli | 2018-09-25 | 7 | -48/+13 |
| | |||||
* | Fix CFR bug introduced in 1c110d1 | Matthias P. Braendli | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | Keep RC-modified settings across modulator restarts | Matthias P. Braendli | 2018-08-07 | 15 | -36/+35 |
| | |||||
* | Set ASIO_STANDALONE in CXXFLAGS | Matthias P. Braendli | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | Replace boost by the standalone asio library | Matthias P. Braendli | 2018-08-06 | 4 | -63/+40 |
| | |||||
* | Fix compilation on some older platforms | Matthias P. Braendli | 2018-06-18 | 1 | -3/+3 |
| | |||||
* | Rework GPSDO fix check | Matthias P. Braendli | 2018-06-18 | 5 | -97/+142 |
| | | | | | Accelerate startup, take advantage of new UHD sensor, fix startup issue. | ||||
* | Add predistorter coefs to RC | Matthias P. Braendli | 2018-06-05 | 2 | -20/+72 |
| | |||||
* | Make ZMQ return JSON for the list command | Matthias P. Braendli | 2018-06-05 | 1 | -1/+17 |
| | |||||
* | Avoid variable shadowing function warnings | Matthias P. Braendli | 2018-05-30 | 3 | -10/+18 |
| | |||||
* | Do not set threadname for main thread | Matthias P. Braendli | 2018-05-29 | 1 | -1/+0 |
| | |||||
* | Handle Ctrl-C when using EDI input | Matthias P. Braendli | 2018-05-16 | 2 | -10/+16 |
| | |||||
* | Silence Wmem-access warning in OfdmGenerator | Matthias P. Braendli | 2018-05-16 | 1 | -2/+4 |
| | |||||
* | Minor GainControl refactoring | Matthias P. Braendli | 2018-05-16 | 1 | -7/+11 |
| | |||||
* | Fix warning about invalid casts in Resampler | Matthias P. Braendli | 2018-05-14 | 2 | -24/+27 |
| | |||||
* | Handle RC set with value that cannot be parsed | Matthias P. Braendli | 2018-05-14 | 1 | -4/+11 |
| | |||||
* | Take some Log improvements from ODR-DabMux | Matthias P. Braendli | 2018-04-22 | 3 | -24/+22 |
| | |||||
* | Update ThreadsafeQueue comment | Matthias P. Braendli | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Make DPDFeedback quit quickly | Matthias P. Braendli | 2018-04-20 | 1 | -1/+3 |
| | |||||
* | Fix thread teardown in RC | Matthias P. Braendli | 2018-04-20 | 1 | -1/+12 |
| | |||||
* | ThreadsafeQueue: add wakeup event instead of custom termination markers | Matthias P. Braendli | 2018-04-20 | 10 | -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 EasyDABv3 | Matthias P. Braendli | 2018-04-16 | 1 | -13/+16 |
| | |||||
* | Do not compile useless files for easydabv3 | Matthias P. Braendli | 2018-04-16 | 2 | -28/+38 |
| | |||||
* | Merge branch 'next' into easydabv3 | Matthias P. Braendli | 2018-04-11 | 4 | -4/+82 |
|\ | |||||
| * | Add ZMQ input buffer size to RC | Matthias P. Braendli | 2018-04-11 | 3 | -3/+71 |
| | | |||||
| * | Fix thread handling in remotecontrol | Matthias P. Braendli | 2018-04-11 | 1 | -1/+11 |
| | | |||||
* | | Skip easydabv3 FPGA blocks in modulator | Matthias P. Braendli | 2018-04-10 | 1 | -2/+8 |
|/ | |||||
* | Make telnet RC compile-time dependant on boost | Matthias P. Braendli | 2018-04-10 | 4 | -24/+33 |
| | |||||
* | Add missing iomanip include | Matthias P. Braendli | 2018-04-10 | 1 | -0/+1 |
| | |||||
* | Use std::future instead of boost::packaged_task in USRPTime | Matthias P. Braendli | 2018-04-10 | 2 | -29/+17 |
| | |||||
* | Replace boost thread in UHD.cpp | Matthias P. Braendli | 2018-04-10 | 2 | -3/+4 |
| | |||||
* | Replace boost in output/Feedback | Matthias P. Braendli | 2018-04-10 | 2 | -20/+20 |
| | |||||
* | Replace boost ptree by another INI parser | Matthias P. Braendli | 2018-04-10 | 1 | -91/+82 |
| | |||||
* | Fix comment in threadsafequeue | Matthias P. Braendli | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | Don't use boost in PuncturingEncoder | Matthias P. Braendli | 2018-04-10 | 2 | -19/+21 |
| | |||||
* | Set MemlessPoly worker thread scheduling | Matthias P. Braendli | 2018-04-07 | 1 | -0/+3 |
| | |||||
* | Add s16 file output format | Matthias P. Braendli | 2018-04-01 | 3 | -45/+23 |
| | |||||
* | Replace a few fprintf calls by etiLog | Matthias P. Braendli | 2018-03-20 | 5 | -24/+26 |
| | |||||
* | Stop using fprintf in input information | Matthias P. Braendli | 2018-03-20 | 5 | -27/+25 |
| |