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
/
src
/
build.cc
Age
Commit message (
Collapse
)
Author
2023-01-11
Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ↵
Bent Bisballe Nyeng
ctor'
2023-01-11
Rename Settings struct to setings
Bent Bisballe Nyeng
2023-01-11
Put ctor.h contents in ctor namespace.
Bent Bisballe Nyeng
2022-12-27
Rename libctor.h to ctor.h
Bent Bisballe Nyeng
2022-06-16
Tweak sleeps in builder loop.
Bent Bisballe Nyeng
2022-06-09
Add const Settings& to build configuration callbacks.
Bent Bisballe Nyeng
2022-06-09
Refactor the way task names are looked up.
Bent Bisballe Nyeng
2022-06-09
Make all task lists std::set instead of std::list to make sure to not ↵
Bent Bisballe Nyeng
contain duplicates.
2021-10-24
Fix compilation of named targets and print notification when re-compiling ↵
Bent Bisballe Nyeng
config.
2021-10-14
Use dependency system and build system for compiling ctor on config changes.
Bent Bisballe Nyeng
2021-09-24
Reduce noise.
Bent Bisballe Nyeng
2021-09-24
Fix re-compilation of library itself after boostrap. Add support for ↵
Bent Bisballe Nyeng
supplying libctor lib and include paths.
2021-09-20
Use 2-clause BSD-license for all source files.
Bent Bisballe Nyeng
2021-09-14
Add suport for building and running unittests with the 'check' target.
Bent Bisballe Nyeng
2021-08-28
Move sources to ... well, src ;)
Bent Bisballe Nyeng