Commit Graph

5518 Commits

Author SHA1 Message Date
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
sdcb
2b8bdeb044 Add hash file support. 2016-10-20 13:03:58 +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
Alexander Karatarakis
7dea245b9c [vcpkg_apply_patches] Print that patch applying failed instead of
FATAL_ERROR
2016-10-18 18:25:45 -07: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
Alexander Karatarakis
6059b2bf2f [vcpkg_apply_patches] Also print working dir 2016-10-18 16:54:48 -07:00
Alexander Karatarakis
829f32e18b Merge branch 'master' of https://github.com/Microsoft/vcpkg 2016-10-18 16:32:42 -07:00
Alexander Karatarakis
4488064f81 [vcpkg_apply_patches] Check if patch was properly applied 2016-10-18 16:17:47 -07: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
Robert Schumacher
b2c33488ac Merge branch 'master' of https://github.com/microsoft/vcpkg 2016-10-18 12:31:40 -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
Robert Schumacher
119f1bd7a8 Merge remote-tracking branch 'origin/rv3_separate_patch' 2016-10-17 20:37:27 -07:00