Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-05 | Lagom: Disable building the IPC client/server apps for now | Andreas Kling | |
This is not gonna work right until we also build IPCCompiler. | |||
2019-08-03 | Lagom: Add a simple IPC client and server for host-side testing | Andreas 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-01 | Lagom: Append to CMAKE_CXX_FLAGS instead of overwriting it. | Andreas Kling | |
2019-07-30 | Lagom: Set project() right away | Robin Burchell | |
Checking CMAKE_CXX_COMPILER_ID before project() does not work. | |||
2019-07-26 | Lagom: 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-25 | Lagom: Build with -fPIC for now. | Andreas Kling | |
2019-07-25 | Lagom: Simplify the CMakeLists.txt a bit. | Andreas Kling | |
Now that everything in AK is buildable, we can just build all of it. :^) | |||
2019-07-25 | Lagom: Add a tiny test program so we can see that something works. :^) | Andreas Kling | |
2019-07-25 | Lagom: Let's build liblagom as a static library. | Andreas Kling | |
2019-07-25 | Lagom: 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". :^) |