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
It's useless to force 32-bit code for everything, as GoldSrc exists only for Intel CPUs and Windows, Linux or OSX
|
6 years ago |
Alibek Omarov
|
94ec8cb997
|
wscript: add -fPIC for static libraries globally
|
6 years ago |
Alibek Omarov
|
4606a18b25
|
wscript: add useful flags for clang also
|
6 years ago |
Alibek Omarov
|
7d3e8c0a57
|
wscript: error on return-type, some android related changes
|
6 years ago |
Alibek Omarov
|
f904ba53e2
|
wscript: fix typo
|
6 years ago |
Alibek Omarov
|
e06b7412ac
|
engine: wscript: don't build external launcher for Android and disable main()
|
6 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
|
6 years ago |
Alibek Omarov
|
3ebb4d0ea3
|
waflib: xcompile: check arch, configure 'M' uselib to m_hard on hardfp, remove linker select
|
6 years ago |
mittorn
|
f1638b09c5
|
waf: implement 'reconfigure' module
|
6 years ago |
mittorn
|
741fcfb202
|
Add new build types, fix gcc colors
|
6 years ago |
Alibek Omarov
|
459f4a9788
|
scripts: waflib: introduce new waf plugin -- subproject, which makes easier use of standalone envs for each subdirectory
|
6 years ago |
Alibek Omarov
|
7704d9b2ef
|
wscript: add /FS to avoid race condition on PDB file(second try)
|
6 years ago |
Alibek Omarov
|
8b16c30fb8
|
wscript: always optimize on MSVC(temporary) and always generate PDB using /Zi
|
6 years ago |
Alibek Omarov
|
20a177c783
|
wscript: enable msvs.py, as it's handy for those who can actually install Python
|
6 years ago |
Alibek Omarov
|
129325f3a4
|
scripts: waflib: add msdev.py tool by Michel Mooij, patched to support uselib, separate envs and so
|
6 years ago |
Alibek Omarov
|
9cd22a98bd
|
wscript: fix mistyped msvc flag
|
6 years ago |
Alibek Omarov
|
031bac8d13
|
wscript: move msvc.py initialization BEFORE compiler_c, so we can set compiler with --msvc_version command line switch
|
6 years ago |
Alibek Omarov
|
58b5e1a9df
|
wscript: introduce shortened frequently used configuration options
|
6 years ago |
Alibek Omarov
|
17f719558c
|
wscript: move build env setup to main wscript
|
6 years ago |
Alibek Omarov
|
8abbef8dbd
|
scripts: try to workaround mingw bug by adding sse2
|
6 years ago |
Alibek Omarov
|
fb6fd61cd9
|
public: initial moving some common code into static public library, that can be linked to any engine part
|
6 years ago |
Alibek Omarov
|
94cbb4e1e0
|
wscript: fix wrong dedicated skip subproject check
|
6 years ago |
Alibek Omarov
|
e193ac2c04
|
ref: more @mittorn's changes on RefAPI
|
6 years ago |
Gianluca Boiano
|
142a38f3dc
|
fixed taberror: inconsistent use of tabs and spaces in indentation
|
6 years ago |
Alibek Omarov
|
5e17b4bf17
|
wscript: remove useless option type specifier
|
6 years ago |
Alibek Omarov
|
2c17dce25b
|
wscript: check for dedicated or singlebinary before recurse into subdirectory, add a chance to skip some subprojects on configuration stage
|
6 years ago |
Alibek Omarov
|
1b372115a5
|
wscript: move options to subgroups, reorder option plugins loading
|
6 years ago |
Alibek Omarov
|
99bd7c81da
|
ref: render code moved out of engine, doesn't compile, first API prototype
|
6 years ago |
mittorn
|
ed049ea539
|
Implement --single-binary and --stdin-input options
|
6 years ago |
Alibek Omarov
|
a297a0b5ad
|
wscript: fix git commit hash
|
6 years ago |
Alibek Omarov
|
9da413b2cc
|
waf: add clang compilation database support
|
6 years ago |
Alibek Omarov
|
908082097f
|
wscript: error on implicit function declaration by default on any build type. Remove redutant Options import.
|
6 years ago |
iZarif
|
245533defa
|
wscript: SUBDIRS loop refactor
|
6 years ago |