aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-03Add -NoProfile to boostrap-vcpkg.batAlexander Karatarakis
2017-04-03[opencv] make use of added comment within controlTobias Kohlbau
2017-04-03Fix SortedVector constructorAlexander Karatarakis
2017-04-03Merge branch 'tobiaskohlbau-vcpkg_comment'Alexander Karatarakis
2017-04-03adds line comments for CONTROLTobias Kohlbau
2017-04-03Merge pull request #877 from drdanz/ecm_portRobert Schumacher
2017-04-03[vcpkg-env] Added internal 'env' command to help diagnose environment issues.Robert Schumacher
2017-04-01Merge pull request #887 from Mixaill/sqliteAlexander Karatarakis
2017-04-01[sqlite3] update to 3.18.0Mikhail Paulyshka
2017-04-01[sqlite3] fix uwp buildsMikhail Paulyshka
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 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-31Fix issue in vcxproj.filtersAlexander Karatarakis
2017-03-31`update` needs to use package_specAlexander Karatarakis
2017-03-31Refactor update and portsdiffAlexander 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-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-31Remove Checks::check_throw() and Checks::throw_with_message()Robert Schumacher
2017-03-31Eliminate last usage of Checks::check_throw()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-31`remove`: Add --dry-run optionAlexander Karatarakis
2017-03-31Add more functions to ImmutableSortedVectorAlexander Karatarakis
2017-03-31Introduce get_installed_ports()Alexander Karatarakis
2017-03-31[vcpkg] Rework code structure to satisfy /analyze in VS2017Robert Schumacher
2017-03-31[freeimage] Add build for FreeImagePlus.Robert Schumacher
2017-03-31[qt5] Add qtdeploy.ps1 to enhance applocal.ps1 when Qt is in use.Robert Schumacher
2017-03-31[applocal.ps1] Refactor out binary deploymentRobert Schumacher
2017-03-31[applocal.ps1] Keep global set of searched binaries and avoid excessive recur...Robert Schumacher
2017-03-31Merge pull request #872 from SteffenL/upstream-issue/856-qt5-gui-styleRobert Schumacher