Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-05 | Rename --without-manaplusgame to --without-gameclient | Fedja Beader | 1 | -8/+8 | |
@jesusalva asked what to rename it to, here: https://forums.themanaworld.org/viewtopic.php?t=21691 Squashed with: * Rename --without-manaversegame to --without-gameclient This makes the most sense, I think. Jes agrees, too. * Rename --without-manaplusgame to --without-manaversegame Split off from !45: Rename the program from ManaPlus to ManaVerse. **** mana/plus!138 Co-authored-by: jak1 <jak1@themanaworld.org> | |||||
2025-02-22 | Set C++11 as default C++ standard | Fedja Beader | 1 | -10/+10 | |
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 | |||||
2020-06-02 | Add gcc-snapshot with SDL2 build into main ci branch | Andrei Karas | 1 | -0/+16 | |
2020-05-30 | Switch docket image in gcc-7 ci builds in branches | Andrei Karas | 1 | -52/+52 | |
2020-05-30 | Rename docker image names in ci branches from vicamo to i386 | Andrei Karas | 1 | -4/+4 | |
2018-07-20 | Update asan library name. | Andrei Karas | 1 | -2/+2 | |
2017-12-30 | Add .gitlab-ci.yml from all ci branches. | Andrei Karas | 1 | -0/+575 | |