aboutsummaryrefslogtreecommitdiffstats
path: root/src/Buffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Avoid copies in ThreadsafeQueue and BufferMatthias P. Braendli2018-03-061-0/+18
|
* Minor Buffer improvementsMatthias P. Braendli2018-01-221-15/+20
|
* Make Buffer movableMatthias P. Braendli2017-12-211-10/+41
|
* Fix all the warnings shown since previous commitMatthias P. Braendli2017-12-111-21/+22
|
* Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-111-8/+4
|
* Replace EDI-to-ETI converter with a dedicated EDI sourceMatthias P. Braendli2017-01-061-0/+20
|
* Replace pointers by shared_ptr in all flowgraphMatthias P. Braendli2015-02-221-0/+1
|
* Get compilation working on ARMMatthias P. Braendli2014-10-101-1/+1
|
* Add some Buffer commentsMatthias P. Braendli2014-09-131-13/+4
|
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
|
* crc-dabmod: added AVX FIRFilter implementationMatthias P. Braendli (think)2012-09-261-2/+4
| | | | | that is disabled by default because it's slower than the SSE version.
* added unmodified mmbtoolsMatthias (think)2012-07-111-0/+108