220 Commits

Author SHA1 Message Date
Charles Barto
b25c13c155 made some qt5 fixes 2016-11-01 19:19:05 -04:00
Barath Kannan
a79c348045 fixes for plugin installation, cmake package files 2016-10-30 13:45:09 +11:00
Barath Kannan
9467c1bd81 jom the install, dynamic linkage means tools need the dlls 2016-10-26 12:30:58 +11:00
Barath Kannan
ab4aa274c1 virtual keyboard directory isn't created in static builds, no rename required 2016-10-25 22:27:51 +11: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
Barath Kannan
7e19b17a07 static installation fixes 2016-10-25 16:14:21 +11:00
Barath Kannan
8dbeacd5ad static linkage and jom fixes 2016-10-25 12:39:50 +11: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
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
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
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
6701e72885 Add boost-di. 2016-10-20 10:27:11 +08: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