godot/platform/linuxbsd
Rémi Verschelde c2c659db32 SCons: Refactor LTO options with `lto=<none|thin|full>`
Adds support for LTO on macOS and Android. We don't have much experience
with LTO on these platforms so for now we keep it disabled by default
even when `production=yes` is set.

Similarly for iOS where we ship object files for the user to link in
Xcode so LTO makes builds extremely slow to link.

`production=yes` defaults to full LTO.
ThinLTO is much faster for LLVM-based compilers but seems to produce
bigger binaries (at least for the Web platform).
2022-09-08 10:00:02 +02:00
..
export Update export dialog to handle many architectures 2022-07-29 10:24:58 -05:00
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub Add support for system dark mode (Linux) 2022-09-02 16:49:21 +02:00
crash_handler_linuxbsd.cpp
crash_handler_linuxbsd.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
dbus-so_wrap.c [Linux] Load dbus libraries dynamically. 2022-07-29 11:19:19 +03:00
dbus-so_wrap.h [Linux] Load dbus libraries dynamically. 2022-07-29 11:19:19 +03:00
detect.py SCons: Refactor LTO options with `lto=<none|thin|full>` 2022-09-08 10:00:02 +02:00
detect_prime_x11.cpp Variant memory pools 2022-07-04 12:01:46 +01:00
detect_prime_x11.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
display_server_x11.cpp Merge pull request #64417 from aaronfranke/has-space 2022-09-06 17:00:44 +02:00
display_server_x11.h Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vulkan and OpenGL rendering drivers). 2022-09-03 19:16:03 +03:00
fontconfig-so_wrap.c [Linux] Replace fontconfig wrapper with a one generated from the older library version (2.12.6, Ubuntu 18.04 LTS). 2022-07-29 08:55:19 +03:00
fontconfig-so_wrap.h [Linux] Replace fontconfig wrapper with a one generated from the older library version (2.12.6, Ubuntu 18.04 LTS). 2022-07-29 08:55:19 +03:00
freedesktop_portal_desktop.cpp Add support for system dark mode (Linux) 2022-09-02 16:49:21 +02:00
freedesktop_portal_desktop.h Add support for system dark mode (Linux) 2022-09-02 16:49:21 +02:00
freedesktop_screensaver.cpp [Linux] Load dbus libraries dynamically. 2022-07-29 11:19:19 +03:00
freedesktop_screensaver.h [Linux] Load dbus libraries dynamically. 2022-07-29 11:19:19 +03:00
gl_manager_x11.cpp Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vulkan and OpenGL rendering drivers). 2022-09-03 19:16:03 +03:00
gl_manager_x11.h Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vulkan and OpenGL rendering drivers). 2022-09-03 19:16:03 +03:00
godot_linuxbsd.cpp Fix exit code of --help and --version, and test them in CI 2022-07-02 01:17:35 +02:00
joypad_linux.cpp
joypad_linux.h
key_mapping_x11.cpp
key_mapping_x11.h
libudev-so_wrap.c
libudev-so_wrap.h
logo.png
os_linuxbsd.cpp Rename String `plus_file` to `path_join` 2022-08-29 19:38:13 -05:00
os_linuxbsd.h Remove unused force_quit variable from many OS abstractions 2022-08-27 13:41:53 +02:00
pck_embed.ld
pck_embed.legacy.ld
platform_config.h
platform_linuxbsd_builders.py
speechd-so_wrap.c
speechd-so_wrap.h
tts_linux.cpp
tts_linux.h
vulkan_context_x11.cpp
vulkan_context_x11.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00

README.md

Linux/*BSD platform port

This folder contains the C++ code for the Linux/*BSD platform port.

See also misc/dist/linux folder for additional files used by this platform.

Documentation

Artwork license

logo.png is derived from the Linux logo:

Permission to use and/or modify this image is granted provided you acknowledge me lewing@isc.tamu.edu and The GIMP if someone asks.