summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/curl_config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-curl' into update-curlBrad King2016-08-031-0/+27
| | | | | * upstream-curl: curl 2016-08-03 (f2cb3a01)
* Merge branch 'curl-upstream' into update-curlBrad King2015-08-121-3/+9
| | | | | | | Resolve conflicts by taking upstream side when possible and otherwise integrating the changes from both sides. Be carful in CMakeLists.txt where the OPENSSL code block that we modified previously has moved, and preserve our previous modifications in the new location.
* curl: Add CURL_CA_PATH option to CMake build processBrad King2015-01-231-6/+0
| | | | | | Move CMAKE_USE_OPENSSL and CURL_CA_BUNDLE up to the top of CMake so that CMake's own sources can know their values. Add the CURL_CA_PATH option at the top and honor it as part of the curl build.
* curl: Use arch-aware CHECK_TYPE_SIZE resultsBrad King2014-11-101-10/+20
| | | | | | Re-apply the logic change made by commit v2.8.2~536 (Use arch-aware CHECK_TYPE_SIZE result, 2009-12-17). The size of some types must be selected at preprocessing time when building for multiple archs on OS X.
* curl: Select file APIs on WindowsBrad King2014-11-101-4/+0
| | | | | Choose small or large file support based on capabilities of compiler and target platform.
* Merge branch 'curl-upstream' into update-curlBrad King2014-10-291-0/+955
Resolve all conflicts in favor of the upstream side. We can re-apply specific changes later.