116 Commits (22dc5b74168a67daf88dcd4531d0e10627e26f64)

Author SHA1 Message Date
Alibek Omarov 32eb42a92f wscript: don't error if uninitialized(old compilers like gcc5 have bad heuristics) 5 years ago
Alibek Omarov 0fe18ae6dc engine: fix -Wmaybe-uninitialized 5 years ago
Alibek Omarov e11a08064d engine: fix implicit-fallthrough, uninitialized, enum-conversation compiler diagnostics 5 years ago
Aimless-Wanderer c57d8995c6 wscript: fix syntax 5 years ago
Alibek Omarov fa90dbbd5e wscript: fix sanitize build 5 years ago
Alibek Omarov fe362a1ab5 wscript: add incompatible-pointer-types only for C 5 years ago
Alibek Omarov c07109e69c engine: fix -Wincompatible-pointer-types, add it to Werror list 5 years ago
mittorn 177f8ed653 platform: introduce lib backends, add static linking, wscript: add optional projects support, add static linking support, scripts: add xshlib for advanced linking options 5 years ago
Alibek Omarov f8b0ec8c4b wscript: tune-up options for magx 5 years ago
Alibek Omarov 5bae732818 scripts: build ref_soft for magx 5 years ago
Alibek Omarov 08b3de08e7 wscript: use SINGLE_BINARY on motomagx 5 years ago
Alibek Omarov 7e4a7ac23d wscript: workaround bug when CC_VERSION is not set for msvc 5 years ago
Alibek Omarov d18cb1f74c wscript: add special options for fast build type for gcc3 5 years ago
Alibek Omarov 13ed8d4529 wscript: move motomagx options to root wscript, disable PIC for this old machine, set default options 5 years ago
Alibek Omarov 39abd82e5d wscript: silence MSVC tgmath nonsense 5 years ago
Alibek Omarov d2740f78c1 wscript: refactoring, add waf_unit_test, disable -Wdouble-promotion, rename fast as fastnative and leave fast without -march=native for x-compiling 5 years ago
mittorn b3a5283517 lowmemory: rename waf options 5 years ago
mittorn ba1347a8ce wscript: add options for low memory, async ns resolve and swap allocator 5 years ago
Alibek Omarov 8905e7cbb7 wscript: fix stdin input wasn't enabled for dedicated. Fix single-binary help string 5 years ago
Alibek Omarov 0933261898 wscript: oops, remove trailing colon 5 years ago
Alibek Omarov e93d362391 wscript: explicitly undefine HAVE_TGMATH_H if tests are failed 5 years ago
Alibek Omarov 2b13de80bf wscript: check if tgmath actually compiles, should fix building under freebsd 5 years ago
Alibek Omarov 2c67f4cb39 wscript: fix wrong object method call 5 years ago
Alibek Omarov 4705683ebc wscript: conf.define instead of directly appending to DEFINES 5 years ago
Alibek Omarov 8afb2dbdec wscript: better tgmath check, make double-promotion not an error 5 years ago
Alibek Omarov 0577ecbccf public: initial fix of double promotion 5 years ago
Alibek Omarov 869b684536 wscript: remove multicheck for win32 libs, remove sdl2 checking from main wscript 5 years ago
Alibek Omarov bc56ce754b wscript: move C only flags from common flags, correct multicheck again 5 years ago
Alibek Omarov 32897450fc wscript: declare uselib_store for multicheck 5 years ago
Alibek Omarov fdbd1c5658 wscript: check win32 libraries in parallel 5 years ago
Alibek Omarov eaf983c054 wscript: remove BIT32_ALLOW 5 years ago
Alibek Omarov 11c373a183 waf: upgrade to latest waifu 5 years ago
Alibek Omarov 7782fa09ac wscript: refactor cflags appending, add optional polyhedral optimizations 5 years ago
Alibek Omarov ae624801ac wscript: proper default showing in help 5 years ago
Alibek Omarov 8889bda261 wscript: use ConfigurationContext.define instead of appending to env['DEFINES'] 5 years ago
Alibek Omarov 39ff3b199a wscript: fix LTO check scope 5 years ago
iZarif 4c559a4a08 wscript: add --enable-lto option 5 years ago
Alibek Omarov e6dd4882cc wscript: more paranoic Werrors 5 years ago
mittorn 03c73f56d2 waf: add linkflags before filtering cflags 5 years ago
mittorn faf592adb4 waf: filter_cflags does not work with msvc 5 years ago
mittorn 0aa57854ca waf: fix unwanted required_flags modification 5 years ago
mittorn d633fe5deb waf: add cflags detection, make some warning flags optional 5 years ago
Alibek Omarov b91e97ca53 wscript: remove DEST_OS2 5 years ago
Alibek Omarov 43575b485d wscript: add an option to not strip binaries 5 years ago
Alibek Omarov 67c6cfce71 waf: strip installed binaries to reduce size 5 years ago
Alibek Omarov 5986874be2 wscript: enable clang_compilation_database in options 5 years ago
Alibek Omarov 56938344b8 engine: win32: include shellapi.h 5 years ago
Alibek Omarov b1f23f9ff6 engine: patch dedicated to build 5 years ago
Alibek Omarov 35ae421ac1 wscript: add shortened option for win-style-install 5 years ago
Alibek Omarov 0ce8d92f27 wscript: ease debugging with sanitizers under Clang 5 years ago