aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-21Fix libxml2 port when building with static linkageMartin Müller
2016-11-17Merge pull request #276 from barcharcraz/libpqRobert Schumacher
added libpq port
2016-11-17[poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :)Robert Schumacher
2016-11-17Merge pull request #293 from sdcb/pocoRobert 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-17remove debug postfix again, missed in rebaseCharlie Barto
2016-11-17made libpq copy pdb filescharlie barto
2016-11-17revert debug rename, it was a stupid ideacharlie barto
2016-11-17added libpq portCharles Barto
2016-11-17install types and genbki, this seems to be needed for cmake's findpostgresqlCharlie Barto
2016-11-17used 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-17made libpq copy pdb filescharlie barto
2016-11-17revert debug rename, it was a stupid ideacharlie barto
2016-11-17removed debug suffix from libpqcharlie barto
2016-11-17install pg_config.hcharlie barto
2016-11-17updated dependencies for libpqcharlie barto
2016-11-17added libpq portCharles Barto
2016-11-16Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-pocoRobert Schumacher
2016-11-16Merge pull request #300 from barcharcraz/fix_glfwRobert 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 simplerAlexander Karatarakis
2016-11-16[boost] Attempt to fix sporadic failuresAlexander Karatarakis
2016-11-16[boost] Add --hashAlexander Karatarakis
2016-11-16[boost] --toolset=msvc should be toolset=msvc (no dashes)Alexander Karatarakis
2016-11-16Merge pull request #297 from barcharcraz/add_x64_prefixRobert Schumacher
added x64 as a prefix to search for cl.exe in the toolchain file
2016-11-16more glfw3 path fixescharlie barto
2016-11-16[jxrlib] Bump versionAlexander Karatarakis
2016-11-16[libwebp] Bump versionAlexander Karatarakis
2016-11-16Merge pull request #299 from traversaro/fix-jxrlibAlexander Karatarakis
[jxrlib] Add debug postfix and do not install Win SDK header
2016-11-16Merge pull request #298 from traversaro/fix-libwebpAlexander Karatarakis
[libwebp] Fix debug postfix and build
2016-11-16[jxrlib] Add debug postfix and do not install SKD headerSilvio
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 buildSilvio
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-16Merge branch 'drdanz-jsoncpp'Alexander Karatarakis
2016-11-16[jsoncpp] Enable static linkingAlexander Karatarakis
2016-11-16Merge branch 'jsoncpp' of https://github.com/drdanz/vcpkg into drdanz-jsoncppAlexander Karatarakis
2016-11-16Merge pull request #295 from barcharcraz/update-eigen3Alexander Karatarakis
update Eigen3 to version 3.3.0
2016-11-16Merge pull request #290 from jjcamp/pdcursesAlexander Karatarakis
Adds PDBs and 64bit builds to PDCurses
2016-11-16added x64 as a prefix to search for cl.exe in the toolchain file, this makes ↵charlie barto
things work with VS '15' if you manually specify the triplet
2016-11-16Add JsonCpp portDaniele E. Domenichelli
2016-11-16[poco] Remove useless depends, Add 7zip, drop POCO_MT.sdcb
2016-11-16update Eigen3 to version 3.3.0charlie barto
2016-11-16Add poco.sdcb
2016-11-15Add #else to avoid warningAlexander Karatarakis
2016-11-15[expected.h] Add missing #includeAlexander Karatarakis
2016-11-15Remove unused #includeAlexander Karatarakis
2016-11-15Use the already loaded status_dbAlexander Karatarakis
2016-11-15Remove unused #includesAlexander Karatarakis
2016-11-15[freeglut] Enable static building. Fix pdb copying issuesAlexander Karatarakis
2016-11-15Add comment about freeglut in coff_file_reader.cppAlexander Karatarakis
2016-11-15Merge pull request #287 from sdcb/signalrclientRobert Schumacher
Add signalrclient.