index
:
vcpkg
aws-lambda-cpp
master
signing
update-geos-381
update-shapelib-150
Forked from https://github.com/microsoft/vcpkg
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolsrc
/
src
/
vcpkg_paths.cpp
Age
Commit message (
Expand
)
Author
2017-04-04
vcpkg_paths -> VcpkgPaths
Alexander Karatarakis
2017-04-04
toolset_t -> Toolset
Alexander Karatarakis
2017-04-04
optional<T> -> Optional<T>
Alexander Karatarakis
2017-04-04
expected -> Expected
Alexander Karatarakis
2017-04-04
triplet -> Triplet
Alexander Karatarakis
2017-04-04
package_spec -> PackageSpec
Alexander Karatarakis
2017-04-04
Rename Metrics:: function to all_lower
Alexander Karatarakis
2017-04-04
Introduce Metrics namespace
Alexander 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-31
Move Environment:: functions into vcpkg_paths. Remove Environment.h/cpp
Robert Schumacher
2017-03-31
Move Environment::get_program_files() to System::get_program_files()
Robert Schumacher
2017-03-28
Rework optional<T>
Alexander Karatarakis
2017-03-22
Use Checks::exit_fail/success/with_code()
Alexander Karatarakis
2017-03-22
Use Checks::exit_with_message()
Alexander Karatarakis
2017-03-13
Fix issue of mismatching paths because of trailing newline char
Alexander Karatarakis
2017-03-13
All Checks now take LineInfo as the first argument
Alexander Karatarakis
2017-03-13
System::cmd_execute_and_capture_output() now redirects std::err to std::out
Alexander Karatarakis
2017-03-13
Don't print messages to the screen when where.exe fails to find something
Alexander Karatarakis
2017-03-10
Formatting
Alexander Karatarakis
2017-03-10
[vcpkg_paths] Add get_cmake/git/nuget_exe() functions
Alexander Karatarakis
2017-01-30
Introduce precompiled headers
Alexander Karatarakis
2017-01-23
[vcpkg_paths] Add "scripts" entry
Alexander Karatarakis
2016-11-30
Introduce filesystem_fs.h
Alexander Karatarakis
2016-11-08
Introduce BUILD_INFO file. Significant change in the way static/dynamic is
Alexander Karatarakis
2016-11-07
Move listfile_path() to vcpkg_paths.h
Alexander Karatarakis
2016-10-03
[package_spec] Force using the factories that do sanity checks
Alexander Karatarakis
2016-10-03
[triplet] Force using the factory that does sanity checks
Alexander Karatarakis
2016-09-30
[vcpkg_paths] Use fs alias in all places within the header
Alexander Karatarakis
2016-09-29
Rename validate_triplet to is_valid_triplet
Alexander Karatarakis
2016-09-29
Valiting triplets is now the responsibility of vcpkg_paths
Alexander Karatarakis
2016-09-23
[vcpkg] Rename `vcpkg_ports::find_available_x` to be more concise
Robert Schumacher
2016-09-23
[vcpkg] Move find_available_package, find_available_port_file into vcpkg_paths.
Robert Schumacher
2016-09-18
Initial commit
Alexander Karatarakis