Age | Commit message (Expand) | Author |
2021-11-06 | Fix rebuilding after adding or removing of ctor.cc files to the build configu... | Bent Bisballe Nyeng |
2021-11-06 | Use C++20. | Bent Bisballe Nyeng |
2021-10-31 | Change to testdir before executing tests and add global paths variables for e... | Bent Bisballe Nyeng |
2021-10-31 | Make sure parallel_processes works correctly if std::thread::hardware_concurr... | Bent Bisballe Nyeng |
2021-10-30 | Add external configs. | Bent Bisballe Nyeng |
2021-10-24 | Fix compilation of named targets and print notification when re-compiling con... | Bent Bisballe Nyeng |
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 |