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). | |||||
2020-06-04 | Use cross platform path to bash in ci scripts | Andrei Karas | 1 | -1/+1 | |
2017-04-27 | Add debug flags into ci scripts. | Andrei Karas | 1 | -2/+3 | |
2017-03-27 | Add support for variables NEWCC and NEWCXX into all ci scripts. | Andrei Karas | 1 | -0/+8 | |
2017-02-14 | Add optional configure parameters for all ci build scripts. | Andrei Karas | 1 | -1/+1 | |
2017-01-25 | In ci move install packages from shell scripts into .gitlab-ci.yml | Andrei Karas | 1 | -5/+0 | |
2017-01-04 | Add compiler flag -Wno-attributes for prevent warnings about packed attributes. | Andrei Karas | 1 | -1/+2 | |
2016-04-26 | Add into ci scripts --enable-werror and remove check for warnings. | Andrei Karas | 1 | -2/+1 | |
This can fix false positives if compiler or make start creating useless lines with dots in output. | |||||
2016-04-15 | Fix compiler version report in ci scripts. | Andrei Karas | 1 | -0/+1 | |
2016-04-12 | add .gitlab-ci.yml and script for it. | Andrei Karas | 1 | -0/+48 | |