Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-22 | Set C++11 as default C++ standard | Fedja Beader | 1 | -1/+1 | |
Autoconf manual states that CXXFLAGS is a user variable and should not be overriden, so I did not use AX_APPEND_COMPILE_FLAGS for this. Thus, there are not checks if the compiler supports it, but also the builder can override this flag by passing another flag that overrides it on the command line. Okay, this is now way too theoretical. Indeed, the override happens with ./configure 'CXXFLAGS=-std=c++17' (both flags in final command line) Do note: - The standard has not explicitly set for some builds (thus compiler default was used) - The default on my own box is C++17 - I'm setting C++11 as that's required by my previous change. Upgrade to C++17 is deferred to until it becomes required. - The use of CPPFLAGS could be reviewed... they may be used incorrectly (instead of CXXFLAGS). | |||||
2019-05-31 | Change jobs count to 16 in build scripts | Andrei Karas | 1 | -3/+3 | |
2017-01-04 | Add compiler flag -Wno-attributes for prevent warnings about packed attributes. | Andrei Karas | 1 | -1/+2 | |
2015-07-26 | In make script for gcc 4.6 disable memory debugging. | Andrei Karas | 1 | -1/+1 | |
2014-10-01 | Remove unused option from build scripts. | Andrei Karas | 1 | -1/+0 | |
2013-10-17 | increase process make count in build scripts. | Andrei Karas | 1 | -3/+3 | |
2012-05-30 | Add addition compilation flag to process. | Andrei Karas | 1 | -0/+1 | |
2012-03-27 | Add missing flags to build scripts. | Andrei Karas | 1 | -1/+5 | |
2012-03-22 | Add flag for new standarts to gcc 4.6 build file. | Andrei Karas | 1 | -1/+1 | |
2011-10-13 | Move build scripts and logs to build dir. | Andrei Karas | 1 | -0/+65 | |