summaryrefslogtreecommitdiff
path: root/Services/ChessEngine
AgeCommit message (Collapse)Author
2021-01-09Everywhere: Colour => ColorAndreas Kling
The system language is US English. :^)
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)ร‰rico Nogueira Rolim
POSIX allows the default streams (stdin, stdout and stderr) to be macros, which means that on such systems (musl libc is one) building Lagom will fail due to the File::std*() names. Also fix any files that use these identifiers.
2020-11-02ChessEngine: Use pledge and unveilBrendan Coles
2020-08-28ChessEngine: Move from Applications to ServicesAndreas Kling
This is not a stand-alone application. :^)