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
/
src
/
vcpkg_Checks.cpp
Age
Commit message (
Expand
)
Author
2017-10-13
[vcpkg] Re-layout all files using new organization scheme.
Robert Schumacher
2017-09-01
[vcpkg_Checks] Naming convention fixes
Alexander Karatarakis
2017-08-30
Use ::TerminateProcess() instead of ::exit()
Alexander Karatarakis
2017-08-28
Use Strings::EMPTY
Alexander Karatarakis
2017-08-25
[vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644
Robert Schumacher
2017-08-25
[vcpkg] Trap Ctrl-C, enable thread safety for global data structures
Robert Schumacher
2017-08-24
Run cleanup before exiting instead of calling atexit
Alexander Karatarakis
2017-05-05
Introduce Debug::println()
Alexander Karatarakis
2017-04-27
Run clang-format over the cpp files
Alexander Karatarakis
2017-04-04
LineInfo::toString() -> LineInfo::to_string()
Alexander Karatarakis
2017-04-04
color -> Color
Alexander Karatarakis
2017-04-04
cstring_view -> CStringView
Alexander Karatarakis
2017-03-31
Use [[noreturn]] instead of declspec(noreturn)
Robert Schumacher
2017-03-31
Inline function
Robert Schumacher
2017-03-31
Remove Checks::check_throw() #2
Robert Schumacher
2017-03-28
Use cstring_view in all functions in Checks::
Alexander Karatarakis
2017-03-22
exit() -> ::exit()
Alexander Karatarakis
2017-03-22
Use exit_fail() internally
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
Introduce LINE_INFO macro + struct
Alexander Karatarakis
2017-03-02
Add __declspec(noreturn) in the definitions too
Alexander Karatarakis
2017-02-13
[Checks] Add check_exit() overload with no message
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-05
Use nested namespace definition
Alexander Karatarakis
2016-11-15
Add #else to avoid warning
Alexander Karatarakis
2016-11-05
Enable qualified dependencies. Fix bug in internal 'build' command.
Robert Schumacher
2016-09-29
[vcpkg] Improve error message on mistyped package name.
Robert Schumacher
2016-09-18
Initial commit
Alexander Karatarakis