index
:
ctor.git
custom-gcc-bootstrap
develop
externals
master
matrix_experiments
msvc
speed
win32
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcppbuild.cc
Age
Commit message (
Collapse
)
Author
2021-06-19
Add compilation database generation.
Bent Bisballe Nyeng
2021-06-19
Fail on missing dependecies and trigger re-build if depends list changes in ↵
Bent Bisballe Nyeng
build configurations.
2021-06-19
Exit earlier if there is no work to do.
Bent Bisballe Nyeng
2021-06-19
Make sources relative to the build-file (include paths are still relative to ↵
Bent Bisballe Nyeng
project rootdir). Add -b to control build-dir.
2021-06-19
Support multiple build config files.
Bent Bisballe Nyeng
2021-06-19
Make self-aware (and recompile/re-launch as needed)
Bent Bisballe Nyeng
2021-06-19
Add .so target. Fix ready state checks.
Bent Bisballe Nyeng
2021-06-18
New dependency system.
Bent Bisballe Nyeng
2021-06-13
Add support for multiple build configurations.
Bent Bisballe Nyeng
2021-06-13
Make task an abstract class and make CC and LD versions of it.
Bent Bisballe Nyeng
2021-06-13
Use vfork/exec instead of system for compiler invocation.
Bent Bisballe Nyeng
2021-06-12
Skip non-dirty tasks.
Bent Bisballe Nyeng
2021-06-12
Limit number of threads
Bent Bisballe Nyeng
2021-06-11
Flags'n'stuff
Bent Bisballe Nyeng
2021-06-11
Refactor at 4'o clock
Bent Bisballe Nyeng
2021-06-11
Naiive async compilation
Bent Bisballe Nyeng
2021-06-11
Simple build config with dependency tracking.
Bent Bisballe Nyeng