summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/detect.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #88245 from shana/simplify-mono-support-detectionRémi Verschelde2024-02-191-0/+1
|\
| * C#: Let platforms signal if they support it or notAndreia Gaita2024-02-131-0/+1
* | SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-2/+2
* | Merge pull request #87464 from bruvzg/pck_sectionRémi Verschelde2024-02-081-18/+0
|\ \
| * | [Linux] Add support for PCK embedding section with non GNU-ld linkers.bruvzg2024-01-241-18/+0
* | | Silence wayland-scanner check in buildsystemHugo Locurcio2024-02-061-2/+2
* | | Wayland: disable backend at build-time if wayland-scanner is missingRiteo2024-01-311-2/+2
* | | Add Wayland supportRiteo2024-01-301-3/+41
|/ /
* / Add RD_ENABLED when VULKAN_ENABLED or D3D12_ENABLED is addedjsjtxietian2023-12-251-1/+1
|/
* Linux: Remove hardcoded lib path for x86 cross-compilationRémi Verschelde2023-11-011-11/+10
* 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