Alexander Karatarakis
|
c1a2c79b6b
|
[remove-command] Reorder input processing
|
2017-02-17 00:05:23 -08:00 |
|
Alexander Karatarakis
|
6d2b407b28
|
[mongo-cxx-driver] Don't delete mongocxx/options/ dir
|
2017-02-16 23:57:56 -08:00 |
|
Robert Schumacher
|
5d873f0520
|
[hdf5] Fix #673 by explicitly specifying the szip libraries
|
2017-02-16 22:53:28 -08:00 |
|
Alexander Karatarakis
|
3575914718
|
Improve message of vcpkg integrate install
|
2017-02-16 20:38:59 -08:00 |
|
Alexander Karatarakis
|
0dbc59da7a
|
Fix script for powershell in Win7
|
2017-02-16 20:00:00 -08:00 |
|
Robert Schumacher
|
cf537a2623
|
[vcpkg] Use the Registry to find VS2015
|
2017-02-16 19:21:55 -08:00 |
|
Alexander Karatarakis
|
d36b292ae2
|
Don't prompt for downloading nuget when finding VS instances
This means bootstrap no longer prompts
|
2017-02-16 19:13:10 -08:00 |
|
Alexander Karatarakis
|
7b4cae57be
|
fetchDependency.ps1: add option to override prompting for download
|
2017-02-16 18:48:14 -08:00 |
|
Alexander Karatarakis
|
82585b25ab
|
Update CHANGELOG and bump version to v0.0.74
|
2017-02-16 18:11:47 -08:00 |
|
Alexander Karatarakis
|
66cc4eed68
|
CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issues
|
2017-02-16 18:02:16 -08:00 |
|
Alexander Karatarakis
|
1a6496b494
|
Use ElapsedTime instead of Stopwatch
|
2017-02-16 16:37:11 -08:00 |
|
Alexander Karatarakis
|
e16084cc8d
|
Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cpp
|
2017-02-16 16:32:36 -08:00 |
|
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 |
|
albertziegenhagel
|
30a8d6e730
|
Fixed some typos
|
2017-02-16 08:10:54 +01: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 |
|