Commit Graph

3990 Commits

Author SHA1 Message Date
Tobias
079ef9785a Updated libsigcpp to version 2.99.9 2017-08-27 12:21:33 +02:00
Martin Hořeňovský
a1b92053f1 Update Catch to 1.10.0 2017-08-27 11:22:44 +02:00
Mikhail Paulyshka
36d359679a [FCL] add version 0.5.0 2017-08-27 04:18:26 +03:00
Mikhail Paulyshka
d7d571cb3e [libccd/ccd] rename from libccd to ccd, refactor
* use vcpkg_from_github
* enable cmake-exports
* rename from libccd to ccd (cmake-exports expects ccd as package name)
* export additional symbols (fixes FCL)
2017-08-27 04:17:41 +03:00
atkawa7
330b29732c [vcpkg] free memory CommandLineToArgvW 2017-08-26 12:17:39 -07:00
Ted John
44c9b076f9 [speexdsp] Add port for speexdsp 1.2rc3 2017-08-26 15:29:12 +01:00
Robert Schumacher
3a026cbe21 Merge pull request #1690 from Mixaill/vcpkg-toolsetsdetection-fix
[vcpkg] testing for architectures supported by toolset
2017-08-26 00:38:27 -07:00
Robert Schumacher
70949b0d81 [vcpkg] Use vcvars argument strings from detected toolset. Avoid c-string pointer comparison. 2017-08-26 00:20:03 -07:00
Robert Schumacher
581aea74fb [vcpkg] Use fgetws instead of fgets to accomodate non-ascii results 2017-08-25 23:34:44 -07:00
Robert Schumacher
7a2a237e13 [vcpkg] Don't leak changes to the path in bootstrap 2017-08-25 23:25:41 -07:00
Robert Schumacher
3f88832110 [vcpkg] Add commit date to vcpkg version 2017-08-25 23:20:57 -07:00
Alexander Karatarakis
f578dd6d07 Merge pull request #1682 from Mixaill/fix-1660
[vcpkg] use UTF-8 for console input/output
2017-08-25 17:35:03 -07:00
Robert Schumacher
67b9475ef2 [vcpkg] Set codepage to 65001, duplicate of #1682, fixes #1660 #1631 #1644 2017-08-25 17:30:56 -07:00
Mikhail Paulyshka
af01792297 [vcpkg] use UTF-8 for console input/output 2017-08-25 17:27:11 -07:00
Robert Schumacher
98ee8a949a [vcpkg] Trap Ctrl-C, enable thread safety for global data structures 2017-08-25 16:03:57 -07:00
Alexander Karatarakis
34bd87c9fc Fix merge issues 2017-08-24 16:32:06 -07:00
Alexander Karatarakis
88d96a3699 Run cleanup before exiting instead of calling atexit 2017-08-24 16:29:41 -07:00
Alexander Karatarakis
e237682cad Introduce GlobalState struct 2017-08-24 16:29:40 -07:00
Alexander Karatarakis
8fc510e1f9 [highfive] Remove unneeded vcpkg_copy_pdbs() 2017-08-24 15:42:08 -07:00
Alexander Karatarakis
8016f695e4 Merge pull request #1695 from veggiesaurus/highfive
[highfive] new port
2017-08-24 15:41:27 -07:00
Mikhail Paulyshka
ceb54bae87 [vcpkg] prefer AMD64 host architecture 2017-08-25 00:45:11 +03:00
Alexander Karatarakis
73ab68dc18 Merge pull request #1679 from glachancecmaisonneuve/unrar
[unrar] initial port
2017-08-24 14:41:55 -07:00
Alexander Karatarakis
c1a6a0513c Merge pull request #1693 from codicodi/add-rhash
[rhash] new port
2017-08-24 14:36:22 -07:00
Alexander Karatarakis
515d7326dc Merge pull request #1698 from codicodi/fix-expat
[expat] drop debug suffix
2017-08-24 14:29:37 -07:00
Alexander Karatarakis
26c8cb56af Merge branch 'CreateProcess' 2017-08-24 13:34:39 -07:00
Alexander Karatarakis
08232f12a3 Merge pull request #1692 from codicodi/add-lzfse
[lzfse] new port
2017-08-24 13:27:08 -07:00
codicodi
9a1618c8a5 [expat] drop debug suffix 2017-08-24 21:45:00 +02:00
Alexander Karatarakis
52d606e6ac Use CreateProcess instead of _wspawnlpe 2017-08-24 12:07:22 -07:00
Alexander Karatarakis
14f42a66d3 [Strings::format] Add overload for unisigned long 2017-08-24 12:07:16 -07:00
veggiesaurus
e4d0cb1976 cleanup portfile 2017-08-24 20:18:00 +02:00
veggiesaurus
2291214f1f highfive header-only install 2017-08-24 20:14:49 +02:00
codicodi
c4e4ba6418 [rhash] new port 2017-08-24 17:37:06 +02:00
Mikhail Paulyshka
7dd082cad7 [vcpkg] testing for architectures supported by toolset 2017-08-24 13:26:42 +03:00
Robert Schumacher
a3e607c8f1 [assimp] Fix non-const-accepting WordIterator::operator!= 2017-08-24 02:55:25 -07:00
Robert Schumacher
bed70f54bc [vcpkg] Add stringify for BuildResult::FILE_CONFLICTS 2017-08-23 22:46:28 -07:00
Robert Schumacher
1081778b84 [openssl] Improve Windows SDK support (contract version detection) 2017-08-23 22:15:02 -07:00
Robert Schumacher
3c34cca36a [vcpkg] Fix typo 2017-08-23 16:16:31 -07:00
Robert Schumacher
5fb5f65ccd Merge branch 'master' of https://github.com/Microsoft/vcpkg 2017-08-23 15:58:12 -07:00
Robert Schumacher
30d2cb9deb [vcpkg] Install should not list already installed packages as "to be built" 2017-08-23 15:58:05 -07:00
Robert Schumacher
14a99b0730 [vcpkg] Deduplicate code from feature packages 2017-08-23 15:57:46 -07:00
Alexander Karatarakis
79365783d0 [boost] Fix uwp build by disabling stacktrace and fiber 2017-08-23 15:14:21 -07:00
Alexander Karatarakis
f346de97f5 Merge pull request #1687 from codicodi/libraw-fixes
[libraw] fix import macro, correct dependencies
2017-08-23 09:26:54 -07:00
Alexander Karatarakis
2afdf3745e Merge pull request #1686 from codicodi/expat-2.2.4
[expat] update to 2.2.4
2017-08-23 09:07:26 -07:00
codicodi
b8f51a1cdb [libraw] fix import macro, correct dependencies
By default, libraw does not attempt to link to libjpeg, but does pick up jasper if present
2017-08-23 17:04:52 +02:00
codicodi
01cbf421ab [expat] update to 2.2.4 2017-08-23 16:07:57 +02:00
glachancecmaisonneuve
3e6a19754b no more renaming
control version number was wrong (thank you for spotting that)
2017-08-22 23:15:19 -04:00
Alexander Karatarakis
57d078e8d1 [vcpkg edit] Add option --buildtrees 2017-08-22 18:28:43 -07:00
Robert Schumacher
687ea82f89 [vcpkg] Improve formatting of search and list. Fix gl2ps version. 2017-08-22 15:59:27 -07:00
Robert Schumacher
651ab5cef2 Merge pull request #1566 from Microsoft/feature_package_end_to_end
end to end hdf5 feature packages
2017-08-22 15:14:59 -07:00
Robert Schumacher
92dd1b77ed [vcpkg] Add Util::ResourceBase, use MoveOnlyBase 2017-08-22 15:14:15 -07:00