aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
AgeCommit message (Collapse)Author
2018-05-22[vcpkg] Improve CMake messages to account for case-sensitive filesystems.Robert Schumacher
Improve CMake messages to display shortest targets first (which are hopefully the "public" ones). Also, fix bug in StringLiteral.
2018-05-19[c++] Condense powershell helper code into the remaining single usageAlexander Karatarakis
`vcpkg integrate powershell` uses it
2018-05-16Fix typoAlexander Karatarakis
2018-05-15[vcpkg] Significantly reduce usage of powershell. Reduce console font ↵Alexander Karatarakis
switching bug
2018-05-03[vcpkg] Remove utf16 usage from non-WindowsRobert Schumacher
2018-04-28[vcpkg-integrate-install] Add vcpkg.path.txt to localappdata for more ↵Robert Schumacher
generic consumption.
2018-04-25Fix #3170 issue with /permissive-Alexander Karatarakis
2018-04-25Remove noexcept from BinaryParagraph()Alexander Karatarakis
2018-04-12[vcpkg] Mark many types noexcept. Make certain code patterns more ↵Robert Schumacher
transparent to /analyze. #ifdef-out unused code on non-windows.
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-06[Checks] Take parameter by refAlexander Karatarakis
2018-04-06Use Cache classAlexander Karatarakis
2018-04-06[vcpkg hash] Add sanity checkingAlexander 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-06Introduce "vcpkg fetch"Alexander 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-24Fix nameAlexander Karatarakis
2018-03-24Introduce Maps::transform_values()Alexander Karatarakis
2018-03-22[vcpkg] Sort abi tags to ensure stabilityRobert Schumacher
2018-03-21System::get_program_files() now returns Optional<fs::path>Alexander 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-18Add options and documentation for env command (#3007)Jacob Zhong
* [vcpkg] Add options and documentation for env command * [vcpkg-env] Cleanup. Add tools/*.
2018-03-14[vcpkg] Further refactoring inside `build_package()`Robert Schumacher
2018-03-13[vcpkg] Improve default triplets for non-windowsRobert Schumacher
2018-03-13[vcpkg] Silence warnings on recent clangRobert Schumacher
2018-03-13[vcpkg] Refactor do_build_package and add archive tombstoningRobert Schumacher
2018-03-10[vcpkg] Add VCPKG_DEFAULT_VS_PATH environment variableRobert Schumacher
2018-03-02[vcpkg] Improve handling of external toolchain filesRobert Schumacher
2018-02-28[vcpkg] Add tests for create_export_plan and remove unused argumentsRobert Schumacher
2018-02-28[vcpkg] Fix exporting packages with features-depending-on-featuresRobert Schumacher
2018-02-26[vcpkg] Initial commit of experimental compressed binary archiving behind a flagRobert Schumacher
2018-02-26[vcpkg] Refactor VcpkgCmdArguments to not utilize global stateRobert Schumacher
2018-02-26[vcpkg] Add 7zip internal toolRobert Schumacher
2018-02-25[vcpkg] Fix "just-in-time" requirements calculationRobert Schumacher
2018-02-21[vcpkg] Enable metrics on linuxRobert Schumacher
2018-02-21[vcpkg] Fixup previous commitRobert Schumacher
2018-02-21[vcpkg] Add non-throwing implementation of write_contents()Robert Schumacher
2018-02-21Improve error message when we have an error codeAlexander Karatarakis
2018-02-21Add internal option to clean packages\<port> after the buildAlexander Karatarakis
2018-02-20[vcpkg-metrics] Adjust reporting of build timesRobert Schumacher
2018-02-20Expected::check_exit() now always shows line_info if it failsAlexander Karatarakis
2018-02-19[vcpkg] Remove create_install_plan in favor of create_feature_install_planRobert Schumacher
2018-02-16Merge pull request #2817 from Squareys/fix-build-with-feature-depsRobert Schumacher
* [vcpkg] Add find/find_installed/is_installed for FeatureSpec Signed-off-by: Squareys <squareys@googlemail.com> * [vcpkg] Fix build command for packages that depend of features Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16[vcpkg] Avoid using s::status_known() -- it does not do what you think it doesRobert Schumacher
2018-02-16[vcpkg] Fix build command for packages that depend of featuresSquareys
Signed-off-by: Squareys <squareys@googlemail.com>