aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
AgeCommit message (Expand)Author
2018-04-18[vcpkg edit] Now accepts multiple ports as argAlexander Karatarakis
2018-04-17Use ~/.vcpkg/config instead of ~/vcpkg/configAlexander Karatarakis
2018-04-16[vcpkg, xml] Parse with string-search instead of regexAlexander Karatarakis
2018-04-12Remove 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 detectionRobert Schumacher
2018-04-07Remove more unused #include directivesAlexander Karatarakis
2018-04-07Remove unused #include directivesAlexander Karatarakis
2018-04-07[export.cpp] Define all valuse in BuildOptionsAlexander Karatarakis
2018-04-07[commands] Clang-tidy fixesAlexander Karatarakis
2018-04-07Util::unused() for commands that don't have argumentsAlexander Karatarakis
2018-04-07[build.cpp] Clang tidy fixesAlexander Karatarakis
2018-04-07constructor order of initAlexander Karatarakis
2018-04-07[system.cpp] Naming convention, const, auto&Alexander Karatarakis
2018-04-07Use <ctime> instead of <time.h>. Default construct.Alexander Karatarakis
2018-04-07[cofffilereader.cpp] static const -> static constexprAlexander Karatarakis
2018-04-07fs.beg -> std::festream::begAlexander Karatarakis
2018-04-07[cofffilereader] Use StringLiteralAlexander Karatarakis
2018-04-07Naming conventionAlexander Karatarakis
2018-04-07Use auto on left side when casting on right sideAlexander Karatarakis
2018-04-07const/autoAlexander Karatarakis
2018-04-07Default construct std::array()Alexander Karatarakis
2018-04-07Rename. Remove stray semicolonAlexander Karatarakis
2018-04-06[vcpkg hash] formattingAlexander Karatarakis
2018-04-06[vcpkg hash] Process in C++ instead of calling awkAlexander Karatarakis
2018-04-06#ifdef linux-specific codeAlexander Karatarakis
2018-04-06[vcpkg.exe] Verify hash for already present files. Dont check for path twiceAlexander Karatarakis
2018-04-06[fetch] Don't attempt to download on unknown OSesAlexander Karatarakis
2018-04-06Use Cache classAlexander Karatarakis
2018-04-06Fix spacing in error messageAlexander Karatarakis
2018-04-06Don't ignore fs.rename() errorsAlexander Karatarakis
2018-04-06Improve error messageAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Bump version to "2"Alexander Karatarakis
2018-04-06[vcpkg hash] Add sanity checkingAlexander 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 scriptAlexander Karatarakis
2018-04-06[vcpkg hash] Refactor to reduce code duplicationAlexander 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 insteadAlexander Karatarakis
2018-04-06[vcpkg.exe] Move downloaded file in place after hash checkAlexander Karatarakis
2018-04-06[vcpkg.exe] Hash check after downloading a toolAlexander Karatarakis
2018-04-06Disable vcpkg fetch for nowAlexander Karatarakis
2018-04-06Fix #ifdef'ed references to get_tool_exe()Alexander Karatarakis
2018-04-06[vcpkgTools.xml] requiredVersion -> versionAlexander Karatarakis
2018-04-06Misc archiveRelativePath->archiveName renamesAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Verify the version fieldAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Rename archiveRelativePath to archiveNameAlexander Karatarakis
2018-04-06[vcpkgTools.xml] Add os="windows" to relevant entriesAlexander Karatarakis
2018-04-06Introduce "vcpkg fetch"Alexander Karatarakis