aboutsummaryrefslogtreecommitdiff
path: root/toolsrc
AgeCommit message (Collapse)Author
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] Create minimal package structure even on failureRobert Schumacher
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] Fix get_executable_path on BSDRobert Schumacher
2018-03-13[vcpkg] Silence warnings on recent clangRobert Schumacher
2018-03-13[vcpkg] Link pthreadsRobert Schumacher
2018-03-13[vcpkg] Refactor do_build_package and add archive tombstoningRobert Schumacher
2018-03-11[vcpkg] Use unzip/zip on non-windowsRobert Schumacher
2018-03-11[vcpkg] Improve handling of external toolchains. Extract MSVC settings to a ↵Robert Schumacher
separate toolchain file.
2018-03-10[vcpkg] Add VCPKG_DEFAULT_VS_PATH environment variableRobert Schumacher
2018-03-09[vcpkg] Fix issue in upgrade dependency resolution where self-referencing ↵Robert Schumacher
features cause cycles
2018-03-09[vcpkg] Enable qualifiers to use ! for inversionRobert Schumacher
2018-03-08[rttr] Fix executables. Fix read-only permissions.Robert Schumacher
2018-03-07[vcpkg] Add case for exe path discovery for macosRobert Schumacher
2018-03-06Fix export informationJacob Zhong
2018-03-02[vcpkg] Allow compilation via CMake with MSVC (#2935)Konstantin Podsvirov
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-hash] Fix target paths containing spacesRobert Schumacher
2018-02-26[vcpkg] Refactor VcpkgCmdArguments to not utilize global stateRobert Schumacher
2018-02-26[vcpkg] Add 7zip internal toolRobert Schumacher
2018-02-26[everything] Use -text to ensure consistent files across machines.Robert Schumacher
If you experience trouble, you can use the following to renormalize your local working directory: git add --renormalize . git reset . git checkout .
2018-02-26[vcpkg] Fix feature interdependency during installRobert Schumacher
2018-02-26[vcpkg] Fix inter-feature referencesRobert Schumacher
2018-02-26[vcpkg] Add test for default-features with a preinstalled dependencyRobert Schumacher
2018-02-26[vcpkg] Fix issue when removing packages that have explicit feature ↵Robert Schumacher
dependencies.
2018-02-25[vcpkg] Fix "just-in-time" requirements calculationRobert Schumacher
2018-02-25[vcpkg] Fix exclusions in ciRobert Schumacher
2018-02-23[vcpkgTools.xml] Reuse in vcpkg.exeAlexander Karatarakis
2018-02-23Rename "depenencies" to tools. Rework xml file to reduce fields.Alexander Karatarakis
2018-02-22[vcpkg] Avoid use of atomic copy constructor on older compilersRobert Schumacher
2018-02-22[vcpkg] Fix previous commit's typoRobert 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-21[CI] Fix too early deletion of filesAlexander Karatarakis
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-20Update CHANGELOG and bump version to v0.0.105Alexander Karatarakis
2018-02-20Update git to 2.16.2Alexander 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 bug with missing dependencies introduced in #2697 (#2819)Jonathan Hale
When a package dependency was not found (has no source control file), install would exit with "Value was null" when trying to install its default features, as the dependency would be marked erroneously as found in this case. Signed-off-by: Squareys <squareys@googlemail.com>
2018-02-16[vcpkg] Fix build command for packages that depend of featuresSquareys
Signed-off-by: Squareys <squareys@googlemail.com>