virtualx-engine/core/os
Pedro J. Estébanez f38949a44d Improve/fix packed data API
- Enhance directory API
- Fix `FileAccess::exists()` not checking for PackedData being disabled
- Fix moving to the parent directory (`..`)
- Allow absolute paths in existence checks
2020-07-27 12:06:40 +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 Improve/fix packed data API 2020-07-27 12:06:40 +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 Add a separate application focus/in notification out from Window focus notification. 2020-06-30 10:40:06 -03:00
main_loop.h Add a separate application focus/in notification out from Window focus notification. 2020-06-30 10:40:06 -03: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 Keep debug & verbose options after loading project from project manager 2020-07-09 09:51:32 +02:00
os.h Keep debug & verbose options after loading project from project manager 2020-07-09 09:51:32 +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