summaryrefslogtreecommitdiffstats
path: root/core/os/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* [Core] Allow locking/unlocking of `MutexLock`A Thousand Ships2024-08-261-2/+15
* WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-08-211-2/+7
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-4/+4
* Extract 'SafeBinaryMutex' to separate headervittorioromeo2024-02-041-80/+0
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-2/+38
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-10/+17
* Avoid interaction issues between resource loading threadsPedro J. Estébanez2023-05-101-1/+18
* Implement ConditionVariablePedro J. Estébanez2023-02-201-7/+62
* Booleanize various sync primitives' wait & locking methodsPedro J. Estébanez2023-01-271-3/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-27/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Fix mutex when building with no threads.Fabio Alessandrelli2020-03-081-9/+17
* Drop old semaphore implementationPedro J. Estébanez2020-03-031-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-23/+50
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-12/+13
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-1/+1
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+70