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
2018-04-18
[vcpkg edit] Now accepts multiple ports as arg
Alexander Karatarakis
2018-04-17
Use ~/.vcpkg/config instead of ~/vcpkg/config
Alexander Karatarakis
2018-04-16
[vcpkg, xml] Parse with string-search instead of regex
Alexander Karatarakis
2018-04-12
Remove call to nonexistent member of std::fpos.
Billy O'Neal (VC LIBS)
2018-04-12
[vcpkg] Mark many types noexcept. Make certain code patterns more transparent...
Robert Schumacher
2018-04-11
[vcpkg] Rework dependencies.cpp to improve type safety and error detection
Robert Schumacher
2018-04-07
Remove more unused #include directives
Alexander Karatarakis
2018-04-07
Remove unused #include directives
Alexander Karatarakis
2018-04-07
[export.cpp] Define all valuse in BuildOptions
Alexander Karatarakis
2018-04-07
[commands] Clang-tidy fixes
Alexander Karatarakis
2018-04-07
Util::unused() for commands that don't have arguments
Alexander Karatarakis
2018-04-07
[build.cpp] Clang tidy fixes
Alexander Karatarakis
2018-04-07
constructor order of init
Alexander Karatarakis
2018-04-07
[system.cpp] Naming convention, const, auto&
Alexander Karatarakis
2018-04-07
Use <ctime> instead of <time.h>. Default construct.
Alexander Karatarakis
2018-04-07
[cofffilereader.cpp] static const -> static constexpr
Alexander Karatarakis
2018-04-07
fs.beg -> std::festream::beg
Alexander Karatarakis
2018-04-07
[cofffilereader] Use StringLiteral
Alexander Karatarakis
2018-04-07
Naming convention
Alexander Karatarakis
2018-04-07
Use auto on left side when casting on right side
Alexander Karatarakis
2018-04-07
const/auto
Alexander Karatarakis
2018-04-07
Default construct std::array()
Alexander Karatarakis
2018-04-07
Rename. Remove stray semicolon
Alexander Karatarakis
2018-04-06
[vcpkg hash] formatting
Alexander Karatarakis
2018-04-06
[vcpkg hash] Process in C++ instead of calling awk
Alexander Karatarakis
2018-04-06
#ifdef linux-specific code
Alexander Karatarakis
2018-04-06
[vcpkg.exe] Verify hash for already present files. Dont check for path twice
Alexander Karatarakis
2018-04-06
[fetch] Don't attempt to download on unknown OSes
Alexander Karatarakis
2018-04-06
Use Cache class
Alexander Karatarakis
2018-04-06
Fix spacing in error message
Alexander Karatarakis
2018-04-06
Don't ignore fs.rename() errors
Alexander Karatarakis
2018-04-06
Improve error message
Alexander Karatarakis
2018-04-06
[vcpkgTools.xml] Bump version to "2"
Alexander Karatarakis
2018-04-06
[vcpkg hash] Add sanity checking
Alexander Karatarakis
2018-04-06
[vcpkg hash] Refactor to reduce repetition. Allow simple chars in get_string_...
Alexander Karatarakis
2018-04-06
[vcpkg hash] Refactor and tweaks in BCryptHasher.
Alexander Karatarakis
2018-04-06
[metrics] Use new string-hash functions instead of ps1 script
Alexander Karatarakis
2018-04-06
[vcpkg hash] Refactor to reduce code duplication
Alexander Karatarakis
2018-04-06
[vcpkg hash] Add string hashing (as opposed to file hashing)
Alexander Karatarakis
2018-04-06
[vcpkg hash] Don't use cmake for non-windows hashes. Use shasum instead
Alexander Karatarakis
2018-04-06
[vcpkg.exe] Move downloaded file in place after hash check
Alexander Karatarakis
2018-04-06
[vcpkg.exe] Hash check after downloading a tool
Alexander Karatarakis
2018-04-06
Disable vcpkg fetch for now
Alexander Karatarakis
2018-04-06
Fix #ifdef'ed references to get_tool_exe()
Alexander Karatarakis
2018-04-06
[vcpkgTools.xml] requiredVersion -> version
Alexander Karatarakis
2018-04-06
Misc archiveRelativePath->archiveName renames
Alexander Karatarakis
2018-04-06
[vcpkgTools.xml] Verify the version field
Alexander Karatarakis
2018-04-06
[vcpkgTools.xml] Rename archiveRelativePath to archiveName
Alexander Karatarakis
2018-04-06
[vcpkgTools.xml] Add os="windows" to relevant entries
Alexander Karatarakis
2018-04-06
Introduce "vcpkg fetch"
Alexander Karatarakis
[next]