| .. |
|
SCsub
|
…
|
|
|
condition_variable.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
keyboard.cpp
|
Fix modifier order in keycode string generation
|
2025-07-06 14:23:50 -07:00 |
|
keyboard.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
main_loop.cpp
|
…
|
|
|
main_loop.h
|
Core: Cleanup headers in `core/config`
|
2025-10-06 09:20:56 -05:00 |
|
memory.cpp
|
Change `Memory` from a class into a namespace.
|
2025-10-04 17:22:07 +02: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 +02:00 |
|
midi_driver.cpp
|
…
|
|
|
midi_driver.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
mutex.cpp
|
…
|
|
|
mutex.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
os.cpp
|
[macOS] Add support for exporting macOS 26 Liquid Glass icons.
|
2025-07-28 14:35:48 +03:00 |
|
os.h
|
Core: Cleanup headers in `core/config`
|
2025-10-06 09:20:56 -05:00 |
|
rw_lock.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
safe_binary_mutex.h
|
Core: Integrate warning suppression macro helpers
|
2025-04-03 10:13:46 -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
|
…
|
|
|
thread.h
|
Apple: Add pthread implementation of `Thread` class
|
2025-04-10 09:35:40 +10:00 |
|
thread_safe.cpp
|
…
|
|
|
thread_safe.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
time.cpp
|
Update time.cpp year/unix time conversions to be constant time
|
2025-05-23 14:02:14 -04:00 |
|
time.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |
|
time_enums.h
|
Style: Replace header guards with `#pragma once`
|
2025-03-07 17:33:47 -06:00 |