<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/cmake, branch cmn/refdb-fs-errors</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>Don't search iconv in /opt/local</title>
<updated>2015-05-01T20:48:33+00:00</updated>
<author>
<name>Jiří Techet</name>
<email>techet@gmail.com</email>
</author>
<published>2015-05-01T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b7df2e8bdddaa2a82606a82d7009e07c130ed967'/>
<id>b7df2e8bdddaa2a82606a82d7009e07c130ed967</id>
<content type='text'>
Since OpenSSL isn't used any more on OS X, there is no dependency
on any MacPorts library under /opt/local and there is no danger of
conflicts between MacPorts and system iconv. For this reason the
system iconv can always be used now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since OpenSSL isn't used any more on OS X, there is no dependency
on any MacPorts library under /opt/local and there is no danger of
conflicts between MacPorts and system iconv. For this reason the
system iconv can always be used now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a SecureTransport TLS channel</title>
<updated>2015-04-23T15:39:51+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-11-02T12:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6bb54cbff3636e42ae2523afeee08079e5bd1d5f'/>
<id>6bb54cbff3636e42ae2523afeee08079e5bd1d5f</id>
<content type='text'>
As an alternative to OpenSSL when we're on OS X. This one can actually
take advantage of stacking the streams.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As an alternative to OpenSSL when we're on OS X. This one can actually
take advantage of stacking the streams.
</pre>
</div>
</content>
</entry>
<entry>
<title>Find libssh2 via pkg-config</title>
<updated>2014-12-05T09:41:54+00:00</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@dwim.me</email>
</author>
<published>2014-12-05T09:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4f91bfa32b33c729b7370d3da89fa2141faaac9b'/>
<id>4f91bfa32b33c729b7370d3da89fa2141faaac9b</id>
<content type='text'>
We don't really need our own module to find libssh2. Using pkg-config
lets the standard tool do the work for us and let us fit more naturally
in the workflow as we respect the pkg-config search paths.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't really need our own module to find libssh2. Using pkg-config
lets the standard tool do the work for us and let us fit more naturally
in the workflow as we respect the pkg-config search paths.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GSSAPI support for SPNEGO/Kerberos auth over HTTP</title>
<updated>2014-08-15T15:12:42+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2014-07-31T22:43:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=315cb38e1e32e77037e82c6cbdc383c151041112'/>
<id>315cb38e1e32e77037e82c6cbdc383c151041112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce AddCFlagIfSupported CMake macro</title>
<updated>2014-04-19T21:07:50+00:00</updated>
<author>
<name>Jacques Germishuys</name>
<email>jacquesg@striata.com</email>
</author>
<published>2014-04-19T21:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5c8d5eac35794391c935e273612744a0684beb29'/>
<id>5c8d5eac35794391c935e273612744a0684beb29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We never search for libiconv via pkg-config</title>
<updated>2014-01-30T03:01:46+00:00</updated>
<author>
<name>Sascha Cunz</name>
<email>sascha.cunz@gmail.com</email>
</author>
<published>2014-01-30T03:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4bc94eb5f049d1d0fd23128b05bb0d65ffac84d9'/>
<id>4bc94eb5f049d1d0fd23128b05bb0d65ffac84d9</id>
<content type='text'>
So we actually also never know that we can set a dependency on it in
pkg-config. Instead always give it the -L and -l options.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we actually also never know that we can set a dependency on it in
pkg-config. Instead always give it the -L and -l options.
</pre>
</div>
</content>
</entry>
<entry>
<title>Find and use a MacPorts version of libiconv. Fixes #2017.</title>
<updated>2014-01-30T02:35:09+00:00</updated>
<author>
<name>Sascha Cunz</name>
<email>sascha.cunz@gmail.com</email>
</author>
<published>2014-01-30T02:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=6e0ff093fb955adeeeed5c83a0fafc568d4b8074'/>
<id>6e0ff093fb955adeeeed5c83a0fafc568d4b8074</id>
<content type='text'>
- Add correct -I, -L and -l flags
- Search for libiconv in /opt/local/[include|lib] before in the
  system path. See #2017 for details.
- Give splitted -L and -l arguments to pkg-config
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add correct -I, -L and -l flags
- Search for libiconv in /opt/local/[include|lib] before in the
  system path. See #2017 for details.
- Give splitted -L and -l arguments to pkg-config
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup FindIconv.cmake</title>
<updated>2014-01-30T02:35:09+00:00</updated>
<author>
<name>Sascha Cunz</name>
<email>sascha.cunz@gmail.com</email>
</author>
<published>2014-01-30T02:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=39949f0604cb009d850ff080f630ccdf7ab11715'/>
<id>39949f0604cb009d850ff080f630ccdf7ab11715</id>
<content type='text'>
Doesn't change anything. Just removes stuff that was probably missed
to remove when this was imported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't change anything. Just removes stuff that was probably missed
to remove when this was imported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve iconv finding for cmake</title>
<updated>2013-12-02T19:32:37+00:00</updated>
<author>
<name>Russell Belfer</name>
<email>rb@github.com</email>
</author>
<published>2013-12-02T19:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=726b75d1b839649ee118e5521f52c669f4664d45'/>
<id>726b75d1b839649ee118e5521f52c669f4664d45</id>
<content type='text'>
* add FindIconv helper for CMake iconv detection
* only default using iconv to ON for MacOS
* update pkg-config generation to include iconv dependency better
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add FindIconv helper for CMake iconv detection
* only default using iconv to ON for MacOS
* update pkg-config generation to include iconv dependency better
</pre>
</div>
</content>
</entry>
<entry>
<title>Build with the system's http-parser installation if available</title>
<updated>2013-05-30T18:14:05+00:00</updated>
<author>
<name>Veeti Paananen</name>
<email>veeti.paananen@rojekti.fi</email>
</author>
<published>2013-05-02T11:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=7a6e0281c6367a278e1e06235c9a7217088d1205'/>
<id>7a6e0281c6367a278e1e06235c9a7217088d1205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
