<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/CMake, branch bagder/https-cookie-secure</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>CMake: fix MIT/Heimdal Kerberos detection</title>
<updated>2018-11-29T07:05:21+00:00</updated>
<author>
<name>Konstantin Kushnir</name>
<email>chpock@gmail.com</email>
</author>
<published>2018-11-27T15:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=a39d8f7056c9ad4e75c82fa0939a9ae1e246d055'/>
<id>a39d8f7056c9ad4e75c82fa0939a9ae1e246d055</id>
<content type='text'>
- fix syntax error in FindGSS.cmake
- correct krb5 include directory. FindGSS exports
  "GSS_INCLUDE_DIR" variable.

Closes https://github.com/curl/curl/pull/3316
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix syntax error in FindGSS.cmake
- correct krb5 include directory. FindGSS exports
  "GSS_INCLUDE_DIR" variable.

Closes https://github.com/curl/curl/pull/3316
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.in</title>
<updated>2018-10-29T16:10:31+00:00</updated>
<author>
<name>Tuomo Rinne</name>
<email>me@tuomo.co.uk</email>
</author>
<published>2018-10-27T10:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e97679a360dda4ea6188b09a145f73a2a84acedd'/>
<id>e97679a360dda4ea6188b09a145f73a2a84acedd</id>
<content type='text'>
Closes #3123
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3123
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: add find_dependency call for ZLIB to CMake config file</title>
<updated>2018-10-29T16:10:27+00:00</updated>
<author>
<name>Tuomo Rinne</name>
<email>me@tuomo.co.uk</email>
</author>
<published>2018-10-11T18:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=dd98c1f34b19aff1ab3db55db36c86f5db5f2685'/>
<id>dd98c1f34b19aff1ab3db55db36c86f5db5f2685</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: test and set missed defines during configuration</title>
<updated>2018-10-05T10:10:41+00:00</updated>
<author>
<name>dmitrykos</name>
<email>dmitrykos@neutroncode.com</email>
</author>
<published>2018-10-04T18:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=667b5721c71480b4e5dbd2f91d7668a2b92bf00b'/>
<id>667b5721c71480b4e5dbd2f91d7668a2b92bf00b</id>
<content type='text'>
Added configuration checks for HAVE_BUILTIN_AVAILABLE and HAVE_CLOCK_GETTIME_MONOTONIC.

Closes #3097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added configuration checks for HAVE_BUILTIN_AVAILABLE and HAVE_CLOCK_GETTIME_MONOTONIC.

Closes #3097
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Improve config installation</title>
<updated>2018-10-01T20:16:29+00:00</updated>
<author>
<name>Ruslan Baratov</name>
<email>ruslan_baratov@yahoo.com</email>
</author>
<published>2018-07-17T23:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=69328490fc91bfa00a6a90da84239524b01f5527'/>
<id>69328490fc91bfa00a6a90da84239524b01f5527</id>
<content type='text'>
Use 'GNUInstallDirs' standard module to set destinations of installed
files.

Use uppercase "CURL" names instead of lowercase "curl" to match standard
'FindCURL.cmake' CMake module:
* https://cmake.org/cmake/help/latest/module/FindCURL.html

Meaning:
* Install 'CURLConfig.cmake' instead of 'curl-config.cmake'
* User should call 'find_package(CURL)' instead of 'find_package(curl)'

Use 'configure_package_config_file' function to generate
'CURLConfig.cmake' file. This will make 'curl-config.cmake.in' template
file smaller and handle components better.  E.g.  current configuration
report no error if user specified unknown components (note: new
configuration expects no components, report error if user will try to
specify any).

Closes https://github.com/curl/curl/pull/2849
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'GNUInstallDirs' standard module to set destinations of installed
files.

Use uppercase "CURL" names instead of lowercase "curl" to match standard
'FindCURL.cmake' CMake module:
* https://cmake.org/cmake/help/latest/module/FindCURL.html

Meaning:
* Install 'CURLConfig.cmake' instead of 'curl-config.cmake'
* User should call 'find_package(CURL)' instead of 'find_package(curl)'

Use 'configure_package_config_file' function to generate
'CURLConfig.cmake' file. This will make 'curl-config.cmake.in' template
file smaller and handle components better.  E.g.  current configuration
report no error if user specified unknown components (note: new
configuration expects no components, report error if user will try to
specify any).

Closes https://github.com/curl/curl/pull/2849
</pre>
</div>
</content>
</entry>
<entry>
<title>whitespace fixes</title>
<updated>2018-09-23T22:24:02+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vszakats.net</email>
</author>
<published>2018-09-23T22:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=b801b453af6de75838c3298137628f05e94ffb48'/>
<id>b801b453af6de75838c3298137628f05e94ffb48</id>
<content type='text'>
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- replace tabs with spaces where possible
- remove line ending spaces
- remove double/triple newlines at EOF
- fix a non-UTF-8 character
- cleanup a few indentations/line continuations
  in manual examples

Closes https://github.com/curl/curl/pull/3037
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: don't require OpenSSL if USE_OPENSSL=OFF</title>
<updated>2018-09-18T14:34:23+00:00</updated>
<author>
<name>slodki</name>
<email>slodki@users.noreply.github.com</email>
</author>
<published>2018-09-15T23:15:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=71b3c675e83e492c9fa6b9226baccaeaee14f5c6'/>
<id>71b3c675e83e492c9fa6b9226baccaeaee14f5c6</id>
<content type='text'>
User must have OpenSSL installed even if not used by libcurl at all
since 7.61.1 release.  Broken at
7867aaa9a01decf93711428462335be8cef70212

Reviewed-by: Sergei Nikulov
Closes #3001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User must have OpenSSL installed even if not used by libcurl at all
since 7.61.1 release.  Broken at
7867aaa9a01decf93711428462335be8cef70212

Reviewed-by: Sergei Nikulov
Closes #3001
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: link curl to the OpenSSL targets instead of lib absolute paths</title>
<updated>2018-08-08T07:35:27+00:00</updated>
<author>
<name>John Butterfield</name>
<email>johnb003@gmail.com</email>
</author>
<published>2018-07-17T08:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7867aaa9a01decf93711428462335be8cef70212'/>
<id>7867aaa9a01decf93711428462335be8cef70212</id>
<content type='text'>
Reviewed-by: Jakub Zakrzewski
Reviewed-by: Sergei Nikulov
Closes #2753
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jakub Zakrzewski
Reviewed-by: Sergei Nikulov
Closes #2753
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Update scripts to use consistent style</title>
<updated>2018-07-17T09:54:07+00:00</updated>
<author>
<name>Ruslan Baratov</name>
<email>ruslan_baratov@yahoo.com</email>
</author>
<published>2018-07-17T06:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=d1207c07d0cc3c7870e50865052bb59850917ec9'/>
<id>d1207c07d0cc3c7870e50865052bb59850917ec9</id>
<content type='text'>
Closes #2727
Reviewed-by: Sergei Nikulov
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2727
Reviewed-by: Sergei Nikulov
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: remove redundant and old end-of-block syntax</title>
<updated>2018-07-09T21:32:57+00:00</updated>
<author>
<name>Ruslan Baratov</name>
<email>ruslan_baratov@yahoo.com</email>
</author>
<published>2018-07-05T10:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=e0a4bba730671c4336cec9c2000844eedfaac9a6'/>
<id>e0a4bba730671c4336cec9c2000844eedfaac9a6</id>
<content type='text'>
Reviewed-by: Jakub Zakrzewski
Closes #2715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jakub Zakrzewski
Closes #2715
</pre>
</div>
</content>
</entry>
</feed>
