virtualx-engine/platform/windows
Pedro J. Estébanez 6d89f675b1 Modernize Thread
- Based on C++11's `thread` and `thread_local`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed (except for the few cases of non-portable functions)
- Simpler for `NO_THREADS`
- Thread ids are now the same across platforms (main is 1; others follow)
2021-02-18 11:58:08 +01:00
..
export Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
context_gl_windows.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
context_gl_windows.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
crash_handler_windows.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
crash_handler_windows.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
detect.py Use /Zi and /FS for including debugger symbols on Windows with MSVC 2021-02-08 22:36:37 +01:00
godot.ico Make the Windows icon file smaller 2017-06-20 14:38:50 +02:00
godot.natvis Style: Fix code format scripts compat with non-GNU Unices 2020-07-28 00:41:52 +02:00
godot_res.rc PCK: Set VERSION_PATCH in header, factor out header magic 2020-01-06 13:13:17 +01:00
godot_windows.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_windows.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_windows.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
key_mapping_windows.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
key_mapping_windows.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
lang_table.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_windows.cpp Modernize Thread 2021-02-18 11:58:08 +01:00
os_windows.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_windows_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
power_windows.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
power_windows.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Fix debug_symbols tests after switch to BoolVariable 2021-02-08 22:36:32 +01:00
windows_terminal_logger.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
windows_terminal_logger.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00