Commit Graph

1842 Commits

Author SHA1 Message Date
Alexander Karatarakis
c031bda3bd Test result of assignment. Avoids C4706 2017-02-15 18:58:37 -08:00
Alexander Karatarakis
e11db4d5da Remove unused function 2017-02-15 18:48:06 -08:00
Alexander Karatarakis
50187c07a7 Remove disabled post-build check 2017-02-15 18:46:27 -08:00
Alexander Karatarakis
809d66c53d Remove parameter names to avoid C4100 2017-02-15 18:45:26 -08:00
Alexander Karatarakis
1f673572ae Fix cast to WORD 2017-02-15 18:40:39 -08:00
Alexander Karatarakis
b39b2d298d Remove unused variable from create_remove_plan() 2017-02-15 18:38:40 -08:00
Alexander Karatarakis
fcafe9acea Improve info displayed during the CI command 2017-02-15 18:06:07 -08:00
Alexander Karatarakis
dbd8e5c56d Print only non-SUCCEEDED packages and also show summary 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
ab2cca3dad Add BuildResul_Values and rename NULLVALUE const 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
430739c468 Change parameter from std::string to package_spec 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
6824cc9264 Extract create_user_troubleshooting_message(). CI doesn't call it, interactive commands do 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
6e25bcf7cb Swap parameters of Build::create_error_message() 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
c432b66034 Introduce ci command: builds all packages of a triplet 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
c60c9de6e2 Restore dependency check in build_package() 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
cc1692f304 Don't capture anything in lambdas, if they don't need it 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
2b90350632 Separate dependency check from build_package() 2017-02-15 18:06:06 -08:00
Alexander Karatarakis
1ecf03e2b0 [clockutils] Remove stray LICENSE file
Fixes post-build checks
2017-02-15 17:45:02 -08:00
Alexander Karatarakis
081c1aa27a Merge pull request #663 from codicodi/add-gdk-pixbuf
Add gdk-pixbuf
2017-02-15 16:54:07 -08:00
Alexander Karatarakis
db4b7dfa65 [lmdb] Bump version 2017-02-15 16:53:20 -08:00
Alexander Karatarakis
42c2fbe504 Merge pull request #660 from willyd/lmdb-fix
LMDB: Updated patch to fix size of off_t differences between UNIX and Windows
2017-02-15 16:49:20 -08:00
Alexander Karatarakis
ac905cfa0a Merge pull request #651 from tobiaskohlbau/master
[opencv] bump to 3.2.0
2017-02-15 16:45:52 -08:00
Alexander Karatarakis
03b6548653 Use MinGit instead of PortableGit. Resolves #662 2017-02-15 16:35:51 -08:00
Alexander Karatarakis
500fe7957a [glbinding] Delete exes that appear in the presence of glfw3. Resolves #537 2017-02-15 16:12:29 -08:00
Alexander Karatarakis
aeae9969b2 Merge pull request #652 from Microsoft/dev/roschuma/openvr
[openvr] Initial commit of 1.0.5
2017-02-15 15:05:17 -08:00
Alexander Karatarakis
9d51b11b39 Merge pull request #672 from sdcb/sqlite-3.17.0
[sqlite3] upgrade to 3.17.0
2017-02-15 15:03:02 -08:00
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