ladybird/Userland
Peter Elliott 34433f5dc4 LibChess: Compact the Defenitions of various chess related types
before:
sizeof(Board)=344, sizeof(Move)=36, sizeof(Piece)=4, sizeof(Square)=8

after:
sizeof(Board)=108, sizeof(Move)=9, sizeof(Piece)=1, sizeof(Square)=2
2021-06-22 23:09:42 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications TextEditor: Don't open files when the user cancelled saving changes 2021-06-22 22:56:22 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools Playground: Prompt to save changes after the user picked a file to open 2021-06-22 22:56:22 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games FlappyBug: Standardize on "high score" rather than "highscore" 2021-06-22 23:05:10 +02:00
Libraries LibChess: Compact the Defenitions of various chess related types 2021-06-22 23:09:42 +02:00
Services Taskbar: Check if executable in .af exist in filesystem 2021-06-22 22:48:32 +02:00
Shell Tests: Run each test in their respective directories 2021-06-22 18:54:40 +04:30
Utilities cp: Copy sources into destination if it is already a directory 2021-06-21 16:50:29 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00