Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-09 | don't -I./src | Stanislaw Halik | |
2023-10-08 | cmake: uppercase build types in gui | Stanislaw Halik | |
2023-10-07 | -fmodules was a bad idea | Stanislaw Halik | |
2023-10-07 | fix even harder | Stanislaw Halik | |
2023-10-07 | fix osx harder | Stanislaw Halik | |
2023-10-07 | fix osx | Stanislaw Halik | |
2023-10-06 | a | Stanislaw Halik | |
2023-09-12 | cmake: reduce userconfig noisiness | Stanislaw Halik | |
2023-08-31 | cmake: fix build type not correctly set | Stanislaw Halik | |
It needs to be forced to actually take effect. | |||
2023-08-30 | cmake: some fixes | Stanislaw Halik | |
2023-08-30 | cmake: decruft cache variables | Stanislaw Halik | |
2023-08-27 | cmake: kill precompiled headers | Stanislaw Halik | |
They only help by 5% at best. Not worth the side effects. | |||
2023-08-27 | cmake: oops, use CMAKE_CURRENT_BINARY_DIR | Stanislaw Halik | |
2023-08-24 | try fix ci | Stanislaw Halik | |
2023-08-24 | try fix ci | Stanislaw Halik | |
2023-08-24 | fix CMAKE_INSTALL_PREFIX_INIT | Stanislaw Halik | |
2023-08-24 | lightmap preview works now, but is slow | Stanislaw Halik | |
2023-08-23 | try fix ci | Stanislaw Halik | |
2023-05-17 | wip vobj | Stanislaw Halik | |
2023-04-10 | cmake: remove precompiled headers | Stanislaw Halik | |
They were having problems including fmtlib and robin_map. | |||
2023-04-10 | reduce precompiled header bitrot | Stanislaw Halik | |
2023-03-26 | cmake: fix build | Stanislaw Halik | |
2023-03-24 | cmake: fix condition | Stanislaw Halik | |
Earlier clang isn't supported due to lack of constexpr std::bit_cast. | |||
2023-03-24 | cmake: enable assertions for libc++ | Stanislaw Halik | |
2023-03-17 | dddd | Stanislaw Halik | |
2023-03-02 | cmake: call add_test() on the test executable | Stanislaw Halik | |
2023-03-02 | cmake: disable -fuse-cxa-atexit on Windows | Stanislaw Halik | |
Otherwise it fails in CLion EAP. | |||
2022-12-08 | src/{chunk,collision}: fix 32-bit build | Stanislaw Halik | |
2022-12-08 | cmake: move some defines around | Stanislaw Halik | |
2022-12-05 | cmake: remove transitive deps to speed up build | Stanislaw Halik | |
Also build them out of order to make sure there are no dependencies remaining. | |||
2022-12-04 | compat/lqt: make it build | Stanislaw Halik | |
2022-12-02 | cmake: use build dir subdirectories when compiling | Stanislaw Halik | |
Borrowed from corrade. | |||
2022-12-02 | cmake: play nicer with multi-config generators | Stanislaw Halik | |
2022-12-02 | cmake: try to fix ci link error | Stanislaw Halik | |
2022-12-01 | editor: try to fix osx build failure | Stanislaw Halik | |
2022-12-01 | serialize, loader, test: add serializing scenery | Stanislaw Halik | |
2022-11-30 | include demumble without submodule | Stanislaw Halik | |
2022-11-28 | cmake: fix userconfig variable scope | Stanislaw Halik | |
2022-11-28 | move scenery to its own directory | Stanislaw Halik | |
2022-11-22 | add icon | Stanislaw Halik | |
2022-11-18 | cmake: kill suggested parentheses warning | Stanislaw Halik | |
2022-11-18 | now disable rtti | Stanislaw Halik | |
2022-11-17 | add demumble, a demangling library | Stanislaw Halik | |
2022-11-16 | ci: fix link failure due to undefined typeinfo | Stanislaw Halik | |
2022-11-16 | cmake: reenable rtti | Stanislaw Halik | |
2022-11-16 | cmake: fix accidental duplication | Stanislaw Halik | |
2022-11-15 | cmake: disable RTTI except for Corrade test suite | Stanislaw Halik | |
2022-11-14 | cmake: disable rtti also on msvc | Stanislaw Halik | |
2022-11-14 | cmake: set conformant __cplusplus on msvc | Stanislaw Halik | |
2022-11-13 | external: allow using system sdl2 | Stanislaw Halik | |