summaryrefslogtreecommitdiff
path: root/src/externals_manual.cc
AgeCommit message (Collapse)Author
2023-01-13Capture flags in a class instead of a string and add conversion functions ↵Bent Bisballe Nyeng
between them.
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
ctor'
2023-01-11Rename ExternalX structs to external_xBent Bisballe Nyeng
2023-01-11Rename Settings struct to setingsBent Bisballe Nyeng
2023-01-11Rename Flags struct to flagsBent 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-07-15Make tools abstraction around compiler options to better support tool ↵Bent Bisballe Nyeng
agnostic arguments.
2022-06-09Add const Settings& to build configuration callbacks.Bent Bisballe Nyeng
2022-06-06Added support for manual externals (inherit flags and set include/lib paths ↵Bent Bisballe Nyeng
from configure).