Age | Commit message (Expand) | Author |
2023-03-27 | SCons: Cleanup pulseaudio defines for Linux | Rémi Verschelde |
2023-03-27 | change some sys.exit() to be fatal | Omar Polo |
2023-03-13 | Linux: Don't try to link system embree3 on unsupported archs | Rémi Verschelde |
2023-02-17 | Merge pull request #73441 from akien-mga/linux-unbundling-fixes | Rémi Verschelde |
2023-02-16 | Fix includes of thirdparty libs which can be unbundled on Linux | Rémi Verschelde |
2023-02-16 | [Linux] Make SO wrapper usage optional. | bruvzg |
2023-02-13 | Update PCK embedding SCons warning message to mention mold linker | Hugo Locurcio |
2023-01-23 | [Linux/BSD] Include headers for dynamically loaded libraries to simplify buil... | bruvzg |
2023-01-23 | Cleanup and unify keyboard input. | bruvzg |
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde |
2023-01-20 | Exclude atomic lib under FreeBSD using LLVM | robfram |
2023-01-16 | Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checks | Rémi Verschelde |
2022-12-27 | Allow building X11 without Vulkan | Riteo |
2022-12-03 | Load X11 dynamically | Riteo |
2022-11-15 | Load GLX dynamically with GLAD | Riteo Siuga |
2022-10-11 | Actually set the execinfo flag on non-glibc systems | Riteo |
2022-10-04 | Automatically use execinfo for crash handler on *BSD and musl-based Linux | Hugo Locurcio |
2022-09-30 | ci: add Python static analysis check via mypy | Jiri Suchan |
2022-09-26 | SCons: Unify tools/target build type configuration | Rémi Verschelde |
2022-09-19 | SCons: Refactor handling of `production` flag and per-platform LTO defaults | Rémi Verschelde |
2022-09-08 | SCons: Refactor LTO options with `lto=<none|thin|full>` | Rémi Verschelde |
2022-09-02 | Add support for system dark mode (Linux) | Raul Santos |
2022-08-26 | Linux: Fix GNU ld detection for pck_embed linker script | Rémi Verschelde |
2022-08-25 | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke |
2022-07-29 | [Linux] Fix build with missing DBUS. | bruvzg |
2022-07-29 | [Linux] Load dbus libraries dynamically. | bruvzg |
2022-07-27 | Load fontconfig libraries dynamically. | bruvzg |
2022-07-26 | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg |
2022-07-22 | SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>` | Rémi Verschelde |
2022-07-20 | Improve `linuxbsd` headless building, cleanup build scripts | Riteo |
2022-07-20 | Remove `-pipe` from `LINKFLAGS` | Riteo |
2022-04-28 | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ... | bruvzg |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-26 | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde |
2022-04-05 | CI: Update black formatter and apply changes | Rémi Verschelde |
2022-04-01 | Add CI build with clang sanitizers, increase stack size to 30 MB for builds w... | bruvzg |
2022-03-09 | Remove unused Bullet module and thirdparty code | Rémi Verschelde |
2021-12-10 | Misc build system fixes | Aaron Franke |
2021-11-01 | Add support for PowerPC family | Daniel Kolesa |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-22 | Add support for the RISC-V architecture | Aaron Franke |
2021-10-15 | Merge pull request #53833 from akien-mga/remove-webm-support | Rémi Verschelde |
2021-10-15 | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde |
2021-10-15 | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde |
2021-10-14 | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde |
2021-09-15 | Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messages | Rémi Verschelde |
2021-09-15 | Re-enable building position-independent executables on Linux/*BSD | Hugo Locurcio |
2021-08-31 | Improve messages when compiling for Linux/*BSD | Hugo Locurcio |
2021-08-12 | Use "volk" instead of statically linked Vulkan loader. | bruvzg |