aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Do not document deprecated -C anymoreMatthias P. Braendli2018-02-211-1/+1
|
* Avoid interruptions when ZMQ input timeouts and FP is 4Matthias P. Braendli2018-02-161-2/+2
|
* Do not detect TM from ETI, default to TM 1Matthias P. Braendli2018-02-163-8/+3
|
* Add timestamp of frame 0 to statisticsMatthias P. Braendli2018-02-152-1/+29
|
* Fix handling of GPS sensorsMatthias P. Braendli2018-02-141-6/+22
|
* Fix telnet RC welcome stringMatthias P. Braendli2018-02-121-1/+1
|
* Properly initialise UHD GPSDOMatthias P. Braendli2018-02-102-5/+30
|
* Fix offset in TII carriersMatthias P. Braendli2018-02-072-3/+18
|
* Review TII phase definitionMatthias P. Braendli2018-02-052-23/+38
|
* Code cosmetics and udp multicast documentationMatthias P. Braendli2018-02-013-14/+33
|
* Enabled multicast support. Fix missing header in PAPRStatsSergiy G2018-01-315-20/+44
|
* Fix latepackets in muninMatthias P. Braendli2018-01-311-1/+1
|
* Simplify munin scriptMatthias P. Braendli2018-01-311-11/+12
|
* Fix omission in munin scriptMatthias P. Braendli2018-01-311-0/+5
|
* Remove FCT from munin plotsMatthias P. Braendli2018-01-311-21/+2
|
* Add munin monitoring scriptMatthias P. Braendli2018-01-304-4/+324
|
* SDR RC: ensure returned format is std::fixedMatthias P. Braendli2018-01-301-0/+1
|
* Register the RC parameters for SDRMatthias P. Braendli2018-01-301-0/+8
|
* Make ~SDR virtualMatthias P. Braendli2018-01-301-1/+1
|
* Print all startup settings at once to stderrMatthias P. Braendli2018-01-301-32/+38
|
* Make blocks assume FP is 0 at initialisationMatthias P. Braendli2018-01-285-46/+14
|
* Guarantee flowgraph starts at FP 0Matthias P. Braendli2018-01-281-0/+27
|
* PhaseReference cosmeticsMatthias P. Braendli2018-01-262-61/+51
|
* Avoid conversion to float in frame_timestampMatthias P. Braendli2018-01-241-2/+2
|
* Handle Soapy TX and RX timestamps for DPDMatthias P. Braendli2018-01-245-19/+78
|
* Simplify autoconf scriptMatthias P. Braendli2018-01-241-39/+4
|
* Fix compilation with disabled UHD and SoapySDRMatthias P. Braendli2018-01-231-0/+2
|
* Add missing ChangeLog entriesMatthias P. Braendli2018-01-223-2/+7
|