aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Expand)Author
2017-03-29Merge branch 'patch-3' of https://github.com/OlafvdSpek/vcpkg into OlafvdSpek...Alexander Karatarakis
2017-03-29[vcpkg] Fix regression introduced in 67ce764. Fixes #868. Fixes #866.Robert Schumacher
2017-03-28Update CHANGELOG and bump version to v0.0.78Alexander Karatarakis
2017-03-28Remove unneeded call to c_str()Alexander Karatarakis
2017-03-28Rework optional<T>Alexander Karatarakis
2017-03-28[expected] Now uses exit variants instead of throw variantsAlexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cstring_view in all functions in Checks::Alexander Karatarakis
2017-03-28Rename arg1Alexander Karatarakis
2017-03-28Remove unneeded calls to c_str()Alexander Karatarakis
2017-03-28Use cwstring_view in all System functions and remove obsolete overloadsAlexander Karatarakis
2017-03-28Introduce cstring_view and cwstring_viewAlexander Karatarakis
2017-03-28Sort includesOlaf van der Spek
2017-03-27[vcpkg-lint] Improve diagnostics as identified in #857Robert Schumacher
2017-03-27Merge pull request #854 from OlafvdSpek/patch-1Robert Schumacher
2017-03-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-03-26Don't shorten without needOlaf van der Spek
2017-03-24Add EMPTY_INCLUDE_FOLDER policy. Resolves #816Alexander Karatarakis
2017-03-24Fix #includeAlexander Karatarakis
2017-03-22Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-22[commands] Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-22exit() -> ::exit()Alexander Karatarakis
2017-03-22Use exit_fail() internallyAlexander Karatarakis
2017-03-22Fix erroneous return statementAlexander Karatarakis
2017-03-22Correctly forward the line_info parameterAlexander Karatarakis
2017-03-22Introduce Checks::exit_with_code() and exit_fail()/exit_success()Alexander Karatarakis
2017-03-22Use Checks::exit_with_message()Alexander Karatarakis
2017-03-22Use Checks::exit_with_message()Alexander Karatarakis
2017-03-22Use Checks::check_exit()Alexander Karatarakis
2017-03-22Flip enabled/disabled for DLLS_WITHOUT_LIBS policyAlexander Karatarakis
2017-03-22Update CHANGELOG and bump version to v0.0.77Alexander Karatarakis
2017-03-22Reorder post build end-messageAlexander Karatarakis
2017-03-20[vcpkg] Clean up triplet.hRobert Schumacher
2017-03-17Fix error messageAlexander Karatarakis
2017-03-16[vcpkg-edit] Fix search for VSCode insidersRobert Schumacher
2017-03-15[vcpkg] Fix regression with dependency qualifiers.Robert Schumacher
2017-03-15Add -NoProfile to powershell commandsAlexander Karatarakis
2017-03-15[vcpkg-lint] Fix post-build checks to avoid a goose chase around /lib/cmake.Robert Schumacher
2017-03-15`search` Modify messageAlexander Karatarakis
2017-03-13Fix issue of mismatching paths because of trailing newline charAlexander Karatarakis
2017-03-13All Checks now take LineInfo as the first argumentAlexander Karatarakis
2017-03-13Enums::nullvalue_used() now requires LineInfo as first argAlexander Karatarakis
2017-03-13Put LineInfo in separate h/cppAlexander Karatarakis
2017-03-13Remove Enums::unreachable(). Use Checks::unreachable() insteadAlexander Karatarakis
2017-03-13Add __declspec(noreturn) to the definitions to match the declarationsAlexander Karatarakis
2017-03-13Checks::unreachable() now needs LineInfo as an argumentAlexander Karatarakis
2017-03-13Global variable g_debugging now declared in vcpkglib.hAlexander Karatarakis
2017-03-13Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.hAlexander Karatarakis
2017-03-13Make parameter const to avoid C4239 warningsAlexander Karatarakis
2017-03-13System::cmd_execute_and_capture_output() now redirects std::err to std::outAlexander Karatarakis