godot/core
Pedro J. Estébanez 8ed259b792 Modernize RWLock
- Based on C++14's `shared_time_mutex`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed
- Simpler for `NO_THREADS`
2021-01-19 11:53:10 +01:00
..
config Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
crypto Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
debugger Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
error Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
input [HTML5] Custom Gamepad library to allow remapping. 2021-01-18 12:30:38 +01:00
io Modernize RWLock 2021-01-19 11:53:10 +01:00
math Merge pull request #45136 from akien-mga/clang-format-11 2021-01-13 16:10:44 +01:00
object Modernize RWLock 2021-01-19 11:53:10 +01:00
os Modernize RWLock 2021-01-19 11:53:10 +01:00
string Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
templates Add function LocalVector::remove_unordered 2021-01-11 13:47:31 +01:00
variant Merge pull request #44427 from briansemrau/fix-variant-bitand-validated-eval 2021-01-11 13:53:27 +01:00
core_bind.cpp Split OS::execute into two methods 2021-01-09 10:03:23 +00:00
core_bind.h Split OS::execute into two methods 2021-01-09 10:03:23 +00:00
core_builders.py
core_constants.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_constants.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
core_string_names.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
doc_data.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
register_core_types.cpp Modernize RWLock 2021-01-19 11:53:10 +01:00
register_core_types.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub Update PolyPartition / Triangulator library 2021-01-12 13:46:16 -05:00
typedefs.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
version.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00