Commit Graph

1918 Commits

Author SHA1 Message Date
Alexander Karatarakis
f6fc6b30a3 Merge pull request #671 from OlafvdSpek/patch-3
Update README.md
2017-02-15 14:43:31 -08:00
flysha
cad7e2a30c [sqlite3] upgrade to 3.17.0 2017-02-15 20:14:37 +08:00
Olaf van der Spek
0541bc2807 Update README.md 2017-02-15 12:14:01 +01:00
Oleksii Mandrychenko
d9462fdf49 Trivial print out change
- An error message now contains a command that we can copy-paste directly to powershell
  vcpkg update   =>      .\\vcpkg update
  Adding two slashes to escape the output
2017-02-15 10:46:50 +00:00
Alexander Karatarakis
edec017ece Fix download of nasm. Resolves libjpeg-turbo build error 2017-02-14 19:20:13 -08:00
Alexander Karatarakis
4d29741fcb Flush std::cout before launching external process 2017-02-14 19:09:09 -08:00
Alexander Karatarakis
9dac4b073a [antlr4] Make identation consistent 2017-02-14 18:35:40 -08:00
Alexander Karatarakis
3e0e9e3449 [antlr4] Fix downloading of LICENSE file 2017-02-14 18:34:59 -08:00
Alexander Karatarakis
ff3b3ecb55 Improve impl of get_environmental_variable() 2017-02-14 18:28:41 -08:00
Alexander Karatarakis
da26d09716 Add functions to find Program Files folders on the CMake side 2017-02-14 17:29:47 -08:00
Alexander Karatarakis
a9a63192dd Function rename 2017-02-14 16:57:34 -08:00
Alexander Karatarakis
444f28dd24 Add functions to find Program Files folders on the powershell side 2017-02-14 16:53:29 -08:00
Alexander Karatarakis
a7c5063d4d Add functions to find the Program Files folders on the C++ side. Resolves #606 2017-02-14 16:23:02 -08:00
Alexander Karatarakis
b882f365e9 System::get_environmental_variable() now returns optional<> 2017-02-14 15:35:34 -08:00
Alexander Karatarakis
a518133165 Fix typo 2017-02-14 15:27:37 -08:00
Alexander Karatarakis
0d47ce63ed Add System::set_environmental_variable() 2017-02-14 13:26:21 -08:00
Alexander Karatarakis
c11b2c790e Rename wdupenv_str to get_environmental_variable() 2017-02-14 13:21:30 -08:00
Alexander Karatarakis
8aa82bb895 [msmpi] Find the correct Program Files. Resolves #669 2017-02-14 13:03:51 -08:00
Alexander Karatarakis
0af2fdf1af Merge pull request #666 from sdcb/chakracore-1.4.1
[chakracore] upgrade to latest 1.4.1 and fix #665
2017-02-14 12:37:37 -08:00
Alexander Karatarakis
e03ca8215f Update CHANGELOG and bump version to v0.0.72 2017-02-14 11:35:21 -08:00
sdcb
7c5f8e2f70 [chakracore] upgrade to latest 1.4.1 and fix #665
1. upgrade to latest 1.4.1(https://github.com/Microsoft/ChakraCore/releases)
2. fix https://github.com/Microsoft/vcpkg/issues/665 by disable /WX
3. add ch.exe, GCStres.exe, rl.exe into tools directory(which I think maybe useful).
2017-02-14 15:30:30 +08:00
codicodi
18abe2944d [gdk-pixbuf] disable static builds 2017-02-14 00:27:59 +01:00
codicodi
9406f333aa [gdk-pixbuf] use latest version 2017-02-13 23:58:50 +01:00
codicodi
0c03dc5631 add-gdk-pixbuf 2017-02-13 23:48:48 +01:00
Alexander Karatarakis
af583825a7 [Checks] Add check_exit() overload with no message 2017-02-13 14:05:27 -08:00
Alexander Karatarakis
37f45b9d5f Make StatusParagraph::find_installed() const 2017-02-13 14:05:26 -08:00
Alexander Karatarakis
f227500848 Merge pull request #517 from albertziegenhagel/parmetis
parmetis
2017-02-13 13:11:54 -08:00
Guillaume Dumont
7bc6851638 Updated patch to fix sizeof off_t differences between UNIX and Windows 2017-02-13 12:10:29 -05:00
Robert Schumacher
e139716c8f Merge pull request #653 from codicodi/add-libepoxy
Add libepoxy
2017-02-12 23:54:52 -08:00
Robert Schumacher
a59f6dda5e [libepoxy] Disable static builds due to dllimport/export issues. 2017-02-12 23:54:05 -08:00
Robert Schumacher
99edec7538 Merge pull request #658 from iraklisk/master
Nice (libnice) port
2017-02-12 23:32:35 -08:00
Iraklis Karagkiozoglou
a82a0c01b5 Remove auto generated comments 2017-02-13 05:45:28 +02:00
Iraklis Karagkiozoglou
a932e5fc20 libnice port 2017-02-13 05:35:12 +02:00
Robert Schumacher
c9bf4b6138 [sfml] Update to 2.4.2 2017-02-11 10:39:57 -08:00
Robert Schumacher
4cef21b894 [bootstrap] Specify NuGet Source to avoid impact from user config. 2017-02-11 09:51:02 -08:00
Alexander Karatarakis
a0eb236eaa Remove unused #include 2017-02-10 14:00:12 -08:00
Alexander Karatarakis
d46370aae5 Fix error message 2017-02-10 14:00:11 -08:00
Alexander Karatarakis
a13b2f0c92 build_package() modified to return the result of the build 2017-02-10 14:00:11 -08:00
Alexander Karatarakis
95650bdd42 PostBuildLint enum revamp 2017-02-10 14:00:11 -08:00
Alexander Karatarakis
7a0404cb83 BuildInfo now holds enum instead of string 2017-02-10 14:00:11 -08:00
Alexander Karatarakis
47a4bff2d1 Add vcpkg_Enums 2017-02-10 14:00:11 -08:00
Alexander Karatarakis
a0696395af Merge pull request #655 from sdcb/asio-1.10.8
[asio] upgrade to 1.10.8
2017-02-10 13:59:32 -08:00
sdcb
a58139adf0 [asio] upgrade to 1.10.8 2017-02-10 17:32:54 +08:00
Robert Schumacher
43665857a3 [fmt] Force headers in shared build to always have FMT_SHARED.
Fixes #331.
2017-02-09 17:23:34 -08:00
Alexander Karatarakis
cfd5adaf13 Improve WinSDK detection 2017-02-09 15:26:40 -08:00
codicodi
6c380e0578 fix typo 2017-02-09 18:24:17 +01:00
codicodi
91442a634e [libepoxy] ensure python is on path 2017-02-09 18:23:21 +01:00
codicodi
b65ae7c277 tabs to spaces 2017-02-09 18:15:57 +01:00
codicodi
6ca475a5b4 add libepoxy 2017-02-09 18:13:52 +01:00
Robert Schumacher
f19c145ab5 [openvr] Initial commit of 1.0.5 2017-02-09 00:33:02 -08:00