summaryrefslogtreecommitdiff
path: root/Libraries/CMakeLists.txt
AgeCommit message (Expand)Author
2020-12-30LibTTF: Reorganized TTF parsing code into LibTTFSrimanta Barua
2020-12-14LibCoreDump: Add library for parsing coredump filesItamar
2020-11-27LibRegex: Add a regular expression libraryEmanuel Sprung
2020-10-04LibTar: Create LibTar and TarStreamPeter Elliott
2020-09-30LibCpp: Add library for working with c++ codeItamar
2020-09-15LibDiff: Add library for working with diffsItamar
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