Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-20 | Build: clean up build system, use one shared Makefile | joshua stein | |
Allow everything to be built from the top level directory with just 'make', cleaned with 'make clean', and installed with 'make install'. Also support these in any particular subdirectory. Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as it runs. Kernel and early host tools (IPCCompiler, etc.) are built as object.host.o so that they don't conflict with other things built with the cross-compiler. | |||
2019-02-05 | Remove some unused files. | Andreas Kling | |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling | |
2018-10-28 | Add a simple FileSystemPath class that can canonicalize paths. | Andreas Kling | |
Also a simple StringBuilder to help him out. | |||
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling | |