aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Travis: don't build with clang on linuxMatthias P. Braendli2017-12-181-19/+0
| | | | | Apparently there's something wrong with the libc++ combined with boost. I'm afraid I don't care enough to fix this.
* Switch travis back to clang 4Matthias P. Braendli2017-12-151-3/+4
|
* Properly set Travis flagsMatthias P. Braendli2017-12-151-6/+9
|
* Set CC and CXX in Travis CI matrix properlyMatthias P. Braendli2017-12-151-9/+9
|
* Add Travis-CI build matrix and build on OSXMatthias P. Braendli2017-12-151-29/+60
|
* Check for prctl portabilityMatthias P. Braendli2017-12-153-1/+17
|
* Make warning check work for clangMatthias P. Braendli2017-12-151-7/+7
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-1124-73/+80
|
* Set the additional warning options to CXXFLAGSMatthias P. Braendli2017-12-111-6/+6
|
* Simplify porting.{h,c}Matthias P. Braendli2017-12-113-33/+2
|
* Replace legacy bzero() by memset()Matthias P. Braendli2017-12-113-3/+3
|
* Only check librt if UHD enabledMatthias P. Braendli2017-12-111-4/+3
|
* Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-117-28/+16
|
* Make boost check more portableMatthias P. Braendli2017-12-105-104/+431
|
* Rename misleading variable nameMatthias P. Braendli2017-12-102-6/+6
|
* Prepare v1.1.0v1.1.0Matthias P. Braendli2017-11-183-6/+17
|
* Mark TII implementation completeMatthias P. Braendli2017-11-183-12/+1
|
* Correct TII powerMatthias P. Braendli2017-11-181-5/+19
|
* Do not setenv TZ twiceMatthias P. Braendli2017-11-101-4/+0
| | | | (cherry picked from commit 34afa3a0632817c30e4e5427ee67138d59c4ede3)
* Avoid invalid warning about timestamp irregularityMatthias P. Braendli2017-11-101-2/+1
|
* Fix FIRFilter use-after-free on teardownMatthias P. Braendli2017-11-101-0/+1
|
* Attenuate TII by 16dB as requested by specSergiy G2017-10-311-2/+2
|
* Update README and AUTHORSMatthias P. Braendli2017-10-182-4/+8
|
* Update TODOMatthias P. Braendli2017-10-181-7/+26
|
* Improve MER calculationMatthias P. Braendli2017-10-172-12/+16
|
* Avoid crash due to SIGPIPE in OutputUHDFeedback serverMatthias P. Braendli2017-10-171-1/+2
|
* Recover OutputUHDFeedback failureMatthias P. Braendli2017-10-174-66/+96
|
* Add licence to zmq_remoteMatthias P. Braendli2017-10-171-0/+31
|
* Avoid flowgraph timing fprintf mixup on consoleMatthias P. Braendli2017-10-081-3/+12
|
* DPDCE: remove invalid data variable from format strMatthias P. Braendli2017-10-081-2/+2
|
* DPDCE: Use timeout to check for ZMQ RC pingMatthias P. Braendli2017-10-081-4/+16
|
* zmq remote control example: use timeout on receiveMatthias P. Braendli2017-10-081-15/+27
|
* DPDCE: Set socket timeout for MeasureMatthias P. Braendli2017-10-081-0/+1
|
* DPDCE: Set default digital gain to 0.6Matthias P. Braendli2017-10-082-1/+4
|
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-044-10/+11
|
* Enable some compilation warningsMatthias P. Braendli2017-10-042-0/+84
|
* Update dpd README, add references and stuff from the trelloMatthias P. Braendli2017-10-041-0/+47
|
* Review dpd README and delete duplicate TeX instructionsMatthias P. Braendli2017-09-302-200/+80
|
* Make DPDCE naming consistentMatthias P. Braendli2017-09-3019-26/+32
|
* Mention CFR in READMEMatthias P. Braendli2017-09-301-0/+1
|
* DPD server: handle accept timeout correctlyMatthias P. Braendli2017-09-301-1/+2
|
* Add description for iterative processandreas1282017-09-291-0/+1
|
* Write better info messageandreas1282017-09-291-1/+1
|
* Change default number of iterations to 10andreas1282017-09-291-1/+1
|
* Add licenceandreas1282017-09-293-0/+69
|
* Cleanupandreas1282017-09-2915-379/+112
|
* Add RX gain descriptionandreas1282017-09-291-0/+1
|
* Add Dab power convervation to Readmeandreas1282017-09-291-0/+1
|
* Cleanupandreas1282017-09-2811-140/+149
|
* Cleanup Adapt.pyandreas1282017-09-281-38/+44
|