| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated compiler version detection | Mario Liebisch | 2023-09-25 | 1 | -1/+1 |
* | SCons: Fix Python 3.12 SyntaxError with regex escape sequences | Rémi Verschelde | 2023-09-25 | 1 | -1/+1 |
* | Merge pull request #73443 from akien-mga/unbundle-openxr | Yuri Sizov | 2023-07-12 | 1 | -0/+3 |
|\ |
|
| * | Allow unbundling OpenXR (for Linux distros) | Rémi Verschelde | 2023-06-16 | 1 | -0/+3 |
* | | Merge pull request #79105 from akien-mga/linux-libsquish-lacks-pkgconfig | Rémi Verschelde | 2023-07-08 | 1 | -1/+2 |
|\ \ |
|
| * | | Linux: Link libsquish directly when unbundling, .pc file unreliable | Rémi Verschelde | 2023-07-06 | 1 | -1/+2 |
* | | | Linux: Allow unbundling brotli to use system library | Rémi Verschelde | 2023-07-06 | 1 | -0/+3 |
|/ / |
|
* / | SCons: Move platform logo/run icon to `export` folder | Rémi Verschelde | 2023-06-20 | 1 | -4/+0 |
|/ |
|
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ... | bruvzg | 2023-04-24 | 1 | -0/+3 |
* | [Export docs] Move docs to platform folders. | bruvzg | 2023-04-20 | 1 | -0/+10 |
* | Merge pull request #74666 from akien-mga/scons-linux-cleanup-pulseaudio-defines | Rémi Verschelde | 2023-03-10 | 1 | -2/+3 |
|\ |
|
| * | SCons: Cleanup pulseaudio defines for Linux | Rémi Verschelde | 2023-03-09 | 1 | -2/+3 |
* | | change some sys.exit() to be fatal | Omar Polo | 2023-03-09 | 1 | -2/+2 |
|/ |
|
* | Linux: Don't try to link system embree3 on unsupported archs | Rémi Verschelde | 2023-03-03 | 1 | -2/+1 |
* | Merge pull request #73441 from akien-mga/linux-unbundling-fixes | Rémi Verschelde | 2023-02-17 | 1 | -15/+22 |
|\ |
|
| * | Fix includes of thirdparty libs which can be unbundled on Linux | Rémi Verschelde | 2023-02-16 | 1 | -15/+22 |
* | | [Linux] Make SO wrapper usage optional. | bruvzg | 2023-02-16 | 1 | -7/+99 |
|/ |
|
* | Update PCK embedding SCons warning message to mention mold linker | Hugo Locurcio | 2023-02-13 | 1 | -1/+1 |
* | [Linux/BSD] Include headers for dynamically loaded libraries to simplify buil... | bruvzg | 2023-01-23 | 1 | -51/+12 |
* | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -0/+1 |
* | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | 2023-01-23 | 1 | -1/+1 |
* | Exclude atomic lib under FreeBSD using LLVM | robfram | 2023-01-20 | 1 | -2/+2 |
* | Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checks | Rémi Verschelde | 2023-01-16 | 1 | -3/+8 |
* | Allow building X11 without Vulkan | Riteo | 2022-12-27 | 1 | -3/+0 |
* | Load X11 dynamically | Riteo | 2022-12-03 | 1 | -7/+8 |
* | Load GLX dynamically with GLAD | Riteo Siuga | 2022-11-15 | 1 | -1/+0 |
* | 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 |