Age | Commit message (Expand) | Author |
---|---|---|
2020-03-02 | AK: Move the wildcard-matching implementation to StringUtils | howar6hill |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-01-02 | Build: HOST_CXX -> USE_HOST_CXX | joshua stein |
2019-12-20 | Build: clean up build system, use one shared Makefile | joshua stein |
2019-10-01 | AK: Remove empty files JsonArray.cpp and JsonObject.cpp | Andreas Kling |
2019-08-17 | DevTools: Add CLocalServer to the host-side tool build dependencies | Andreas Kling |
2019-07-26 | FormCompiler: Add some more LibCore object files to host build. | Andreas Kling |
2019-07-10 | FormCompiler: Build individual compilation units instead of all-at-a-time. | Andreas Kling |
2019-07-10 | Build: Build the host-side FormCompiler before everything else. | Andreas Kling |
2019-07-10 | FormCompiler: Start working on a C++ code generator for VisualBuilder forms. | Andreas Kling |