summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
custom-gcc-bootstrapAdd support for bootstrapping with custom compiler, including check for c++20...Bent Bisballe Nyeng2 years
developMake sure libctor itself is built in the 'build' system and not 'host' system...Bent Bisballe Nyeng16 months
externalsWIP: automatic externalsBent Bisballe Nyeng23 months
masterAdd ar_flag support for ar tool, replacing hardcoded values.Bent Bisballe Nyeng16 months
matrix_experimentsXBent Bisballe Nyeng16 months
msvcMake sure libctor itself is built in the 'build' system and not 'host' system...Bent Bisballe Nyeng16 months
speedWIPBent Bisballe Nyeng23 months
win32Use set -e in bootstrap script instead of && between commands.Bent Bisballe Nyeng17 months
 
 
AgeCommit messageAuthor
2022-06-09WIP: automatic externalsexternalsBent Bisballe Nyeng
2022-06-09Function target type including support for generated sources.Bent Bisballe Nyeng
2022-06-09Add custom output object names to source specifications.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
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-09Make all task lists std::set instead of std::list to make sure to not contain...Bent Bisballe Nyeng
2022-06-06Checking for dirty object files in link targets (ar, ld and so) redundant (al...Bent Bisballe Nyeng
2022-06-06Added support for manual externals (inherit flags and set include/lib paths f...Bent Bisballe Nyeng
[...]