Commit Graph

  • db59fd0b09 Use check_exit() instead of check_throw() Alexander Karatarakis 2017-02-22 15:42:04 -08:00
  • f6e4c2968a Improve error message and use check_exit() instead of check_throw() Alexander Karatarakis 2017-02-22 15:41:09 -08:00
  • 42ac9bbe1e Add proxy credential support Mikhail Klimenko 2017-02-22 14:51:05 +03:00
  • fa3f9dd962 [opengl] Add -ExecutionPolicy Bypass when invoking powershell as a child process. Robert Schumacher 2017-02-21 23:22:56 -08:00
  • b831a7d9ee [find/acquire python] Update to v1.1.2 from v1.1.1 Alexander Karatarakis 2017-02-21 19:39:53 -08:00
  • 4dc8f546f6 [find/acquire python] Use 32-bit versions and bump to latest patch version Alexander Karatarakis 2017-02-21 19:31:52 -08:00
  • 3ae8349d1b [opengl] Use the latest installed version of WinSDK Alexander Karatarakis 2017-02-21 19:06:30 -08:00
  • c44c085e8b Add vcpkg_get_windows_sdk.cmake Alexander Karatarakis 2017-02-21 18:09:32 -08:00
  • a2cebceafe Rename findTargetPlatformVersion to getWindowsSDK Alexander Karatarakis 2017-02-21 17:42:39 -08:00
  • 1dd675a785 Use std::vector.empty() instead of checking for size() = 0 Alexander Karatarakis 2017-02-21 17:32:53 -08:00
  • de288d5a4c Add search --graph option Alexander Karatarakis 2017-02-21 17:32:10 -08:00
  • d2ed1d9215 Merge pull request #693 from codicodi/add-gtk Alexander Karatarakis 2017-02-21 17:09:30 -08:00
  • 2906ad00d3 [nana] Update version to fix build error. Resolves #688 Alexander Karatarakis 2017-02-21 15:21:11 -08:00
  • 568d333c1f Merge pull request #699 from msmolens/support-static-gtest Alexander Karatarakis 2017-02-21 13:59:11 -08:00
  • 3e67b104fd Merge pull request #670 from o-mdr/master Robert Schumacher 2017-02-21 13:41:54 -08:00
  • 81bb33dc3e Merge pull request #696 from tobiaskohlbau/master Alexander Karatarakis 2017-02-21 13:39:58 -08:00
  • 7d4df89c1d Merge branch 'master' into master Robert Schumacher 2017-02-21 13:39:36 -08:00
  • b921dce5fc Merge pull request #690 from Shadowrom2020/master Alexander Karatarakis 2017-02-21 13:32:31 -08:00
  • 5c8d362b22 [gtest] Support static build Max Smolens 2017-02-20 17:59:02 -05:00
  • 7459156943 Merge pull request #698 from pravic/patch-1 Robert Schumacher 2017-02-20 21:46:19 -08:00
  • 9aa7c944f2 Allow to use git.cmd in addition to git.exe pravic 2017-02-21 08:24:14 +03:00
  • f9eb4f98df [pqp] Add PQP portfile Tobias Kohlbau 2017-02-20 15:41:59 +01:00
  • 01ff055cc5 [gtk] initial commit codicodi 2017-02-19 12:18:08 +01:00
  • 2ab8eb3ef0 dlib port Jürgen Herrmann 2017-02-18 13:11:48 +01:00
  • 128ba92fee STRINGIFY: use __VA_ARGS__ to avoid C4003 and double quote hack Alexander Karatarakis 2017-02-17 21:53:14 -08:00
  • 43eb772d94 Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp Alexander Karatarakis 2017-02-17 20:13:36 -08:00
  • ac2ec94129 Change Info::version() to Version::version() Alexander Karatarakis 2017-02-17 20:08:29 -08:00
  • 7ae6c21526 [clockutils] Update to fix build issue. Resolves #677 Alexander Karatarakis 2017-02-17 17:46:34 -08:00
  • 536e18c7cf [libmysql] Disable installer project Alexander Karatarakis 2017-02-17 16:54:29 -08:00
  • 39772adbfe Remove unused function Alexander Karatarakis 2017-02-17 15:53:18 -08:00
  • 573fc23f64 hash check for --options Alexander Karatarakis 2017-02-17 15:53:05 -08:00
  • b890a9033c contact/help/version: Check for --options Alexander Karatarakis 2017-02-17 15:52:45 -08:00
  • 4e44b8533d portsdiff: Check for --options Alexander Karatarakis 2017-02-17 15:46:35 -08:00
  • 6b9222f166 integrate: checks for --options Alexander Karatarakis 2017-02-17 15:45:38 -08:00
  • 4313d8f398 owns: check for --options Alexander Karatarakis 2017-02-17 15:38:39 -08:00
  • 02eeb834b1 cache/list/own/search: check for --options Alexander Karatarakis 2017-02-17 15:38:02 -08:00
  • 21729d3d43 create/edit: check for --options Alexander Karatarakis 2017-02-17 15:33:14 -08:00
  • e47f62acea update: check for --options Alexander Karatarakis 2017-02-17 15:32:10 -08:00
  • 4cbd4e0cc8 ci: Check for --options, delay loading status_db, refactor Alexander Karatarakis 2017-02-17 15:29:32 -08:00
  • e99e577dc9 install: check for --options and delay loading of status_db Alexander Karatarakis 2017-02-17 15:22:49 -08:00
  • 71b985dd03 Remove try_load_port() overload Alexander Karatarakis 2017-02-17 15:10:43 -08:00
  • b4304c9c99 build-external now calls code from build after input processing Alexander Karatarakis 2017-02-17 15:09:15 -08:00
  • ff222fac45 [build_command] Extract function for calculations after Input processing Alexander Karatarakis 2017-02-17 14:55:37 -08:00
  • 1c3335ed66 [grpc+protobuf] Update to 1.1.2 and 3.2.0 respectively. Robert Schumacher 2017-02-17 01:18:32 -08:00
  • 532c4f6a53 Add vcpkg_cmd_arguments::check_no_optional_arguments() Alexander Karatarakis 2017-02-17 00:16:52 -08:00
  • 4a20c47bec [build-command] Reorder input processing Alexander Karatarakis 2017-02-17 00:05:45 -08:00
  • c1a2c79b6b [remove-command] Reorder input processing Alexander Karatarakis 2017-02-17 00:01:14 -08:00
  • 6d2b407b28 [mongo-cxx-driver] Don't delete mongocxx/options/ dir Alexander Karatarakis 2017-02-16 23:34:22 -08:00
  • 5d873f0520 [hdf5] Fix #673 by explicitly specifying the szip libraries Robert Schumacher 2017-02-16 22:53:28 -08:00
  • 3575914718 Improve message of vcpkg integrate install Alexander Karatarakis 2017-02-16 20:38:59 -08:00
  • 0dbc59da7a Fix script for powershell in Win7 Alexander Karatarakis 2017-02-16 20:00:00 -08:00
  • cf537a2623 [vcpkg] Use the Registry to find VS2015 Robert Schumacher 2017-02-12 22:18:09 -08:00
  • d36b292ae2 Don't prompt for downloading nuget when finding VS instances Alexander Karatarakis 2017-02-16 19:13:10 -08:00
  • 7b4cae57be fetchDependency.ps1: add option to override prompting for download Alexander Karatarakis 2017-02-16 18:48:14 -08:00
  • 82585b25ab Update CHANGELOG and bump version to v0.0.74 Alexander Karatarakis 2017-02-16 18:11:47 -08:00
  • 66cc4eed68 CMake: Bump version to 3.8.0 to resolve VS2017 UWP build issues Alexander Karatarakis 2017-02-16 18:02:16 -08:00
  • 1a6496b494 Use ElapsedTime instead of Stopwatch Alexander Karatarakis 2017-02-16 16:37:11 -08:00
  • e16084cc8d Rename Stopwatch.h/cpp to vcpkg_Chrono.h/cpp Alexander Karatarakis 2017-02-16 16:32:14 -08:00
  • a62558fb79 Introduce ElapsedTime class Alexander Karatarakis 2017-02-16 16:29:52 -08:00
  • 8a37cd9b1d Specify type explicitly Alexander Karatarakis 2017-02-16 13:19:43 -08:00
  • 99e369e4a7 Use ascii_to_lowercase() Alexander Karatarakis 2017-02-16 13:02:30 -08:00
  • 053608f47b Fix build command not printing out the missing dependencies on fail Alexander Karatarakis 2017-02-16 00:27:02 -08:00
  • 30a8d6e730 Fixed some typos albertziegenhagel 2017-02-16 08:10:54 +01:00
  • 31cda2b3de Add comment for tolower_char() Alexander Karatarakis 2017-02-15 20:44:19 -08:00
  • 83fa6a09fb Add tolower_char(char)->char. Avoids C4244 for char<->int conversion Alexander Karatarakis 2017-02-15 20:41:03 -08:00
  • d86c1ddd6c Use Strings::ascii_to_lowercase() Alexander Karatarakis 2017-02-15 20:39:49 -08:00
  • b80cdd1118 Fix C4018 warning Alexander Karatarakis 2017-02-15 20:18:39 -08:00
  • 377f93f3e3 Update CHANGELOG and bump version to v0.0.73 Alexander Karatarakis 2017-02-15 19:33:18 -08:00
  • 0563b29389 Raise Warning level for the vcpkg tool to W4 Alexander Karatarakis 2017-02-15 19:22:53 -08:00
  • 293fcbec59 [!] Change the format of the listfile Alexander Karatarakis 2017-02-15 19:19:19 -08:00
  • ad197b4a74 Formatting Alexander Karatarakis 2017-02-15 18:58:44 -08:00
  • c031bda3bd Test result of assignment. Avoids C4706 Alexander Karatarakis 2017-02-15 18:58:37 -08:00
  • e11db4d5da Remove unused function Alexander Karatarakis 2017-02-15 18:48:06 -08:00
  • 50187c07a7 Remove disabled post-build check Alexander Karatarakis 2017-02-15 18:46:27 -08:00
  • 809d66c53d Remove parameter names to avoid C4100 Alexander Karatarakis 2017-02-15 18:45:26 -08:00
  • 1f673572ae Fix cast to WORD Alexander Karatarakis 2017-02-15 18:40:39 -08:00
  • b39b2d298d Remove unused variable from create_remove_plan() Alexander Karatarakis 2017-02-15 18:38:40 -08:00
  • fcafe9acea Improve info displayed during the CI command Alexander Karatarakis 2017-02-15 15:22:40 -08:00
  • dbd8e5c56d Print only non-SUCCEEDED packages and also show summary Alexander Karatarakis 2017-02-15 14:34:39 -08:00
  • ab2cca3dad Add BuildResul_Values and rename NULLVALUE const Alexander Karatarakis 2017-02-15 14:34:03 -08:00
  • 430739c468 Change parameter from std::string to package_spec Alexander Karatarakis 2017-02-13 16:23:21 -08:00
  • 6824cc9264 Extract create_user_troubleshooting_message(). CI doesn't call it, interactive commands do Alexander Karatarakis 2017-02-13 16:22:02 -08:00
  • 6e25bcf7cb Swap parameters of Build::create_error_message() Alexander Karatarakis 2017-02-13 14:07:27 -08:00
  • c432b66034 Introduce ci command: builds all packages of a triplet Alexander Karatarakis 2017-02-13 14:01:56 -08:00
  • c60c9de6e2 Restore dependency check in build_package() Alexander Karatarakis 2017-02-13 14:01:27 -08:00
  • cc1692f304 Don't capture anything in lambdas, if they don't need it Alexander Karatarakis 2017-02-10 17:14:54 -08:00
  • 2b90350632 Separate dependency check from build_package() Alexander Karatarakis 2017-02-10 17:00:46 -08:00
  • 1ecf03e2b0 [clockutils] Remove stray LICENSE file Alexander Karatarakis 2017-02-15 17:45:02 -08:00
  • 081c1aa27a Merge pull request #663 from codicodi/add-gdk-pixbuf Alexander Karatarakis 2017-02-15 16:54:07 -08:00
  • db4b7dfa65 [lmdb] Bump version Alexander Karatarakis 2017-02-15 16:53:20 -08:00
  • 42c2fbe504 Merge pull request #660 from willyd/lmdb-fix Alexander Karatarakis 2017-02-15 16:49:20 -08:00
  • ac905cfa0a Merge pull request #651 from tobiaskohlbau/master Alexander Karatarakis 2017-02-15 16:45:52 -08:00
  • 03b6548653 Use MinGit instead of PortableGit. Resolves #662 Alexander Karatarakis 2017-02-15 16:35:51 -08:00
  • 500fe7957a [glbinding] Delete exes that appear in the presence of glfw3. Resolves #537 Alexander Karatarakis 2017-02-15 16:12:29 -08:00
  • aeae9969b2 Merge pull request #652 from Microsoft/dev/roschuma/openvr Alexander Karatarakis 2017-02-15 15:05:17 -08:00
  • 9d51b11b39 Merge pull request #672 from sdcb/sqlite-3.17.0 Alexander Karatarakis 2017-02-15 15:03:02 -08:00
  • f6fc6b30a3 Merge pull request #671 from OlafvdSpek/patch-3 Alexander Karatarakis 2017-02-15 14:43:31 -08:00
  • cad7e2a30c [sqlite3] upgrade to 3.17.0 flysha 2017-02-15 20:14:37 +08:00
  • 0541bc2807 Update README.md Olaf van der Spek 2017-02-15 12:14:01 +01:00
  • d9462fdf49 Trivial print out change Oleksii Mandrychenko 2017-02-15 10:46:50 +00:00