| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-21 | [soci] Fix setting LIBDIR instead of SOCI_LIBDIR | Alexander Karatarakis | |
| 2016-11-21 | [soci] Fix to correctly set SOCI_STATIC and SOCI_SHARED | Alexander Karatarakis | |
| 2016-11-21 | [soci] Formatting | Alexander Karatarakis | |
| 2016-11-21 | Merge branch 'soci_add' of https://github.com/barcharcraz/vcpkg into ↵ | Alexander Karatarakis | |
| barcharcraz-soci_add | |||
| 2016-11-21 | Bump fmt version to 3.0.1 | codicodi | |
| 2016-11-21 | Merge pull request #310 from sdcb/libbson | Alexander Karatarakis | |
| [mongo-*] Enable static build, upgrade package version | |||
| 2016-11-21 | Merge pull request #301 from drdanz/libjpeg-turbo_static_libs | Alexander Karatarakis | |
| [libjpeg-turbo] Fix static libraries name | |||
| 2016-11-21 | [libjpeg-turbo] Fix static libraries name | Daniele E. Domenichelli | |
| The libraries with the "-static" suffix are not found by CMake | |||
| 2016-11-21 | [mongo-cxx-driver] there is a failure on link stage, cannot build static, ↵ | sdcb | |
| warn and then build dynamic | |||
| 2016-11-21 | [mongo-cxx-driver] Upgrade to 3.0.3 | sdcb | |
| Enable static build Disable test and example | |||
| 2016-11-21 | [mongo-c-driver] openssl is optional dependency. | sdcb | |
| 2016-11-21 | [mongo-c-driver] Upgrade to 1.5.0-rc6 | sdcb | |
| Enable building static library. Exclude test and examples. | |||
| 2016-11-21 | Fix static build runtime error. | sdcb | |
| 2016-11-21 | Upgrade libbson to 1.5.0-rc6 | sdcb | |
| Add support for libbson-static build. Do not use the patch file for libbson. | |||
| 2016-11-19 | [libuv] Enable static building | Alexander Karatarakis | |
| 2016-11-19 | [libuv] Add branching for dynamic/static building | Alexander Karatarakis | |
| 2016-11-18 | [libuv] Update to 1.10.1 | Alexander Karatarakis | |
| 2016-11-18 | Fix poco-pcre debug link issue | sdcb | |
| Should fix: https://github.com/Microsoft/vcpkg/issues/302 | |||
| 2016-11-17 | add support for SOCI | Charlie Barto | |
| 2016-11-17 | Merge pull request #276 from barcharcraz/libpq | Robert Schumacher | |
| added libpq port | |||
| 2016-11-17 | [poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :) | Robert Schumacher | |
| 2016-11-17 | Merge pull request #293 from sdcb/poco | Robert Schumacher | |
| Add poco. | |||
| 2016-11-17 | [pcre] [poco] Hardcode value of PCRE_STATIC into the pcre headers. Switch ↵ | Robert Schumacher | |
| poco to use unbundled libs. | |||
| 2016-11-17 | remove debug postfix again, missed in rebase | Charlie Barto | |
| 2016-11-17 | made libpq copy pdb files | charlie barto | |
| 2016-11-17 | revert debug rename, it was a stupid idea | charlie barto | |
| 2016-11-17 | added libpq port | Charles Barto | |
| 2016-11-17 | install types and genbki, this seems to be needed for cmake's findpostgresql | Charlie Barto | |
| 2016-11-17 | used export all symbols instead of pq's .def files, this is so that we don't ↵ | charlie barto | |
| have to change the sources depending on debug or release config | |||
| 2016-11-17 | made libpq copy pdb files | charlie barto | |
| 2016-11-17 | revert debug rename, it was a stupid idea | charlie barto | |
| 2016-11-17 | removed debug suffix from libpq | charlie barto | |
| 2016-11-17 | install pg_config.h | charlie barto | |
| 2016-11-17 | updated dependencies for libpq | charlie barto | |
| 2016-11-17 | added libpq port | Charles Barto | |
| 2016-11-16 | Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-poco | Robert Schumacher | |
| 2016-11-16 | Merge pull request #300 from barcharcraz/fix_glfw | Robert Schumacher | |
| more glfw3 path fixes | |||
| 2016-11-16 | [boost] Also rename lib files in dynamic builds (conditionally) | Alexander Karatarakis | |
| i.e. for libboost_xxx.lib, if boost_xxx.lib exists, delete libboost_xxx.lib otherwise rename it to boost_xxx.lib | |||
| 2016-11-16 | [boost] Use --layout=system to make the output binary names simpler | Alexander Karatarakis | |
| 2016-11-16 | [boost] Attempt to fix sporadic failures | Alexander Karatarakis | |
| 2016-11-16 | [boost] Add --hash | Alexander Karatarakis | |
| 2016-11-16 | [boost] --toolset=msvc should be toolset=msvc (no dashes) | Alexander Karatarakis | |
| 2016-11-16 | more glfw3 path fixes | charlie barto | |
| 2016-11-16 | [jxrlib] Bump version | Alexander Karatarakis | |
| 2016-11-16 | [libwebp] Bump version | Alexander Karatarakis | |
| 2016-11-16 | Merge pull request #299 from traversaro/fix-jxrlib | Alexander Karatarakis | |
| [jxrlib] Add debug postfix and do not install Win SDK header | |||
| 2016-11-16 | [jxrlib] Add debug postfix and do not install SKD header | Silvio | |
| Add a debug postfix to jxrlib, to simplify finding the debug library in CMake, consistently with most other libraries in vcpkg. Do not use or install guiddef.h, that is an header of Windows SDK of which jxrlib includes a copy for non-Windows platforms. | |||
| 2016-11-16 | [libwebp] Fix debug postfix and build | Silvio | |
| Add a debug postfix to libwebp, to simplify finding the debug library in CMake, consistently with most other libraries in vcpkg. Add the mux directory that was not built in the CMake-based build system. | |||
| 2016-11-16 | [jsoncpp] Enable static linking | Alexander Karatarakis | |
| 2016-11-16 | Merge branch 'jsoncpp' of https://github.com/drdanz/vcpkg into drdanz-jsoncpp | Alexander Karatarakis | |
