1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:34:57 +00:00
serenity/Userland/Libraries/LibChess
Ben Wiederhake b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
Chess.cpp LibChess: Early check of legal move 2021-07-26 23:53:41 +02:00
Chess.h LibChess: Fix hashing of the chess board 2021-07-30 20:49:18 +02:00
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
UCICommand.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UCICommand.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UCIEndpoint.cpp Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr 2021-05-01 21:25:06 +02:00
UCIEndpoint.h Libraries: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00