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 |
|
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
|
03b6548653
|
Use MinGit instead of PortableGit. Resolves #662
|
2017-02-15 16:35:51 -08:00 |
|
Alexander Karatarakis
|
4d29741fcb
|
Flush std::cout before launching external process
|
2017-02-14 19:09:09 -08:00 |
|
Alexander Karatarakis
|
ff3b3ecb55
|
Improve impl of get_environmental_variable()
|
2017-02-14 18:28:41 -08:00 |
|
Alexander Karatarakis
|
a9a63192dd
|
Function rename
|
2017-02-14 16:57:34 -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
|
e03ca8215f
|
Update CHANGELOG and bump version to v0.0.72
|
2017-02-14 11:35:21 -08: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
|
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 |
|