aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_paths.cpp
AgeCommit message (Expand)Author
2017-04-04vcpkg_paths -> VcpkgPathsAlexander Karatarakis
2017-04-04toolset_t -> ToolsetAlexander Karatarakis
2017-04-04optional<T> -> Optional<T>Alexander Karatarakis
2017-04-04expected -> ExpectedAlexander Karatarakis
2017-04-04triplet -> TripletAlexander Karatarakis
2017-04-04package_spec -> PackageSpecAlexander Karatarakis
2017-04-04Rename Metrics:: function to all_lowerAlexander Karatarakis
2017-04-04Introduce Metrics namespaceAlexander Karatarakis
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-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-28Rework optional<T>Alexander Karatarakis
2017-03-22Use Checks::exit_fail/success/with_code()Alexander Karatarakis
2017-03-22Use Checks::exit_with_message()Alexander 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-13System::cmd_execute_and_capture_output() now redirects std::err to std::outAlexander Karatarakis
2017-03-13Don't print messages to the screen when where.exe fails to find somethingAlexander Karatarakis
2017-03-10FormattingAlexander Karatarakis
2017-03-10[vcpkg_paths] Add get_cmake/git/nuget_exe() functionsAlexander Karatarakis
2017-01-30Introduce precompiled headersAlexander Karatarakis
2017-01-23[vcpkg_paths] Add "scripts" entryAlexander Karatarakis
2016-11-30Introduce filesystem_fs.hAlexander Karatarakis
2016-11-08Introduce BUILD_INFO file. Significant change in the way static/dynamic isAlexander Karatarakis
2016-11-07Move listfile_path() to vcpkg_paths.hAlexander Karatarakis
2016-10-03[package_spec] Force using the factories that do sanity checksAlexander Karatarakis
2016-10-03[triplet] Force using the factory that does sanity checksAlexander Karatarakis
2016-09-30[vcpkg_paths] Use fs alias in all places within the headerAlexander Karatarakis
2016-09-29Rename validate_triplet to is_valid_tripletAlexander Karatarakis
2016-09-29Valiting triplets is now the responsibility of vcpkg_pathsAlexander Karatarakis
2016-09-23[vcpkg] Rename `vcpkg_ports::find_available_x` to be more conciseRobert Schumacher
2016-09-23[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.Robert Schumacher
2016-09-18Initial commitAlexander Karatarakis