vcpkg/ports
ab 8e57be1616 On release set HTTP_PARSER_STRICT to zero.
This was done to match the http-parser makefile i.e. building in release mode strict parse is disabled (which is faster) else (in debug) strict parser is used.
2017-01-12 12:28:08 +01:00
..
ace If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
anax [anax] Bump Version 2016-12-06 11:29:22 +01:00
antlr4 [antlr4] initial commit 2016-12-25 18:44:20 +08:00
apr triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
asio [asio] Use SOURCE_PATH 2016-12-07 15:18:07 -08:00
assimp [assimp] Extract variable SOURCE_PATH 2016-12-07 15:19:16 -08:00
aws-sdk-cpp [aws-sdk-cpp] upgrade to 1.0.47 2016-12-24 21:36:21 +08:00
azure-storage-cpp [azure-storage-cpp] Upgrade to v2.6.0 2016-12-27 18:07:53 +08:00
bond If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
boost [boost] Bump version 2016-12-14 12:25:34 -08:00
boost-di [boost-di] Mark as header-only library 2016-10-26 12:14:49 -07:00
box2d triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
bullet3 triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
bzip2 [bzip2] fix indentation 2017-01-02 01:35:12 +01:00
cairo Added ports for pixman 0.32.0 and cairo 1.14.6. Note that neither support UWP (pixman can only build as a static library due to having no exports and cairo depends on GDI among other things). Also, cairo depends on pixman, libpng, and zlib. 2016-11-25 18:48:19 -05:00
catch [catch] Mark as header-only library 2016-10-26 12:15:17 -07:00
chakracore [chakracore] upgrade to 1.4.0 2017-01-02 23:58:26 +08:00
charls Add CharLS. 2016-12-07 12:30:12 +01:00
clockutils [clockutils] Remove copy of LICENSE 2016-11-26 16:11:27 -08:00
constexpr [constexpr] Mark as header-only library 2016-10-26 12:15:42 -07:00
cpprestsdk triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
cppwinrt [cppwinrt] Mark as header-only library 2016-10-26 12:14:11 -07:00
cppzmq [cppzmq] Mark as header-only library 2016-11-01 11:14:24 -07:00
cryptopp If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
curl [curl] Bump version and require libssh2 2016-12-09 14:20:03 -08:00
decimal-for-cpp [decimal-for-cpp] Minor portfile fixes 2016-11-08 16:05:53 -08:00
dimcli Add dimcli 2016-12-12 12:05:20 -08:00
directxtk [directxtk] upgrade to dec2016 2017-01-11 22:50:55 +08:00
directxtk12 [directxtk] upgrade to dec2016 2017-01-11 22:50:55 +08:00
doctest [doctest] Mark as header-only library 2016-10-26 12:22:15 -07:00
double-conversion triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
dx Add dx port. 2017-01-05 15:09:40 +08:00
dxut [dxut] add build for optional libs. 2016-11-28 13:06:48 +08:00
eigen3 update Eigen3 to version 3.3.0 2016-11-16 03:17:07 -05:00
entityx Added missing control info 2016-11-29 12:46:57 +01:00
expat triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
fastlz [fastlz] Name downloaded archive to avoid conflicts with future versions 2016-12-15 13:30:48 -08:00
fmt Fix error message when looking for PYTHON2 2017-01-10 16:02:53 -08:00
freeglut [freeglut] Extract SOURCE_PATH variable 2016-12-07 15:21:30 -08:00
freeimage [freeimage] Always define FREEIMAGE_LIB in static mode. 2016-11-29 18:02:49 -08:00
freetype [freetype] specify dependencies 2017-01-05 15:34:06 +01:00
gdal [gdal] Use CURRENT_INSTALLED_DIR instead of calculating it out. Use VCPKG_TARGET_ARCHITECTURE instead of parsing the triplet. 2016-12-06 00:57:58 -08:00
geos [geos] Extract SOURCE_PATH variable 2016-12-07 15:23:50 -08:00
gettext triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
gflags Fixed wrong location of gflags license file 2016-12-07 17:22:38 -05:00
glbinding [glbinding] Extract SOURCE_PATH variable 2016-12-07 15:25:33 -08:00
glew [glew] Implement static build 2016-11-25 16:51:44 +01:00
glfw3 more glfw3 path fixes 2016-11-16 19:08:47 -05:00
gli [gli] Make "header-only" comment same as other ports 2016-12-27 14:18:23 -08:00
glm [glm] Mark as header-only library 2016-10-26 14:29:12 -07:00
globjects [globjects] Use SOURCE_PATH variable 2016-12-07 15:26:30 -08:00
glog If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
glslang [gslang] Version bump to account for layout changes 2016-12-06 01:00:20 -08:00
grpc If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
gsl [gsl] Mark as header-only library 2016-10-26 15:28:27 -07:00
gtest [vcpkg-integrate] Provide an opt-out for autolinking. Properly suppress integration via MSBuild when using CMake. 2016-11-25 23:10:27 -08:00
harfbuzz [harfbuzz] Use SOURCE_PATH for copying license 2016-12-07 15:35:23 -08:00
http-parser On release set HTTP_PARSER_STRICT to zero. 2017-01-12 12:28:08 +01:00
icu [icu] fix typo 2016-12-30 15:27:25 +01:00
jsoncpp [jsoncpp] Enable static linking 2016-11-16 13:13:08 -08:00
jxrlib [jxrlib] Bump version 2016-12-02 11:47:52 -08:00
libarchive add libarchive 2017-01-05 21:22:32 +01:00
libbson [libbson, mongo-c-driver] bump version to 1.5.1 2016-12-24 20:16:31 +08:00
libccd triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
libffi correct version 2017-01-10 15:40:47 +01:00
libflac [libflac] bump version 2016-12-07 17:50:56 +01:00
libiconv fix for uwp builds 2016-11-28 13:01:55 -08:00
libjpeg-turbo [libjpeg-turbo] Fix static libraries name 2016-11-21 17:08:17 +01:00
liblzma add liblzma 2016-12-25 14:34:01 +01:00
libmariadb If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
libmodplug [libmodplug] preserve archive extension 2016-12-19 17:38:48 +01:00
libmysql If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
libodb added libodb-pgsql support 2016-11-22 13:07:05 -05:00
libodb-pgsql added libodb-pgsql support 2016-11-22 13:07:05 -05:00
libodb-sqlite triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
libogg triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
libpng triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
libpq Added libpq support to qt5 2016-12-02 12:19:18 -05:00
libraw [libraw] Rename Module to Config to increase flexibility of install locations 2016-11-29 17:48:32 -08:00
libsigcpp [libisigc++] tabs to spaces 2017-01-10 12:08:29 +01:00
libssh2 Add libssh2. 2016-12-06 14:33:43 +01:00
libtheora triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
libuv Move PYTHON2 "acquisition" to vcpkg_find_acquire_program 2016-11-28 17:17:28 -08:00
libvorbis [libvorbis] Add version 2017-01-06 15:40:37 -08:00
libwebp [libwebp] Bump version 2016-11-16 15:32:26 -08:00
libwebsockets If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
libxml2 Use different output folder for every triplet, and add debug info to release builds 2016-11-22 09:44:37 +01:00
libxslt Use different output folder for every triplet, and add debug info to release builds 2016-11-22 09:44:37 +01:00
lmdb LMDB port 2017-01-08 08:21:33 -05:00
log4cplus triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
lua [lua] bump version 2016-12-24 02:03:25 +01:00
lz4 add lz4 2016-12-30 13:31:33 +01:00
mongo-c-driver set BSON_INCLUDE_DIR is not necessary. 2017-01-07 15:44:29 +08:00
mongo-cxx-driver [mongo/libbson] Tabs to spaces 2016-12-19 15:16:38 -08:00
mpg123 If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
mpir If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
nana [nana] fix harmless but still ugly mix-up 2016-12-05 13:32:11 +01:00
nanodbc If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
ogre Add ogre port 2016-12-18 23:00:35 +01:00
openal-soft If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
opencv If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
opengl [opengl] Remove call to vcpkg_copy_pdbs 2016-09-20 10:44:43 -07:00
openjpeg triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
openssl [openssl] Fix source path for new archive. 2016-12-06 16:17:58 -08:00
pcre [pcre] [poco] Hardcode value of PCRE_STATIC into the pcre headers. Switch poco to use unbundled libs. 2016-11-17 00:28:54 -08:00
pdcurses Return to C7 debugging output 2016-11-15 19:50:29 -05:00
physfs If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
pixman [pixman] bump version 2017-01-11 00:55:10 +01:00
poco Fix poco-pcre debug link issue 2016-11-18 13:46:18 +08:00
proj [proj] Remove unused parameters 2016-11-28 15:02:51 +01:00
protobuf [protobuf] Remove empty directories 2016-11-02 15:01:26 -07:00
qca [qca] Added mk-ca-bundle.pl to generate certstore at build time. 2016-12-03 13:10:15 +01:00
qt5 [qt5] Fix tabs/spaces mismatch 2017-01-06 23:04:20 +01:00
qwt Add qwt port 2017-01-05 23:46:43 +01:00
ragel [ragel] Use SOURCE_PATH when copying license 2016-12-07 15:38:17 -08:00
range-v3 [range-v3] Mark as header-only library 2016-10-26 19:31:53 -07:00
rapidjson [rapidjson] Mark as header-only library 2016-10-26 11:59:46 -07:00
rapidxml [rapidxml] Mark as header-only library 2016-10-26 19:33:50 -07:00
rxcpp [rxcpp] Renaming downloaded file back to RxCpp-v3.0.0.tar.gz to avoid collisions with other libraries 2016-11-25 21:45:41 -08:00
sdl2 [sdl2] link to CRT libraries 2016-12-29 01:00:43 +01:00
sery If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
sfml [sfml] this shouldn't be here... 2016-12-07 23:33:00 +01:00
shaderc Modify shaderc so that it uses spirv-tools lib. 2016-12-21 20:47:53 +01:00
signalrclient [signalrclient] Enable static builds 2016-11-15 17:03:38 -08:00
smpeg2 [smpeg2] initial commit 2016-12-20 15:17:24 +01:00
soci [soci] Fix setting LIBDIR instead of SOCI_LIBDIR 2016-11-21 15:10:59 -08:00
spdlog [spdlog] Mark as header-only library 2016-10-26 19:44:28 -07:00
spirv-tools [spriv-tools] Add version and description 2017-01-06 15:51:53 -08:00
sqlite3 use VCPKG_CMAKE_SYSTEM_NAME instead of TRIPLET_SYSTEM_NAME 2016-12-06 10:08:15 -08:00
stb [stb] Mark as header-only library 2016-10-26 19:48:51 -07:00
tbb If portfile is not static-enabled yet, warn and then build dynamic 2016-11-08 14:38:47 -08:00
tclap Add Templatized C++ Command Line Parser (TCLAP) header-only library port 2016-11-11 10:36:46 +01:00
think-cell-range [think-cell-range] upgrade to e2d3018 2016-11-24 13:24:25 +01:00
tiff [curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on openssl. 2016-11-26 00:15:57 -08:00
tinyxml2 triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
utfcpp [utfcpp] Mar as header-only library 2016-10-26 19:57:34 -07:00
uwebsockets Add uWebSockets. 2016-12-06 16:42:26 +01:00
wt triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00
wtl [wtl] Mark as header-only library 2016-10-26 12:16:29 -07:00
yaml-cpp [port] Added yaml-cpp 2016-11-22 22:11:57 +09:00
zeromq [zeromq] Fix source path 2016-11-11 01:11:31 +01:00
zlib [zlib] fixed wrong FILENAME 2017-01-04 10:33:16 -08:00
zstd [zstd] Reduce modifications to the upstream CMake. Remove all variation from the import lib name. 2016-11-26 02:40:38 -08:00
zziplib triplet is now automatically included before portfiles. 2016-11-08 14:25:47 -08:00