Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-05 | Rename --without-manaplusgame to --without-gameclient | Fedja Beader | 17 | -156/+156 | |
@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 | 2 | -38/+38 | |
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-03 | Add no flags into failing gcc-9 ci test job | Andrei Karas | 1 | -1/+2 | |
2020-06-02 | Remove wrong offset in fedora ci builds | Andrei Karas | 1 | -1/+0 | |
2020-06-02 | Add gcc-snapshot with SDL2 build into main ci branch | Andrei Karas | 1 | -0/+16 | |
2020-06-01 | Add offset variable to sdl2 ci jobs due issues with sdl2 fonts rendering | Andrei Karas | 14 | -1/+34 | |
2020-06-01 | Add some flags in gcc-9 ci jobs for avoid doctest warnings | Andrei Karas | 1 | -2/+4 | |
2020-06-01 | Add gcc-10 ci branches | Andrei Karas | 2 | -0/+581 | |
2020-06-01 | Add gcc-9 ci branches | Andrei Karas | 2 | -0/+581 | |
2020-06-01 | Add missing gcc-8 builds in ci_gcc8 branch | Andrei Karas | 1 | -0/+31 | |
2020-05-30 | Switch to gcc-7 in ci_mse branch due different issues in mse code | Andrei Karas | 1 | -18/+20 | |
2020-05-30 | Fix ci_site branch by using image with complete python2 support | Andrei Karas | 1 | -0/+1 | |
2020-05-30 | Add missing image name in gcc-7 ci branches | Andrei Karas | 2 | -0/+20 | |
2020-05-30 | Replace cosmic image to xenial in ci scripts | Andrei Karas | 2 | -25/+25 | |
2020-05-30 | Update image name for clang-6 in branch ci_clang6 | Andrei Karas | 1 | -4/+8 | |
2020-05-30 | Replace gcc-7 to gcc-10 in ci branches ci_main1 and ci_mse | Andrei Karas | 2 | -27/+27 | |
2020-05-30 | Switch docket image in gcc-7 ci builds in branches | Andrei Karas | 3 | -64/+64 | |
2020-05-30 | Rename docker image names in ci branches from vicamo to i386 | Andrei Karas | 14 | -52/+52 | |
2019-10-12 | Install package diffutils in fedora builds | Andrei Karas | 1 | -2/+2 | |
2019-10-11 | Switch from unstable to stable in clang-7 builds | Andrei Karas | 2 | -4/+12 | |
In unstable clang-7 or/and libc++ is broken. | |||||
2019-05-18 | Remove tinyxml old flag from deheader ci builds with tinyxml | Andrei Karas | 1 | -2/+2 | |
2019-05-15 | Switch to bionic in deheader ci builds | Andrei Karas | 1 | -1/+1 | |
2019-04-09 | Use jessie for clang 3.5 | Andrei Karas | 1 | -2/+2 | |
2019-03-24 | Disable clang 3.0 and switch old gcc to ubuntu trusty | Andrei Karas | 2 | -8/+10 | |
2019-03-05 | Fix jemalloc package name in ci malloc branch | Andrei Karas | 1 | -12/+12 | |
2019-02-12 | Define constants USE_TINYXML_OLD in deheader builds with tinyxml2 | Andrei Karas | 1 | -2/+2 | |
2019-02-12 | Use debian stretch in gcc-6 ci builds | Andrei Karas | 3 | -10/+27 | |
2019-01-27 | Use artfull in all deheader ci jobs. | Andrei Karas | 1 | -4/+0 | |
2019-01-26 | Replace in gcc-5 ci builds unstable to cosmic | Andrei Karas | 3 | -19/+33 | |
2018-12-06 | Remove wrong workaround from ci job deheader_sdl2_tinyxml_opengl_tmwa_cpp. | Andrei Karas | 1 | -1/+0 | |
2018-11-28 | Remove wrong SDL patching from ci job in gcc8_tests | Andrei Karas | 1 | -1/+0 | |
2018-11-25 | Add workaround for compilation warning in SDL 1.2 with new Mesa in deheader ↵ | Andrei Karas | 1 | -0/+9 | |
checks | |||||
2018-11-25 | Add workaround for compilation warning in SDL 1.2 with new Mesa in fedora ↵ | Andrei Karas | 1 | -0/+3 | |
builds. | |||||
2018-11-24 | Add workaround for compilation warning in SDL 1.2 with new Mesa. | Andrei Karas | 21 | -0/+134 | |
2018-11-12 | Change images for clang compiler ci jobs. | Andrei Karas | 2 | -3/+7 | |
2018-11-12 | Test dyecmd in some ci jobs. | Andrei Karas | 3 | -0/+20 | |
2018-11-03 | Add missing space into ci_clang4_5 configuration. | Andrei Karas | 1 | -1/+1 | |
2018-11-03 | Fix different issues in updated CI environments. | Andrei Karas | 3 | -10/+11 | |
Ignore some clang and clang tidy warnings. | |||||
2018-07-28 | Limit parallel build jobs in gcc-4.9 with asan flags on i386 arch. | Andrei Karas | 1 | -0/+2 | |
2018-07-26 | Revert "Try add workaround for gitlab include bug [ci skip]" | Andrei Karas | 1 | -2/+0 | |
This reverts commit 45527f8597dfac68e914a798184282faeb1493f2. | |||||
2018-07-23 | Try add workaround for gitlab include bug [ci skip] | Andrei Karas | 1 | -0/+2 | |
2018-07-20 | Update asan library name. | Andrei Karas | 1 | -2/+2 | |
2018-07-11 | Use correct images in gcc-6 tests with valgrind.s20180713 | Andrei Karas | 1 | -3/+2 | |
2018-07-11 | Ignore wrong check by clang-tidy in sdl2. | Andrei Karas | 1 | -1/+1 | |
2018-07-11 | Fix ci_site branch ci script. [ci skip] | Andrei Karas | 1 | -0/+2 | |
2018-07-11 | Disable some new flags in clang-tidy. | Andrei Karas | 1 | -2/+2 | |
2018-07-10 | Disable valgrind in most branches. With gcc-6 replace to stable debian image. | Andrei Karas | 3 | -6/+36 | |
2018-07-10 | Switch to gcc-6 in gcov reports due broken gcovr and/or gcc in debian unstable. | Andrei Karas | 1 | -12/+12 | |
2018-07-10 | Add package python-pkg-resources into ci builds what using gcovr [ci skip] | Andrei Karas | 2 | -3/+2 | |
2018-06-21 | Disable some doctest builds with gcc-8 and asan due asan or doctest bug. | Andrei Karas | 1 | -2/+4 | |