<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/script, branch remove_time_monotonic</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>errors: update static analysis tools for giterr</title>
<updated>2019-01-22T22:30:37+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2019-01-10T22:43:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=00c66dfd3b531c63e6e5ec99fe94a7ceedc89173'/>
<id>00c66dfd3b531c63e6e5ec99fe94a7ceedc89173</id>
<content type='text'>
Update GITERR and giterr usages in the static code analysis tools to use
the new names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update GITERR and giterr usages in the static code analysis tools to use
the new names.
</pre>
</div>
</content>
</entry>
<entry>
<title>coverity: attempt to model clar's assertions</title>
<updated>2019-01-04T13:04:48+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2019-01-04T13:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=a74f4fb9d27875e46e330e66b0e40fff92b121d9'/>
<id>a74f4fb9d27875e46e330e66b0e40fff92b121d9</id>
<content type='text'>
Coverity considers that anything that looks like assert() behaves like
it (ie. side-effects would be skipped on a NDEBUG build). As we have a
bunch of those in the test suite (128), this would ensure Coverity isn't
confused.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Coverity considers that anything that looks like assert() behaves like
it (ie. side-effects would be skipped on a NDEBUG build). As we have a
bunch of those in the test suite (128), this would ensure Coverity isn't
confused.</pre>
</div>
</content>
</entry>
<entry>
<title>ci: remove unused old ci scripts</title>
<updated>2018-07-28T22:54:46+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-07-27T15:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=24d175621b7ca6a218c7150ac47ea296f0766fa4'/>
<id>24d175621b7ca6a218c7150ac47ea296f0766fa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: move travis to the new scripts</title>
<updated>2018-07-28T22:54:46+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-07-27T11:31:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=24b8dd8275adb13acc68281c200623f636690666'/>
<id>24b8dd8275adb13acc68281c200623f636690666</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: move appveyor to new scripts</title>
<updated>2018-07-27T15:54:35+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-07-26T14:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=465f8b5163cdee708a6ee81a7c210b2a8baedde4'/>
<id>465f8b5163cdee708a6ee81a7c210b2a8baedde4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: enable leak checking on osx</title>
<updated>2018-07-26T14:34:53+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-07-21T02:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b00672b9e404adb771601408d4b02711085d6f90'/>
<id>b00672b9e404adb771601408d4b02711085d6f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: simplify cmake test configuration</title>
<updated>2018-07-26T13:07:00+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-07-04T09:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ce798b256b071f57bfd62664626c10339b3e36f7'/>
<id>ce798b256b071f57bfd62664626c10339b3e36f7</id>
<content type='text'>
Simplify the names for the tests, removing the unnecessary
"libgit2-clar" prefix.  Make "all" the new default test run, and include
the online tests by default (since HTTPS should always be enabled).

For the CI tests, create an offline-only test, then the various online
tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify the names for the tests, removing the unnecessary
"libgit2-clar" prefix.  Make "all" the new default test run, and include
the online tests by default (since HTTPS should always be enabled).

For the CI tests, create an offline-only test, then the various online
tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: enable -Werror in the script instead of using the matrix</title>
<updated>2018-06-06T11:15:50+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-04-20T21:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=61eaaadf7f23a88a5bac67d44099d9d3fabf51fe'/>
<id>61eaaadf7f23a88a5bac67d44099d9d3fabf51fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: remove extraneous semicolons</title>
<updated>2018-06-06T11:15:50+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-04-20T21:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=149790b96eda8a1e48408decf92ba327479c2c33'/>
<id>149790b96eda8a1e48408decf92ba327479c2c33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts: use leaks on macOS</title>
<updated>2018-06-06T11:15:50+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-04-20T21:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4c969618f6ec6caa8facd199c3a6de0e6b06396f'/>
<id>4c969618f6ec6caa8facd199c3a6de0e6b06396f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
