summaryrefslogtreecommitdiff
path: root/Libraries/CMakeLists.txt
AgeCommit message (Expand)Author
2020-08-21Chess: Refactor game logic into LibChess for use in enginesPeter Elliott
2020-08-04LibCompress: Add LibCompressstelar7
2020-07-28LibCrypt: Add LibCrypt, crypt, and crypt_rPeter Elliott
2020-06-22ImageDecoder: Add a new service for out-of-process image decoding :^)Andreas Kling
2020-06-03LibKeyboard: Add new library for keyboard applicationsHüseyin ASLITÜRK
2020-05-20Revert "LibC: Implement Itanium C++ ABI for static variable guards"Andreas Kling
2020-05-20LibC: Implement Itanium C++ ABI for static variable guardsAndrew Kaster
2020-05-17LibGemini: Implement basic Gemini protocol supportConrad Pankoff
2020-05-14Build: Switch to CMake :^)Sergey Bugaev