aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-06[Maps] Add overload for map (existing: unordered_map)Alexander Karatarakis
2016-11-06Do a git-reset after using git --worktree checkoutAlexander Karatarakis
2016-11-05Merge pull request #257 from Morten242/curl-build-testingAlexander Karatarakis
[curl] Change BUILD_CURL_TESTS to BUILD_TESTING
2016-11-05[curl] Change BUILD_CURL_TESTS to BUILD_TESTINGMårten Nordheim
It was changed between the previous version and the current one (https://github.com/curl/curl/commit/12e21fab26bd83dfa75f009a24380d144ea51857)
2016-11-05[curl] Update to 7.51.0Robert Schumacher
2016-11-05[zeromq] Update to official release of 4.2.0Robert Schumacher
2016-11-05[cpprestsdk] Qualify all dependencies as not needed for uwp.Robert Schumacher
2016-11-05Enable qualified dependencies. Fix bug in internal 'build' command.Robert Schumacher
Added capability for CONTROL files to specify qualified dependencies, which are substring searched inside triplet names. Fixed bug in internal 'build' command where if a package is already built, that built package's dependencies will be used to determine requirements for the build instead of the port directory's CONTROL file.
2016-11-04Revert d58f0c6680. MSBuild (and CMake) do not allow switching on CRT type ↵Robert Schumacher
effectively, so we should use more robust logic.
2016-11-04Merge branch 'master' of https://github.com/microsoft/vcpkgRobert Schumacher
2016-11-04[openssl] Update to 1.0.2jAlexander Karatarakis
2016-11-03[StatusParagraph] Minor refactorAlexander Karatarakis
2016-11-03[SourceParagraph] Make function staticAlexander Karatarakis
2016-11-03[BinaryParagraph] Refactor implementationAlexander Karatarakis
2016-11-03[SourceParagraph] Remove using namespace;Alexander Karatarakis
2016-11-03SourceParagraph checks fields at construction timeAlexander Karatarakis
2016-11-03[SourceParagraph] Consistency renameAlexander Karatarakis
2016-11-03[zlib] Add comment about zlib building both static and dynamicAlexander Karatarakis
2016-11-03Merge branch 'rhuijben-master'Alexander Karatarakis
2016-11-03[apr] Retain only dynamic/static files from the corresponding buildAlexander Karatarakis
2016-11-03Add vcpkg_copy_pdbs() line to copy PDB files properlyBert Huijben
2016-11-03More line ending fixesBert Huijben
2016-11-03Fix line-endings in files and minor comment update.Bert Huijben
2016-11-03Add APR portBert Huijben
2016-11-02Add port name to the output messageAlexander Karatarakis
2016-11-02Add checks for fields in CONTROL file. Resolves #228Alexander Karatarakis
2016-11-02parse_depends() now handles empty case internallyAlexander Karatarakis
2016-11-02[Strings] Add join()Alexander Karatarakis
2016-11-02[Maps] Add function extract_keys()Alexander Karatarakis
2016-11-02[building] Parse SourceParagraph at the start of the buildAlexander Karatarakis
2016-11-02check_exit() instead of check_throw()Alexander Karatarakis
2016-11-02[vcpkg-apply-patches] Correct issue with src directories which contain a ↵Robert Schumacher
config\ folder. Reduce verbosity of output.
2016-11-02[openjpeg] Remove bin directories in static buildsAlexander Karatarakis
2016-11-02[tiff] Remove bin directories in static buildsAlexander Karatarakis
2016-11-02[libmysql] Do not create empty directoryAlexander Karatarakis
2016-11-02[fmt] Remove empty directoriesAlexander Karatarakis
2016-11-02[protobuf] Remove empty directoriesAlexander Karatarakis
2016-11-02[post-build-checks] Add check for empty directoriesAlexander Karatarakis
2016-11-02[post-build-checks] Add check for bin folders in static buildsAlexander Karatarakis
2016-11-02Merge branch 'traversaro-add-libraw'Alexander Karatarakis
2016-11-02[libraw] Remove bin folders in static buildAlexander Karatarakis
2016-11-02[libraw] Redirect FindLibRaw.cmake to the share/libraw folderAlexander Karatarakis
2016-11-02[libraw] Update commit to the latest that has cmake module redirectionAlexander Karatarakis
2016-11-02Merge branch 'add-libraw' of https://github.com/traversaro/vcpkg into ↵Alexander Karatarakis
traversaro-add-libraw
2016-11-02[gettext] Add call to vcpkg_copy_pdbs()Alexander Karatarakis
2016-11-02Merge branch 'vlj-gettext'Alexander Karatarakis
2016-11-02Add gettext.Vincent Lejeune
2016-11-01Merge branch 'barcharcraz-gflags-fix'Alexander Karatarakis
2016-11-01Merge branch 'gflags-fix' of https://github.com/barcharcraz/vcpkg into ↵Alexander Karatarakis
barcharcraz-gflags-fix
2016-11-02fix gflagsCharles Barto