aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2017-04-03adds line comments for CONTROLTobias Kohlbau
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher
2017-04-01[vcpkg] Add bootstrap-vcpkg.bat to improve first-time experience.Robert Schumacher
2017-04-01[vcpkg] ImmutableSortedVector is actually Mutable via move.Robert Schumacher
2017-04-01[vcpkg] Merge search for dumpbin and toolchain (they are the same).Robert Schumacher
2017-04-01[vcpkg] Use fmap instead of std::transform.Robert Schumacher
2017-04-01[vcpkg] Collapse join() overloads into a single template.Robert Schumacher
2017-04-01[vcpkg] Replace explicit bulk operations with fmapRobert Schumacher
2017-03-31`update` needs to use package_specAlexander Karatarakis
2017-03-31Refactor update and portsdiffAlexander Karatarakis
2017-03-31Version_tAlexander Karatarakis
2017-03-31Remove Files::check_is_directory()Robert Schumacher
2017-03-31Use cstring_view in utf conversion functionsRobert Schumacher
2017-03-31Fix memory leak in get_environmental_variable()Robert Schumacher
2017-03-31Move Environment:: functions into vcpkg_paths. Remove Environment.h/cppRobert Schumacher
2017-03-31Move Environment::get_program_files() to System::get_program_files()Robert Schumacher
2017-03-31Remove System::set_environmental_variable()Alexander Karatarakis
2017-03-31Use [[noreturn]] instead of declspec(noreturn)Robert Schumacher
2017-03-31Inline functionRobert Schumacher
2017-03-31Remove Checks::check_throw() #2Robert Schumacher
2017-03-31Eliminate last usage of Checks::check_throw()Robert Schumacher
2017-03-31Use cwstring_view in CMakeVariableRobert Schumacher
2017-03-31Rename optional::get_or_exit() to optional::value_or_exit()Robert Schumacher
2017-03-31Rename expected::get_or_exit() to expected::value_or_exit()Robert Schumacher
2017-03-31`remove`: Add --dry-run optionAlexander Karatarakis
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-31[vcpkg] Rework code structure to satisfy /analyze in VS2017Robert Schumacher
2017-03-29Merge branch 'patch-2' 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-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-28Use cstring_view in all functions in Checks::Alexander 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-28Replace all whitespace by a single spaceOlaf 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-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