summaryrefslogtreecommitdiff
path: root/src/tasks.cc
AgeCommit message (Collapse)Author
2023-01-11Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ↵Bent Bisballe Nyeng
ctor'
2023-01-11Rename Configuation struct to configuration and make get/has functions ↵Bent Bisballe Nyeng
member functions.
2023-01-11Rename BuildConfiguration struct to build_configurationBent Bisballe Nyeng
2023-01-11Rename Settings struct to setingsBent Bisballe Nyeng
2023-01-11Rename TargetType::Xyz to target_type::xyzBent Bisballe Nyeng
2023-01-11Put ctor.h contents in ctor namespace.Bent Bisballe Nyeng
2022-12-27Rename libctor.h to ctor.hBent Bisballe Nyeng
2022-06-09Function target type including support for generated sources.Bent Bisballe Nyeng
2022-06-09Add const Settings& to build configuration callbacks.Bent Bisballe Nyeng
2022-06-09Add UnitTestLib target type, for unit-test only libraries. And fix unit-test ↵Bent Bisballe Nyeng
linkage.
2022-06-09Refactor the way task names are looked up.Bent Bisballe Nyeng
2022-06-09Make all task lists std::set instead of std::list to make sure to not ↵Bent Bisballe Nyeng
contain duplicates.
2021-11-21Don't warn about missing external config cache values when bootstrapping.Bent Bisballe Nyeng
2021-11-21Bundle flags in struct for easier passing around.Bent Bisballe Nyeng
2021-11-20Evaluate externals in configure step end read from config map during ↵Bent Bisballe Nyeng
compilation.
2021-10-30Add external configs.Bent Bisballe Nyeng
2021-10-14Use dependency system and build system for compiling ctor on config changes.Bent Bisballe Nyeng
2021-10-10Improve initial bootstrap speed.Bent Bisballe Nyeng
2021-09-27Add folder hierarchy in build folder corresponding to that of the source ↵Bent Bisballe Nyeng
folders and store build-files in corresponding locations.
2021-09-20Use 2-clause BSD-license for all source files.Bent Bisballe Nyeng
2021-09-14Add suport for building and running unittests with the 'check' target.Bent Bisballe Nyeng
2021-09-12Separate target list creation from task list creation.Bent Bisballe Nyeng
2021-09-02Rename project to ctor.Bent Bisballe Nyeng
2021-08-28Move sources to ... well, src ;)Bent Bisballe Nyeng