Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of FCT discontinuity check | Matthias P. Braendli | 2016-05-20 | 3 | -40/+1 |
| | | | | The timestamp discontinuity verification takes care of this now | ||||
* | Improve timestamp handling | Matthias P. Braendli | 2016-05-20 | 6 | -114/+124 |
| | | | | | Replace PPS representation from double to integer, and analyse in OutputUHD if the timestamp is as expected. | ||||
* | Refactor OutputUHD, replace double buffering by queue | Matthias P. Braendli | 2016-05-20 | 2 | -126/+79 |
| | |||||
* | Fix README | Matthias P. Braendli | 2016-03-11 | 1 | -5/+5 |
| | |||||
* | Travis add FFTW | Matthias P. Braendli | 2016-03-06 | 1 | -0/+1 |
| | |||||
* | Travis CI: uhd is not allowed, KISS is known to be broken | Matthias P. Braendli | 2016-03-06 | 1 | -9/+3 |
| | |||||
* | Add Travis CI config | Matthias P. Braendli | 2016-03-06 | 1 | -0/+34 |
| | |||||
* | Protect cerr by mutex in Log, and minor things | Matthias P. Braendli | 2016-02-28 | 2 | -6/+14 |
| | |||||
* | Add comments in PhaseReference | Matthias P. Braendli | 2016-01-31 | 2 | -5/+18 |
| | |||||
* | FIRFilter, use vector to save filter taps | Matthias P. Braendli | 2016-01-31 | 2 | -35/+20 |
| | |||||
* | Restart when FrameMultiplexer sees a different configuration | Matthias P. Braendli | 2016-01-31 | 2 | -17/+35 |
| | |||||
* | Correct size of PhaseReference d_dataIn | Matthias P. Braendli | 2016-01-31 | 1 | -2/+7 |
| | |||||
* | PhaseReference: replace array by vector | Matthias P. Braendli | 2016-01-31 | 2 | -6/+5 |
| | |||||
* | Replace quite a few 'new' with make_shared | Matthias P. Braendli | 2016-01-31 | 4 | -54/+43 |
| | |||||
* | CicEqualiser: replace float array by vector | Matthias P. Braendli | 2016-01-31 | 2 | -8/+5 |
| | |||||
* | Update gitignore | Matthias P. Braendli | 2016-01-31 | 1 | -2/+4 |
| | |||||
* | KISS FFT is broken, make sure compilation fails | Matthias P. Braendli | 2016-01-08 | 1 | -0/+4 |
| | |||||
* | Prepare v0.5.5v0.5.5 | Matthias P. Braendli | 2015-11-27 | 2 | -1/+8 |
| | |||||
* | Enable zeromq by default | Matthias P. Braendli | 2015-11-27 | 2 | -3/+4 |
| | |||||
* | Fix UHD output timestamp increment | Matthias P. Braendli | 2015-11-27 | 1 | -1/+1 |
| | |||||
* | Set default UHD settings for command line | Matthias P. Braendli | 2015-10-30 | 1 | -0/+3 |
| | |||||
* | Fix command line option for zmq input | Matthias P. Braendli | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | Fix compilation in KISS FFT with SIMD due to std::complex | Matthias P. Braendli | 2015-10-28 | 2 | -6/+6 |
| | |||||
* | Fix Non-SSE GainControl compile error | Matthias P. Braendli | 2015-09-27 | 1 | -6/+7 |
| | |||||
* | Prepare release v0.5.4v0.5.4 | Matthias P. Braendli | 2015-09-18 | 3 | -1/+12 |
| | |||||
* | Keep TII settings across modulator restart | Matthias P. Braendli | 2015-09-18 | 4 | -63/+48 |
| | |||||
* | UHD: do not print length 1 messages | Matthias P. Braendli | 2015-09-18 | 1 | -1/+10 |
| | |||||
* | Keep FIR filtertaps after modulator restart | Matthias P. Braendli | 2015-09-18 | 4 | -22/+20 |
| | |||||
* | Keep UHD settings across a modulator restart | Matthias P. Braendli | 2015-09-18 | 2 | -22/+27 |
| | |||||
* | Refactor variables and GainMode enum | Matthias P. Braendli | 2015-09-18 | 4 | -30/+33 |
| | |||||
* | Keep digital gain across modulator restarts | Matthias P. Braendli | 2015-09-18 | 4 | -13/+13 |
| | |||||
* | Fix segfault on SIGINT before UHD init | Matthias P. Braendli | 2015-09-18 | 1 | -1/+3 |
| | |||||
* | Give RemoteControllers a global lifetime | Matthias P. Braendli | 2015-09-18 | 1 | -1/+4 |
| | |||||
* | Keep tist offset across modulator restarts | Matthias P. Braendli | 2015-09-18 | 5 | -9/+10 |
| | |||||
* | Fix crash when using RC after a mod restart | Matthias P. Braendli | 2015-09-14 | 2 | -3/+36 |
| | |||||
* | Update README and such | Matthias P. Braendli | 2015-09-14 | 3 | -57/+53 |
| | |||||
* | Make it possible to use synchronous=1 with internal ref | Matthias P. Braendli | 2015-08-26 | 1 | -0/+1 |
| | |||||
* | Move running flag out of workerdata | Matthias P. Braendli | 2015-08-15 | 2 | -7/+10 |
| | |||||
* | Add support for Ettus GPSDO | Matthias P. Braendli | 2015-08-15 | 3 | -7/+46 |
| | |||||
* | example.ini change default B200 master_clk_rate | Matthias P. Braendli | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | Replace some loops with iterators to foreach loops | Matthias P. Braendli | 2015-08-01 | 7 | -99/+61 |
| | |||||
* | Add missing m4 script | Matthias P. Braendli | 2015-08-01 | 1 | -0/+165 |
| | |||||
* | Switch to C++11, remove boost::shared_ptr | Matthias P. Braendli | 2015-08-01 | 19 | -71/+64 |
| | |||||
* | Minor typo in zmq-ctrl tests | Matthias P. Braendli | 2015-08-01 | 1 | -4/+4 |
| | |||||
* | ZMQ RC whitespace | Matthias P. Braendli | 2015-08-01 | 1 | -36/+18 |
| | |||||
* | Add simple zmq remote python script | Matthias P. Braendli | 2015-08-01 | 1 | -0/+42 |
| | |||||
* | Refactor ZMQ RC and add list and show commands | Matthias P. Braendli | 2015-08-01 | 2 | -34/+96 |
| | |||||
* | Correct defaults for refclk_source and pps_source | Matthias P. Braendli | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | Add version info to starting up message | Matthias P. Braendli | 2015-07-24 | 1 | -1/+7 |
| | |||||
* | Merge branch 'master' into next | Matthias P. Braendli | 2015-07-24 | 2 | -1/+6 |
|\ |