summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Updated compiler version detectionMario Liebisch2023-09-251-1/+1
* SCons: Fix Python 3.12 SyntaxError with regex escape sequencesRémi Verschelde2023-09-251-1/+1
* Merge pull request #73443 from akien-mga/unbundle-openxrYuri Sizov2023-07-121-0/+3
|\
| * Allow unbundling OpenXR (for Linux distros)Rémi Verschelde2023-06-161-0/+3
* | Merge pull request #79105 from akien-mga/linux-libsquish-lacks-pkgconfigRémi Verschelde2023-07-081-1/+2
|\ \
| * | Linux: Link libsquish directly when unbundling, .pc file unreliableRémi Verschelde2023-07-061-1/+2
* | | Linux: Allow unbundling brotli to use system libraryRémi Verschelde2023-07-061-0/+3
|/ /
* / SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-201-4/+0
|/
* [OS] Implement and expose to scripting APIs `get_memory_info` method instead ...bruvzg2023-04-241-0/+3
* [Export docs] Move docs to platform folders.bruvzg2023-04-201-0/+10
* Merge pull request #74666 from akien-mga/scons-linux-cleanup-pulseaudio-definesRémi Verschelde2023-03-101-2/+3
|\
| * SCons: Cleanup pulseaudio defines for LinuxRémi Verschelde2023-03-091-2/+3
* | change some sys.exit() to be fatalOmar Polo2023-03-091-2/+2
|/
* Linux: Don't try to link system embree3 on unsupported archsRémi Verschelde2023-03-031-2/+1
* Merge pull request #73441 from akien-mga/linux-unbundling-fixesRémi Verschelde2023-02-171-15/+22
|\
| * Fix includes of thirdparty libs which can be unbundled on LinuxRémi Verschelde2023-02-161-15/+22
* | [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-7/+99
|/
* Update PCK embedding SCons warning message to mention mold linkerHugo Locurcio2023-02-131-1/+1
* [Linux/BSD] Include headers for dynamically loaded libraries to simplify buil...bruvzg2023-01-231-51/+12
* Cleanup and unify keyboard input.bruvzg2023-01-231-0/+1
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Exclude atomic lib under FreeBSD using LLVMrobfram2023-01-201-2/+2
* Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde2023-01-161-3/+8
* Allow building X11 without VulkanRiteo2022-12-271-3/+0
* Load X11 dynamicallyRiteo2022-12-031-7/+8
* Load GLX dynamically with GLADRiteo Siuga2022-11-151-1/+0
* 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