godot/core/os
Rémi Verschelde 4b5b60de85
Merge pull request #39189 from touilleMan/issue-38925
Unify OS.get_system_time_* and OS.get_unix_time
2020-06-15 23:57:16 +02:00
..
copymem.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
dir_access.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
dir_access.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
file_access.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
file_access.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
keyboard.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
keyboard.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
main_loop.cpp Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
main_loop.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
memory.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
memory.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
midi_driver.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
midi_driver.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
mutex.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
mutex.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
os.cpp Merge pull request #39189 from touilleMan/issue-38925 2020-06-15 23:57:16 +02:00
os.h Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_time return type to double 2020-05-31 14:19:31 +02:00
rw_lock.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
rw_lock.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
semaphore.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00
thread.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
thread.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_dummy.cpp Style: Remove unnecessary semicolons from core 2020-05-19 15:57:56 +02:00
thread_dummy.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
thread_safe.h Style: Harmonize header guards to style guide [Core] 2020-03-25 11:22:19 +01:00
threaded_array_processor.h Style: Enforce braces around if blocks and loops 2020-05-14 21:57:34 +02:00