aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
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 ↵Alexander Karatarakis
get_string_hash() for now.
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
2018-04-06Use 7z for extracting. Extract tools in downloads/toolsAlexander Karatarakis
2018-04-03Add missing quotesAlexander Karatarakis
2018-04-03Add vcpkg edit --allAlexander Karatarakis
2018-04-03Use -L on curlAlexander Karatarakis
2018-04-02[aria2] Use --x-use-aria2 instead of --use-aria2 for nowAlexander Karatarakis
2018-04-02[vcpkg] Add support of external downloader aria2Jacob Zhong
2018-04-02[vcpkg.exe] Look for vcpkgTools in downloads/tools/$toolname-$toolversionAlexander Karatarakis
(only non-windows currently)
2018-03-30Allow usage of os="windows" in vcpkgTools.xml from vcpkg.exeAlexander Karatarakis
(use-cases in powershell still need to be modified)
2018-03-30Improve message for appleclangAlexander Karatarakis
2018-03-29Add message for appleclang versions that don't support std::filesystemAlexander Karatarakis
2018-03-27Update CHANGELOG and bump version to v0.0.107Alexander Karatarakis
2018-03-27Hotfix #3144Alexander Karatarakis
2018-03-27[vcpkgTools.xml] Restructre os-specific infoAlexander Karatarakis
2018-03-24[vcpkg] Handle non-sorted output from std::filesystemRobert Schumacher
2018-03-24Fix nameAlexander Karatarakis
2018-03-24Join declaration and assignmentAlexander Karatarakis
2018-03-24Introduce Maps::transform_values()Alexander Karatarakis
2018-03-22[vcpkg] Sort abi tags to ensure stabilityRobert Schumacher
2018-03-22[vcpkg] Download cmake on osx and linuxRobert Schumacher
2018-03-21System::get_program_files() now returns Optional<fs::path>Alexander Karatarakis
2018-03-21Improve error message when PROGRAMFILES is not foundAlexander Karatarakis
2018-03-20[vcpkg] Handle failure to store archiveRobert Schumacher
2018-03-20[vcpkg-hash] Use BCrypt on WindowsAlexander Karatarakis
2018-03-20[vcpkg-ci] Do not rebuild libraries that were previously successful or failedRobert Schumacher
2018-03-19Update CHANGELOG and bump version to v0.0.106Alexander Karatarakis