summaryrefslogtreecommitdiff
path: root/src/task_ar.cc
AgeCommit message (Expand)Author
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-30Add external configs.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