virtualx-engine/platform/linuxbsd
Rémi Verschelde c8479c0d4d SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold>
The new option is `linker` and lets the user specify the argument to
the`-fuse_ld=` linker flag directly. The supported options are:

- `default`: No change, typically uses GNU ld (bfd) unless the user or
  distro picked a different default `/usr/bin/ld`.
- `bfd`: GNU ld from binutils
- `gold`: GNU gold from binutils
- `lld`: lld from LLVM
- `mold`: mold, an extremely fast modern linker, not (yet) intended for
  use in production but great for development speed. Provided by distro
  `mold` package or needs to be compiled from source and installed to
  `/usr` otherwise.

Removes the `use_lld=yes` option, and make lld actually usable with GCC
too.

Not all the above are compatible or recommend for LTO, we recommend
using GNU ld with GCC LTO, or lld with LLVM ThinLTO.
2022-07-22 01:00:35 +02:00
..
export Add static methods for creating Image and ImageTexture 2022-07-08 13:40:47 +02:00
crash_handler_linuxbsd.cpp Crash handler: Use print_error to include backtrace in logs 2022-05-05 12:22:56 +02:00
crash_handler_linuxbsd.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
detect.py SCons: Refactor Linux linker options with linker=<bfd|gold|lld|mold> 2022-07-22 01:00:35 +02:00
detect_prime_x11.cpp Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
detect_prime_x11.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
display_server_x11.cpp Improve DisplayServer.window_set_current_screen 2022-07-19 12:26:11 +03:00
display_server_x11.h Merge pull request #62212 from hansemro/eraser-detect-4 2022-07-04 21:48:19 +02:00
freedesktop_screensaver.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
freedesktop_screensaver.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
gl_manager_x11.cpp simplify formatting scripts, add a clang-tidy script, and run clang-tidy 2022-01-29 04:41:03 -06:00
gl_manager_x11.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +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 Read and store joypad events in a separate thread on x11 platform 2022-05-05 07:51:54 +02:00
joypad_linux.h Read and store joypad events in a separate thread on x11 platform 2022-05-05 07:51:54 +02:00
key_mapping_x11.cpp Adding function key support from F17 to F35 2022-06-16 19:38:21 +02:00
key_mapping_x11.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
libudev-so_wrap.c An update to the dylibloader for older inttypes 2021-02-20 01:24:30 +01:00
libudev-so_wrap.h An update to the dylibloader for older inttypes 2021-02-20 01:24:30 +01:00
logo.png Effective DisplayServer separation, rename X11 -> LinuxBSD 2020-03-26 15:49:34 +01:00
os_linuxbsd.cpp Improve embedded PCK loading and exporting. 2022-04-20 11:09:59 +03:00
os_linuxbsd.h Improve embedded PCK loading and exporting. 2022-04-20 11:09:59 +03:00
pck_embed.ld Effective DisplayServer separation, rename X11 -> LinuxBSD 2020-03-26 15:49:34 +01:00
pck_embed.legacy.ld Effective DisplayServer separation, rename X11 -> LinuxBSD 2020-03-26 15:49:34 +01:00
platform_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
platform_linuxbsd_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
README.md Add logo attribution for Android, HTML5 and Linux platform icons 2021-09-11 19:34:10 +02:00
SCsub Improve linuxbsd headless building, cleanup build scripts 2022-07-20 19:48:35 +02:00
speechd-so_wrap.c Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
speechd-so_wrap.h Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
tts_linux.cpp Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
tts_linux.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
vulkan_context_x11.cpp Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
vulkan_context_x11.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00

Linux/*BSD platform port

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

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.