summaryrefslogtreecommitdiff
path: root/test/main.c
AgeCommit message (Collapse)Author
2022-08-07cook: add a basic C modules systemAlejandro Sior
2022-08-06cook: add preliminary MSVC C toolchain supportAlejandro Sior
It cannot properly create and link against .DLLs yet, the current implementation of it is a hack (using mkextra). Static libraries, executables as well as cc work in a respectable manner.
2022-08-06cook: better toolchain systemAlejandro Sior
2022-08-06cook: rudimentary handling of librariesAlejandro Sior
2022-08-03cook: add C compiler, manage header dependenciesAlejandro Sior
2022-07-31cook: ninja files generationAlejandro Sior
2022-07-30cook: add basic makefile generationAlejandro Sior