godot/core/os
kobewi e14263f917 Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 +07:00
condition_variable.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
keyboard.cpp Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +07:00
keyboard.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
main_loop.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +07:00
main_loop.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
memory.cpp Add memory profile macros to profiling with tracy implementation 2025-11-15 10:20:31 +07:00
memory.h Fix `memnew_placement` with `char *` arguments. Before, it would call the description version, allocating on the heap instead of ni the given memory. 2025-10-25 18:50:22 +07:00
midi_driver.cpp Move MIDI parsing up from ALSA driver to platform independent driver. 2024-06-25 16:46:30 +07:00
midi_driver.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
mutex.cpp Add THREADS_ENABLED macro in order to compile Godot to run on the main thread 2024-01-17 13:58:29 +07:00
mutex.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
os.cpp Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +07:00
os.h Replace repetitive meta/ctrl condition with a method 2025-11-10 16:23:28 +07:00
rw_lock.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
safe_binary_mutex.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
semaphore.h Move `THREADS_ENABLED` check after common imports 2025-04-08 14:24:13 +07:00
shared_object.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
spin_lock.h Linux: Drop `ppc32` (32-bit PowerPC) architecture support 2025-05-14 10:22:12 +07:00
thread.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
thread.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
thread_safe.cpp Allow threads to mark themselves as safe for nodes 2023-05-24 00:22:58 +07:00
thread_safe.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
time.cpp Update time.cpp year/unix time conversions to be constant time 2025-05-23 14:02:14 +07:00
time.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
time_enums.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00