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-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
2017-02-17
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Alexander Karatarakis
2017-02-17
Change Info::version() to Version::version()
Alexander Karatarakis
2017-02-17
Remove unused function
Alexander Karatarakis
2017-02-17
`hash` check for --options
Alexander Karatarakis
2017-02-17
`contact`/`help`/`version`: Check for --options
Alexander Karatarakis
2017-02-17
`portsdiff`: Check for --options
Alexander Karatarakis
2017-02-17
`integrate`: checks for --options
Alexander Karatarakis
2017-02-17
`owns`: check for --options
Alexander Karatarakis
2017-02-17
`cache`/`list`/`own`/`search`: check for --options
Alexander Karatarakis
2017-02-17
`create`/`edit`: check for --options
Alexander Karatarakis
2017-02-17
`update`: check for --options
Alexander Karatarakis
2017-02-17
`ci`: Check for --options, delay loading status_db, refactor
Alexander Karatarakis
2017-02-17
`install`: check for --options and delay loading of status_db
Alexander Karatarakis
2017-02-17
Remove try_load_port() overload
Alexander Karatarakis
2017-02-17
`build-external` now calls code from `build` after input processing
Alexander Karatarakis
2017-02-17
[build_command] Extract function for calculations after Input processing
Alexander Karatarakis
2017-02-17
Add vcpkg_cmd_arguments::check_no_optional_arguments()
Alexander Karatarakis
2017-02-17
[build-command] Reorder input processing
Alexander Karatarakis
2017-02-17
[remove-command] Reorder input processing
Alexander Karatarakis
2017-02-16
Improve message of `vcpkg integrate install`
Alexander Karatarakis
2017-02-16
CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issues
Alexander Karatarakis
2017-02-16
Use ElapsedTime instead of Stopwatch
Alexander Karatarakis
2017-02-16
Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cpp
Alexander Karatarakis
2017-02-16
Introduce ElapsedTime class
Alexander Karatarakis
2017-02-16
Specify type explicitly
Alexander Karatarakis
2017-02-16
Use ascii_to_lowercase()
Alexander Karatarakis
2017-02-16
Fix build command not printing out the missing dependencies on fail
Alexander Karatarakis
2017-02-15
Add comment for tolower_char()
Alexander Karatarakis
2017-02-15
Add tolower_char(char)->char. Avoids C4244 for char<->int conversion
Alexander Karatarakis
2017-02-15
Use Strings::ascii_to_lowercase()
Alexander Karatarakis
2017-02-15
Fix C4018 warning
Alexander Karatarakis
2017-02-15
[!] Change the format of the listfile
Alexander Karatarakis
[next]