sdcb
686fef9bfe
[mongo-cxx-driver] there is a failure on link stage, cannot build static, warn and then build dynamic
2016-11-21 18:04:18 +08:00
sdcb
260f5f20c3
[mongo-cxx-driver] Upgrade to 3.0.3
...
Enable static build
Disable test and example
2016-11-21 17:41:25 +08:00
sdcb
6fc5aeae74
[mongo-c-driver] openssl is optional dependency.
2016-11-21 13:59:42 +08:00
sdcb
b63d35b10b
[mongo-c-driver] Upgrade to 1.5.0-rc6
...
Enable building static library.
Exclude test and examples.
2016-11-21 13:51:48 +08:00
sdcb
51a9334d1b
Fix static build runtime error.
2016-11-21 11:53:06 +08:00
sdcb
2538bdac5a
Upgrade libbson to 1.5.0-rc6
...
Add support for libbson-static build.
Do not use the patch file for libbson.
2016-11-21 11:19:08 +08:00
Alexander Karatarakis
b706e4b93a
[libuv] Enable static building
2016-11-19 16:16:28 -08:00
Alexander Karatarakis
f04288b88f
[libuv] Add branching for dynamic/static building
2016-11-19 15:45:34 -08:00
Alexander Karatarakis
de9728cfe1
[libuv] Update to 1.10.1
2016-11-18 20:29:35 -08:00
sdcb
f3cb18292c
Fix poco-pcre debug link issue
...
Should fix: https://github.com/Microsoft/vcpkg/issues/302
2016-11-18 13:46:18 +08:00
Charlie Barto
ca5989fb1f
add support for SOCI
2016-11-17 22:53:37 -05:00
Robert Schumacher
a7af1a727e
Merge pull request #276 from barcharcraz/libpq
...
added libpq port
2016-11-17 00:43:11 -08:00
Robert Schumacher
039cee1352
[poco] Revert removal of POCO_STATIC, I misread it as PCRE_STATIC :)
2016-11-17 00:35:33 -08:00
Robert Schumacher
8782e7fdf0
Merge pull request #293 from sdcb/poco
...
Add poco.
2016-11-17 00:31:02 -08:00
Robert Schumacher
22108321c0
[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
Charlie Barto
901db2357a
remove debug postfix again, missed in rebase
2016-11-17 03:20:16 -05:00
charlie barto
89b42cce90
made libpq copy pdb files
2016-11-17 03:19:04 -05:00
charlie barto
5ace538348
revert debug rename, it was a stupid idea
2016-11-17 03:18:32 -05:00
Charles Barto
cb488d8407
added libpq port
2016-11-17 03:16:36 -05:00
Charlie Barto
dcca77cd67
install types and genbki, this seems to be needed for cmake's findpostgresql
2016-11-17 03:01:38 -05:00
charlie barto
b81c914898
used export all symbols instead of pq's .def files, this is so that we don't have to change the sources depending on debug or release config
2016-11-17 03:00:58 -05:00
charlie barto
da65430a30
made libpq copy pdb files
2016-11-17 03:00:58 -05:00
charlie barto
a77bed25fc
revert debug rename, it was a stupid idea
2016-11-17 03:00:58 -05:00
charlie barto
79ff444948
removed debug suffix from libpq
2016-11-17 03:00:58 -05:00
charlie barto
2418a15b0d
install pg_config.h
2016-11-17 03:00:58 -05:00
charlie barto
6c22b89959
updated dependencies for libpq
2016-11-17 03:00:58 -05:00
Charles Barto
1cc7a472af
added libpq port
2016-11-17 03:00:58 -05:00
Robert Schumacher
6455cdd68f
Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-poco
2016-11-16 21:35:59 -08:00
Robert Schumacher
9653c6216d
Merge pull request #300 from barcharcraz/fix_glfw
...
more glfw3 path fixes
2016-11-16 21:35:30 -08:00
Alexander Karatarakis
56c3febc9d
[boost] Also rename lib files in dynamic builds (conditionally)
...
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 20:25:01 -08:00
Alexander Karatarakis
3588f534db
[boost] Use --layout=system to make the output binary names simpler
2016-11-16 18:56:56 -08:00
Alexander Karatarakis
be0899d28b
[boost] Attempt to fix sporadic failures
2016-11-16 18:10:22 -08:00
Alexander Karatarakis
9c92984ff6
[boost] Add --hash
2016-11-16 17:54:34 -08:00
Alexander Karatarakis
1574180d03
[boost] --toolset=msvc should be toolset=msvc (no dashes)
2016-11-16 17:46:41 -08:00
charlie barto
21c4404d39
more glfw3 path fixes
2016-11-16 19:08:47 -05:00
Alexander Karatarakis
592201dfc0
[jxrlib] Bump version
2016-11-16 15:32:53 -08:00
Alexander Karatarakis
b93702f158
[libwebp] Bump version
2016-11-16 15:32:26 -08:00
Alexander Karatarakis
407fde814d
Merge pull request #299 from traversaro/fix-jxrlib
...
[jxrlib] Add debug postfix and do not install Win SDK header
2016-11-16 15:30:32 -08:00
Silvio
50d52d49bc
[jxrlib] Add debug postfix and do not install SKD header
...
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 23:09:42 +01:00
Silvio
5e92169aaa
[libwebp] Fix debug postfix and build
...
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 22:56:20 +01:00
Alexander Karatarakis
4953992865
[jsoncpp] Enable static linking
2016-11-16 13:13:08 -08:00
Alexander Karatarakis
a451768429
Merge branch 'jsoncpp' of https://github.com/drdanz/vcpkg into drdanz-jsoncpp
2016-11-16 12:48:52 -08:00
Alexander Karatarakis
bdfdf2548a
Merge pull request #295 from barcharcraz/update-eigen3
...
update Eigen3 to version 3.3.0
2016-11-16 12:47:24 -08:00
Alexander Karatarakis
97d5b082b7
Merge pull request #290 from jjcamp/pdcurses
...
Adds PDBs and 64bit builds to PDCurses
2016-11-16 12:46:00 -08:00
Daniele E. Domenichelli
a0308feeb9
Add JsonCpp port
2016-11-16 16:11:15 +01:00
sdcb
857f76b6b9
[poco] Remove useless depends, Add 7zip, drop POCO_MT.
2016-11-16 17:40:45 +08:00
charlie barto
2a571bf242
update Eigen3 to version 3.3.0
2016-11-16 03:17:07 -05:00
sdcb
aff26af2f4
Add poco.
2016-11-16 15:10:40 +08:00
Alexander Karatarakis
628420bf8e
[freeglut] Enable static building. Fix pdb copying issues
2016-11-15 17:39:33 -08:00
Robert Schumacher
5e1b23e2c9
Merge pull request #287 from sdcb/signalrclient
...
Add signalrclient.
2016-11-15 17:04:38 -08:00
Robert Schumacher
4f0b17e316
[signalrclient] Enable static builds
2016-11-15 17:03:38 -08:00
John Camp
46761d7e34
Return to C7 debugging output
2016-11-15 19:50:29 -05:00
Alexander Karatarakis
7811ef602e
[boost] Rename lib files in static builds
2016-11-15 14:52:52 -08:00
Alexander Karatarakis
a72be4b6b9
[boost] The #define BOOST_ALL_DYN_LINK should be added only in dynamic linkage
2016-11-15 11:54:02 -08:00
John Camp
51b98484d7
Write to and use separate .mak file
...
Allows future changes to not be affected by cached buildtree
2016-11-15 14:50:38 -05:00
John Camp
10f1403555
Adds PDBs and 64-bit builds to PDCurses
2016-11-15 14:33:02 -05:00
sdcb
13645a66b8
Add signalrclient.
2016-11-15 14:10:11 +08:00
Alexander Karatarakis
70c4cbce77
Merge pull request #284 from drdanz/glfw3_fix_cmake_config
...
[glfw3] Fix paths in cmake config files
2016-11-14 12:52:38 -08:00
Alexander Karatarakis
54abb9f519
Merge pull request #267 from sdcb/qt5-fix
...
[qt5] Fix the wrong gamepads directory issue.
2016-11-14 12:45:33 -08:00
Daniele E. Domenichelli
abe8d017df
[glfw3] Fix paths in cmake config files
2016-11-14 15:47:53 +01:00
sdcb
daa8382208
Fix the xinputgamepad.dll directory issue.
2016-11-14 17:39:22 +08:00
sdcb
202c113a7c
Fix xinputgamepadd.dll directory issue.
2016-11-14 17:37:16 +08:00
Alexander Karatarakis
64808e17fe
[boost] Add renaming code for static libs (commented-out for now)
2016-11-14 00:43:47 -08:00
John Camp
df207430c9
Remove unused cmake variable
2016-11-13 12:36:55 -05:00
David Ludwig
f6bbbfd4d4
Update SDL2 port to 2.0.5 (its latest release; up from 2.0.4)
2016-11-12 15:32:30 -05:00
Alexander Karatarakis
ed285b76e2
Merge pull request #279 from Morten242/tiff-patch-path
...
Fix tiff patch path
2016-11-11 11:47:26 -08:00
Mårten Nordheim
981ea2799e
Fix tiff patch path
2016-11-11 12:29:12 +01:00
Alexander Karatarakis
e99e54f337
Merge pull request #271 from drdanz/tclap
...
Add Templatized C++ Command Line Parser (TCLAP) header-only library port
2016-11-11 03:11:25 -08:00
Daniele E. Domenichelli
ae5db90ff2
Add Templatized C++ Command Line Parser (TCLAP) header-only library port
2016-11-11 10:36:46 +01:00
Charles Barto
b56819ec88
fixed fmt port
2016-11-10 22:04:45 -05:00
Robert Schumacher
a2b8d5870a
Merge branch 'master' of https://github.com/microsoft/vcpkg
2016-11-10 17:52:27 -08:00
Robert Schumacher
bb0fc030d5
[tiff] Disable non-essential components. Fixes #259 .
2016-11-10 17:52:19 -08:00
Mårten Nordheim
ea6ac1bd45
[zeromq] Fix source path
2016-11-11 01:11:31 +01:00
sdcb
59a879be2b
[chakracore] Delete useless code: find_program(powershell).
2016-11-10 15:50:57 +08:00
sdcb
02b7c87e6e
[chakracore] Upgrade version to official lastest 1.3.0
2016-11-10 15:48:32 +08:00
sdcb
6e30c933f1
[qt5] remove the empty plugins/gamepads folder (which caused a installation failure).
2016-11-10 11:13:56 +08:00
Alexander Karatarakis
cd22281a94
[boost] Remove unneeded messages from portfile
2016-11-09 15:54:25 -08:00
Alexander Karatarakis
8a03628d9d
[boost] Bump to 1.62-2 after the crt-linkage fix
2016-11-09 15:40:37 -08:00
Robert Schumacher
bdcdb4408d
[qt5] Version bump for plugin changes
2016-11-09 15:21:52 -08:00
Robert Schumacher
2b3d703513
Merge branch 'master' of https://github.com/microsoft/vcpkg ; branch 'qt5-plugin-fix' of https://github.com/Barath-Kannan/vcpkg into Barath-Kannan-qt5-plugin-fix
2016-11-09 15:21:19 -08:00
Alexander Karatarakis
083e0a611f
[boost] Fix portfile to properly select static library/crt linkage
2016-11-09 14:46:10 -08:00
Robert Schumacher
bed9b07a83
Merge pull request #263 from pdehne/master
...
Cleanup leftover build artifacts before compile
2016-11-08 16:37:12 -08:00
Alexander Karatarakis
048b4533d0
[decimal-for-cpp] Minor portfile fixes
2016-11-08 16:05:53 -08:00
Alexander Karatarakis
68d4a4c4bc
Merge branch 'master' into ericmitt
2016-11-08 15:27:59 -08:00
Alexander Karatarakis
dbab03a1a8
Merge branch 'postbuild'
2016-11-08 15:09:56 -08:00
Alexander Karatarakis
cadee66ca2
If portfile is not static-enabled yet, warn and then build dynamic
...
The opposite if portfile is not dynamic enabled
2016-11-08 14:38:47 -08:00
Alexander Karatarakis
1808d461b0
triplet is now automatically included before portfiles.
...
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Eric Mittelette
e9ddf167b1
decimal-for-cpp
2016-11-08 13:32:17 -08:00
Patrick Dehne
2928038043
Cleanup leftover build artifacts before compile
2016-11-08 14:40:16 +01:00
Barath Kannan
15f3aa7ce6
plugin fixes
2016-11-08 22:16:13 +11:00
Robert Schumacher
2e7b260b32
Merge pull request #255 from pdehne/master
...
Add Microsofts openssl fork which supports the UWP platform
2016-11-07 21:55:37 -08:00
Robert Schumacher
68fe8b5391
[openssl] Merge openssl-microsoft and openssl
2016-11-07 21:54:23 -08:00
Robert Schumacher
5e058c2192
[qt5] Don't copy PDBs for tools. Skip plugins directory (it's empty?).
2016-11-07 21:35:08 -08:00
Robert Schumacher
1bc75b551d
Merge branch 'qt5-add' of https://github.com/Barath-Kannan/vcpkg into Barath-Kannan-qt5-add
2016-11-07 16:28:14 -08:00
Robert Schumacher
2f0da1a854
[box2d] Use vcpkg_build_msbuild instead of invoking msbuild/devenv directly.
2016-11-07 16:24:47 -08:00
Robert Schumacher
b66679e2cb
[box2d] Use most recent release in version
2016-11-07 16:13:45 -08:00
Mateusz Adamczyk
9cc42fa390
Do not hack dll - always build only static lib
2016-11-07 22:09:43 +01:00
Mateusz Adamczyk
5dea0f41d1
Added dynamic linking for windows
2016-11-07 21:42:37 +01:00
Mateusz Adamczyk
dcb9be0b42
Added Box2D (in default, static version)
2016-11-07 21:42:37 +01:00
Mårten Nordheim
d26fff6e67
[curl] Change BUILD_CURL_TESTS to BUILD_TESTING
...
It was changed between the previous version and the current one (12e21fab26
)
2016-11-05 21:00:23 +01:00
Robert Schumacher
ef4be3ab1d
[curl] Update to 7.51.0
2016-11-05 03:17:06 -07:00
Robert Schumacher
179f1148dc
[zeromq] Update to official release of 4.2.0
2016-11-05 02:15:55 -07:00
Robert Schumacher
8b95900a7e
[cpprestsdk] Qualify all dependencies as not needed for uwp.
2016-11-05 01:04:45 -07:00
Alexander Karatarakis
f413b42396
[openssl] Update to 1.0.2j
2016-11-04 12:58:52 -07:00
Patrick Dehne
c1a87697dd
Add Microsofts openssl fork which supports the UWP platform
2016-11-04 13:09:13 +01:00
Alexander Karatarakis
f67609acf1
[zlib] Add comment about zlib building both static and dynamic
2016-11-03 12:09:23 -07:00
Alexander Karatarakis
12d61331d2
[apr] Retain only dynamic/static files from the corresponding build
2016-11-03 12:08:24 -07:00
Bert Huijben
41bc51b5e7
Add vcpkg_copy_pdbs() line to copy PDB files properly
2016-11-03 17:01:49 +01:00
Bert Huijben
6f74f29784
More line ending fixes
2016-11-03 14:10:04 +01:00
Bert Huijben
3998871e54
Fix line-endings in files and minor comment update.
2016-11-03 14:06:02 +01:00
Bert Huijben
56a30ed4bc
Add APR port
2016-11-03 14:00:49 +01:00
Alexander Karatarakis
70fe3d15be
[openjpeg] Remove bin directories in static builds
2016-11-02 16:38:39 -07:00
Alexander Karatarakis
f25c8c8da5
[tiff] Remove bin directories in static builds
2016-11-02 16:25:40 -07:00
Alexander Karatarakis
9b603bd884
[libmysql] Do not create empty directory
2016-11-02 15:23:44 -07:00
Alexander Karatarakis
ca79ebf498
[fmt] Remove empty directories
2016-11-02 15:17:28 -07:00
Alexander Karatarakis
05369e9e26
[protobuf] Remove empty directories
2016-11-02 15:01:26 -07:00
Alexander Karatarakis
9246a0aa7a
[libraw] Remove bin folders in static build
2016-11-02 13:22:10 -07:00
Alexander Karatarakis
53cfd70b1e
[libraw] Redirect FindLibRaw.cmake to the share/libraw folder
2016-11-02 13:16:34 -07:00
Alexander Karatarakis
d962ccfac4
[libraw] Update commit to the latest that has cmake module redirection
2016-11-02 12:59:08 -07:00
Alexander Karatarakis
c1f60ad39e
Merge branch 'add-libraw' of https://github.com/traversaro/vcpkg into traversaro-add-libraw
2016-11-02 12:55:05 -07:00
Alexander Karatarakis
2fee22e19e
[gettext] Add call to vcpkg_copy_pdbs()
2016-11-02 11:05:59 -07:00
Vincent Lejeune
16351c61a2
Add gettext.
2016-11-02 18:04:23 +01:00
Alexander Karatarakis
6855abd130
Merge branch 'gflags-fix' of https://github.com/barcharcraz/vcpkg into barcharcraz-gflags-fix
2016-11-01 23:46:04 -07:00
Charles Barto
cb67d4523b
fix gflags
2016-11-02 01:09:29 -04:00
Charles Barto
b25c13c155
made some qt5 fixes
2016-11-01 19:19:05 -04:00
Robert Schumacher
82c8d5214e
Merge pull request #234 from vlj/master
...
Add libtheora
2016-11-01 15:31:26 -07:00
Charles Barto
cf47f60534
made double-conversion use a cmake build
2016-11-01 17:37:15 -04:00
Silvio
a217d1b8ac
Add libraw port
2016-11-01 19:37:29 +01:00
Alexander Karatarakis
992aa1b3dc
[cppzmq] Mark as header-only library
2016-11-01 11:14:24 -07:00
Alexander Karatarakis
ca07c1020b
Merge pull request #235 from traversaro/add-cppzmq
...
Add cppzmq port
2016-11-01 11:14:00 -07:00
Alexander Karatarakis
37ab3c15cd
[libjpeg-turbo] Consistency changes
2016-11-01 11:11:24 -07:00
Alexander Karatarakis
c6a129319d
Merge pull request #236 from Morten242/libjpeg-turbo-static
...
[libjpeg-turbo] Enable static build
2016-11-01 11:07:40 -07:00
vlj
4c5f2f9a30
Add libtheora
2016-11-01 17:45:29 +01:00
Mårten Nordheim
bbfe03fc2b
[libjpeg-turbo] Enable static build
2016-11-01 16:53:52 +01:00
Silvio
c67b070df3
Add cppzmq port
2016-11-01 09:32:25 +01:00
Alexander Karatarakis
f072fc295d
Merge pull request #232 from frederich/tc-range_upgrade-1d785d9
...
[think-cell-range] upgrade to 1d785d9
2016-10-31 18:24:23 -07:00
Alexander Karatarakis
33334e8308
[glfw3] Enable static building
2016-10-31 18:21:57 -07:00
Alexander Karatarakis
d0a3c79829
[freetype] Enable static building
2016-10-31 14:09:43 -07:00
Alexander Karatarakis
091d55004f
[expat] Enable static building
2016-10-31 13:47:07 -07:00
Alexander Karatarakis
2e8f2d76be
[libxml2] Call vcpkg_copy_pdbs()
2016-10-31 13:35:53 -07:00
Jens Frederich
26260ae869
[think-cell-range] upgrade to 1d785d9
...
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-31 20:34:19 +01:00
Alexander Karatarakis
71594b6bef
Remove portfile branching of vcpkg_copy_pdbs()
2016-10-31 12:34:04 -07:00
Alexander Karatarakis
8840ed809f
[glog] Fix downloaded file extension
2016-10-31 12:11:14 -07:00
Alexander Karatarakis
997ef3d065
[gflags] Remove leftover set(F)
2016-10-31 11:51:25 -07:00
Alexander Karatarakis
edfb6c7845
[gflags] Enable static building
2016-10-31 11:43:32 -07:00
Robert Schumacher
268f5f306f
[eigen3] Deploy signature file. Deploy unsupported Eigen extensions. Fixes #230 .
2016-10-31 10:07:54 -07:00
Robert Schumacher
016406a52b
[pdcurses] Lib files are also required in dynamic linkage
2016-10-31 09:48:58 -07:00
Robert Schumacher
7230f8f053
Merge branch 'master' of https://github.com/jjcamp/vcpkg into jjcamp-master
2016-10-31 09:39:47 -07:00
Barath Kannan
a79c348045
fixes for plugin installation, cmake package files
2016-10-30 13:45:09 +11:00
John Camp
7805bdff8c
Added a fatal error for 64-bit builds.
2016-10-28 02:17:57 -04:00
John Camp
b2e9efee97
Removed panel library.
...
Panel is not emitted as a dll, and is actually just a copy of the pdcurses library anyway.
2016-10-28 00:15:32 -04:00
John Camp
05bc52d39a
Re-wrote portfile to support dynamic libraries
2016-10-28 00:12:52 -04:00
Robert Schumacher
01ae1e1720
Merge pull request #202 from frederich/tc-range
...
[think-cell-range] Adding think-cell's range library
2016-10-27 14:45:51 -07:00
Robert Schumacher
1510af081a
[boost] Patch for boost::range should not overwrite the downloaded patch
2016-10-27 14:44:21 -07:00
Alexander Karatarakis
20f18f604f
[gflags] Fix #225
2016-10-27 14:14:42 -07:00
Alexander Karatarakis
b2d4660bdc
[utfcpp] Mar as header-only library
2016-10-26 19:57:34 -07:00
Alexander Karatarakis
a9886ec40e
[tinyxml2] Enable static building
2016-10-26 19:56:15 -07:00
Alexander Karatarakis
02b1ce2f5a
[tbb] Mark as not static ready
2016-10-26 19:52:31 -07:00
Alexander Karatarakis
21dcba6912
[stb] Mark as header-only library
2016-10-26 19:48:51 -07:00
Alexander Karatarakis
0bfa90975b
[spdlog] Mark as header-only library
2016-10-26 19:44:28 -07:00
Alexander Karatarakis
a8ec10429a
[sery] Mark as not dynamic ready
2016-10-26 19:39:09 -07:00
Alexander Karatarakis
031a1f5198
[SDL2] Mark as not static ready
2016-10-26 19:38:19 -07:00
Alexander Karatarakis
8780989f37
[rxcpp] Mark as header-only library
2016-10-26 19:35:24 -07:00
Alexander Karatarakis
c02d8cebbf
[rapidxml] Mark as header-only library
2016-10-26 19:33:50 -07:00
Alexander Karatarakis
a499c3d98d
[ragel] Reorder top-most lines for consistency
2016-10-26 19:32:35 -07:00
Alexander Karatarakis
afc5d0837b
[range-v3] Mark as header-only library
2016-10-26 19:31:53 -07:00
Alexander Karatarakis
8c5c5c16f4
[physfs] Mark as not static ready
2016-10-26 19:28:59 -07:00
Alexander Karatarakis
d264387327
[tiff] Enable static building
2016-10-26 19:26:01 -07:00
Alexander Karatarakis
2f8ddff857
[pcre] Delete some man pages and documentation files
2016-10-26 19:25:11 -07:00
Alexander Karatarakis
fded91c062
[opencv] Mark as not static ready
2016-10-26 19:24:47 -07:00
Alexander Karatarakis
64e894511a
[openal-soft] Mark as not static ready
2016-10-26 19:06:43 -07:00
Alexander Karatarakis
c58b6e6fd4
[nanobc] Mark as not static ready
2016-10-26 17:32:04 -07:00
Alexander Karatarakis
1ec127cf4e
[mpir] Mark as not static ready
2016-10-26 17:30:41 -07:00
Alexander Karatarakis
5cf3e48513
[mpg123] Mark as not static ready
2016-10-26 17:11:59 -07:00
Alexander Karatarakis
52e40e67ca
[mongo-driver] Mark as not static ready
2016-10-26 17:10:14 -07:00
Alexander Karatarakis
b12d182d97
[libwebsockets] Mark as not static ready
2016-10-26 16:45:41 -07:00
Alexander Karatarakis
fd81dc37bb
[libvorbis] Mark as not supporting static yet
2016-10-26 16:38:50 -07:00
Robert Schumacher
5b3a90e57d
[libvorbis] Correct Build-depends field in control file. Fixes #227
2016-10-26 16:28:58 -07:00
Alexander Karatarakis
a7765c78cb
[libuv] Mark as not supporting static yet
2016-10-26 16:14:15 -07:00
Alexander Karatarakis
19c0405963
[libmysql] Marked as not supporting static yet
2016-10-26 16:08:31 -07:00
Alexander Karatarakis
f689889ea8
[libmariadb] Mark as not supporting static yet
2016-10-26 16:00:04 -07:00
Alexander Karatarakis
da5018c7c4
[libjpeg-turbo] Mark as not supporting static yet
2016-10-26 15:56:16 -07:00
Alexander Karatarakis
88b698b04b
[libbson] Mark as not supporting static yet
2016-10-26 15:37:23 -07:00
Alexander Karatarakis
f18f97c5d5
[harfbuzz] Mark as not supporting static yet
2016-10-26 15:32:35 -07:00
Alexander Karatarakis
b91df2281c
[gtest] Mark as not supporting static yet
2016-10-26 15:31:26 -07:00
Alexander Karatarakis
42f180e560
[gsl] Mark as header-only library
2016-10-26 15:28:27 -07:00
Alexander Karatarakis
312373c08d
[grpc] Mark as not supporting static building yet
2016-10-26 15:26:56 -07:00
Alexander Karatarakis
fa24a2d00d
[protobuf] Mark as tool
2016-10-26 14:52:55 -07:00
Alexander Karatarakis
34d13f11e7
[glog] Mark as not supporting static building yet
2016-10-26 14:43:59 -07:00
Alexander Karatarakis
828d58fd6e
[glm] Mark as header-only library
2016-10-26 14:29:12 -07:00
Alexander Karatarakis
19cc2a482c
[glfw3] Mark as not supporting static building
2016-10-26 14:27:50 -07:00
Alexander Karatarakis
5a8aaa6dfc
[glew] Mark as not supporting static building
2016-10-26 14:24:40 -07:00
Alexander Karatarakis
e58373ee26
[gflags] Mark as not supporting static yet
2016-10-26 12:58:10 -07:00
Alexander Karatarakis
2058ea54a6
[freetype] Mark as not supporting static yet
2016-10-26 12:55:30 -07:00
Alexander Karatarakis
98b270b8be
[freeglut] Mark as not supporting static building yet
2016-10-26 12:48:57 -07:00
Alexander Karatarakis
1f8c2eaf90
[fmt] Mark as not supporting dynamic building
2016-10-26 12:38:17 -07:00
Alexander Karatarakis
2915ddf1dc
[expact] Mark as not supporting static yet
2016-10-26 12:34:46 -07:00
Alexander Karatarakis
164a3cd769
[curl] Mark as not supporting static yet
2016-10-26 12:30:56 -07:00
Alexander Karatarakis
52109eb709
[eigen3] Mark as header-only library
2016-10-26 12:29:38 -07:00
Alexander Karatarakis
7743e9c297
[dxut] Mark as not yet supporting static
2016-10-26 12:26:56 -07:00
Alexander Karatarakis
86bee246f4
[double-conversion] Only vcpkg_copy_pdbs() on dynamic build
2016-10-26 12:24:09 -07:00
Alexander Karatarakis
a1229417ef
[doctest] Mark as header-only library
2016-10-26 12:22:15 -07:00
Alexander Karatarakis
814eaacd2c
[chakracore] Mark regarding static/dynamic building
2016-10-26 12:20:46 -07:00
Alexander Karatarakis
e9a17729ec
[cryptopp] Fail when trying to build dll
2016-10-26 12:18:53 -07:00
Alexander Karatarakis
863f28c080
[wtl] Mark as header-only library
2016-10-26 12:16:29 -07:00
Alexander Karatarakis
ee82ebe920
[constexpr] Mark as header-only library
2016-10-26 12:15:42 -07:00
Alexander Karatarakis
3036a2f8f4
[catch] Mark as header-only library
2016-10-26 12:15:17 -07:00
Alexander Karatarakis
78dd431fed
[boost-di] Mark as header-only library
2016-10-26 12:14:49 -07:00
Alexander Karatarakis
375d753660
[cppwinrt] Mark as header-only library
2016-10-26 12:14:11 -07:00
Alexander Karatarakis
60cb31b054
[catch] Download from specific sha, not master branch
2016-10-26 12:11:36 -07:00
Alexander Karatarakis
c716b6bc60
[bullet3] Only call vcpkg_copy_pdbs() on dynamic builds
2016-10-26 12:09:34 -07:00
Alexander Karatarakis
9142d7d0bf
[assimp] Only vcpkg_copy_pdbs() in dynamic build
2016-10-26 12:03:27 -07:00
Alexander Karatarakis
7e10cd1bda
[bond] Mark regarding dll/static support
2016-10-26 12:02:41 -07:00
Alexander Karatarakis
e42f413269
[rapidjson] Mark as header-only library
2016-10-26 11:59:46 -07:00
Alexander Karatarakis
0957ff5d49
[asio] Remove vcpkg_copy_pdbs() call from header-only lib
2016-10-26 11:56:57 -07:00
Alexander Karatarakis
e69e5ad81d
Remove tk incomplete port
2016-10-26 11:50:50 -07:00
Alexander Karatarakis
a3fba9b43f
Remove tcl incomplete port
2016-10-26 11:50:30 -07:00
Alexander Karatarakis
727ddf9d0e
Remove cocos2d incomplete port
2016-10-26 11:49:55 -07:00
Alexander Karatarakis
bea1fe1ec6
[asio] Mark as header-only library
2016-10-26 11:49:01 -07:00
Jens Frederich
9e72812557
[wtl] Adding Windows Template Library
...
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-26 09:52:58 +02:00
Alexander Karatarakis
1de1cec372
[ace] Add check for static building
2016-10-25 19:04:07 -07:00
Alexander Karatarakis
71bb6b158a
[ace] Fix portfile: URL->URLS
2016-10-25 18:49:31 -07:00
Barath Kannan
9467c1bd81
jom the install, dynamic linkage means tools need the dlls
2016-10-26 12:30:58 +11:00
Alexander Karatarakis
b6a31ab430
[openssl] Enable building statically. Also remove zlib dependency
2016-10-25 16:10:43 -07:00
Alexander Karatarakis
516a1680aa
[wt] Rename downloaded file to include wt in the name
2016-10-25 14:02:04 -07:00
Alexander Karatarakis
dcc843154a
Merge pull request #214 from codeandroid/add-cryptopp
...
Add Crypto++ port
2016-10-25 13:53:12 -07:00
Robert Schumacher
4d96194617
Merge pull request #186 from barcharcraz/pcre
...
Pcre
2016-10-25 13:45:37 -07:00
Charles Barto
16bc1590b6
added some flags to pcre
2016-10-25 14:07:57 -04:00
Jens Frederich
4681f3de60
[think-cell-range] move boost range hotfix to boost portfile
...
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-25 14:07:12 +02:00
Barath Kannan
ab4aa274c1
virtual keyboard directory isn't created in static builds, no rename required
2016-10-25 22:27:51 +11:00
Stephan Kaiser
d0f23cf5f3
Fixed installation for x64 architecture.
2016-10-25 12:27:21 +02:00
Barath Kannan
162ba52f43
need a function to repeatedly build up to a number of failures, since qt builds are so flaky
2016-10-25 20:56:02 +11:00
Stephan Kaiser
b9495bab4b
add port for Crypto++
2016-10-25 11:26:35 +02:00
Barath Kannan
7e19b17a07
static installation fixes
2016-10-25 16:14:21 +11:00
Robert Schumacher
d1849efe94
[cpprestsdk] Bump version to 2.9.0-1 to indicate change in configuration
2016-10-24 20:31:16 -07:00
sdcb
3e22b5164b
[cpprestsdk] Add websocket support.
2016-10-25 09:55:25 +08:00
Barath Kannan
8dbeacd5ad
static linkage and jom fixes
2016-10-25 12:39:50 +11:00
Alexander Karatarakis
65a49cf85f
[cpprestsdk] Only run vcpkg_copy_pdbs() when building dynamically
2016-10-24 17:45:01 -07:00
Robert Schumacher
6bf915335a
Merge pull request #197 from sdcb/cpprestsdk
...
Upgrade cpprestsdk to 2.9.0
2016-10-24 17:08:27 -07:00
Robert Schumacher
c725dda5db
[cpprestsdk] Revert removal of CASA_INSTALL_HEADERS
2016-10-24 17:07:03 -07:00
Alexander Karatarakis
51443effab
[cpprestsdk] Enable static building
2016-10-24 16:43:24 -07:00
Alexander Karatarakis
7028baa07f
[jxrlib] Add call to vcpkg_copy_pdbs()
2016-10-24 16:32:04 -07:00
Robert Schumacher
982c98f133
Merge branch 'cpprestsdk' of https://github.com/sdcb/vcpkg into sdcb-cpprestsdk
2016-10-24 16:30:27 -07:00
Alexander Karatarakis
cc3ee9d8d9
Merge branch 'add-jxrlib' of https://github.com/traversaro/vcpkg into traversaro-add-jxrlib
2016-10-24 16:26:10 -07:00
Robert Schumacher
d2c3ad8b57
[libogg] [libvorbis] Add vcpkg_copy_pdbs()
2016-10-24 15:36:33 -07:00
Robert Schumacher
c852d5be1b
Merge branch 'vorbis' of https://github.com/vlj/vcpkg into vlj-vorbis
2016-10-24 15:28:41 -07:00
vlj
c22ceaf2b3
Add libvorbis.
2016-10-25 00:03:36 +02:00
Alexander Karatarakis
cb948e8c5c
[libwebp] Add call to vcpkg_copy_pdbs()
2016-10-24 15:02:19 -07:00
Alexander Karatarakis
2084fb0852
Merge branch 'traversaro-add-libwebp'
2016-10-24 14:59:53 -07:00
Robert Schumacher
95084b1ed8
Merge pull request #191 from sdcb/dxut
...
Add dxut
2016-10-24 14:56:50 -07:00
Alexander Karatarakis
39ff1e5d2c
Merge branch 'add-libwebp' of https://github.com/traversaro/vcpkg into traversaro-add-libwebp
2016-10-24 14:55:33 -07:00
vlj
39521b4d2e
Add libogg.
2016-10-24 23:53:14 +02:00
Alexander Karatarakis
d7859b89cb
[openjpeg] vcpkg_copy_pdbs()
2016-10-24 14:53:00 -07:00
Alexander Karatarakis
2998ea2148
Merge branch 'add-openjpeg' of https://github.com/traversaro/vcpkg into traversaro-add-openjpeg
2016-10-24 14:47:30 -07:00
Alexander Karatarakis
f69ccf6395
[zeromq] Enable building statically
2016-10-24 14:42:16 -07:00
Alexander Karatarakis
caa340f91c
[zeromq] No need to copy pdbs manually, vcpkg_copy_pdbs() handles it
2016-10-24 14:35:12 -07:00
Alexander Karatarakis
cd0d0a0c24
[zeromq] Fix extension of downloaded file
2016-10-24 14:34:55 -07:00
Silvio
7658d31836
Cleanup Visual C++ Redistributable runtime
2016-10-24 23:22:17 +02:00
Alexander Karatarakis
2422326f57
Merge branch 'zeromq' of https://github.com/adam4813/vcpkg into adam4813-zeromq
2016-10-24 14:07:49 -07:00
Silvio
3e4ccad0f9
[openjpeg] Fix location of cmake config files
2016-10-24 23:05:05 +02:00
Barath Kannan
0af6ca8123
add qt5 support, working install but static linkage with RT needs to be implemented
2016-10-25 02:06:27 +11:00
Silvio Traversaro
f6b7c7da82
Update CONTROL
2016-10-23 22:32:22 +02:00
Silvio
3e6fe1f965
Add libwebp port
2016-10-23 22:26:15 +02:00
Silvio
fa06da137a
Add openjpeg port
2016-10-23 22:25:31 +02:00
Silvio
efc25d21d5
Add jxrlib port
2016-10-23 22:23:03 +02:00
Adam Martin
502d02ff4b
[zeromq] Added zeromq library
2016-10-23 11:32:12 -05:00
Stephan Kaiser
dade1c7637
Add Wt port
2016-10-23 16:45:01 +02:00
Alexander Karatarakis
91be9db121
[libccd] Remove other misc files that are getting copied
2016-10-22 20:45:12 -07:00
Alexander Karatarakis
2c43f32f18
[libccd] Handle copyright cleanly
2016-10-22 20:43:13 -07:00
Alexander Karatarakis
23e1fa80ae
[libccd] copy_pdbs()
2016-10-22 20:35:20 -07:00
Alexander Karatarakis
b420f8ef46
[libccd] Remove debug/include/ and debug/share/ instead of debug/
2016-10-22 20:34:19 -07:00
Jens Frederich
7ed2525767
copy README.md to save important notes, precise description
...
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-22 23:21:19 +02:00
Jens Frederich
ff10906a4b
[think-cell-range] Adding think-cell's range library
...
https://www.think-cell.com/en/career/talks/ranges/#1
Signed-off-by: Jens Frederich <jfrederich@gmail.com>
2016-10-22 21:35:24 +02:00
Alexander Karatarakis
4cb94dcfc2
Merge branch 'libccd' of https://github.com/jslee02/vcpkg into jslee02-libccd
2016-10-21 18:24:53 -07:00
Silvio
eae7c5a75b
Add zziplib port
...
To facilitate support of VS2015 in all the different configurations,
a CMake-based build system based on the one found in
https://sourceforge.net/p/zziplib/patches/17/
is used.
2016-10-21 22:45:44 +02:00
Jeongseok Lee
4bf9b4db06
[libccd] Add libccd 2.0.0 (tip commit of current master)
2016-10-21 08:28:28 -04:00
sdcb
5493eb4296
Upgrade cpprestsdk to 2.9.0
2016-10-21 17:12:48 +08:00
John Camp
d226583ed1
Changed the download link to a static link.
...
The different download link packaged the zip slightly differently,
changing the hash as well as the src path.
2016-10-21 00:32:17 -04:00
Robert Schumacher
ba406880e4
Merge pull request #196 from Microsoft/ragel_control
...
Ragel control
2016-10-20 14:30:03 -07:00
Robert Schumacher
7d2abe8770
Merge pull request #195 from Microsoft/catch_pr
...
adding catch
2016-10-20 14:29:28 -07:00
Robert Schumacher
4d06bfd30f
[glew] Fix download file typo
2016-10-20 14:27:22 -07:00
Eric Mittelette
b9143c7180
adding a description to Ragel
2016-10-20 14:24:50 -07:00
Eric Mittelette
37d6623ea5
adding catch
2016-10-20 14:17:28 -07:00
sol-prog
84f2975a58
Updated Glew to version 2.0.0
2016-10-20 14:13:40 -07:00
Alexander Karatarakis
64ae9efffa
[boost-di] Use vcpkg_download_distfile
2016-10-20 14:09:02 -07:00
Alexander Karatarakis
6dfc813163
Merge branch 'boost.di' of https://github.com/sdcb/vcpkg into sdcb-boost.di
2016-10-20 13:56:23 -07:00
Alexander Karatarakis
412a44c8f1
[fastlz] Remove SHARED keyword to also allow building STATIC
2016-10-20 13:48:13 -07:00
Alexander Karatarakis
2153670c51
[fastlz] Point to specific hash instead of master
2016-10-20 13:39:40 -07:00
Adam Martin
f2f018271f
[fastlz] Added fastlz library
...
Also did minor formating to the bullet3 portfile while using it for comparisson.
The version was uncertain so I just used 1.0.
2016-10-20 15:25:10 -05:00
sdcb
c5d487ecd7
Add dxut
2016-10-20 16:50:35 +08:00
John Camp
38e152cb29
Added package for PDCurses
2016-10-20 00:29:38 -04:00
sdcb
6701e72885
Add boost-di.
2016-10-20 10:27:11 +08:00
Charles Barto
8ad5300c75
build UTF32 and UTF8 versions
2016-10-19 20:16:08 -04:00
Charles Barto
581c8ed319
added pcre
2016-10-19 20:08:48 -04:00
Robert Schumacher
cb0d924ec3
Merge pull request #185 from barcharcraz/odb
...
libodb and libodb-sqlite
2016-10-19 16:47:31 -07:00
Robert Schumacher
0b101d3583
Merge pull request #182 from KindDragon/utf8cpp
...
[utf8cpp] Initial addition
2016-10-19 15:54:07 -07:00
Arkadiy Shapkin
63e1b7ea92
[utfcpp] Initial addition
2016-10-20 01:22:44 +03:00
Robert Schumacher
ec99ffb694
Merge pull request #178 from ZeroCrunch/master
...
Support for Intel's Threading Building Blocks (2016/09/16)
2016-10-19 14:44:13 -07:00
Robert Schumacher
22bd1bb3fb
Merge pull request #184 from barcharcraz/glbinding_configfix
...
fixed glbinding config
2016-10-19 14:27:58 -07:00
Robert Schumacher
94ed4be3d9
Merge pull request #180 from barcharcraz/sqlite3_unlock
...
Sqlite3 unlock_notify and static build support
2016-10-19 14:25:21 -07:00
Charles Barto
a779bbe8ca
removed odb binary package
2016-10-19 15:13:05 -04:00
Charles Barto
31e1fe5007
fixed glbinding config
2016-10-19 15:11:40 -04:00
Charles Barto
8de99463fa
more odb-sqlite
2016-10-19 01:28:56 -04:00
Charles Barto
2aa034bf47
more random changes
2016-10-19 01:28:55 -04:00
Charles Barto
c879ba6d36
add overall odb config
2016-10-19 01:28:55 -04:00
Charles Barto
cc6fdbeb8b
more work on libodb
2016-10-19 01:28:55 -04:00
Charles Barto
f6fcd77e21
cmake port for libodb
2016-10-19 01:28:55 -04:00
Charles Barto
413dcf6b91
add odb
2016-10-19 01:28:55 -04:00
Charles Barto
2dad2a8b94
fixed typo in sqlite3 config file
2016-10-19 00:42:21 -04:00
Charles Barto
284d50c186
added a config file for sqlite
2016-10-19 00:37:33 -04:00
Alexander Karatarakis
2dede88deb
[openssl] Patches to allow building when path includes spaces
2016-10-18 21:20:16 -07:00
Charles Barto
035952b242
added static build support to sqlite
...
more static support
more sqlite changes
finally done with sqlite static
2016-10-18 23:19:51 -04:00
Robert Schumacher
cb9a50cd87
[tbb] Correct install paths
2016-10-18 17:14:54 -07:00
Robert Schumacher
30caaacb51
[tbb] Rename package to 'tbb'
2016-10-18 17:05:14 -07:00
Charles Barto
20a9bb8acb
added rtree and unlock_notify support to builds of sqlite (odb needs this)
2016-10-18 19:57:50 -04:00
Robert Schumacher
aa63bb1e91
Merge branch 'master' of https://github.com/ZeroCrunch/vcpkg into ZeroCrunch-master
2016-10-18 16:14:31 -07:00
Robert Schumacher
a2f1f59ab0
Merge pull request #179 from Microsoft/range-v3-vcpkg
...
Change version to "20150729-vcpkg2"
2016-10-18 16:10:50 -07:00
Casey Carter
fe1b146eec
Change version to "20150729-vcpkg2"
...
...to reflect this is based on the upstream sources as of 20150729, and
the second release of the patch based on that same upstream.
2016-10-18 15:53:20 -07:00
Robert Schumacher
c41200cf6e
Merge pull request #177 from barcharcraz/glbinding-static
...
added static support to glbinding
2016-10-18 15:19:11 -07:00
Charles Barto
eba9f6a812
added static support to glbinding
...
changed glbinding to support new configure
2016-10-18 17:59:55 -04:00
ZeroCrunch
a670993b7b
Support for Intel's Threading Building Blocks (2016/09/16)
2016-10-18 22:53:41 +01:00
Robert Schumacher
8fd12fed6c
[eigen3] Fix source path for 3.2.10 update
2016-10-18 12:33:12 -07:00
Alexander Karatarakis
8e69ee5eb2
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2016-10-17 23:23:50 -07:00
Alexander Karatarakis
550881b955
[boost] Enable static building
2016-10-17 23:23:37 -07:00
Robert Schumacher
1e64a78e3f
Merge pull request #175 from Microsoft/rv3_separate_patch
...
range-v3 builds from 2 distinct pieces:
2016-10-17 20:38:22 -07:00
Casey Carter
6fb82365f4
range-v3 builds from 2 distinct pieces:
...
* Upstream sources from the fork point (6eb5c831ff
)
* Separate patch that applies MSVC workarounds from https://github.com/Microsoft/Range-V3-VS2015
2016-10-17 17:11:42 -07:00
Robert Schumacher
796e65ea73
[sqlite3] Remove parentheses from version field
2016-10-17 17:08:22 -07:00
Alexander Karatarakis
99623d66c8
Fix usage of message(FATAL_ERROR,"blah") to message(FATAL_ERROR "blah")
2016-10-17 13:33:47 -07:00
Alexander Karatarakis
66772470ec
[glbidning] Exit early if trying to build it statically
2016-10-17 13:32:55 -07:00
Alexander Karatarakis
53d87f2bac
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2016-10-17 13:25:58 -07:00
Robert Schumacher
daf6405ad1
[physfs] Added version and description
2016-10-17 13:11:53 -07:00
Robert Schumacher
9ca0f915ac
Merge branch 'physfs' of https://github.com/vlj/vcpkg into vlj-physfs
2016-10-17 13:08:02 -07:00
Robert Schumacher
4b05d1d333
Merge pull request #166 from muemart/libxml2
...
Add libxml2
2016-10-17 13:04:26 -07:00
Alexander Karatarakis
0e41b1c104
Merge branch 'master' of https://github.com/barcharcraz/vcpkg into barcharcraz-master
2016-10-17 12:59:58 -07:00
Robert Schumacher
e198c209b9
Merge pull request #165 from sdcb/libmarialdb
...
Add libmariadb.
2016-10-17 12:54:33 -07:00
Alexander Karatarakis
28ac02f8bd
Merge branch 'geos' of https://github.com/barcharcraz/vcpkg into barcharcraz-geos
2016-10-17 12:32:14 -07:00
Alexander Karatarakis
3ead5123f7
Merge pull request #168 from barcharcraz/assimp
...
make assimp copy pdb files
2016-10-17 12:30:59 -07:00
Alexander Karatarakis
5158d842e0
[libiconv] Define and use SOURCE_PATH variable
2016-10-17 12:30:09 -07:00
Alexander Karatarakis
56f8c6a462
[sqlite3] Use SOURCE_PATH in a similar manner as other portfiles
2016-10-17 12:27:07 -07:00
Alexander Karatarakis
315ab06f63
Merge pull request #169 from Chris-Bond/master
...
Update sqlite version to latest
2016-10-17 12:09:27 -07:00
Charles Barto
c9594c587b
updated eigen version
2016-10-17 14:44:45 -04:00
Charles Barto
f48d05a25a
added geos
2016-10-17 13:05:19 -04:00
vlj
7fdeeacc8f
Add physfs.
2016-10-17 13:44:15 +02:00
Chris Bond
8d1d8df80e
updated control and cmake files for latest version of sqlite
2016-10-16 17:18:11 -07:00
Charles Barto
a5178a553c
copy pdbs
2016-10-16 18:56:17 -04:00
charlie barto
73d248f91d
added glbinding port
2016-10-16 18:49:27 -04:00
Charles Barto
be03c5dd4e
modified assimp portfile
2016-10-16 18:49:12 -04:00
Martin Müller
c402d53080
Add libxml2
2016-10-16 17:44:49 +02:00
flysha
1794a18fd3
Add libmariadb.
2016-10-16 08:39:21 +08:00
Robert Schumacher
173ddcd45a
Merge pull request #163 from origin/Add_glog
...
glog port file
2016-10-14 17:42:59 -07:00
Robert Schumacher
e48763dff3
[glog] Add upstream version, require gflags to ensure full functionality
2016-10-14 17:41:42 -07:00
Robert Schumacher
fd912a9ae6
Merge pull request #161 from sdcb/libmysqlclient
...
Add libmysql
2016-10-14 17:40:49 -07:00
Robert Schumacher
77c9cc3d1a
Merge pull request #162 from sdcb/mongo-client-fix
...
Improve mongo client port.
2016-10-14 17:28:03 -07:00
Eric Mittelette
3e63117304
glog port file
2016-10-14 15:59:11 -07:00
Robert Schumacher
9517eeadbb
Merge pull request #158 from sdcb/nanodbc-fix
...
Fix nanodbc unicode issues and code optimize.
2016-10-14 15:41:34 -07:00
Robert Schumacher
ddb7247b82
Merge pull request #159 from KindDragon/boost-release-pdb
...
[boost] Enable debug symbols for release build. Closes #151
2016-10-14 15:09:34 -07:00
Robert Schumacher
c63b8d6e19
[harfbuzz] Case-correction in control file
2016-10-14 15:06:46 -07:00
Robert Schumacher
b5a2a4203b
Merge branch 'master' of https://github.com/vlj/vcpkg into vlj-master
2016-10-14 15:05:42 -07:00
Vincent Lejeune
63a0db0044
Add freetype support for harfbuzz.
2016-10-14 19:00:54 +02:00
flysha
d7bc4e9a5f
fix some lib, pdb and dll path.
2016-10-15 00:18:02 +08:00
sdcb
97c6bfc021
Add libmysql
2016-10-14 17:50:23 +08:00
Arkadiy Shapkin
6857048521
[boost] Enable debug symbols for release build. Closes #151
2016-10-14 11:18:42 +03:00
sdcb
db36c24671
Improve nanodbc 2 issues.
2016-10-14 11:21:32 +08:00
flysha
0c2878583a
Improve mongo client port.
2016-10-14 08:07:22 +08:00
Robert Schumacher
1c57981976
Merge pull request #152 from muemart/iconv
...
Improve iconv port
2016-10-13 15:54:38 -07:00
Martin Müller
eb2a2e375d
Add ability to build static libraries and copy correct license file
2016-10-13 23:01:17 +02:00
Robert Schumacher
f46b9d18fc
[nanodbc] Switch USE_UNICODE to ON to match upstream's build.bat.
2016-10-13 11:34:02 -07:00
Robert Schumacher
6202f61cd6
Merge branch 'nanodbc' of https://github.com/sdcb/vcpkg into sdcb-nanodbc
2016-10-13 11:11:58 -07:00
Scott Greenlay
f453d0f421
Removed HEADER_PATH
2016-10-13 10:54:46 -07:00
Scott Greenlay
c034eb2795
added cppwinrt
2016-10-13 07:23:31 -07:00
sdcb
ccb765efbb
Add nanodbc.
2016-10-13 19:07:01 +08:00
Martin Müller
7561bbd045
Remove unused headers and files
2016-10-12 23:12:35 +02:00
Robert Schumacher
9c70beaf88
[double-conversion] Reduce work done during deployment
2016-10-12 14:03:45 -07:00
Martin Müller
2e35e0a145
Patch files directly instead of copying or modifying with CMake
2016-10-12 23:02:19 +02:00
Robert Schumacher
2f0d6b074a
Merge branch 'master' of https://github.com/ZeroCrunch/vcpkg into ZeroCrunch-master
2016-10-12 12:46:51 -07:00
flysha
113945a733
Add libbson, mongo-c-driver, mongo-cxx-driver
2016-10-13 01:08:55 +08:00
Adam Martin
c4ba6cf38c
[spdlog] Initial addition
2016-10-11 16:06:50 -05:00
Adam Martin
665325d741
[log4cplus] Initial addition
2016-10-11 16:06:41 -05:00
Jamie Kenyon
1babdd467b
Updating based off feedback from @ras0219-msft for PR #6 .
2016-10-11 21:57:01 +01:00
Jamie Kenyon
388ecda0f6
Adding double-conversion package.
2016-10-11 13:45:43 +01:00
Robert Schumacher
35fbe0ad71
Merge pull request #138 from ebraminio/master
...
Add freeglut
2016-10-11 03:28:20 -07:00
Ebrahim Byagowi
75091823ec
Add freeglut
...
Fixes #105
2016-10-11 12:17:00 +03:30
Ebrahim Byagowi
5d16509b7e
Remove unnecessary build dependency from harfbuzz
...
It is no longer dependent to that as official release tarball are doing that automatically.
2016-10-11 10:18:04 +03:30
Robert Schumacher
4ddfc534fe
Merge pull request #130 from sdcb/rxcpp
...
Add RxCpp
2016-10-10 23:39:09 -07:00
Robert Schumacher
5743e32ad8
Merge pull request #135 from sdcb/ChakraCore2
...
Add ChakraCore
2016-10-10 23:38:19 -07:00
sdcb
9fa54bb205
Using a real link instead of PR# to describe the patching progress.
2016-10-11 14:18:42 +08:00
sdcb
aff4d22531
Add ChakraCore using powershell replace.
2016-10-11 14:10:09 +08:00
Robert Schumacher
9e1d40e4dc
Merge branch 'master' of https://github.com/microsoft/vcpkg
2016-10-10 23:07:29 -07:00
Robert Schumacher
c494892eb2
[freetype] Adjust include paths. Fix cmake config deployment.
2016-10-10 23:07:25 -07:00
vlj
218d70bcbe
Add harfbuzz.
2016-10-10 23:48:08 +02:00
sdcb
ad7b893940
add RxCpp for https://github.com/Microsoft/vcpkg/issues/47 .
2016-10-08 11:54:43 +08:00
Alexander Karatarakis
50fb104f6a
Change VCPKG_BUILD_SHARED_LIBS to VCPKG_LIBRARY_LINKAGE with values
...
dynamic or static
2016-10-07 16:34:31 -07:00
Robert Schumacher
0de56e180f
[lua] Add version and description
2016-10-07 14:49:58 -07:00
Robert Schumacher
d3a453e638
[lua] Reduce post-install work needed in portfile by adding them to CMakeLists.txt
2016-10-07 14:49:49 -07:00
Robert Schumacher
057069e87b
Merge branch 'lua' of https://github.com/adam4813/vcpkg into adam4813-lua
2016-10-07 14:29:54 -07:00
Robert Schumacher
b23b5c698a
[bullet3] Avoid '@' in version. Use more official repository. Name file such that future versions won't conflict.
2016-10-07 14:23:36 -07:00
Robert Schumacher
bf117ed2a8
Merge branch 'bullet3' of https://github.com/adam4813/vcpkg into adam4813-bullet3
2016-10-07 14:19:37 -07:00
Adam Martin
ea65c0e5ba
[lua] Initial addition
2016-10-07 15:54:12 -05:00
Adam Martin
f562159d6d
[bullet3] Updated to use newer commit and build DLLs
2016-10-07 14:35:42 -05:00
Robert Schumacher
b1fe038a83
Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123
2016-10-06 15:29:37 -07:00
Alexander Karatarakis
b54881eacc
[libpng] Add static library building
2016-10-06 13:15:43 -07:00
Alexander Karatarakis
6b4d0fea90
Merge branch 'master' of https://github.com/Microsoft/vcpkg
2016-10-05 17:47:00 -07:00
Alexander Karatarakis
c44a1c7ad4
[zlib] Add rename of zlibstatic.lib to zlib.lib to portfile
2016-10-05 17:44:02 -07:00
Alexander Karatarakis
6685ff096d
Modify zlib portfile for building shared & static libs
2016-10-05 17:44:02 -07:00
charlie barto
5979d83b5b
fixed version
2016-10-05 19:01:15 -04:00
charlie barto
529b3f82f8
added assimp
2016-10-05 19:00:17 -04:00
Robert Schumacher
7a90372fd0
Merge pull request #118 from ethanhs/master
...
WIP: add libiconv port
2016-10-05 14:20:17 -07:00
Robert Schumacher
a2c6b57556
Merge pull request #88 from KindDragon/protobuf-grpc
...
Protobuf/grpc PR
2016-10-05 14:14:43 -07:00
Adam Martin
12958410a0
[bullet3] Initial addition
2016-10-05 14:49:55 -05:00
Ethan Smith
3bf408a1f7
add libiconv port
2016-10-04 19:30:00 -07:00
Robert Schumacher
779ccb9fa6
Merge pull request #117 from vlj/master
2016-10-04 17:19:57 -07:00
Robert Schumacher
cb10c3610b
[ragel] Minimize work done copying files. Add version number.
2016-10-04 17:17:42 -07:00
vlj
48e05bd339
Add ragel package
...
[roschuma rebase: removed main.cpp]
2016-10-04 16:35:02 -07:00
Robert Schumacher
e97e3bcd55
Merge pull request #110 from kryptan/master
...
Update glfw3 & glm
2016-10-04 15:27:48 -07:00
Adam Martin
8734d3ca6d
[asio] Initial addition
2016-10-03 19:15:35 -05:00
Robert Schumacher
e03e617f06
[ace] Minor cleanup after PR #108
2016-10-03 16:14:27 -07:00
Arkadiy Shapkin
7af1d8d390
[grpc] Initial addition
2016-10-04 01:56:16 +03:00
Arkadiy Shapkin
5294d36841
[protobuf] Initial addition
2016-10-04 01:24:53 +03:00
Robert Schumacher
3b2425833b
Merge pull request #108 from traversaro/add-ace-port
...
Add ace port
2016-10-02 20:09:51 -07:00
Robert Schumacher
3791fd9c10
Merge pull request #109 from KindDragon/gflags
...
[gflags] Initial addition
2016-10-02 20:05:55 -07:00
kryptan
e1a039bc20
[glm] Update to version 0.9.8.1
2016-10-03 00:40:43 +03:00
kryptan
57b3e4e0ea
[glfw3] Update to version 3.2.1
2016-10-03 00:38:56 +03:00
Arkadiy Shapkin
827b514063
[gflags] Initial addition
2016-10-02 15:10:35 +03:00
Silvio
8a1b06efc3
Add ace port
2016-10-02 12:57:01 +02:00
Christopher Warrington
078bdd9066
[bond] Add bond 5.0.0-4-g53ea136 to ports
...
* This adds Bond <https://github.com/Microsoft/bond > to the ports tree.
* This is basically version 5.0.0, but a few commits later to pick up
some needed CMake changes.
Closes https://github.com/Microsoft/vcpkg/issues/68
2016-09-30 20:08:28 -07:00
Robert Schumacher
39c0c7152f
[opencv] Require use of internal tiff, libjpeg, libpng. Partially fixes #81 .
2016-09-30 16:48:12 -07:00
Robert Schumacher
84e8641d0d
[eigen3] Avoid calling file(REMOVE ...) with a blank argument
2016-09-29 13:10:51 -07:00
Christian Ullrich
7cbc7fdc86
Track updated Boost version.
2016-09-29 21:55:14 +02:00
Alexander Karatarakis
ab74726c99
[fmt] Disable FMT_DOC to prevent build error
2016-09-29 11:17:57 -07:00
Alexander Karatarakis
3679955544
Introduce SOURCE_PATH to almost all portfiles
2016-09-28 17:05:56 -07:00
Alexander Karatarakis
ae8f6e3271
[boost] Extract SOURCE_PATH variable
2016-09-28 16:41:02 -07:00
Alexander Karatarakis
958b1063ff
Merge branch 'boost-1-62' of https://github.com/KindDragon/vcpkg into KindDragon-boost-1-62
2016-09-28 16:22:30 -07:00
Arkadiy Shapkin
d18209dd42
[boost] Update to version 1.62
2016-09-29 00:58:25 +03:00
Robert Schumacher
0ce48afe1c
[opencv] Fix URL->URLS, -DWITH_CUDA=OFF, and LICENSE location
2016-09-28 12:12:04 -07:00
Robert Schumacher
cc29d43f85
Merge branch 'master' of https://github.com/microsoft/vcpkg
2016-09-27 15:51:16 -07:00
Robert Schumacher
cd4d8c110c
[opencv] Adjust installation to deploy correct cmake files
2016-09-27 15:49:41 -07:00
Alexander Karatarakis
8b7c0594ab
Fix URL to URLS in portfile
...
URLS is the new name. It was changed in another pull request
2016-09-26 16:46:31 -07:00
Alexander Karatarakis
3b8c147148
Merge branch 'Add-constexpr' of https://github.com/playmer/vcpkg into playmer-Add-constexpr
2016-09-26 13:58:27 -07:00
Joshua T. Fisher
9d5f46ed5b
Fi license placement.
2016-09-26 01:55:18 -07:00
Joshua T. Fisher
2dc365e508
Fixed hash to be lowercase.
2016-09-26 00:47:58 -07:00
Joshua T. Fisher
eb4f648237
fixed description
2016-09-26 00:43:59 -07:00
Joshua T. Fisher
ec38751798
Adding constexpr
2016-09-26 00:43:44 -07:00
Ninetainedo
930d0a7ded
URL and MIRRORS are now URLS
...
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
9bb5b4c768
Restored Sery's portfile
2016-09-24 15:24:51 +02:00
Ninetainedo
add26b7b5f
Updated vcpkg_download_distfile.cmake to handle MIRRORS. Also updated the HASH errors to match the CMake formatting (easier to read)
2016-09-24 15:23:18 +02:00
Ninetainedo
257e134ecf
Updated newly added portfiles to use SHA512
...
Updated doctest
Updated mpir
2016-09-22 22:20:40 +02:00
Ninetainedo
cbd2f0ec0f
Merge remote-tracking branch 'refs/remotes/Microsoft/master' into Use-SHA512-instead-of-MD5
2016-09-22 22:15:14 +02:00
Ninetainedo
fc26083995
Second part of updated portfiles
2016-09-22 22:13:09 +02:00
Ninetainedo
8cee9c6e07
Replaced everything concerning MD5 with SHA512
2016-09-22 21:30:58 +02:00
Robert Schumacher
db3713779c
Merge pull request #55 from KindDragon/gtest-and-gmock
...
Added googletest and googlemock 1.8
2016-09-22 11:39:32 -07:00
Robert Schumacher
e248a64348
Merge pull request #66 from sdcb/mpir
...
added mpir 2.7.2 support.
2016-09-22 11:28:46 -07:00
Robert Schumacher
80d378585c
Merge pull request #67 from albertfong/doctest
...
Add doctest 1.1.0
2016-09-22 11:28:05 -07:00
Robert Schumacher
751661a11a
Merge pull request #65 from sdcb/fix_11
...
fix Glew:x64-windows install failure #11 .
2016-09-22 11:00:17 -07:00
Arkadiy Shapkin
76ae02e653
[gtest] Initial addition (googletest and googlemock)
2016-09-22 13:01:39 +03:00
Alexander Karatarakis
f03590eeb7
Cleanup boost buildtrees before initiating a build
2016-09-21 23:40:24 -07:00
sdcb
de5668743f
add user-friendly message when request install arm-uwp.
2016-09-22 14:28:12 +08:00
sdcb
167b8f2ded
added mpir 2.7.2 support.
2016-09-22 14:05:04 +08:00
Albert Fong
1575974199
Add doctest 1.1.0
2016-09-21 23:02:02 -07:00
sdcb
6bdf97744a
fix https://github.com/Microsoft/vcpkg/issues/11 .
2016-09-22 13:48:10 +08:00
Robert Schumacher
7f310150d6
Merge pull request #26 from corporateshark/master
...
Added Eigen header-only library
2016-09-21 14:26:54 -07:00
Robert Schumacher
cd4dce1040
Merge pull request #50 from mcmihai/glm_fix
...
[glm] Removed CMakeLists.txt
2016-09-21 12:46:36 -07:00
Robert Schumacher
fef2ec1ff2
[fmt] Downloaded archives should include the package name
2016-09-21 12:44:06 -07:00
Arkadiy Shapkin
45c65e0c90
Added fmt library https://github.com/fmtlib/fmt
2016-09-21 19:45:16 +03:00
Ciprian-Mihai Melinescu
a8f4f05633
[glm] Removed CMakeLists.txt
2016-09-21 10:34:07 +03:00
Sergey Kosarevsky
327506e4a0
[eigen] Renamed to eigen3
2016-09-21 08:59:34 +02:00
Robert Schumacher
4897b8c156
[stb] Avoid renaming extracted archives
2016-09-20 21:10:02 -07:00
Robert Schumacher
eb4d6f311c
Merge pull request #44 from KindDragon/boost-new-version
...
Update boost to version 1.61
2016-09-20 20:07:09 -07:00
Robert Schumacher
b706a09e50
Merge pull request #46 from Ninetainedo/Add-Sery
...
Added Sery 1.0.0
2016-09-20 20:05:23 -07:00
Robert Schumacher
eaeb03b246
Merge pull request #45 from Ninetainedo/Add-Rapidxml
...
Added RapidXml
2016-09-20 16:53:22 -07:00
Ninetainedo
1bda683b89
Added Sery 1.0.0
2016-09-21 01:52:54 +02:00
Robert Schumacher
740b3e845e
Merge branch 'master' of https://github.com/microsoft/vcpkg
2016-09-20 16:51:46 -07:00
Robert Schumacher
da184a2c6f
[tiff] Updated source URL. Fixes #33
2016-09-20 16:51:38 -07:00
Ninetainedo
663f915807
Added RapidXml
2016-09-21 01:46:35 +02:00
Robert Schumacher
1da3c801a3
Merge pull request #43 from mcmihai/glm
...
Added glm.
2016-09-20 16:39:55 -07:00
Arkadiy Shapkin
3de9a163fb
Update boost to version 1.61
2016-09-21 02:20:44 +03:00
Ciprian-Mihai Melinescu
9ff0ea9e57
Added glm.
2016-09-21 02:13:39 +03:00
Neil MacIntosh
7441443811
[gsl] Initial addition
2016-09-20 15:21:14 -07:00
Robert Schumacher
14dbb584b4
[opengl] Remove call to vcpkg_copy_pdbs
2016-09-20 10:44:43 -07:00
Ninetainedo
ac2ead9d11
Fixed rapidjson issue
...
This should fix issue #28
2016-09-20 17:58:09 +02:00
Sergey Kosarevsky
83f5e570f8
[eigen] Cleaned the include folder
2016-09-20 16:02:05 +02:00
Sergey Kosarevsky
a4387d514f
Added Eigen header-only library
2016-09-20 15:32:29 +02:00
Robert Schumacher
6687266e3d
[openssl] Fix regression in OpenSSL w.r.t. NMake and MSBuild
2016-09-19 17:39:04 -07:00
Alexander Karatarakis
fe62b41085
Improve libpng portfile
2016-09-19 16:49:44 -07:00
Alexander Karatarakis
f65d6e3dc7
[stb] Modify port file to not create empty dirs or copy the test dir
2016-09-19 16:37:31 -07:00
Alexander Karatarakis
a2148a30e6
Fix stb URL to not point to specific SHA instead of master
2016-09-19 16:18:00 -07:00
Sergey Kosarevsky
45599349c9
Added STB header-only library
2016-09-19 23:48:06 +02:00
Alexander Karatarakis
ccca198c1b
Initial commit
2016-09-18 20:54:03 -07:00