index
:
cook
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cook.py
Age
Commit message (
Expand
)
Author
2022-09-13
cook: simplified the module system
Alejandro Sior
2022-08-12
cook: added C++ toolchains
Alejandro Sior
2022-08-11
cook: supporting processors made of other targets
Alejandro Sior
2022-08-11
cook: simplify argument passing with *args and **kwargs
Alejandro Sior
2022-08-07
cook: check if output of pkgconfig is not empty string
Alejandro Sior
2022-08-07
Merge branch 'master' of aosync.me:~/git/.hidden/cook
Alejandro Sior
2022-08-07
cook: take dependencies from pkgconfig too
Alejandro Sior
2022-08-07
cook/msvc: fix msvc toolchain from test
Alejandro Sior
2022-08-07
cook: (temporary) communicate includes
Alejandro Sior
2022-08-07
cook: add a basic C modules system
Alejandro Sior
2022-08-07
cook: added clang-cl toolchain
Alejandro Sior
2022-08-07
cook: use /nologo and /NOLOGO for the MSVC toolchain
Alejandro Sior
2022-08-07
cook: use a better workaround than mkextra
Alejandro Sior
2022-08-06
cook: restrict the mkextra hack to CExe
Alejandro Sior
2022-08-06
cook: add preliminary MSVC C toolchain support
Alejandro Sior
2022-08-06
cook: warn when instanciating default toolchains with non-default arguments
Alejandro Sior
2022-08-06
cook: more concise globals
Alejandro Sior
2022-08-06
cook: better toolchain system
Alejandro Sior
2022-08-06
cook: rename a few arguments
Alejandro Sior
2022-08-06
cook: rudimentary handling of libraries
Alejandro Sior
2022-08-06
cook: simplified C header dependency system
Alejandro Sior
2022-08-06
cook: rename classes
Alejandro Sior
2022-08-05
cook: exceptions when invalid header dependencies specified
Alejandro Sior
2022-08-03
cook: add C compiler, manage header dependencies
Alejandro Sior
2022-07-31
cook: getting system compilers
Alejandro Sior
2022-07-31
cook: find compilers
Alejandro Sior
2022-07-31
cook: ninja files generation
Alejandro Sior
2022-07-30
cook: add basic makefile generation
Alejandro Sior