Commit Graph

1753 Commits

Author SHA1 Message Date
Alexander Karatarakis
a62558fb79 Introduce ElapsedTime class 2017-02-16 16:29:52 -08:00
Alexander Karatarakis
8a37cd9b1d Specify type explicitly 2017-02-16 13:19:43 -08:00
Alexander Karatarakis
99e369e4a7 Use ascii_to_lowercase() 2017-02-16 13:02:30 -08:00
Alexander Karatarakis
053608f47b Fix build command not printing out the missing dependencies on fail 2017-02-16 00:27:02 -08:00
Alexander Karatarakis
31cda2b3de Add comment for tolower_char() 2017-02-15 20:44:19 -08:00
Alexander Karatarakis
83fa6a09fb Add tolower_char(char)->char. Avoids C4244 for char<->int conversion 2017-02-15 20:41:03 -08:00
Alexander Karatarakis
d86c1ddd6c Use Strings::ascii_to_lowercase() 2017-02-15 20:39:49 -08:00
Alexander Karatarakis
b80cdd1118 Fix C4018 warning 2017-02-15 20:18:39 -08:00
Alexander Karatarakis
377f93f3e3 Update CHANGELOG and bump version to v0.0.73 2017-02-15 19:33:18 -08:00
Alexander Karatarakis
0563b29389 Raise Warning level for the vcpkg tool to W4 2017-02-15 19:22:53 -08:00
Alexander Karatarakis
293fcbec59 [!] Change the format of the listfile 2017-02-15 19:19:19 -08:00
Alexander Karatarakis
ad197b4a74 Formatting 2017-02-15 18:58:44 -08:00
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
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