Commit Graph

425 Commits

Author SHA1 Message Date
Robert Schumacher
23f187a457 Merge pull request #132 from vlj/master
Add harfbuzz.
2016-10-10 23:05:23 -07:00
Alexander Karatarakis
38bf4de0fe Rename System::Stopwatch to System::Stopwatch2 2016-10-10 18:46:40 -07:00
Alexander Karatarakis
a6f8650edb [post-build-lint] Look no further than newline when detecting "machine" line 2016-10-10 18:44:18 -07:00
Alexander Karatarakis
49972f472a Merge branch 'master' of https://github.com/Microsoft/vcpkg 2016-10-10 18:27:52 -07:00
Alexander Karatarakis
6595a311e9 Post-build checks no longer use findstr. Resolves #69 2016-10-10 18:27:47 -07:00
Alexander Karatarakis
3ecc67784a Add Stopwatch class 2016-10-10 18:12:26 -07:00
Alexander Karatarakis
a00500bcc1 Add to_printf_arg(double) overload 2016-10-10 15:03:48 -07:00
vlj
218d70bcbe Add harfbuzz. 2016-10-10 23:48:08 +02:00
Adam Martin
3f77292da5 Fixed tabs to spaces formatting 2016-10-09 10:59:37 -05:00
Adam Martin
32548fe2ed Add the tools directory to CMAKE_PROGRAM_PATH so find_program and similar can locate installed tools 2016-10-09 10:55:46 -05:00
sdcb
ad7b893940 add RxCpp for https://github.com/Microsoft/vcpkg/issues/47. 2016-10-08 11:54:43 +08:00
LiGuilin
c91da2b0c4 Merge remote-tracking branch 'upstream/master' 2016-10-08 08:34:12 +08:00
Robert Schumacher
a0f621c0fc Merge branch 'docs' 2016-10-07 16:53:37 -07: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
91c7d69cdb [docs] Add EXAMPLE_fix_libpng into the main examples document outline 2016-10-07 15:39:55 -07:00
Robert Schumacher
1a95b4a0ec Merge pull request #128 from adam4813/lua 2016-10-07 14:51:06 -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
0838b4ae32 Merge pull request #120 from adam4813/bullet3 2016-10-07 14:24:47 -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
Robert Schumacher
96f977d38f [vcpkg] Change CMake build flags to enable pdbs in Release 2016-10-07 12:55:41 -07: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
595ec61dee Release script no longer adds a git tag 2016-10-06 14:24:10 -07:00
Alexander Karatarakis
7c05facd8a Forward triplet options to default CMAKE variables 2016-10-06 13:46:41 -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
Robert Schumacher
c48ab77596 Merge pull request #122 from barcharcraz/assimp
Add Assimp
2016-10-05 17:45:26 -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
bf6ddeb018 Add post build checks for the presence of dlls in static builds 2016-10-05 17:44:02 -07:00
Alexander Karatarakis
52b7630c86 Add triplet::build_type() 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
Alexander Karatarakis
0fc610b2f7 Triplet files now define variables for arch, linkage, etc 2016-10-05 17:44:02 -07:00
Alexander Karatarakis
8b4f7d4a98 Fix cast to size_t 2016-10-05 17:43:46 -07:00
Alexander Karatarakis
57b638fea9 Fix release script to properly checkout .vcpkg-root in the temp dirs 2016-10-05 17:31:27 -07:00
Alexander Karatarakis
6b2ac13699 [doVcpkgRelease] ErrorActionPreference = "Stop"
To prevent tags from being created on fail
2016-10-05 17:20:45 -07:00
Alexander Karatarakis
12d9cba5d8 Update CHANGELOG and bump version to v0.0.40 2016-10-05 17:00:49 -07:00
Alexander Karatarakis
0aa4dfb718 Update portfile template to include SOURCE_PATH 2016-10-05 16:59:59 -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
charlie barto
7a1ad54ad9 Merge remote-tracking branch 'upstream/master' 2016-10-05 18:09:46 -04:00
charlie barto
f3b9053def added glbinding port 2016-10-05 18:00:15 -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
Alexander Karatarakis
1f9b97d683 Add "lowercase" to the message about invalid chars 2016-10-05 13:45:44 -07:00
Alexander Karatarakis
5adf575879 Fix #119 [regression]: cannot use numbers in library names 2016-10-05 13:20:33 -07:00
Alexander Karatarakis
7fd71747d7 Display the lowercased name for errors in package parsing 2016-10-05 13:19:46 -07:00