index
:
ctor.git
custom-gcc-bootstrap
develop
externals
function_many_to_one
globbing
master
matrix_experiments
mingw
msvc
msvc-rebased
msvc-variadic_source_decl
speed
stuff
variadic_source_decl
win32
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools.h
Age
Commit message (
Collapse
)
Author
22 hours
Use std::string_view instead of std::string in tools.cc whenever applicable
Bent Bisballe Nyeng
2025-01-06
Add dual-arg flags and add debug flag with name and optional value.
Bent Bisballe Nyeng
2023-01-19
Make extension deduction architecture-aware.
Bent Bisballe Nyeng
2023-01-16
Make file extensions abstract based on tool-chain type.
Bent Bisballe Nyeng
2023-01-13
Capture flags in a class instead of a string and add conversion functions ↵
Bent Bisballe Nyeng
between them.
2023-01-12
Move tools opt to ctor.h and rename tool_chain to toolchain for consistency.
Bent Bisballe Nyeng
2023-01-12
Add detected toolchain to configuration.cc
Bent Bisballe Nyeng
2023-01-11
Rename OutputSystem::Xyz to output_system::xyz
Bent Bisballe Nyeng
2023-01-11
Put ctor.h contents in ctor namespace.
Bent Bisballe Nyeng
2022-12-27
Rename libctor.h to ctor.h
Bent Bisballe Nyeng
2022-07-15
Make tools abstraction around compiler options to better support tool ↵
Bent Bisballe Nyeng
agnostic arguments.