summaryrefslogtreecommitdiffstats
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* Makes FontData importable resource.bruvzg2021-08-271-0/+1
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-2/+2
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-1/+1
* Some work on double supportAaron Franke2021-08-091-0/+7
* Merge pull request #51427 from omar-polo/platform-detect-openbsdRémi Verschelde2021-08-091-1/+7
|\
| * automatically detect BSDs as platform=linuxbsdOmar Polo2021-08-091-1/+7
* | SCons: Add method to detect Emscripten and use it for warnings configRémi Verschelde2021-08-061-3/+3
* | SCons: Disable Clang -Wordered-compare-function-pointers warningRémi Verschelde2021-08-061-6/+10
* | SCons: Avoid using Python f-string to preserve Python 3.5 compatRémi Verschelde2021-07-201-1/+1
* | Implement the ability to disable classesreduz2021-07-131-0/+2
* | Add elapsed time print statement to build systemHendrik Brucker2021-07-081-0/+13
* | Print a notice when compiling with `target=debug`Hugo Locurcio2021-06-211-2/+7
|/
* LinuxBSD now compiles without vulkan/x11.Fabio Alessandrelli2021-06-011-0/+1
* Remove server platformFabio Alessandrelli2021-06-011-14/+13
* Improve compiler version extractionMmAaXx5002021-05-311-5/+31
* Port changes to the "raycast" module build files from 3.xjfons2021-05-041-0/+1
* Add option modules_enabled_by_defaulttotlmstr2021-04-101-10/+16
* Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templatesRémi Verschelde2021-03-231-4/+0
|\
| * Add unit tests for export templatesGordon MacPherson2021-03-221-4/+0
* | Merge pull request #46966 from qarmin/faster_releaseRémi Verschelde2021-03-201-1/+1
|\ \
| * | Allow to not optimize release buildRafał Mikrut2021-03-141-1/+1
* | | Merge pull request #46799 from goostengine/module-includesRémi Verschelde2021-03-141-4/+7
|\ \ \ | |/ / |/| |
| * | Provide additional include paths for custom modulesAndrii Doroshenko (Xrayez)2021-03-081-4/+7
* | | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* | | SCons: Use default env["ENV"] and prepend PATH to itRémi Verschelde2021-03-101-2/+8
* | | SCons: Propagate the user's OS environment in env["ENV"]Rémi Verschelde2021-03-091-8/+3
* | | SCons: Fix parsing PATH when constructing base environmentRémi Verschelde2021-03-071-5/+8
* | | SCons: Fix profile type. It is a stringMateo Kuruk Miccino2021-02-251-1/+1
* | | SCons: Properly handle overriding default values to bool optionsRémi Verschelde2021-02-241-9/+9
* | | SCons: Make freetype module a mandatory editor dependencyRémi Verschelde2021-02-181-1/+1
|/ /
* | Merge pull request #43057 from Xrayez/custom_modules_recursiveRémi Verschelde2021-02-081-1/+8
|\ \
| * | SCons: Add an option to detect C++ modules recursivelyAndrii Doroshenko (Xrayez)2020-10-241-1/+8
* | | SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-11/+33
* | | Fix incorrect version requirement in the SCons compilation DB commentHugo Locurcio2021-02-011-1/+1
| |/ |/|
* | SCons: Fix build with `p` alias or platform auto-detectionRémi Verschelde2020-12-171-47/+51
* | SCons: Add only selected platform's opts to envRémi Verschelde2020-12-161-13/+11
* | Don't handle BaseException in build scriptsMarcel Admiraal2020-12-121-2/+2
* | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg2020-11-261-0/+3
* | Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-251-3/+0
|/
* SCons: Refactor and cleanup warnings definitionRémi Verschelde2020-10-081-13/+10
* Add all headers to VS ProjectBartłomiej T. Listwon2020-09-271-25/+4
* Remove unused Python imports.Marcel Admiraal2020-09-101-2/+0
* Merge pull request #41219 from akien-mga/gles2-takes-holidaysRémi Verschelde2020-08-131-8/+3
|\
| * Remove obsolete GLES2 backend codeRémi Verschelde2020-08-131-8/+3
* | update to use scons compile db toolGordon MacPherson2020-08-121-3/+4
|/
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-21/+19
* CI: Install master version of psf/blackRémi Verschelde2020-07-261-2/+3
* SCons: Build tests/ and main/ in cloned environmentsRémi Verschelde2020-07-261-6/+0
* Move `tests` to the top-level directoryAndrii Doroshenko (Xrayez)2020-07-261-3/+4
* SCons: Add `tests` option to enable or disable unit testsAndrii Doroshenko (Xrayez)2020-07-251-2/+12