summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2025-02-22Set C++11 as default C++ standardFedja Beader2-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-16Remove data/evolFedja Beader1-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-10trim useless uses of catFedja Beader1-2/+2
2022-11-01Remove versioning (1.9.3.23 -> 1.0)Jesusaves3-3/+3
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas1-1/+1
Also switch in debug build script to gcc 10.
2020-05-11Switch to gcc-10 in bmakedebugsdl2 scriptAndrei Karas1-1/+1
2019-06-02Change jobs count in win_make scriptAndrei Karas1-1/+1
2019-05-31Switch to gcc-9 in build script bmakedebugsdl2Andrei Karas1-1/+1
2019-05-31Change jobs count to 16 in build scriptsAndrei Karas17-32/+32
2019-03-23Change version to 1.9.3.23Andrei Karas3-3/+3
2018-12-08Change version to 1.8.12.8.Andrei Karas3-3/+3
2018-09-01Change version to 1.8.9.1Andrei Karas3-3/+3
2018-06-18Add flag -D_GLIBCXX_SANITIZE_VECTOR into asan builds.Andrei Karas2-2/+2
2018-05-06Add new asan flags into build scripts.Andrei Karas2-0/+2
2018-05-05Switch build script to gcc-8.Andrei Karas8-16/+16
Add gcc-8 build flags file.
2018-04-14Change version to 1.8.4.14v1.8.4.14s20180417Andrei Karas3-3/+3
2018-02-17Change verstion to 1.8.2.17.v1.8.2.17Andrei Karas3-3/+3
2017-11-11Change version to 1.7.11.11.v1.7.11.11Andrei Karas3-3/+3
2017-10-28Change verstion to 1.7.10.28.v1.7.10.28Andrei Karas3-3/+3
2017-10-14Change verstion to 1.7.10.14.v1.7.10.14Andrei Karas3-3/+3
2017-10-06Add flag -fno-omit-frame-pointer into bmakedebugsdl2Andrei Karas1-0/+1
2017-09-30Change version to 1.7.9.30.v1.7.9.30Andrei Karas3-3/+3
2017-09-16Change version to 1.7.9.16.Andrei Karas3-3/+3
2017-09-06Fix and update internal sdl2_gfx files.Andrei Karas1-1/+2
Used by default in SDL2 builds.
2017-09-02Change version to 1.7.9.2.Andrei Karas3-3/+3
2017-08-30Add into .gitlab-ci.yml job for run separatly all unit tests.Andrei Karas1-1/+1
2017-08-19Change verstion to 1.7.8.19.Andrei Karas3-3/+3
2017-08-05Change verstion to 1.7.8.5.Andrei Karas3-3/+3
2017-08-01Use mxe with gcc-6 for mxe builds.Andrei Karas3-309/+2
2017-07-22Change version to 1.7.7.22.v1.7.7.22Andrei Karas3-3/+3
2017-07-14Add build script bmakestl.Andrei Karas1-0/+39
2017-07-08Change verstion to 1.7.7.8Andrei Karas3-3/+3
2017-07-06Update bmakemem script.Andrei Karas1-36/+19
2017-06-24Change verstion to 1.7.6.24.v1.7.6.24Andrei Karas3-3/+3
2017-06-10Change version to 1.7.6.10.v1.7.6.10Andrei Karas3-3/+3
2017-05-27Change version to 1.7.5.27.v1.7.5.27Andrei Karas3-3/+3
2017-05-17In bmake script add -Wno-null-dereference to fix possible compiler issue.Andrei Karas1-0/+2
2017-05-15Switch to gcc7 flags in build scripts.Andrei Karas6-6/+6
2017-05-13Change version to 1.7.5.14.Andrei Karas3-3/+3
2017-05-08Add ccache into pmake scriptAndrei Karas1-3/+4
2017-05-06Use same gcc6 warning flags for build scripts and ci.Andrei Karas7-313/+6
2017-04-29Change version to 1.7.4.29.v1.7.4.29Andrei Karas3-3/+3
2017-04-27Add ccache into most build scripts.Andrei Karas4-11/+12
2017-04-15Change verstion to 1.7.4.15.Andrei Karas3-3/+3
2017-04-01Change version to 1.7.4.1v1.7.4.1Andrei Karas3-3/+3
2017-03-28Remove physfs support.Andrei Karas3-3/+0
2017-03-18Update version to 1.7.3.18v1.7.3.18Andrei Karas3-3/+3
2017-03-14Add SEHDLL variable in windows installer build scripts.Andrei Karas3-0/+3
2017-03-14add BITS variable in windows installer build scripts.Andrei Karas3-0/+3
2017-03-14Add build scripts for windows 64 with mingw.Andrei Karas4-0/+14