summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Actually set the execinfo flag on non-glibc systemsRiteo2022-10-111-0/+1
* Automatically use execinfo for crash handler on *BSD and musl-based LinuxHugo Locurcio2022-10-041-2/+4
* ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+6
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-23/+4
* SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-0/+4
* SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-10/+6
* Add support for system dark mode (Linux)Raul Santos2022-09-021-1/+1
* Linux: Fix GNU ld detection for pck_embed linker scriptRémi Verschelde2022-08-261-1/+3
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-23/+19
* [Linux] Fix build with missing DBUS.bruvzg2022-07-291-0/+1
* [Linux] Load dbus libraries dynamically.bruvzg2022-07-291-1/+1
* Load fontconfig libraries dynamically.bruvzg2022-07-271-5/+8
* Implement support for loading system fonts on Linux, macOS / iOS and Windows.bruvzg2022-07-261-0/+6
* SCons: Refactor Linux linker options with `linker=<bfd|gold|lld|mold>`Rémi Verschelde2022-07-221-16/+33
* Improve `linuxbsd` headless building, cleanup build scriptsRiteo2022-07-201-47/+13
* Remove `-pipe` from `LINKFLAGS`Riteo2022-07-201-1/+0
* [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ...bruvzg2022-04-281-0/+3
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+8
* Linux: Use pkg-config for alsa, libudev and GL tooRémi Verschelde2022-04-261-4/+6
* CI: Update black formatter and apply changesRémi Verschelde2022-04-051-1/+1
* Add CI build with clang sanitizers, increase stack size to 30 MB for builds w...bruvzg2022-04-011-0/+1
* Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-091-21/+0
* Misc build system fixesAaron Franke2021-12-101-1/+1
* Add support for PowerPC familyDaniel Kolesa2021-11-011-2/+10
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-1/+1
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-2/+2
* Add support for the RISC-V architectureAaron Franke2021-10-221-0/+7
* Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde2021-10-151-7/+0
|\
| * Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-7/+0
* | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
|/
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messagesRémi Verschelde2021-09-151-23/+21
|\
| * Improve messages when compiling for Linux/*BSDHugo Locurcio2021-08-311-23/+21
* | Re-enable building position-independent executables on Linux/*BSDHugo Locurcio2021-09-151-5/+0
|/
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-1/+1
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-0/+9
* LinuxBSD now compiles without vulkan/x11.Fabio Alessandrelli2021-06-011-9/+18
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-0/+1
* Port changes to the "raycast" module build files from 3.xjfons2021-05-041-0/+4
* Linux: Remove use_static_cpp override on x86_32Rémi Verschelde2021-04-261-4/+1
* Fix macOS build with all sanitizers enabled.bruvzg2021-04-161-1/+1
* Add more sanitizer flags to shows more bugsRafał Mikrut2021-04-151-7/+21
* Allow to not optimize release buildRafał Mikrut2021-03-141-2/+2
* add msan sanitizer option for linus/bsd, lsan option for osxJordan Schidlowsky2021-03-021-1/+6
* Allow static linking with libatomic using clangHein-Pieter van Braam-Stewart2021-02-231-1/+6
* Use -latomic when linking whe using clang on LinuxHein-Pieter van Braam-Stewart2021-02-201-0/+1
* Dynamically load libudev.so.1 on Linux if `udev=yes`Rémi Verschelde2021-02-171-2/+2
* Dynamically load libpulse.so.0 and libasound.so.1 on LinuxHein-Pieter van Braam-Stewart2021-02-161-3/+2
* SCons: Fix debug_symbols tests after switch to BoolVariableRémi Verschelde2021-02-081-2/+2
* SCons: Add `production=yes` option to use production defaultsRémi Verschelde2021-02-031-1/+1