index
:
ctor.git
custom-gcc-bootstrap
develop
externals
master
matrix_experiments
msvc
speed
win32
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tools_test.cc
Age
Commit message (
Expand
)
Author
2023-01-17
Recognize gcc and clang (not just their c++ variants) in tool-chain detection.
Bent Bisballe Nyeng
2023-01-14
Add ar_flag support for ar tool, replacing hardcoded values.
HEAD
master
Bent Bisballe Nyeng
2023-01-13
Capture flags in a class instead of a string and add conversion functions bet...
Bent Bisballe Nyeng
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
Add ctor namespace cfg:: constants and get rid of temporary 'using namespace ...
Bent Bisballe Nyeng
2023-01-11
Rename Configuation struct to configuration and make get/has functions member...
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
Fix unit-test with gcc-12
Bent Bisballe Nyeng
2022-07-15
Make tools abstraction around compiler options to better support tool agnosti...
Bent Bisballe Nyeng