index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
ChessEngine
Age
Commit message (
Expand
)
Author
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-07-08
ChessEngine: Don't call non-constexpr `sqrt` in a constexpr intiializer
Daniel Bertalan
2021-06-22
ChessEngine: don't store board in non-leaf nodes in MCTS
Peter Elliott
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Services: Move to Userland/Services/
Andreas Kling