aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v2.5.0v2.5.0Matthias P. Braendli2022-02-021-2/+2
|
* Add support for BladeRF devicesMatthias P. Braendli2021-11-261-4/+14
| | | | | Many thanks to Steven Rossel for the work he did during his student project.
* Run autoupdateMatthias P. Braendli2021-07-081-5/+4
|
* Prepare v2.4.2v2.4.2Matthias P. Braendli2021-02-221-1/+1
|
* Replace AX_CXX_COMPILE_STDCXX_11 by AX_CXX_COMPILE_STDCXXMatthias P. Braendli2020-04-211-1/+1
|
* Prepare v2.4.1v2.4.1Matthias P. Braendli2020-04-061-1/+1
|
* Link against Boost::Thread when UHD is enabledMatthias P. Braendli2020-03-241-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.0Matthias P. Braendli2020-03-161-2/+2
|
* Merge lime output into next branchMatthias P. Braendli2019-10-071-12/+2
|\
| * Remove edi from configure feature listMatthias P. Braendli2019-09-131-1/+1
| |
| * Rework EDI inputMatthias P. Braendli2019-09-051-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.1Matthias P. Braendli2019-07-081-1/+1
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-05-071-1/+1
|\|
| * Suppress ASIO warnings, remove -Wshadow, add -Wno-pragmasMatthias P. Braendli2019-04-101-1/+1
| |
* | Merge branch 'next' into limeMatthias P. Braendli2019-02-271-2/+2
|\|
| * Prepare v2.3.0v2.3.0Matthias P. Braendli2019-01-231-2/+2
| |
* | Add minimum compilation for LimeSDRF5OEO2018-12-101-2/+14
|/
* Replace DEBUG by TRACE in config.hMatthias P. Braendli2018-09-251-1/+1
|
* Prepare v2.2.0v2.2.0Matthias P. Braendli2018-08-071-1/+1
|
* Replace boost by the standalone asio libraryMatthias P. Braendli2018-08-061-8/+1
|
* Prepare v2.1.0v2.1.0Matthias P. Braendli2018-05-291-1/+1
|
* Remove FFTW dependency from easydabv3 buildMatthias P. Braendli2018-04-161-1/+3
|
* Do not compile useless files for easydabv3Matthias P. Braendli2018-04-161-3/+10
|
* Fix boost configure checkMatthias P. Braendli2018-04-101-1/+1
|
* Add easydabv3 configure optionMatthias P. Braendli2018-04-101-6/+12
|
* Make telnet RC compile-time dependant on boostMatthias P. Braendli2018-04-101-0/+2
|
* Prepare v2.0.0v2.0.0Matthias P. Braendli2018-03-211-1/+1
|
* Don't print debug in configure feature listMatthias P. Braendli2018-03-211-1/+1
|
* Remove --enable-debug configure flagMatthias P. Braendli2018-03-071-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 CFLAGSMatthias P. Braendli2018-03-061-1/+1
|
* Simplify autoconf scriptMatthias P. Braendli2018-01-241-39/+4
|
* Make EDI input optionalMatthias P. Braendli2018-01-221-2/+10
|
* Remove configure.ac check for -lrtMatthias P. Braendli2018-01-171-1/+0
|
* Portability: check for SO_NOSIGPIPEMatthias P. Braendli2017-12-251-0/+19
|
* Check for prctl portabilityMatthias P. Braendli2017-12-151-0/+11
|
* Make warning check work for clangMatthias P. Braendli2017-12-151-7/+7
|
* Set the additional warning options to CXXFLAGSMatthias P. Braendli2017-12-111-6/+6
|
* Simplify porting.{h,c}Matthias P. Braendli2017-12-111-1/+1
|
* Only check librt if UHD enabledMatthias P. Braendli2017-12-111-4/+3
|
* Remove references to malloc.h and use posix_memalignMatthias P. Braendli2017-12-111-2/+1
|
* Make boost check more portableMatthias P. Braendli2017-12-101-2/+2
|
* Prepare v1.1.0v1.1.0Matthias P. Braendli2017-11-181-1/+1
|
* Actually enable the new warnings for C++Matthias P. Braendli2017-10-041-2/+3
|
* Enable some compilation warningsMatthias P. Braendli2017-10-041-0/+10
|
* configure.ac: Properly check for FFTWMatthias P. Braendli2017-08-161-1/+1
|
* Add configure option to disable march=nativeMatthias P. Braendli2017-06-231-14/+19
| | | | Packagers must be able to override these options themselves
* Prepare v1.0.1v1.0.1Matthias P. Braendli2017-06-051-1/+1
|
* Replace SSE check by march=native checkMatthias P. Braendli2017-04-201-18/+9
|
* Prepare v1.0.0v1.0.0Matthias P. Braendli2017-03-031-3/+3
|
* Add support for SoapySDRMatthias P. Braendli2017-02-101-4/+9
|