| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually set the execinfo flag on non-glibc systems | Riteo | 2022-10-11 | 1 | -0/+1 |
* | Automatically use execinfo for crash handler on *BSD and musl-based Linux | Hugo Locurcio | 2022-10-04 | 1 | -2/+4 |
* | 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 | -23/+4 |
* | SCons: Refactor handling of `production` flag and per-platform LTO defaults | Rémi Verschelde | 2022-09-19 | 1 | -0/+4 |
* | SCons: Refactor LTO options with `lto=<none|thin|full>` | Rémi Verschelde | 2022-09-08 | 1 | -10/+6 |
* | Add support for system dark mode (Linux) | Raul Santos | 2022-09-02 | 1 | -1/+1 |
* | Linux: Fix GNU ld detection for pck_embed linker script | Rémi Verschelde | 2022-08-26 | 1 | -1/+3 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 1 | -23/+19 |
* | [Linux] Fix build with missing DBUS. | bruvzg | 2022-07-29 | 1 | -0/+1 |
* | [Linux] Load dbus libraries dynamically. | bruvzg | 2022-07-29 | 1 | -1/+1 |
* | Load fontconfig libraries dynamically. | bruvzg | 2022-07-27 | 1 | -5/+8 |
* | Implement support for loading system fonts on Linux, macOS / iOS and Windows. | bruvzg | 2022-07-26 | 1 | -0/+6 |
* | SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>` | Rémi Verschelde | 2022-07-22 | 1 | -16/+33 |
* | Improve `linuxbsd` headless building, cleanup build scripts | Riteo | 2022-07-20 | 1 | -47/+13 |
* | Remove `-pipe` from `LINKFLAGS` | Riteo | 2022-07-20 | 1 | -1/+0 |
* | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ... | bruvzg | 2022-04-28 | 1 | -0/+3 |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+8 |
* | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde | 2022-04-26 | 1 | -4/+6 |
* | CI: Update black formatter and apply changes | Rémi Verschelde | 2022-04-05 | 1 | -1/+1 |
* | Add CI build with clang sanitizers, increase stack size to 30 MB for builds w... | bruvzg | 2022-04-01 | 1 | -0/+1 |
* | Remove unused Bullet module and thirdparty code | Rémi Verschelde | 2022-03-09 | 1 | -21/+0 |
* | Misc build system fixes | Aaron Franke | 2021-12-10 | 1 | -1/+1 |
* | Add support for PowerPC family | Daniel Kolesa | 2021-11-01 | 1 | -2/+10 |
* | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 1 | -1/+1 |
* | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 1 | -2/+2 |
* | Add support for the RISC-V architecture | Aaron Franke | 2021-10-22 | 1 | -0/+7 |
* | Merge pull request #53833 from akien-mga/remove-webm-support | Rémi Verschelde | 2021-10-15 | 1 | -7/+0 |
|\ |
|
| * | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde | 2021-10-15 | 1 | -7/+0 |
* | | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde | 2021-10-15 | 1 | -3/+0 |
|/ |
|
* | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde | 2021-10-14 | 1 | -0/+1 |
* | Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messages | Rémi Verschelde | 2021-09-15 | 1 | -23/+21 |
|\ |
|
| * | Improve messages when compiling for Linux/*BSD | Hugo Locurcio | 2021-08-31 | 1 | -23/+21 |
* | | Re-enable building position-independent executables on Linux/*BSD | Hugo Locurcio | 2021-09-15 | 1 | -5/+0 |
|/ |
|
* | Use "volk" instead of statically linked Vulkan loader. | bruvzg | 2021-08-12 | 1 | -1/+1 |
* | Add "Keep screen on" feature to `DisplayServerX11` | Niklas Higi | 2021-06-20 | 1 | -0/+9 |
* | LinuxBSD now compiles without vulkan/x11. | Fabio Alessandrelli | 2021-06-01 | 1 | -9/+18 |
* | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -0/+1 |
* | Port changes to the "raycast" module build files from 3.x | jfons | 2021-05-04 | 1 | -0/+4 |
* | Linux: Remove use_static_cpp override on x86_32 | Rémi Verschelde | 2021-04-26 | 1 | -4/+1 |
* | Fix macOS build with all sanitizers enabled. | bruvzg | 2021-04-16 | 1 | -1/+1 |
* | Add more sanitizer flags to shows more bugs | Rafał Mikrut | 2021-04-15 | 1 | -7/+21 |
* | Allow to not optimize release build | Rafał Mikrut | 2021-03-14 | 1 | -2/+2 |
* | add msan sanitizer option for linus/bsd, lsan option for osx | Jordan Schidlowsky | 2021-03-02 | 1 | -1/+6 |
* | Allow static linking with libatomic using clang | Hein-Pieter van Braam-Stewart | 2021-02-23 | 1 | -1/+6 |
* | Use -latomic when linking whe using clang on Linux | Hein-Pieter van Braam-Stewart | 2021-02-20 | 1 | -0/+1 |
* | Dynamically load libudev.so.1 on Linux if `udev=yes` | Rémi Verschelde | 2021-02-17 | 1 | -2/+2 |
* | Dynamically load libpulse.so.0 and libasound.so.1 on Linux | Hein-Pieter van Braam-Stewart | 2021-02-16 | 1 | -3/+2 |
* | SCons: Fix debug_symbols tests after switch to BoolVariable | Rémi Verschelde | 2021-02-08 | 1 | -2/+2 |
* | SCons: Add `production=yes` option to use production defaults | Rémi Verschelde | 2021-02-03 | 1 | -1/+1 |