30 Commits (24c54e810aa1f9b2b99f28f4a072646f86440369)

Author SHA1 Message Date
Brad House 24c54e810a fix version in pkgconfig 7 years ago
Brad House 4f44016a2f Add version update to CMakeLists in maketgz 7 years ago
Brad House ca9ccb9395 Release prep. Add support for pkgconfig in cmake, set versions appropriately 7 years ago
Gregor Jasny a915d0adc6 CMake: Add tests 7 years ago
Brad House bbd5ecb6e7 Cmake 3.1 instead of 3.2.1 should be the minimum 7 years ago
Brad House 6548f4a5ac Current CMakeLists.txt doesn't support 2.8.12 anymore, we need to bump the version to 3.2.1 minimum 7 years ago
Brad House e5a352926a CARES_CHECK_TYPE should reference variable so a warning is not produced for -Werror compatibility 7 years ago
Brad House 2250b598fe Android variants may not have __system_property_get 7 years ago
Konstantinos Sofokleous b4f1ff7b51 allow linking against the static msvc runtime library (#133) 7 years ago
Brad House 5ecc4c34be [cmake] build fix on Solaris 7 years ago
Brad House 919dc45f2f Portability updates for legacy systems. (#92) 8 years ago
Brad House 39aeafd27d Windows DNS server sorting (#81) 8 years ago
Stephen Sorley 9fe30b55bc Always use check_symbol_exists instead of check_function_exists. 8 years ago
Gregor Jasny e7fdf4829e Also add includes to TARGETS_INST_DEST 8 years ago
Stephen Sorley 672c359b75 Windows build fixes 8 years ago
Gregor Jasny 97f8b14c85 CMake: Export targets 8 years ago
Gregor Jasny 7219fe2f05 CMake: Use GNUInstallDirs for install location defaults 8 years ago
Stephen Sorley 5f4cb4d093 Changed executables to depend directly on internal libcares target, instead of against 8 years ago
Stephen Sorley 10cb4b437f Updated CMake minimum version to 2.8.12. 8 years ago
Aaron Bieber b0af263838 fix build on OpenBSD 8 years ago
Brad House 1d8077b285 suggested PROJECT_NAME change broke chain building as it needs the magic PROJECT_NAME set in the ADD_LIBRARY for matching. Fix to make both goals work 8 years ago
Brad House bc14ee76b9 update MacOSX 10.12 detection 8 years ago
Brad House c41726b42a Expand XCode clock_gettime fix to include MacOS 10.12, not just iOS10 8 years ago
Brad House 6db065bc54 PROJECT_SOURCE_DIR instead of CMAKE_CURRENT_SOURCE_DIR as per @gjasny 8 years ago
Brad House ec730cc1c9 use a project name of c-ares as per @gjasny 8 years ago
Brad House 096282df53 Import curl conversion of Makefile.inc to cmake form dynamically as per bdoetsch@ameritech.net to make maintaining multiple build systems easier 8 years ago
Brad House bb764c88c6 cleanups as per @gjasny ... Use naked IF statements and use NOT DEFINED 8 years ago
Brad House 503d8712f2 CMake: Unify library versioning with the libtool methodology to make keeping library versions in sync easier with the autotools build system 8 years ago
Brad House 7518c26d8e XCode v8 introduced clock_gettime() for iOS v10. However, it is a weak symbol, which means when earlier iOS versions try to use clock_gettime() it results in a crash due to the missing symbol. Detect this condition and do not set HAVE_CLOCK_GETTIME_MONOTONIC. 8 years ago
Brad House e4fe33edb7 Adds cmake build system support to C-Ares. 8 years ago