index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
include
/
vcpkg_Checks.h
Age
Commit message (
Expand
)
Author
2017-04-30
[vcpkg] check_exit should accept explicitly-convertible-to-bool
Robert Schumacher
2017-04-27
Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-03-31
Use [[noreturn]] instead of declspec(noreturn)
Robert Schumacher
2017-03-31
Remove Checks::check_throw() and Checks::throw_with_message()
Robert Schumacher
2017-03-28
Remove unneeded calls to c_str()
Alexander Karatarakis
2017-03-28
Use cstring_view in all functions in Checks::
Alexander Karatarakis
2017-03-22
Fix erroneous return statement
Alexander Karatarakis
2017-03-22
Introduce Checks::exit_with_code() and exit_fail()/exit_success()
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
Put LineInfo in separate h/cpp
Alexander Karatarakis
2017-03-13
Checks::unreachable() now needs LineInfo as an argument
Alexander Karatarakis
2017-03-13
Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.h
Alexander Karatarakis
2017-03-13
Introduce LINE_INFO macro + struct
Alexander Karatarakis
2017-02-13
[Checks] Add check_exit() overload with no message
Alexander Karatarakis
2017-01-05
Use nested namespace definition
Alexander Karatarakis
2016-10-14
Fix overload of Checks::exit_with_message
Alexander Karatarakis
2016-09-18
Initial commit
Alexander Karatarakis