aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-01[glew] Renames the glew debug output filesAdam Martin
The FindGlew.cmake that is official as well as several found in a quick search don't look for the debug post-fix variant of the library. This was causing vcpkg to not copy the DLL over on build as it was looking for glew32.dll not glew32d.dll.
2016-12-30Merge pull request #477 from codicodi/add-lz4Alexander Karatarakis
add lz4
2016-12-30Merge pull request #476 from codicodi/fix-icu-dtAlexander Karatarakis
[icu] force rebuild of database
2016-12-30Merge pull request #474 from traversaro/patch-2Alexander Karatarakis
[qt5] Turn -no-pcre in -qt-pcre
2016-12-30[icu] fix typocodicodi
2016-12-30add lz4codicodi
2016-12-30[icu] force rebuild of databasecodicodi
2016-12-29[qt5] Bump versionSilvio Traversaro
2016-12-29[qt5] Turn -no-pcre -qt-pcreSilvio Traversaro
Despite Qt documentation ( http://doc.qt.io/qt-5/configure-options.html ) `-no-pcre` is not recognized as an option, while `-qt-pcre` is recognized as an option.
2016-12-28Merge pull request #470 from codicodi/fix-sdlRobert Schumacher
[sdl2] link to CRT libraries
2016-12-29[sdl2] link to CRT librariescodicodi
2016-12-28Merge pull request #468 from codicodi/bump-icuAlexander Karatarakis
[icu] update to 58.2
2016-12-28[icu] update to 58.2codicodi
2016-12-27Merge pull request #427 from traversaro/add-ogreAlexander Karatarakis
Add ogre port
2016-12-27Merge branch 'codicodi-add-liblzma'Alexander Karatarakis
2016-12-27Merge branch 'add-liblzma' of https://github.com/codicodi/vcpkg into ↵Alexander Karatarakis
codicodi-add-liblzma
2016-12-27Merge pull request #461 from OlafvdSpek/patch-1Alexander Karatarakis
Typo in README.md
2016-12-27Merge branch 'sdcb-antlr'Alexander Karatarakis
2016-12-27Merge branch 'antlr' of https://github.com/sdcb/vcpkg into sdcb-antlrAlexander Karatarakis
2016-12-27Merge branch 'traversaro-patch-1'Alexander Karatarakis
2016-12-27[qt5] Bump versionAlexander Karatarakis
2016-12-27Merge branch 'patch-1' of https://github.com/traversaro/vcpkg into ↵Alexander Karatarakis
traversaro-patch-1
2016-12-27Merge branch 'vlj-master'Alexander Karatarakis
2016-12-27[gli] Make "header-only" comment same as other portsAlexander Karatarakis
2016-12-27Merge branch 'master' of https://github.com/vlj/vcpkg into vlj-masterAlexander Karatarakis
2016-12-27Merge pull request #438 from codicodi/add-smpegAlexander Karatarakis
[smpeg2] initial commit
2016-12-27Merge pull request #423 from vlj/spirvAlexander Karatarakis
Add spirv-tools and use it to build shaderc.
2016-12-27Merge pull request #464 from JasonYang-MSFT/masterRobert Schumacher
[azure-storage-cpp] Upgrade to v2.6.0
2016-12-27[azure-storage-cpp] Upgrade to v2.6.0Jason Yang
2016-12-25add liblzmacodicodi
2016-12-25Typo in README.mdOlaf van der Spek
2016-12-25[antlr4] initial commitflysha
2016-12-24Merge pull request #452 from codicodi/fix-luaRobert Schumacher
[lua] Don't export from executables
2016-12-24Merge pull request #436 from chrullrich/faq-integrateRobert Schumacher
Mention blank-property trap in FAQ.
2016-12-24Merge pull request #449 from chrullrich/targetpathRobert Schumacher
Improve copying dependent DLLs.
2016-12-24Merge pull request #454 from sdcb/aws-sdk-1.0.47Robert Schumacher
[aws-sdk-cpp] upgrade to 1.0.47
2016-12-24Merge pull request #453 from sdcb/mongo-versionRobert Schumacher
[libbson, mongo-c-driver] bump version to 1.5.1
2016-12-24[qt5] Explicitly avoid compiling qt dependencies that could be available in ↵Silvio Traversaro
vcpkg To avoid problems such as the one described in https://github.com/Microsoft/vcpkg/issues/412 . If a particular dependency is actually needed, it can be added `-qt-<dep>` or `-system-<dep> to use the vcpkg version, see https://github.com/Microsoft/vcpkg/issues/455 .
2016-12-24[aws-sdk-cpp] upgrade to 1.0.47flysha
2016-12-24[libbson, mongo-c-driver] bump version to 1.5.1flysha
I upgraded libbson and mongo-c-driver to 1.5.1, but forgot to bump the version, this patch fixed it.
2016-12-24[lua] bump versioncodicodi
2016-12-24[lua] don't export from executablescodicodi
2016-12-23Merge pull request #450 from nekko1119/patch-1Robert Schumacher
Fix signed/unsigned mismatch warning
2016-12-24Fix signed/unsigned mismatch warningnekko1119
2016-12-23Add gli.vlj
2016-12-23Copy DLLs before attempting to regsvr32.Christian Ullrich
2016-12-23Copy DLLs for all project types.Christian Ullrich
$(TargetPath) is a simpler way of getting the primary output than assembling it from multiple variables. In addition, $(OutputType) matches $(TargetExt) only for .exe projects.
2016-12-22Merge pull request #437 from codicodi/fix-sdl2Alexander Karatarakis
[sdl2] make SDL use libc
2016-12-21Merge pull request #441 from barcharcraz/qt571Alexander Karatarakis
Qt571
2016-12-21bump qt5 versionCharlie Barto