aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Collapse)Author
2017-04-01[vcpkg] Merge search for dumpbin and toolchain (they are the same).Robert Schumacher
2017-04-01[vcpkg] Collapse cXstring_views into a single template.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-04-01[vcpkg] Dead code eliminationRobert Schumacher
2017-03-31`update` needs to use package_specAlexander Karatarakis
2017-03-31Add name_and_version_diff_tAlexander Karatarakis
2017-03-31Version_tAlexander Karatarakis
2017-03-31Remove Files::check_is_directory()Robert Schumacher
2017-03-31Add constexpr in cstring_view functionsRobert Schumacher
2017-03-31Place cXstring_view in a separate headerAlexander Karatarakis
2017-03-31Use cstring_view in utf conversion functionsRobert 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-31Remove Checks::check_throw() and Checks::throw_with_message()Robert Schumacher
2017-03-31Use cwstring_view in CMakeVariableRobert Schumacher
2017-03-31Fix order of argumentsRobert Schumacher
2017-03-31Rename expected.h to vcpkg_expected.hAlexander Karatarakis
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-31Add more functions to ImmutableSortedVectorAlexander Karatarakis
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-29[pch.h] Put windows.h at the top to solve compilation errorsAlexander Karatarakis
2017-03-29Merge branch 'patch-3' of https://github.com/OlafvdSpek/vcpkg into ↵Alexander Karatarakis
OlafvdSpek-patch-3
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-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-27Rework Paragraph parsing error handling. Add single paragraph functionsAlexander Karatarakis
2017-03-24Add EMPTY_INCLUDE_FOLDER policy. Resolves #816Alexander Karatarakis
2017-03-22Fix erroneous return statementAlexander Karatarakis
2017-03-22Introduce Checks::exit_with_code() and exit_fail()/exit_success()Alexander Karatarakis
2017-03-20[vcpkg] Clean up triplet.hRobert Schumacher
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-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-13Introduce LINE_INFO macro + structAlexander Karatarakis
2017-03-10Introduce System::cmd_execute_clean() for sanitized executionsAlexander Karatarakis
2017-03-10Remove all Environment::ensure_X_on_path()Alexander Karatarakis