Age | Commit message (Expand) | Author |
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 |
2018-07-21 | -Fix disable_3d flag | Juan Linietsky |
2018-07-21 | Added a new MIDIDriver class | Marcelo Fernandez |
2018-06-13 | Style fixes for commit d5bb6faa | Rémi Verschelde |
2018-06-11 | -Make sure that ProjectSettings are properly dumped when dumping docs. | Juan Linietsky |
2018-06-07 | Tweak some help texts in the build system | Hugo Locurcio |
2018-05-07 | Windows detect.py: Detect missing WindowsSdkDir | Max Hilbrunner |
2018-03-15 | Fix MinGW cross-build | bruvzg |
2018-03-15 | Added missing import BoolVariable | Bastiaan Olij |
2018-03-13 | Enable SCons to autodetect Windows MSVC compiler | Gary Oberbrunner |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-02-20 | Link bcrypt lib in window and UWP | Fabio Alessandrelli |
2018-02-15 | Windows: Fix case of imm32 for case-sensitive MinGW build | Rémi Verschelde |
2018-01-31 | Windows: implement OS.get_unique_id and OS.set_ime_position | geequlim |
2018-01-26 | Make separate debug symbols opt-in | Hein-Pieter van Braam |
2018-01-05 | SCons: Fix usage of LD when we meant LINK | Rémi Verschelde |
2017-12-31 | Improve LTO build with MSVC | George Marques |
2017-12-24 | -Removed OpenMP support, replaced by a custom class. | Juan Linietsky |