aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Expand)Author
2017-06-19Use std::experimental::filesystem instead of std::tr2::sysAlexander Karatarakis
2017-06-08[vcpkg] Hotfix previous commit.Robert Schumacher
2017-06-08[vcpkg] Improve diagnostics upon port load failureRobert Schumacher
2017-06-06Convert BuildType/Configuration Type into simple enum classesAlexander Karatarakis
2017-06-06[vcpkg] Added parser support for 'Supports' fieldRobert Schumacher
2017-06-06Add missing #includeAlexander Karatarakis
2017-06-06Install continueAlexander Karatarakis
2017-06-06minor changesDaniel Shaw
2017-06-06PackageSpecParseResult const ref bugDaniel Shaw
2017-06-06ExpectedT factory classDaniel Shaw
2017-06-05[vcpkg] Formatting and simplification of VcpkgPaths::get_toolset()Robert Schumacher
2017-06-02Implement support to request a specific toolset version via the variable `VCP...Albert Ziegenhagel
2017-05-24[vcpkg] Add commentsRobert Schumacher
2017-05-24[vcpkg] Refactored to simplify BuildPolicies into BuildPolicy.Robert Schumacher
2017-05-22Adding policy ALLOW_OBSOLETE_MSVCRT suppressing dependency check for msvcrt.dllHartmut Kaiser
2017-05-05Introduce Debug::println()Alexander Karatarakis
2017-05-04Introduce Strings::case_insensitive_ascii_compare()Alexander Karatarakis
2017-05-04Rework vcpkg's triplet environment readingAlexander Karatarakis
2017-05-04get_environmental_variable() -> get_environment_variable()Alexander Karatarakis
2017-05-04Rename Strings:: function for utf8/utf16 conversionAlexander Karatarakis
2017-05-03Remove unneeded #includesAlexander Karatarakis
2017-05-03[vcpkg] Add support for installing from HEADRobert Schumacher
2017-05-02[vcpkg] Reduce arguments to build_package() by bundlingRobert Schumacher
2017-05-01[vcpkg] Split vcpkg::Commands::Build -> vcpkg::Build, vcpkg::Commands::BuildC...Robert Schumacher
2017-04-30[vcpkg] check_exit should accept explicitly-convertible-to-boolRobert Schumacher
2017-04-30[vcpkg] Remove OptBool in favor of Optional<bool>Robert Schumacher
2017-04-30[vcpkg] CStringView improvementsRobert Schumacher
2017-04-28Use CStringView instead of const char*Alexander Karatarakis
2017-04-28[CStringView] Rename parameter, add copy ctorAlexander Karatarakis
2017-04-28Enums::f(): Accept CStringView instead of std::string&Alexander Karatarakis
2017-04-28[clang-format] Cpp11BracedListStyle: trueAlexander Karatarakis
2017-04-28[clang-format] Increase PenaltyReturnTypeOnItsOwnLineAlexander Karatarakis
2017-04-27Run clang-format over the headers. Remove stray Version.h/cpp. Fix location o...Alexander Karatarakis
2017-04-25Rework ConfigurationType enumAlexander Karatarakis
2017-04-25Rework BuildType enumAlexander Karatarakis
2017-04-25ENUM_NAME should be in the enum namespaceAlexander Karatarakis
2017-04-25Rework LinkageType enumAlexander Karatarakis
2017-04-25Make constexprs staticAlexander Karatarakis
2017-04-25Rework OptBool enumAlexander Karatarakis
2017-04-25Rework BuildInfo enumAlexander Karatarakis
2017-04-23[vcpkg-build] Fix regression in build command.Robert Schumacher
2017-04-21Add System::get_current_date_time()Alexander Karatarakis
2017-04-21Add skeleton code for `vcpkg export`Alexander Karatarakis
2017-04-21Move source_dir outside of InstallDir structAlexander Karatarakis
2017-04-21InstallationDirs -> InstallDirAlexander Karatarakis
2017-04-20[InstallationDirs] Better name for static factoryAlexander Karatarakis
2017-04-20Simplify InstallDirs class. No longer touches diskAlexander Karatarakis
2017-04-17Use read-only pattern for InstallationDirsAlexander Karatarakis
2017-04-17InstallationDirs struct now checks/create the needed dirsAlexander Karatarakis
2017-04-17Add fs::create_directories() forwarding functionAlexander Karatarakis