summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/Makefile
AgeCommit message (Expand)Author
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-04-19LibCore+LibGUI: Move DesktopServices to LibCoreSergey Bugaev
2020-03-14LibCore: Rename Udp classes to UDPShannon Booth
2020-02-15LibCore: Move LogStream::operator<< overloads into cpp filesAndreas Kling
2020-02-14LibCore: Add Core::MimeData classAndreas Kling
2020-02-11LibCore: Add a basic Core::DateTime classAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-01-26LibCore: Add UDP socket and server classesAndreas Kling
2019-12-25LibCore: compile puff.c as a separate objectjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-11-10LibCore: Add a gzip implementationMarcel Schneider
2019-08-26LibCore: Remove CThreadSergey Bugaev
2019-08-05LibCore: Add CTCPServerConrad Pankoff
2019-07-27LibCore: Add CLocalServer, a server-only local socket class.Andreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-14LibCore: Add CThread, a simple thread abstraction object.Andreas Kling
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-04Libraries: Unbreak "make install" with new directory locations.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling