Alexander Karatarakis
98ea6780e7
Enums::nullvalue_used() now requires LineInfo as first arg
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
8e8debc848
Put LineInfo in separate h/cpp
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
2590371023
Remove Enums::unreachable(). Use Checks::unreachable() instead
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
c55bbc3c46
Add __declspec(noreturn) to the definitions to match the declarations
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
d15818c602
Checks::unreachable() now needs LineInfo as an argument
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
cbcd29c209
Global variable g_debugging now declared in vcpkglib.h
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
4ee9c451fc
Rename LINE_INFO to VCPKG_LINE_INFO to avoid conflict with CppUnitTestAssert.h
2017-03-13 17:56:21 -07:00
Alexander Karatarakis
66ebb6ce2b
Make parameter const to avoid C4239 warnings
2017-03-13 17:56:21 -07:00
Robert Schumacher
a92ecac8a7
[uwebsockets] Fix control file. Add missing include.
2017-03-13 16:49:26 -07:00
Alexander Karatarakis
5ffac1b657
Merge pull request #791 from codicodi/bump-pango
...
[pango] update to 1.40.4
2017-03-13 16:34:32 -07:00
Alexander Karatarakis
d02d602090
System::cmd_execute_and_capture_output() now redirects std::err to std::out
2017-03-13 16:17:47 -07:00
Alexander Karatarakis
2d94b2198a
Don't print messages to the screen when where.exe fails to find something
2017-03-13 16:09:52 -07:00
codicodi
3e6e8c9954
[pango] update to 1.40.4
2017-03-14 00:07:16 +01:00
Alexander Karatarakis
e3bba294b4
Introduce LINE_INFO macro + struct
2017-03-13 16:04:29 -07:00
Alexander Karatarakis
a1d38868ab
Merge pull request #789 from codicodi/bump-libepoxy
...
[libepoxy] update to 1.4.1
2017-03-13 15:51:03 -07:00
Alexander Karatarakis
d59e756f26
Merge pull request #788 from codicodi/bump-glib
...
[glib] update to 2.50.3
2017-03-13 15:47:55 -07:00
codicodi
d677a52cb9
[libepoxy] update to 1.4.1
2017-03-13 23:42:40 +01:00
Alexander Karatarakis
01b164b56e
Merge branch 'Mixaill-cairomm'
2017-03-13 15:33:46 -07:00
Alexander Karatarakis
40702522d1
Replace patch 0001 with copying files
...
Previously the patch would create five files.
Now the 5 files are checked in and we copy them over.
2017-03-13 15:33:30 -07:00
codicodi
83e7591377
[glib] update to 2.50.3
2017-03-13 23:29:40 +01:00
Alexander Karatarakis
dc29e034c8
Merge branch 'cairomm' of https://github.com/Mixaill/vcpkg into Mixaill-cairomm
2017-03-13 14:51:08 -07:00
Robert Schumacher
fee9e6150c
Merge pull request #776 from Mixaill/libpopt
...
[libpopt] add version 1.16
2017-03-13 14:38:34 -07:00
Mikhail Paulyshka
c71fffc32b
[libpopt] add version 1.16
2017-03-13 14:36:41 -07:00
Alexander Karatarakis
0e4aa7d3e6
Merge pull request #781 from jhruby/master
...
Beast library port
2017-03-13 14:27:53 -07:00
Robert Schumacher
e387f314a8
Merge pull request #775 from Mixaill/msvs2017-mpir-winsdk
...
[mpir] detect Windows SDK version (was: retarget MSVS2017 to Windows 10 SDK)
2017-03-13 14:15:56 -07:00
Robert Schumacher
26b9278a4c
[vcpkg_build_msbuild] Perform a full rebuild by default.
2017-03-13 14:09:11 -07:00
Robert Schumacher
f440632894
[mpir] Rely on default override of WinSDK.
2017-03-13 14:06:48 -07:00
Robert Schumacher
32d79e9486
[mpir] Portfile cleanup.
...
Always use the library copyright file (we do not build the executables).
Leave copying pdbs to vcpkg_copy_pdbs().
Use the newer VCPKG_TARGET_ARCHITECTURE over TRIPLET_SYSTEM_ARCH.
CMake's "MATCHES" conditional performs regex substring search, so * is not needed.
2017-03-13 14:05:04 -07:00
Robert Schumacher
8fc1447da7
[vcpkg_build_msbuild] Default to overriding WinSDK version
2017-03-13 14:02:28 -07:00
Alexander Karatarakis
ca0ea93e64
Merge pull request #780 from Mixaill/amd64-mpg123
...
[mpg123] update to 1.24.0
2017-03-13 13:49:52 -07:00
Alexander Karatarakis
77d83aeb6f
Merge pull request #779 from Mixaill/template
...
template: add some more variables
2017-03-13 13:47:53 -07:00
John Hruby
327087edc3
added beast library port
2017-03-13 09:25:15 +01:00
Jan Hrubý
665f4118f6
Merge pull request #1 from Microsoft/master
...
pull
2017-03-13 08:56:05 +01:00
Mikhail Paulyshka
d6e246722c
[cairomm] add version 1.15.3 (patch v3)
2017-03-13 03:40:50 +03:00
Mikhail Paulyshka
27f0759cab
template: add some more variables
2017-03-13 03:39:46 +03:00
Mikhail Paulyshka
8ec551596b
[mpg123] update to 1.24.0
...
fix x64 builds. Resolves #674
enable static builds
2017-03-13 03:16:08 +03:00
Mikhail Paulyshka
3379a3e8e2
[mpir] handle Windows SDK version properly (+1 squashed commits)
...
Squashed commits:
[a820112] [mpir] retarget MSVS2017 to Windows 10 SDK
2017-03-12 21:23:00 +03:00
Mikhail Paulyshka
cff0971773
vcpkg_build_msbuild: add TARGET_PLATFORM_VERSION property
2017-03-12 21:22:59 +03:00
Robert Schumacher
1c9873a0da
Merge pull request #770 from Mixaill/mpir-msvs2017
...
[mpir] update to 3.0.0
2017-03-11 19:46:47 -08:00
Robert Schumacher
df1a11d56f
Merge pull request #769 from Mixaill/msgpack
...
[msgpack] add version 2.1.1
2017-03-11 19:43:33 -08:00
Robert Schumacher
5397d27fb4
Merge pull request #761 from perara/patch-1
...
Removed flatbuffers tools directory
2017-03-11 19:35:00 -08:00
Robert Schumacher
42100fd526
Merge pull request #746 from yirkha/dev/jihruska/openssl-fixes
...
[openssl] Two build fixes
2017-03-11 19:21:24 -08:00
Robert Schumacher
a2a558bd03
[vcpkg] Fix regression in 7b14894d
. Fixes #772 .
2017-03-11 19:08:16 -08:00
Robert Schumacher
7490dc0f1d
Merge pull request #768 from Mixaill/libjpegturbo-msvs2017
...
[libjpeg-turbo] update to 1.5.1
2017-03-11 12:21:07 -08:00
Mikhail Paulyshka
6aafae15fb
[mpir] update to 3.0.0. Resolves #720
2017-03-11 20:35:54 +03:00
Mikhail Paulyshka
c598aa8fd8
[msgpack] add version 2.1.1. Resolves #744
2017-03-11 19:38:49 +03:00
Mikhail Paulyshka
534438a00a
[libjpeg-turbo] update to 1.5.1. Resolves #767
2017-03-11 17:03:56 +03:00
Alexander Karatarakis
56465aabe5
Update CHANGELOG and bump version to v0.0.76
2017-03-10 17:44:36 -08:00
Alexander Karatarakis
78ca952d76
Use System::cmd_executeClean()
2017-03-10 17:33:23 -08:00
Alexander Karatarakis
f2edc12561
[libuv] Fix usage of GIT
2017-03-10 17:07:42 -08:00