Age | Commit message (Expand) | Author |
2021-07-25 | Remove unnecessary 'pass' statement | luz paz |
2021-03-20 | Merge pull request #46966 from qarmin/faster_release | Rémi Verschelde |
2021-03-14 | Allow to not optimize release build | Rafał Mikrut |
2021-03-12 | Add `use_asan` option for MSVC to enable AddressSanitizer | Andrii Doroshenko (Xrayez) |
2021-02-09 | Use /Zi and /FS for including debugger symbols on Windows with MSVC | Bastiaan Olij |
2021-02-08 | SCons: Fix debug_symbols tests after switch to BoolVariable | Rémi Verschelde |
2021-02-03 | SCons: Add `production=yes` option to use production defaults | Rémi Verschelde |
2020-12-16 | SCons: Add only selected platform's opts to env | Rémi Verschelde |
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal |
2020-12-03 | Add 'use_static_cpp' option for MinGW and MSVC builds | Lyubomir Vasilev |
2020-11-19 | SCons: Remove unnecessary $LINK overrides | Rémi Verschelde |
2020-11-09 | Remove `debug_symbols=full` in favor of `debug_symbols=yes` | Hugo Locurcio |
2020-10-09 | [Windows, MSVC] Correctly set source file encoding. | bruvzg |
2020-10-08 | SCons: Refactor and cleanup warnings definition | Rémi Verschelde |
2020-10-06 | SCons: Add windows_subsystem=default, restores original behavior | Rémi Verschelde |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-14 | Only display the Windows toggle console option if it can actually be used | Hugo Locurcio |
2020-08-17 | Add Windows Subsystem build option. | bruvzg |
2020-08-17 | Revert "[Windows] Attach to parent console instead of creating new one." | bruvzg |
2020-08-11 | [Windows] Attach to parent console instead of creating new one. | bruvzg |
2020-07-26 | CI: Install master version of psf/black | Rémi Verschelde |
2020-07-23 | SCons: Remove unused DEBUG_MEMORY_ENABLED define | Rémi Verschelde |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-17 | Make stack size on Windows match Linux and MacOS | Pedro J. Estébanez |
2020-02-11 | SCons: Streamline Vulkan buildsystem + fixups | Rémi Verschelde |
2020-02-11 | Add runtime GLES2 / Vulkan context selection. | bruvzg |
2020-02-11 | Add static Vulkan loader. | bruvzg |
2020-02-07 | SCons: Split libmodules.a in folder-based libs | Rémi Verschelde |
2019-12-11 | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde |
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack |
2019-10-25 | Specify MINGW_HAS_SECURE_API=1 | Yeongho Kim |
2019-10-22 | Add "llvm/thinlto" options to MinGW build. | bruvzg |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-24 | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS | Rémi Verschelde |
2019-04-23 | Fixes build for Windows cross-compilation | Kenneth Lee |
2019-04-15 | Ignore '/utf-8' flag on vs2013 | Windy Darian |
2019-04-10 | Force utf-8 source file encoding in MSVC | Windy Darian |
2019-04-06 | Remove unused imports | Hendrikto |
2019-02-20 | Drop RtAudio driver on Windows | Rémi Verschelde |
2019-02-19 | Fix compiling with use_mingw flag on Windows | Marcelo Fernandez |
2019-01-22 | Set WINVER and _WIN32_WINNT values in VS project | Marcin Zawiejski |
2019-01-22 | Raised executable priority on windows to avoid stuter, helps #25162 | Juan Linietsky |
2018-12-04 | SCons: Properly set bits variable as string for MSVC detection | Rémi Verschelde |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde |
2018-09-13 | Fix libwebsockets 32-bits UWP builds. | Fabio Alessandrelli |
2018-08-24 | SCons: Disable min/max WinDef.h macros on MSVC | Rémi Verschelde |
2018-08-21 | CI: Disable debug_symbols on Travis/AppVeyor | Rémi Verschelde |
2018-08-19 | Support debug_symbols in VS optimized builds | elasota |
2018-07-25 | Merge pull request #20154 from marcelofg55/midi_driver | Rémi Verschelde |