aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Checks.cpp
AgeCommit message (Collapse)Author
2017-03-22exit() -> ::exit()Alexander Karatarakis
2017-03-22Use exit_fail() internallyAlexander Karatarakis
2017-03-22Introduce Checks::exit_with_code() and exit_fail()/exit_success()Alexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Put LineInfo in separate h/cppAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-13Introduce LINE_INFO macro + structAlexander Karatarakis
2017-03-02Add __declspec(noreturn) in the definitions tooAlexander Karatarakis
...to match the declarations
2017-02-13[Checks] Add check_exit() overload with no messageAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-05Use nested namespace definitionAlexander Karatarakis
2016-11-15Add #else to avoid warningAlexander Karatarakis
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.
2016-09-29[vcpkg] Improve error message on mistyped package name.Robert Schumacher
2016-09-18Initial commitAlexander Karatarakis