Commit Graph

503 Commits

Author SHA1 Message Date
Alexander Karatarakis
56465aabe5 Update CHANGELOG and bump version to v0.0.76 2017-03-10 17:44:36 -08:00
Alexander Karatarakis
78ca952d76 Use System::cmd_executeClean() 2017-03-10 17:33:23 -08:00
Alexander Karatarakis
ea52c29e9a Use System::cmd_execute_clean() for build, create, portsdiff 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
c59ac4e344 Formatting 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
6860b461a1 Introduce System::cmd_execute_clean() for sanitized executions 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
5f39474a17 Rework System::get_environmental_variable() 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
b364239d07 Remove all Environment::ensure_X_on_path() 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
ed21cde02a install: Remove call to Environment::ensure_utilities_on_path(); 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
40419c768a ci: Remove call to Environment::ensure_utilities_on_path(); 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
62fcffff85 integrate: Use paths.get_nuget_exe() 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
9ca839390e create: Use make_cmake_cmd() and paths.get_cmake_exe() 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
f7f471c04a build: Use make_cmake_cmd() and paths.get_cmake/git_exe() 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
f93b3ccc4f Introduce make_cmake_cmd() helper function 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
0b30bc7243 portsdiff: Use paths.get_git_exe(); 2017-03-10 17:04:29 -08:00
Alexander Karatarakis
7b14894dc7 [vcpkg_paths] Add get_cmake/git/nuget_exe() functions 2017-03-10 17:04:28 -08:00
Alexander Karatarakis
47b53b9015 Add lazy.h 2017-03-10 17:04:28 -08:00
Robert Schumacher
5ba6f1725d [vcpkg] Also search registry keys for VSCode. Prefer insider version if available. Fixes #764. 2017-03-10 16:37:10 -08:00
Alexander Karatarakis
f81fc89412 Use System::println() instead of std::cout 2017-03-10 16:24:52 -08:00
Alexander Karatarakis
07e43a7cae Nuke Joiner. Add wjoin() 2017-03-10 16:21:17 -08:00
Robert Schumacher
4d0abd5841 [vcpkg] Refactor RAII registry key manipulation 2017-03-10 16:12:04 -08:00
Alexander Karatarakis
49c96dee1f [ci] Print time for succeeded builds too 2017-03-07 12:10:50 -08:00
Alexander Karatarakis
3eb0526468 Properly handle spaces in path when calling powershell script 2017-03-06 16:18:24 -08:00
Robert Schumacher
914664bf27 [vcpkg-ci] Display per-package timing information. 2017-03-04 06:48:59 -08:00
Robert Schumacher
19695fc832 [vcpkg] Deduplicate all timer classes. 2017-03-04 06:25:05 -08:00
Robert Schumacher
4806aaf460 [vcpkg] Remove more uses of iostreams. Force 'C' locale -- localization is TODO. 2017-03-04 06:11:24 -08:00
Robert Schumacher
c055def453 [vcpkg] Switch printing functions to use fputs and putchar directly. 2017-03-04 06:11:24 -08:00
Alexander Karatarakis
b03b578ffc Rename policy to OnlyReleaseCRT 2017-03-03 19:09:24 -08:00
Alexander Karatarakis
c2a368976d Add policy: NoDebugBinaries 2017-03-03 19:00:48 -08:00
Alexander Karatarakis
e44aae7210 Formatting 2017-03-03 18:42:57 -08:00
Alexander Karatarakis
6e094c0891 Enclose path in quotes 2017-03-03 14:55:33 -08:00
Alexander Karatarakis
2054f964fd Add __declspec(noreturn) in the definitions too
...to match the declarations
2017-03-02 18:52:15 -08:00
Alexander Karatarakis
b6b4f9325f Reuse functions for finding dlls/libs 2017-03-01 16:22:06 -08:00
Alexander Karatarakis
35edd4ee4f load_all_ports() no longer aborts when a port fails 2017-03-01 13:59:19 -08:00
Alexander Karatarakis
b6907f417b Use Checks::check_exit() 2017-02-28 20:00:35 -08:00
Alexander Karatarakis
b2cf02b2d6 Remove fs::exists() call 2017-02-28 18:36:37 -08:00
Alexander Karatarakis
56d322dcb1 Improve implementation of vcpkg integrate remove 2017-02-28 18:23:48 -08:00
Alexander Karatarakis
ab0d61b779 Re-use variable instead of re-calling function returning it 2017-02-28 17:51:26 -08:00
Alexander Karatarakis
2d3fa9d7f4 Remove unnecessary branch 2017-02-27 17:53:24 -08:00
Alexander Karatarakis
f75177b64b Use load_all_ports() in ci 2017-02-27 16:58:53 -08:00
Alexander Karatarakis
54859c0f1f Introduce extract_port_names_and_versions() 2017-02-27 16:14:36 -08:00
Alexander Karatarakis
b7bd8c3251 Fix #include of Paragraph.h 2017-02-27 15:54:06 -08:00
Alexander Karatarakis
c0ae9fee7e Move some functions from vcpkglib.h to Paragraphs.h 2017-02-27 15:45:56 -08:00
Alexander Karatarakis
00737588cc Use load_all_ports() in portsdiff 2017-02-27 15:40:06 -08:00
Alexander Karatarakis
7e12f5599d Use std::move to avoid a copy 2017-02-27 15:32:43 -08:00
Alexander Karatarakis
33952d2dd2 Introduce function: load_all_ports() 2017-02-27 15:13:13 -08:00
Alexander Karatarakis
eb07291f0c Enclose cpp file into namespace 2017-02-27 14:59:56 -08:00
Alexander Karatarakis
d63b6ce275 Update CHANGELOG and bump version to v0.0.75 2017-02-27 14:05:04 -08:00
Alexander Karatarakis
95a9a98ede Throw error is PROGRAMFILES env variable is not found 2017-02-24 14:44:37 -08:00
Alexander Karatarakis
1a50284929 Use System::set_environmental_variable() 2017-02-23 15:47:00 -08:00
Robert Schumacher
4b9f258c70 [vcpkg] Fix bug when building v141@64-bit from a v140@32-bit prompt 2017-02-23 04:35:00 -08:00