summaryrefslogtreecommitdiff
path: root/src/task_so.cc
AgeCommit message (Expand)Author
2023-01-13Capture flags in a class instead of a string and add conversion functions bet...Bent Bisballe Nyeng
2023-01-12Move tools opt to ctor.h and rename tool_chain to toolchain for consistency.Bent Bisballe Nyeng
2023-01-11Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ...Bent Bisballe Nyeng
2023-01-11Rename BuildConfiguration struct to build_configurationBent Bisballe Nyeng
2023-01-11Rename Settings struct to setingsBent Bisballe Nyeng
2023-01-11Rename Language::Xyz to language::xyzBent 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
2023-01-09Make sure to flush compilation status lines to the console.Bent Bisballe Nyeng
2022-12-27Rename libctor.h to ctor.hBent Bisballe Nyeng
2022-07-15Make tools abstraction around compiler options to better support tool agnosti...Bent Bisballe Nyeng
2022-06-16Fix dependency search and linking for ld and so targets.Bent Bisballe Nyeng
2022-06-09Add const Settings& to build configuration callbacks.Bent Bisballe Nyeng
2022-06-09Refactor the way task names are looked up.Bent Bisballe Nyeng
2022-06-09Use derived dependency task targets instead of 'raw' depends strings for link...Bent Bisballe Nyeng
2022-06-06Checking for dirty object files in link targets (ar, ld and so) redundant (al...Bent Bisballe Nyeng
2021-11-21Bundle flags in struct for easier passing around.Bent Bisballe Nyeng
2021-11-06Fix rebuilding after adding or removing of ctor.cc files to the build configu...Bent Bisballe Nyeng
2021-10-24Fix compilation of named targets and print notification when re-compiling con...Bent Bisballe Nyeng
2021-10-10Move some common functions to util.ccBent Bisballe Nyeng
2021-09-27Add folder hierarchy in build folder corresponding to that of the source fold...Bent Bisballe Nyeng
2021-09-25Add support for (optionally) explicitly declaring source language type in bui...Bent Bisballe Nyeng
2021-09-20Use 2-clause BSD-license for all source files.Bent Bisballe Nyeng
2021-09-20Simplify/fix task dependency calculation. And tasks unit-tests.Bent Bisballe Nyeng
2021-09-02Rename project to ctor.Bent Bisballe Nyeng
2021-08-28Move sources to ... well, src ;)Bent Bisballe Nyeng