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
Age
Commit message (
Expand
)
Author
2021-10-14
Use dependency system and build system for compiling ctor on config changes.
Bent Bisballe Nyeng
2021-10-10
Improve initial bootstrap speed.
Bent Bisballe Nyeng
2021-10-10
Move some common functions to util.cc
Bent Bisballe Nyeng
2021-09-27
Add folder hierarchy in build folder corresponding to that of the source fold...
Bent Bisballe Nyeng
2021-09-25
Add unit-test for source language deduction.
Bent Bisballe Nyeng
2021-09-25
Add support for (optionally) explicitly declaring source language type in bui...
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 supplyin...
Bent Bisballe Nyeng
2021-09-20
Use 2-clause BSD-license for all source files.
Bent Bisballe Nyeng
2021-09-20
Simplify/fix task dependency calculation. And tasks unit-tests.
Bent Bisballe Nyeng
2021-09-18
Add an actual unit-test for the execute function.
Bent Bisballe Nyeng
2021-09-14
Add suport for building and running unittests with the 'check' target.
Bent Bisballe Nyeng
2021-09-12
Don't run default build if listing arguments are present.
Bent Bisballe Nyeng
2021-09-12
Separate target list creation from task list creation.
Bent Bisballe Nyeng
2021-09-02
Rename project to ctor.
Bent Bisballe Nyeng
2021-08-29
Move getoptpp submodule into src as well.
Bent Bisballe Nyeng
2021-08-28
Move sources to ... well, src ;)
Bent Bisballe Nyeng
2021-08-28
Remove old examples
Bent Bisballe Nyeng
2021-08-28
Dead-lock detection if a task runs but doesn't become 'undirty' as a result.
Bent Bisballe Nyeng
2021-08-28
Call _exit if execv fails in child process.
Bent Bisballe Nyeng
2021-08-27
Make re-builds work even if binary name is not cppbuild. Block re-launch non-...
Bent Bisballe Nyeng
2021-08-27
Add missing include
Bent Bisballe Nyeng
2021-08-27
Fix path to string conversions.
Bent Bisballe Nyeng
2021-08-26
Remove Makefile and add minimalistic README.
Bent Bisballe Nyeng
2021-08-26
Prepend target name to object files.
Bent Bisballe Nyeng
2021-08-26
Bootstrap
Bent Bisballe Nyeng
2021-07-10
Individual target builds.
Bent Bisballe Nyeng
2021-07-10
Print target names instead of target files when listing targets.
Bent Bisballe Nyeng
2021-07-10
Fix warnings.
Bent Bisballe Nyeng
2021-06-30
Change '-l' argument (list files) to '-L' and add '-l' argument to list targets.
Bent Bisballe Nyeng
2021-06-23
Add env vars to configure cmd.
Bent Bisballe Nyeng
2021-06-23
A little less to do ;-)
Bent Bisballe Nyeng
2021-06-23
Add configure checks for programs and be more consistent with the use of the ...
Bent Bisballe Nyeng
2021-06-23
Fix args.
Bent Bisballe Nyeng
2021-06-23
Split libcppbuild.cc into multiple files/modules.
Bent Bisballe Nyeng
2021-06-22
Setting V env variable overloads the verbosity.
Bent Bisballe Nyeng
2021-06-22
Add parameters to add, delete and list build configurations.
Bent Bisballe Nyeng
2021-06-22
Add option to print entire configure parameter database.
Bent Bisballe Nyeng
2021-06-21
Distinguish between host and target builds.
Bent Bisballe Nyeng
2021-06-20
Introduction of configuration generation for controlling tool-chain.
Bent Bisballe Nyeng
2021-06-20
Add convenience macro for registering build config call-backs.
Bent Bisballe Nyeng
2021-06-20
Exit after printing help.
Bent Bisballe Nyeng
2021-06-20
Add explicit target types (with 'auto' being the default)
Bent Bisballe Nyeng
2021-06-20
Add build deps to Makefile.
Bent Bisballe Nyeng
2021-06-20
Print error if max build configurations are exceeded.
Bent Bisballe Nyeng
2021-06-19
Add compilation database generation.
Bent Bisballe Nyeng
2021-06-19
Clean up example build config files.
Bent Bisballe Nyeng
2021-06-19
Example bootstrap file
Bent Bisballe Nyeng
2021-06-19
Convenience type for build configuration list.
Bent Bisballe Nyeng
2021-06-19
Fail on missing dependecies and trigger re-build if depends list changes in b...
Bent Bisballe Nyeng
[next]