Rémi Verschelde
|
5aadc618b6
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
|
2 年之前 |
MJacred
|
de768afbdc
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
|
2 年之前 |
Jiri Suchan
|
c5bd2f9dce
ci: add Python static analysis check via mypy
|
3 年之前 |
Rémi Verschelde
|
39facb35a0
SCons: Unify tools/target build type configuration
|
2 年之前 |
Rémi Verschelde
|
26e9145c26
SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines
|
2 年之前 |
Rémi Verschelde
|
35a15e6191
SCons: Refactor handling of `production` flag and per-platform LTO defaults
|
2 年之前 |
Rémi Verschelde
|
c2c659db32
SCons: Refactor LTO options with `lto=<none|thin|full>`
|
3 年之前 |
bruvzg
|
8dab4a2aa3
[Windows] Improve build environment detection, add support for Windows on ARM.
|
3 年之前 |
Aaron Franke
|
27b0f18275
Unify bits, arch, and android_arch into env["arch"]
|
3 年之前 |
bruvzg
|
36ef8f29dc
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
|
3 年之前 |
Kevin Smith
|
d8900e0020
Use bigobj for release MSVC builds
|
3 年之前 |
derammo
|
96c21bc749
opengl3 driver now works on windows including multi window
|
3 年之前 |
bruvzg
|
6ab672d1ef
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows.
|
3 年之前 |
bruvzg
|
ea5bb8b47d
[Windows] Improve console handling and execute/create_process.
|
3 年之前 |
Aaron Franke
|
368c0bc0ac
Misc build system fixes
|
3 年之前 |
Rémi Verschelde
|
64d7df1e5f
Windows: Use `/bigobj` only for debug builds, breaks GCC LTO
|
3 年之前 |
Rémi Verschelde
|
11d1319afd
Windows: Enable `/bigobj` to increase max size for obj files
|
3 年之前 |
Clay John
|
8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
|
3 年之前 |
Hugo Locurcio
|
ce97ddbcb1
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
|
3 年之前 |
lawnjelly
|
e3491a3744
Add GLES2 2D renderer + Linux display manager
|
4 年之前 |
Rémi Verschelde
|
cd21cc683a
SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct
|
3 年之前 |
Rémi Verschelde
|
e2dfb656f4
SCons: Add `DEV_ENABLED` defines for `target=debug` builds
|
3 年之前 |
Aaron Franke
|
ae1702bee5
Replace HTTP links with HTTPS for sites with HTTPS versions
|
4 年之前 |
bruvzg
|
d7957a2a20
Use "volk" instead of statically linked Vulkan loader.
|
4 年之前 |
Rémi Verschelde
|
c191cfbddf
Windows: Fix build with SCons 4.2.0
|
4 年之前 |
luz paz
|
2e0044c93d
Remove unnecessary 'pass' statement
|
4 年之前 |
Rémi Verschelde
|
fcddd8c53a
Merge pull request #46966 from qarmin/faster_release
|
4 年之前 |
Rafał Mikrut
|
0b298d201e
Allow to not optimize release build
|
4 年之前 |
Andrii Doroshenko (Xrayez)
|
53901d870b
Add `use_asan` option for MSVC to enable AddressSanitizer
|
4 年之前 |
Bastiaan Olij
|
4946ae16fc
Use /Zi and /FS for including debugger symbols on Windows with MSVC
|
4 年之前 |