aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2023-01-06Add dynamic exposure correction (#12959)x2048
2023-01-05Use consistent optimization flags for *BSDsfan5
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-10-23Check sizeof(int) and sizeof(size_t)Jude Melton-Houghton
2022-10-15Exclude MSVC from new Lua sanity checksfan5
2022-10-13Other minor CMake improvementssfan5
2022-10-13Defer searching for libintl to CMakesfan5
2022-10-13Get rid of LuaJIT linking workaroundssfan5
2022-10-13Add extra check in case someone tries to unbundle Luasfan5
2022-10-03Disable -ffinite-math-only (#12832)Jude Melton-Houghton
2022-08-05Enable C++ stdlib assertions in debug flagssfan5
2022-05-29Fix linking with Postgres libs on older cmake versionssfan5
2022-05-06Add benchmarks for json string serialize/deserialize (#12258)paradust7
2022-05-04Fix Windows Visual Studio actions (#11176)LoneWolfHT
2022-04-30Enable additional warning flagssfan5
2022-04-08Spacing fixesShadowNinja
2022-04-08Fix compiler warningsShadowNinja
2022-04-03Fix -mwindows flag not being applied anymoresfan5
2022-03-09Remove direct OpenGL(ES) dependencysfan5
2022-02-26Move the codebase to C++14sfan5
2022-01-27Enable high-res timers on Windowssfan5
2022-01-08Fully remove bitmap font support (#11863)sfan5
2021-12-28Automatically use SSE registers for FP operations on i386 (#11853)William L. DeRieux IV
2021-11-26Add Lua bitop library (#9847)Lejo
2021-10-31Automatically package MinGW runtime in buildbotsfan5
2021-09-26Touch UI support for desktop builds (#10729)TheBrokenRail
2021-09-01Don't look for zlib and zstd manually on Windowssfan5
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
2021-07-27Take advantage of IrrlichtMt CMake target (#11287)JosiahWI
2021-07-20Fix no locales being generated when APPLY_LOCALE_BLACKLIST=0sfan5
2021-05-15Use --image-base instead of -Ttext-segment for lld linker on FreeBSD (#9367) ...Dmitry Marakasov
2021-05-05Use Irrlicht functions to query npot texture supportsfan5
2021-04-21Fix two CMake build issuessfan5
2021-04-20Look for PostgreSQL library properly and fix CIsfan5
2021-04-16Fix ignored OpenGLES2 include path and cmake warningsfan5
2021-04-11Buildbot changes to allow out-of-tree builds (#11180)sfan5
2021-03-29Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan5
2021-03-12Clean up cmake DLL installation and other minor thingssfan5
2021-03-09Switch Irrlicht dependency to our own forksfan5
2021-01-29Handle changes caused by CMake minimum version bump (#10859)sfan5
2020-12-24Fix some minor code issues all over the placesfan5
2020-11-10Mark additional locales as brokensfan5
2020-11-10Update fallback font to newer versionsfan5
2020-09-29Improve MSVC cmake and update vcpkg instruction (#10407)k.h.lai
2020-08-23Complete Haiku platform support. (#10311)David CARLIER
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan5
2020-04-29Fix gettext detection and locale building (#9772)Juozas
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2020-04-27Remove /LTCG from when compiling with clang-cl (#9765)k.h.lai
2020-04-16Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot