summaryrefslogtreecommitdiff
path: root/Lagom
AgeCommit message (Collapse)Author
2019-08-05Lagom: Disable building the IPC client/server apps for nowAndreas Kling
This is not gonna work right until we also build IPCCompiler.
2019-08-03Lagom: Add a simple IPC client and server for host-side testingAndreas Kling
Add LibIPC to the Lagom build, and also implement two little test apps so we can run IPC tests on other systems.
2019-08-01Lagom: Append to CMAKE_CXX_FLAGS instead of overwriting it.Andreas Kling
2019-07-30Lagom: Set project() right awayRobin Burchell
Checking CMAKE_CXX_COMPILER_ID before project() does not work.
2019-07-26Lagom: Let's not hard-code the compiler. Add compiler-relevant flags though.Andreas Kling
I'm still getting the hang of this CMake thing.
2019-07-25Lagom: Build with -fPIC for now.Andreas Kling
2019-07-25Lagom: Simplify the CMakeLists.txt a bit.Andreas Kling
Now that everything in AK is buildable, we can just build all of it. :^)
2019-07-25Lagom: Add a tiny test program so we can see that something works. :^)Andreas Kling
2019-07-25Lagom: Let's build liblagom as a static library.Andreas Kling
2019-07-25Lagom: Import the beginnings of a "port" of Serenity libs for the outside.Andreas Kling
The C++ facilities of Serenity are getting pretty comfortable, and I'd like to take them with me to projects outside the system. Let's make it a bit easier to do that by bundling AK and LibCore (for now) into a portable library called "Lagom". :^)