Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare v2.5.0v2.5.0 | Matthias P. Braendli | 2022-02-02 | 1 | -2/+2 |
| | |||||
* | Add support for BladeRF devices | Matthias P. Braendli | 2021-11-26 | 1 | -4/+14 |
| | | | | | Many thanks to Steven Rossel for the work he did during his student project. | ||||
* | Run autoupdate | Matthias P. Braendli | 2021-07-08 | 1 | -5/+4 |
| | |||||
* | Prepare v2.4.2v2.4.2 | Matthias P. Braendli | 2021-02-22 | 1 | -1/+1 |
| | |||||
* | Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXX | Matthias P. Braendli | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Prepare v2.4.1v2.4.1 | Matthias P. Braendli | 2020-04-06 | 1 | -1/+1 |
| | |||||
* | Link against Boost::Thread when UHD is enabled | Matthias P. Braendli | 2020-03-24 | 1 | -1/+7 |
| | | | | | | This is necessary on some systems, for a reason that is not entirely clear. I believe UHD's pkg-config file should instruct us to link against boost-thread if necessary, but it doesn't. | ||||
* | Prepare v2.4.0v2.4.0 | Matthias P. Braendli | 2020-03-16 | 1 | -2/+2 |
| | |||||
* | Merge lime output into next branch | Matthias P. Braendli | 2019-10-07 | 1 | -12/+2 |
|\ | |||||
| * | Remove edi from configure feature list | Matthias P. Braendli | 2019-09-13 | 1 | -1/+1 |
| | | |||||
| * | Rework EDI input | Matthias P. Braendli | 2019-09-05 | 1 | -8/+0 |
| | | | | | | | | | | | | - Use same main loop for both ETI and EDI inputs - Test SFN functionality with EDI input - Add log.show_process_time setting for process time printout | ||||
| * | Prepare v2.3.1v2.3.1 | Matthias P. Braendli | 2019-07-08 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'next' into lime | Matthias P. Braendli | 2019-05-07 | 1 | -1/+1 |
|\| | |||||
| * | Suppress ASIO warnings, remove -Wshadow, add -Wno-pragmas | Matthias P. Braendli | 2019-04-10 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'next' into lime | Matthias P. Braendli | 2019-02-27 | 1 | -2/+2 |
|\| | |||||
| * | Prepare v2.3.0v2.3.0 | Matthias P. Braendli | 2019-01-23 | 1 | -2/+2 |
| | | |||||
* | | Add minimum compilation for LimeSDR | F5OEO | 2018-12-10 | 1 | -2/+14 |
|/ | |||||
* | Replace DEBUG by TRACE in config.h | Matthias P. Braendli | 2018-09-25 | 1 | -1/+1 |
| | |||||
* | Prepare v2.2.0v2.2.0 | Matthias P. Braendli | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | Replace boost by the standalone asio library | Matthias P. Braendli | 2018-08-06 | 1 | -8/+1 |
| | |||||
* | Prepare v2.1.0v2.1.0 | Matthias P. Braendli | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Remove FFTW dependency from easydabv3 build | Matthias P. Braendli | 2018-04-16 | 1 | -1/+3 |
| | |||||
* | Do not compile useless files for easydabv3 | Matthias P. Braendli | 2018-04-16 | 1 | -3/+10 |
| | |||||
* | Fix boost configure check | Matthias P. Braendli | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | Add easydabv3 configure option | Matthias P. Braendli | 2018-04-10 | 1 | -6/+12 |
| | |||||
* | Make telnet RC compile-time dependant on boost | Matthias P. Braendli | 2018-04-10 | 1 | -0/+2 |
| | |||||
* | Prepare v2.0.0v2.0.0 | Matthias P. Braendli | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Don't print debug in configure feature list | Matthias P. Braendli | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Remove --enable-debug configure flag | Matthias P. Braendli | 2018-03-07 | 1 | -15/+1 |
| | | | | | | | | | | | | | 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. | ||||
* | configure.ac: do not discard default CFLAGS | Matthias P. Braendli | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Simplify autoconf script | Matthias P. Braendli | 2018-01-24 | 1 | -39/+4 |
| | |||||
* | Make EDI input optional | Matthias P. Braendli | 2018-01-22 | 1 | -2/+10 |
| | |||||
* | Remove configure.ac check for -lrt | Matthias P. Braendli | 2018-01-17 | 1 | -1/+0 |
| | |||||
* | Portability: check for SO_NOSIGPIPE | Matthias P. Braendli | 2017-12-25 | 1 | -0/+19 |
| | |||||
* | Check for prctl portability | Matthias P. Braendli | 2017-12-15 | 1 | -0/+11 |
| | |||||
* | Make warning check work for clang | Matthias P. Braendli | 2017-12-15 | 1 | -7/+7 |
| | |||||
* | Set the additional warning options to CXXFLAGS | Matthias P. Braendli | 2017-12-11 | 1 | -6/+6 |
| | |||||
* | Simplify porting.{h,c} | Matthias P. Braendli | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Only check librt if UHD enabled | Matthias P. Braendli | 2017-12-11 | 1 | -4/+3 |
| | |||||
* | Remove references to malloc.h and use posix_memalign | Matthias P. Braendli | 2017-12-11 | 1 | -2/+1 |
| | |||||
* | Make boost check more portable | Matthias P. Braendli | 2017-12-10 | 1 | -2/+2 |
| | |||||
* | Prepare v1.1.0v1.1.0 | Matthias P. Braendli | 2017-11-18 | 1 | -1/+1 |
| | |||||
* | Actually enable the new warnings for C++ | Matthias P. Braendli | 2017-10-04 | 1 | -2/+3 |
| | |||||
* | Enable some compilation warnings | Matthias P. Braendli | 2017-10-04 | 1 | -0/+10 |
| | |||||
* | configure.ac: Properly check for FFTW | Matthias P. Braendli | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Add configure option to disable march=native | Matthias P. Braendli | 2017-06-23 | 1 | -14/+19 |
| | | | | Packagers must be able to override these options themselves | ||||
* | Prepare v1.0.1v1.0.1 | Matthias P. Braendli | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | Replace SSE check by march=native check | Matthias P. Braendli | 2017-04-20 | 1 | -18/+9 |
| | |||||
* | Prepare v1.0.0v1.0.0 | Matthias P. Braendli | 2017-03-03 | 1 | -3/+3 |
| | |||||
* | Add support for SoapySDR | Matthias P. Braendli | 2017-02-10 | 1 | -4/+9 |
| |