summaryrefslogtreecommitdiffstats
path: root/platform/server/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Remove server platformFabio Alessandrelli2021-06-011-296/+0
* Fix macOS build with all sanitizers enabled.bruvzg2021-04-161-1/+1
* Add more sanitizer flags to shows more bugsRafał Mikrut2021-04-151-7/+21
* Allow to not optimize release buildRafał Mikrut2021-03-141-2/+2
* add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky2021-03-021-1/+6
* Use -latomic when using clang (server platform)Hein-Pieter van Braam-Stewart2021-02-221-0/+1
* SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde2021-02-081-2/+2
* SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-2/+2
* SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-2/+0
* [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-261-2/+29
* SCons: Do not define TYPED_METHOD_BIND on Linux/clangRémi Verschelde2020-11-251-1/+0
* SCons: Remove unnecessary $LINK overridesRémi Verschelde2020-11-191-1/+0
* Remove `debug_symbols=full` in favor of `debug_symbols=yes`Hugo Locurcio2020-11-091-5/+1
* SCons: Remove unused DEBUG_MEMORY_ENABLED defineRémi Verschelde2020-07-231-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-128/+135
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* assimp: Clean and document buildsystem, prepare for unbundlingRémi Verschelde2020-03-061-0/+4
* Added code coverate support to GodotRafał Mikrut2020-02-261-0/+4
* Image: Include S3TC compression via Squish in non-tools buildRémi Verschelde2020-01-131-1/+1
* Added Thread Sanitizerqarmin2019-08-071-1/+6
* Remove libwebsocket. No longer used, yay!Fabio Alessandrelli2019-07-041-2/+2
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-4/+4
* Png driver reworked to use libpng 1.6 simplified APIIbrahn Sahir2019-06-191-1/+1
* bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-3/+3
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-3/+5
* SCons: add `methods.using_clang` to check used compilerRémi Verschelde2019-04-051-1/+0
* SCons: Fix python3 compat for builtin_bullet=noRémi Verschelde2019-04-031-1/+1
* Update the server platform's `detect.py` to match x11'sHugo Locurcio2019-03-051-4/+70
* Don't use -ffast-math or other unsafe math optimizationsHein-Pieter van Braam2019-01-091-2/+2
* Allow the server platform to build on linux again.Ibrahn Sahir2018-10-301-1/+1
* Server platform works on OS X tooMarcelo Fernandez2018-10-291-1/+11
* Server platform builds (dummy) mobile_vr module.Fabio Alessandrelli2018-09-251-3/+1
* SCons: Fix checks for clang in env['CXX']Rémi Verschelde2018-09-251-1/+1
* SCons: Allow unbundling libwebsockets and miniupnpcRémi Verschelde2018-06-071-3/+15
* SCons: Fix linking system pcre2 on server platformRémi Verschelde2018-03-041-0/+5
* Fix server build on FreeBSDFabio Alessandrelli2018-03-011-1/+7
* server: Add support for statically linking libgcc and libstdc++Rémi Verschelde2018-02-221-0/+5
* Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli2018-02-151-0/+1
* server platform now compiles and run on linux.Fabio Alessandrelli2018-02-151-3/+1
* Deleting OpenSSL module and libraryFabio Alessandrelli2018-02-141-3/+0
* Bullet: allow unbundling only if > 2.87Rémi Verschelde2018-01-261-3/+3
* SCons: Allow unbundling bullet on Linux (only 2.87+)Rémi Verschelde2018-01-131-0/+10
* SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-051-1/+1
* SCons: Disable server platform as it does not buildRémi Verschelde2017-10-171-0/+3
* Use BoolVariable in platform-specific options.Elliott Sales de Andrade2017-09-251-3/+3
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-21/+21
* Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-1/+1
* Merge pull request #11527 from QuLogic/system-zstdRémi Verschelde2017-09-241-0/+3
|\
| * Enable building against system zstd.Elliott Sales de Andrade2017-09-231-0/+3