aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-2925-470/+215
|\
| * Fix complexf file output formatMatthias P. Braendli2017-12-291-1/+1
| |
| * Update DPD readmeMatthias P. Braendli2017-12-291-8/+25
| |
| * DPDCE fix dpddata_to_str()Matthias P. Braendli2017-12-291-1/+1
| |
| * DPDCE improve statusMatthias P. Braendli2017-12-291-10/+9
| |
| * DPDCE: Add status optionMatthias P. Braendli2017-12-292-39/+57
| |
| * DPDCE: Add reset optionMatthias P. Braendli2017-12-293-3/+11
| |
| * Transform Const into a global config structure, avoid depending on logging ↵Matthias P. Braendli2017-12-2918-149/+71
| | | | | | | | for plot location
| * DPDCE: fix Adapt init and pickle usageMatthias P. Braendli2017-12-292-7/+7
| |
| * Shorten TII name() printoutMatthias P. Braendli2017-12-292-13/+3
| |
| * DPD: Make logging to file optional in all modules, simplify apply_adapt_dumpsMatthias P. Braendli2017-12-2920-167/+92
| |
| * DPD: Remove mention of conda from READMEMatthias P. Braendli2017-12-292-154/+20
| |
* | Do not use undefinded SOCKET_ERRORMatthias P. Braendli2017-12-251-3/+4
| |
* | Portability: check for SO_NOSIGPIPEMatthias P. Braendli2017-12-252-3/+38
| |
* | Avoid warning in SDR.cpp. Set UHD metadata time_spec.Matthias P. Braendli2017-12-254-13/+23
| |
* | Merge branch 'next' into outputRefactoringMatthias P. Braendli2017-12-2546-432/+1027
|\|
| * Fix Soapy warningMatthias P. Braendli2017-12-251-3/+3
| |
| * Do not use out_of_range for multiplex reconfiguration errorMatthias P. Braendli2017-12-253-10/+19
| |
| * Fix TII insertion for positive frequency carriersMatthias P. Braendli2017-12-243-15/+11
| |
| * Add OFDM windowing to config fileMatthias P. Braendli2017-12-234-2/+16
| |
| * Rework OFDM windowing for data symbolsMatthias P. Braendli2017-12-232-32/+55
| |
| * Add OFDM windowing support to GuardIntervalInserterMatthias P. Braendli2017-12-223-36/+257
| |
| * Fix some PDEBUG callsMatthias P. Braendli2017-12-223-4/+3
| |
| * Add Travis build for --enable-trace configurationMatthias P. Braendli2017-12-221-0/+4
| |
| * Check for invalid file output formatMatthias P. Braendli2017-12-221-0/+4
| |
| * Better example.ini defaultsMatthias P. Braendli2017-12-211-48/+39
| |
| * Improve Buffer initialisation in EtiReaderMatthias P. Braendli2017-12-211-5/+5
| |
| * Make Buffer movableMatthias P. Braendli2017-12-212-30/+63
| |
| * Simplify GuardIntervalInserter slightlyMatthias P. Braendli2017-12-212-31/+13
| |
| * Travis OSX: sometimes brew works, sometimes brew fails...Matthias P. Braendli2017-12-181-1/+1
| |
| * Use ::bind in UdpSocketMatthias P. Braendli2017-12-181-1/+1
| | | | | | | | That should help for the OSX Travis build
| * Remove unused variable d_polarity_maskMatthias P. Braendli2017-12-181-2/+0
| |
| * Remove unused variable myCurrentFrameMatthias P. Braendli2017-12-182-2/+0
| |
| * 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
| |
* | Update TODOMatthias P. Braendli2017-12-111-3/+8
| |
* | Move USRP GPSDO and time handling into separate classMatthias P. Braendli2017-11-2610-299/+496
| |