| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-19 | Change to 0/1 instead of OFF/ON | Peter Goodman | |
| On newer CMake's, the following errors are reported: ``` CMake Warning (dev) at .... /vcpkg/installed/x64-osx/share/c-ares/c-ares-config.cmake:32 (if): if given arguments: "ON" An argument named "ON" appears in a conditional statement. Policy CMP0012 is not set: if() recognizes numbers and boolean constants. Run "cmake --help-policy CMP0012" for policy details. Use the cmake_policy command to set the policy and suppress this warning. ``` Which corresponds to the following configured code: ``` if(ON) set(c-ares_STATIC_LIBRARY c-ares::cares_static) endif() ``` | |||
| 2018-10-26 | Upgrades 2018.10.25 | Robert Schumacher | |
| 2018-03-07 | [c-ares] Fail fast check for uwp | Robert Schumacher | |
| 2018-02-28 | [c-ares] Update | Robert Schumacher | |
| 2017-09-09 | vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵ | Alexander Karatarakis | |
| libs (/Z7) | |||
| 2017-09-07 | [c-ares] Update version to 1.13.0 | Arkady Shapkin | |
| 2017-06-09 | [c-ares] Fix support for static/md | Robert Schumacher | |
| 2017-05-16 | [c-ares] Static linkage fix. Fixes #1096 | Arkady Shapkin | |
| 2017-05-11 | [c-ares] Initial commit for c-ares library | Arkadiy Shapkin | |
| vcpkg_fixup_cmake_targets() support CONFIG_PATH parameter | |||
