96 Commits (00e5d4245916d1f8d935b159dfd5a9e4322b2d6e)

Author SHA1 Message Date
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
Alibek Omarov 8a4239d48d wscript: disallow -Wparentheses 5 years ago
Alibek Omarov 58a747e8ac wscript: proper activation of sanitizer on Clang 5 years ago
Alibek Omarov be98a228a7 wscript: enforce hidden visibility 5 years ago
Alibek Omarov 8d0ea1d03e wscript: disallow int-conversion 5 years ago
Alibek Omarov 7702a7a8d0 wscript: force /MT for msvc explicitly 5 years ago
Alibek Omarov a378379ac5 engine: network: link to Winsock2 directly 5 years ago
Alibek Omarov b1406e8ecd waf: fix multiprocess compilation with msvc 5 years ago
Alibek Omarov ba11b849ed
wscript: disable thread-safe local static initialization for C++11 code, as it cause crashes on Windows XP 5 years ago
Alibek Omarov a8cc5b7cef waf: update to 2.0.17, rename module dir to waifulib, remove some modules, as they moved to waf binary itself(see waifu project) 5 years ago
Alibek Omarov 1ffc593993
wscript: check for 64-bit only for Win/Linux/Mac and only on amd64 5 years ago
Alibek Omarov 94ec8cb997 wscript: add -fPIC for static libraries globally 5 years ago
Alibek Omarov 4606a18b25 wscript: add useful flags for clang also 5 years ago
Alibek Omarov 7d3e8c0a57 wscript: error on return-type, some android related changes 5 years ago
Alibek Omarov f904ba53e2 wscript: fix typo 5 years ago
Alibek Omarov e06b7412ac engine: wscript: don't build external launcher for Android and disable main() 5 years ago
Alibek Omarov dec1b8dfb4 waflib: xcompile: even if hardfloat ABI is selected, force architecture name as armeabi-v7a, as armeabi-v7a-hard is completely virtual. Move options defines to main wscript 5 years ago
Alibek Omarov 3ebb4d0ea3 waflib: xcompile: check arch, configure 'M' uselib to m_hard on hardfp, remove linker select 5 years ago
mittorn f1638b09c5 waf: implement 'reconfigure' module 5 years ago