aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/tests_arguments.cpp
AgeCommit message (Collapse)Author
2017-10-13[vcpkg] Re-layout all files using new organization scheme.Robert Schumacher
All filenames and directories are lowercase. Use dots for namespace separation.
2017-07-26[vcpkg] Add support for single-option arguments.Robert Schumacher
2017-04-30[vcpkg] Remove OptBool in favor of Optional<bool>Robert Schumacher
2017-04-29[vcpkg] Fix regression in tests. Test classes must not be structs.Robert Schumacher
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-27Run clang-foramt over tests and remaining cpp filesAlexander Karatarakis
2017-04-27Formatting + add test to the vcxprojAlexander Karatarakis
2017-04-27[options] makes options case insensitiveTobias Kohlbau
This resolves #987 Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>