summaryrefslogtreecommitdiff
path: root/task_cc.cc
AgeCommit message (Expand)Author
2021-08-27Fix path to string conversions.Bent Bisballe Nyeng
2021-08-26Prepend target name to object files.Bent Bisballe Nyeng
2021-07-10Print target names instead of target files when listing targets.Bent Bisballe Nyeng
2021-06-21Distinguish between host and target builds.Bent Bisballe Nyeng
2021-06-20Introduction of configuration generation for controlling tool-chain.Bent Bisballe Nyeng
2021-06-19Add compilation database generation.Bent Bisballe Nyeng
2021-06-19Make include paths work relative to the build config files.Bent Bisballe Nyeng
2021-06-19Make sources relative to the build-file (include paths are still relative to ...Bent Bisballe Nyeng
2021-06-19Add .so target. Fix ready state checks.Bent Bisballe Nyeng
2021-06-18New dependency system.Bent Bisballe Nyeng
2021-06-15Recompile affected files if compiler flags change in build configuration.Bent Bisballe Nyeng
2021-06-13Move execution code into its own function and use from all tasks.Bent Bisballe Nyeng
2021-06-13Make task an abstract class and make CC and LD versions of it.Bent Bisballe Nyeng