godot-module-template/core/os
Thaddeus Crews 2288a8a898
Merge pull request #114505 from m4gr3d/add_pip_project_setting
Add support for picture-in-picture
2026-03-10 14:11:04 -05:00
..
condition_variable.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
keyboard.cpp Decouple node.h from scene_tree.h, minimize its other includes 2026-03-05 13:54:46 +01:00
keyboard.h Decouple node.h from scene_tree.h, minimize its other includes 2026-03-05 13:54:46 +01:00
main_loop.cpp Add support for PiP mode 2026-03-06 23:29:16 -08:00
main_loop.h Add support for PiP mode 2026-03-06 23:29:16 -08:00
memory.cpp Move binary math functions to Math namespace in math_funcs_binary header. 2026-02-17 12:24:35 +01:00
memory.h Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
midi_driver.cpp Move MIDI parsing up from ALSA driver to platform independent driver. 2024-06-25 16:46:30 +01:00
midi_driver.h Do not include input_enums.h and keyboard.h from variant.h and binder_common.h. 2026-01-29 12:12:53 +01:00
mutex.cpp Add THREADS_ENABLED macro in order to compile Godot to run on the main thread 2024-01-17 13:58:29 -05:00
mutex.h Mark MutexLock as [[nodiscard]] to prevent misuse. 2026-02-14 18:30:00 +08:00
os.cpp Add missing <cstdio> include after GH-117087 2026-03-10 13:12:06 +01:00
os.h Merge pull request #92984 from adamscott/reveal-me 2026-03-04 11:20:31 -06:00
process_id.h Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
rw_lock.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
safe_binary_mutex.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
semaphore.h Move THREADS_ENABLED check after common imports 2025-04-08 14:24:13 -04:00
shared_object.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
spin_lock.h Linux: Drop ppc32 (32-bit PowerPC) architecture support 2025-05-14 10:22:12 +02:00
thread.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
thread.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
thread_safe.cpp Allow threads to mark themselves as safe for nodes 2023-05-24 00:22:58 +02:00
thread_safe.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
time.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
time.h Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
time_enums.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00