| Commit message (Expand) | Author | Age | Files | Lines |
* | [Windows] Detect missing DLL dependencies and list them in the open_dynamic_l... | bruvzg | 2023-03-27 | 1 | -0/+6 |
* | Windows: Make MSVC debug CRT opt-in (`debug_crt=yes`) | Rémi Verschelde | 2022-12-05 | 1 | -1/+2 |
* | Windows: Link MSVC dynamic debug CRT for debug builds | Rémi Verschelde | 2022-11-28 | 1 | -3/+7 |
* | Fix build with Vulkan disabled and no Vulkan headers installed. | bruvzg | 2022-10-26 | 1 | -5/+7 |
* | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde | 2022-10-11 | 1 | -0/+2 |
|\ |
|
| * | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred | 2022-10-11 | 1 | -0/+2 |
* | | ci: add Python static analysis check via mypy | Jiri Suchan | 2022-09-30 | 1 | -1/+6 |
* | | SCons: Unify tools/target build type configuration | Rémi Verschelde | 2022-09-26 | 1 | -58/+7 |
* | | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde | 2022-09-23 | 1 | -1/+0 |
* | | SCons: Refactor handling of `production` flag and per-platform LTO defaults | Rémi Verschelde | 2022-09-19 | 1 | -0/+8 |
|/ |
|
* | SCons: Refactor LTO options with `lto=<none|thin|full>` | Rémi Verschelde | 2022-09-08 | 1 | -10/+14 |
* | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg | 2022-08-27 | 1 | -110/+263 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 1 | -39/+61 |
* | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 1 | -0/+2 |
* | Use bigobj for release MSVC builds | Kevin Smith | 2022-07-25 | 1 | -1/+4 |
* | opengl3 driver now works on windows including multi window | derammo | 2022-05-11 | 1 | -6/+8 |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+2 |
* | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -19/+1 |
* | Misc build system fixes | Aaron Franke | 2021-12-10 | 1 | -1/+1 |
* | Windows: Use `/bigobj` only for debug builds, breaks GCC LTO | Rémi Verschelde | 2021-11-18 | 1 | -2/+6 |
* | Windows: Enable `/bigobj` to increase max size for obj files | Rémi Verschelde | 2021-11-10 | 1 | -2/+4 |
* | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 1 | -2/+2 |
* | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 1 | -1/+1 |
* | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 1 | -2/+1 |
* | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde | 2021-10-15 | 1 | -6/+0 |
* | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde | 2021-10-14 | 1 | -0/+2 |
* | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke | 2021-08-22 | 1 | -1/+1 |
* | Use "volk" instead of statically linked Vulkan loader. | bruvzg | 2021-08-12 | 1 | -6/+2 |
* | Windows: Fix build with SCons 4.2.0 | Rémi Verschelde | 2021-08-01 | 1 | -1/+1 |
* | Remove unnecessary 'pass' statement | luz paz | 2021-07-25 | 1 | -1/+0 |
* | Merge pull request #46966 from qarmin/faster_release | Rémi Verschelde | 2021-03-20 | 1 | -4/+6 |
|\ |
|
| * | Allow to not optimize release build | Rafał Mikrut | 2021-03-14 | 1 | -4/+6 |
* | | Add `use_asan` option for MSVC to enable AddressSanitizer | Andrii Doroshenko (Xrayez) | 2021-03-12 | 1 | -0/+7 |
|/ |
|
* | Use /Zi and /FS for including debugger symbols on Windows with MSVC | Bastiaan Olij | 2021-02-09 | 1 | -2/+3 |
* | SCons: Fix debug_symbols tests after switch to BoolVariable | Rémi Verschelde | 2021-02-08 | 1 | -3/+3 |
* | SCons: Add `production=yes` option to use production defaults | Rémi Verschelde | 2021-02-03 | 1 | -1/+1 |
* | SCons: Add only selected platform's opts to env | Rémi Verschelde | 2020-12-16 | 1 | -3/+1 |
* | Don't handle BaseException in build scripts | Marcel Admiraal | 2020-12-12 | 1 | -1/+1 |
* | Add 'use_static_cpp' option for MinGW and MSVC builds | Lyubomir Vasilev | 2020-12-03 | 1 | -5/+12 |
* | SCons: Remove unnecessary $LINK overrides | Rémi Verschelde | 2020-11-19 | 1 | -4/+3 |
* | Remove `debug_symbols=full` in favor of `debug_symbols=yes` | Hugo Locurcio | 2020-11-09 | 1 | -6/+2 |
* | [Windows, MSVC] Correctly set source file encoding. | bruvzg | 2020-10-09 | 1 | -1/+1 |
* | SCons: Refactor and cleanup warnings definition | Rémi Verschelde | 2020-10-08 | 1 | -2/+2 |
* | SCons: Add windows_subsystem=default, restores original behavior | Rémi Verschelde | 2020-10-06 | 1 | -1/+14 |
* | Fix typos with codespell | Rémi Verschelde | 2020-09-18 | 1 | -1/+1 |
* | Only display the Windows toggle console option if it can actually be used | Hugo Locurcio | 2020-09-14 | 1 | -0/+2 |
* | Add Windows Subsystem build option. | bruvzg | 2020-08-17 | 1 | -5/+16 |
* | Revert "[Windows] Attach to parent console instead of creating new one." | bruvzg | 2020-08-17 | 1 | -4/+5 |
* | [Windows] Attach to parent console instead of creating new one. | bruvzg | 2020-08-11 | 1 | -5/+4 |
* | CI: Install master version of psf/black | Rémi Verschelde | 2020-07-26 | 1 | -1/+3 |