Commit Graph

1842 Commits

Author SHA1 Message Date
Alexander Karatarakis
577fa80c6e Merge branch 'pugixml' of https://github.com/ab-acx/vcpkg into ab-acx-pugixml 2017-02-27 12:55:47 -08:00
ab
1b0fd3880f Adding pugixml version 1.8.1 2017-02-27 10:17:59 +01:00
Alexander Karatarakis
0c17b066d0 Merge pull request #716 from codicodi/bump-spdlog
[spdlog] update to 0.12.0
2017-02-25 22:47:07 -08:00
Alexander Karatarakis
675130b51c Merge pull request #713 from codicodi/bump-lz4
[lz4] update to 1.7.5
2017-02-25 21:16:08 -08:00
Alexander Karatarakis
f396f7106c Merge pull request #712 from codicodi/bump-flac
[libflac] update to 1.3.2
2017-02-25 20:52:53 -08:00
Alexander Karatarakis
5da62772cc Merge pull request #715 from codicodi/bump-lzma
[liblzma] update to 5.2.3
2017-02-25 15:53:20 -08:00
codicodi
b4fa5bca11 [spdlog] fix indentation 2017-02-25 16:57:03 +01:00
codicodi
59a70d3729 [spdlog] update to 0.12.0 2017-02-25 16:52:57 +01:00
codicodi
39a59a82a9 [liblzma] update to 5.2.3 2017-02-25 15:55:57 +01:00
codicodi
058c8a825e [lz4] update to 1.7.5 2017-02-25 15:46:19 +01:00
codicodi
099df5267e [libflac] bum version in CONTROL file 2017-02-25 15:28:48 +01:00
codicodi
533c60fcca [libflac] update to 1.3.2 2017-02-25 15:25:20 +01:00
Alexander Karatarakis
ec02f5bb26 [opengl] Add branch for Windows 8.1 SDK 2017-02-24 17:27:12 -08:00
Robert Schumacher
5eae6e392a Merge branch 'master' of https://github.com/microsoft/vcpkg 2017-02-24 16:58:22 -08:00
Alexander Karatarakis
58002f6239 Tweak -Verbose messages 2017-02-24 16:36:10 -08:00
Alexander Karatarakis
789f26c741 Rewrite WindowsSDK detection 2017-02-24 16:28:36 -08:00
Alexander Karatarakis
c81edf7592 Rewrite MSBuild detection
Add -Verbose messages. Look for VS2015 in Program files as well as registry
2017-02-24 16:27:29 -08:00
Robert Schumacher
df4d385d3d [qt5] Further reduce regressions.
Fix issue where generated cmake points at the wrong tools folder.
2017-02-24 16:00:05 -08:00
Alexander Karatarakis
8f89f41a06 Inline variables 2017-02-24 15:17:18 -08:00
Alexander Karatarakis
beb1250fe4 Improve functions that detect ProgramFiles in CMake 2017-02-24 15:02:10 -08:00
Alexander Karatarakis
95a9a98ede Throw error is PROGRAMFILES env variable is not found 2017-02-24 14:44:37 -08:00
Alexander Karatarakis
60e67651c3 Improve functions that detect ProgramFiles in powershell 2017-02-24 14:30:56 -08:00
Robert Schumacher
e4ff363f5c [qt5] Reduce number of skipped components. 2017-02-23 19:01:01 -08:00
Robert Schumacher
a018ade610 [aws-sdk-cpp] Switch build to use Ninja to improve performance. 2017-02-23 18:36:47 -08:00
Alexander Karatarakis
984f710c3f Tweak Verbose messages 2017-02-23 16:01:20 -08:00
Alexander Karatarakis
6367924964 Disable Verbose-level messages for imported module 2017-02-23 15:50:52 -08:00
Alexander Karatarakis
b5dc358d49 Remove unneeded Import-Module directive 2017-02-23 15:50:28 -08:00
Alexander Karatarakis
1a50284929 Use System::set_environmental_variable() 2017-02-23 15:47:00 -08:00
Robert Schumacher
4b9f258c70 [vcpkg] Fix bug when building v141@64-bit from a v140@32-bit prompt 2017-02-23 04:35:00 -08:00
Robert Schumacher
dd6d1aa560 [qt5] Exercise full control over build configuration.
Bumps version to 5.7.1-2

This fixes several issues:
- Prevents a hang for user input during the build.
- Moves the tools into a subdirectory so their DLLs do not interfere with other packages.
- Adds the currently installed DLLs to the path so that tools compiled during the build can be run.
- Uses our system's copy of double-conversion.
- No longer uses looped builds; I haven't seen issues since the update to JOM 1.1.2
- Works around an issue with Qt5Bootstrap (QTBUG-55499)

Regressions to fix:
- Disables many subcomponents
2017-02-23 03:34:21 -08:00
Robert Schumacher
7dd7490468 [vcpkg] Force JOM to be updated to 1.1.2 2017-02-23 03:29:25 -08:00
Alexander Karatarakis
db59fd0b09 Use check_exit() instead of check_throw() 2017-02-22 15:42:04 -08:00
Alexander Karatarakis
f6e4c2968a Improve error message and use check_exit() instead of check_throw() 2017-02-22 15:41:09 -08:00
Robert Schumacher
fa3f9dd962 [opengl] Add -ExecutionPolicy Bypass when invoking powershell as a child
process.
2017-02-21 23:29:31 -08:00
Alexander Karatarakis
b831a7d9ee [find/acquire python] Update to v1.1.2 from v1.1.1 2017-02-21 19:39:53 -08:00
Alexander Karatarakis
4dc8f546f6 [find/acquire python] Use 32-bit versions and bump to latest patch version 2017-02-21 19:31:52 -08:00
Alexander Karatarakis
3ae8349d1b [opengl] Use the latest installed version of WinSDK
Resolves #697, #99
2017-02-21 19:06:30 -08:00
Alexander Karatarakis
c44c085e8b Add vcpkg_get_windows_sdk.cmake 2017-02-21 18:09:32 -08:00
Alexander Karatarakis
a2cebceafe Rename findTargetPlatformVersion to getWindowsSDK 2017-02-21 17:45:08 -08:00
Alexander Karatarakis
1dd675a785 Use std::vector.empty() instead of checking for size() = 0 2017-02-21 17:32:53 -08:00
Alexander Karatarakis
de288d5a4c Add search --graph option
This functionality should eventually be moved elsewhere
2017-02-21 17:32:10 -08:00
Alexander Karatarakis
d2ed1d9215 Merge pull request #693 from codicodi/add-gtk
Add GTK+
2017-02-21 17:09:30 -08:00
Alexander Karatarakis
2906ad00d3 [nana] Update version to fix build error. Resolves #688 2017-02-21 15:21:11 -08:00
Alexander Karatarakis
568d333c1f Merge pull request #699 from msmolens/support-static-gtest
[gtest] Support static build
2017-02-21 13:59:11 -08:00
Robert Schumacher
3e67b104fd Merge pull request #670 from o-mdr/master
Trivial print out change
2017-02-21 13:41:54 -08:00
Alexander Karatarakis
81bb33dc3e Merge pull request #696 from tobiaskohlbau/master
[pqp] Add PQP portfile
2017-02-21 13:39:58 -08:00
Robert Schumacher
7d4df89c1d Merge branch 'master' into master 2017-02-21 13:39:36 -08:00
Alexander Karatarakis
b921dce5fc Merge pull request #690 from Shadowrom2020/master
dlib port
2017-02-21 13:32:31 -08:00
Max Smolens
5c8d362b22 [gtest] Support static build 2017-02-21 09:47:17 -05:00
Robert Schumacher
7459156943 Merge pull request #698 from pravic/patch-1
Allow to use git.cmd in addition to git.exe
2017-02-20 21:46:19 -08:00