Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-22 | Set C++11 as default C++ standard | Fedja Beader | 2 | -2/+2 | |
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 no 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 was 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). I would really like to get all the builders going before requirements are raised. - CI cleanup would be nice - wish 4144 would return. **** mana/plus!128 | |||||
2024-02-16 | Remove data/evol | Fedja Beader | 1 | -16/+0 | |
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch> | |||||
2023-09-10 | trim useless uses of cat | Fedja Beader | 1 | -2/+2 | |
2022-11-01 | Remove versioning (1.9.3.23 -> 1.0) | Jesusaves | 3 | -3/+3 | |
2021-03-11 | Silence warning -Wredundant-decls in SDL 1.2 code | Andrei Karas | 1 | -1/+1 | |
Also switch in debug build script to gcc 10. | |||||
2020-05-11 | Switch to gcc-10 in bmakedebugsdl2 script | Andrei Karas | 1 | -1/+1 | |
2019-06-02 | Change jobs count in win_make script | Andrei Karas | 1 | -1/+1 | |
2019-05-31 | Switch to gcc-9 in build script bmakedebugsdl2 | Andrei Karas | 1 | -1/+1 | |
2019-05-31 | Change jobs count to 16 in build scripts | Andrei Karas | 17 | -32/+32 | |
2019-03-23 | Change version to 1.9.3.23 | Andrei Karas | 3 | -3/+3 | |
2018-12-08 | Change version to 1.8.12.8. | Andrei Karas | 3 | -3/+3 | |
2018-09-01 | Change version to 1.8.9.1 | Andrei Karas | 3 | -3/+3 | |
2018-06-18 | Add flag -D_GLIBCXX_SANITIZE_VECTOR into asan builds. | Andrei Karas | 2 | -2/+2 | |
2018-05-06 | Add new asan flags into build scripts. | Andrei Karas | 2 | -0/+2 | |
2018-05-05 | Switch build script to gcc-8. | Andrei Karas | 8 | -16/+16 | |
Add gcc-8 build flags file. | |||||
2018-04-14 | Change version to 1.8.4.14v1.8.4.14s20180417 | Andrei Karas | 3 | -3/+3 | |
2018-02-17 | Change verstion to 1.8.2.17.v1.8.2.17 | Andrei Karas | 3 | -3/+3 | |
2017-11-11 | Change version to 1.7.11.11.v1.7.11.11 | Andrei Karas | 3 | -3/+3 | |
2017-10-28 | Change verstion to 1.7.10.28.v1.7.10.28 | Andrei Karas | 3 | -3/+3 | |
2017-10-14 | Change verstion to 1.7.10.14.v1.7.10.14 | Andrei Karas | 3 | -3/+3 | |
2017-10-06 | Add flag -fno-omit-frame-pointer into bmakedebugsdl2 | Andrei Karas | 1 | -0/+1 | |
2017-09-30 | Change version to 1.7.9.30.v1.7.9.30 | Andrei Karas | 3 | -3/+3 | |
2017-09-16 | Change version to 1.7.9.16. | Andrei Karas | 3 | -3/+3 | |
2017-09-06 | Fix and update internal sdl2_gfx files. | Andrei Karas | 1 | -1/+2 | |
Used by default in SDL2 builds. | |||||
2017-09-02 | Change version to 1.7.9.2. | Andrei Karas | 3 | -3/+3 | |
2017-08-30 | Add into .gitlab-ci.yml job for run separatly all unit tests. | Andrei Karas | 1 | -1/+1 | |
2017-08-19 | Change verstion to 1.7.8.19. | Andrei Karas | 3 | -3/+3 | |
2017-08-05 | Change verstion to 1.7.8.5. | Andrei Karas | 3 | -3/+3 | |
2017-08-01 | Use mxe with gcc-6 for mxe builds. | Andrei Karas | 3 | -309/+2 | |
2017-07-22 | Change version to 1.7.7.22.v1.7.7.22 | Andrei Karas | 3 | -3/+3 | |
2017-07-14 | Add build script bmakestl. | Andrei Karas | 1 | -0/+39 | |
2017-07-08 | Change verstion to 1.7.7.8 | Andrei Karas | 3 | -3/+3 | |
2017-07-06 | Update bmakemem script. | Andrei Karas | 1 | -36/+19 | |
2017-06-24 | Change verstion to 1.7.6.24.v1.7.6.24 | Andrei Karas | 3 | -3/+3 | |
2017-06-10 | Change version to 1.7.6.10.v1.7.6.10 | Andrei Karas | 3 | -3/+3 | |
2017-05-27 | Change version to 1.7.5.27.v1.7.5.27 | Andrei Karas | 3 | -3/+3 | |
2017-05-17 | In bmake script add -Wno-null-dereference to fix possible compiler issue. | Andrei Karas | 1 | -0/+2 | |
2017-05-15 | Switch to gcc7 flags in build scripts. | Andrei Karas | 6 | -6/+6 | |
2017-05-13 | Change version to 1.7.5.14. | Andrei Karas | 3 | -3/+3 | |
2017-05-08 | Add ccache into pmake script | Andrei Karas | 1 | -3/+4 | |
2017-05-06 | Use same gcc6 warning flags for build scripts and ci. | Andrei Karas | 7 | -313/+6 | |
2017-04-29 | Change version to 1.7.4.29.v1.7.4.29 | Andrei Karas | 3 | -3/+3 | |
2017-04-27 | Add ccache into most build scripts. | Andrei Karas | 4 | -11/+12 | |
2017-04-15 | Change verstion to 1.7.4.15. | Andrei Karas | 3 | -3/+3 | |
2017-04-01 | Change version to 1.7.4.1v1.7.4.1 | Andrei Karas | 3 | -3/+3 | |
2017-03-28 | Remove physfs support. | Andrei Karas | 3 | -3/+0 | |
2017-03-18 | Update version to 1.7.3.18v1.7.3.18 | Andrei Karas | 3 | -3/+3 | |
2017-03-14 | Add SEHDLL variable in windows installer build scripts. | Andrei Karas | 3 | -0/+3 | |
2017-03-14 | add BITS variable in windows installer build scripts. | Andrei Karas | 3 | -0/+3 | |
2017-03-14 | Add build scripts for windows 64 with mingw. | Andrei Karas | 4 | -0/+14 | |