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
Age
Commit message (
Expand
)
Author
2017-03-10
Introduce System::cmd_execute_clean() for sanitized executions
Alexander Karatarakis
2017-03-10
Rework System::get_environmental_variable()
Alexander Karatarakis
2017-03-10
Remove all Environment::ensure_X_on_path()
Alexander Karatarakis
2017-03-10
`install`: Remove call to Environment::ensure_utilities_on_path();
Alexander Karatarakis
2017-03-10
`ci`: Remove call to Environment::ensure_utilities_on_path();
Alexander Karatarakis
2017-03-10
`integrate`: Use paths.get_nuget_exe()
Alexander Karatarakis
2017-03-10
`create`: Use make_cmake_cmd() and paths.get_cmake_exe()
Alexander Karatarakis
2017-03-10
`build`: Use make_cmake_cmd() and paths.get_cmake/git_exe()
Alexander Karatarakis
2017-03-10
Introduce make_cmake_cmd() helper function
Alexander Karatarakis
2017-03-10
`portsdiff`: Use paths.get_git_exe();
Alexander Karatarakis
2017-03-10
[vcpkg_paths] Add get_cmake/git/nuget_exe() functions
Alexander Karatarakis
2017-03-10
[vcpkg] Also search registry keys for VSCode. Prefer insider version if avail...
Robert Schumacher
2017-03-10
Use System::println() instead of std::cout
Alexander Karatarakis
2017-03-10
Nuke Joiner. Add wjoin()
Alexander Karatarakis
2017-03-10
[vcpkg] Refactor RAII registry key manipulation
Robert Schumacher
2017-03-07
[`ci`] Print time for succeeded builds too
Alexander Karatarakis
2017-03-06
Properly handle spaces in path when calling powershell script
Alexander Karatarakis
2017-03-04
[vcpkg-ci] Display per-package timing information.
Robert Schumacher
2017-03-04
[vcpkg] Deduplicate all timer classes.
Robert Schumacher
2017-03-04
[vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO.
Robert Schumacher
2017-03-04
[vcpkg] Switch printing functions to use fputs and putchar directly.
Robert Schumacher
2017-03-03
Rename policy to OnlyReleaseCRT
Alexander Karatarakis
2017-03-03
Add policy: NoDebugBinaries
Alexander Karatarakis
2017-03-03
Formatting
Alexander Karatarakis
2017-03-03
Enclose path in quotes
Alexander Karatarakis
2017-03-02
Add __declspec(noreturn) in the definitions too
Alexander Karatarakis
2017-03-01
Reuse functions for finding dlls/libs
Alexander Karatarakis
2017-03-01
load_all_ports() no longer aborts when a port fails
Alexander Karatarakis
2017-02-28
Use Checks::check_exit()
Alexander Karatarakis
2017-02-28
Remove fs::exists() call
Alexander Karatarakis
2017-02-28
Improve implementation of `vcpkg integrate remove`
Alexander Karatarakis
2017-02-28
Re-use variable instead of re-calling function returning it
Alexander Karatarakis
2017-02-27
Remove unnecessary branch
Alexander Karatarakis
2017-02-27
Use load_all_ports() in `ci`
Alexander Karatarakis
2017-02-27
Introduce extract_port_names_and_versions()
Alexander Karatarakis
2017-02-27
Fix #include of Paragraph.h
Alexander Karatarakis
2017-02-27
Move some functions from vcpkglib.h to Paragraphs.h
Alexander Karatarakis
2017-02-27
Use load_all_ports() in `portsdiff`
Alexander Karatarakis
2017-02-27
Use std::move to avoid a copy
Alexander Karatarakis
2017-02-27
Introduce function: load_all_ports()
Alexander Karatarakis
2017-02-27
Enclose cpp file into namespace
Alexander Karatarakis
2017-02-24
Throw error is PROGRAMFILES env variable is not found
Alexander Karatarakis
2017-02-23
Use System::set_environmental_variable()
Alexander Karatarakis
2017-02-23
[vcpkg] Fix bug when building v141@64-bit from a v140@32-bit prompt
Robert Schumacher
2017-02-22
Use check_exit() instead of check_throw()
Alexander Karatarakis
2017-02-22
Improve error message and use check_exit() instead of check_throw()
Alexander Karatarakis
2017-02-21
Use std::vector.empty() instead of checking for size() = 0
Alexander Karatarakis
2017-02-21
Add `search --graph` option
Alexander Karatarakis
2017-02-21
Merge branch 'master' into master
Robert Schumacher
2017-02-17
STRINGIFY: use __VA_ARGS__ to avoid C4003 and double quote hack
Alexander Karatarakis
[prev]
[next]