<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libical-git.git/src/libicalss/icalfileset.c, branch vpatch</title>
<subtitle>github.com: libical/libical.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/'/>
<entry>
<title>Remove deprecated icaltime_from_timet</title>
<updated>2016-12-18T21:10:26+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2016-12-18T21:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=fe7502356057b5f4379b4912ed633b162539d728'/>
<id>fe7502356057b5f4379b4912ed633b162539d728</id>
<content type='text'>
Use icaltime_from_timet_with_zone instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use icaltime_from_timet_with_zone instead.</pre>
</div>
</content>
</entry>
<entry>
<title>more redundancy-decls cleaning</title>
<updated>2016-11-23T20:57:00+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-11-23T20:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=7dd18bb4c08d358605b8ac543e61de94dc270c8b'/>
<id>7dd18bb4c08d358605b8ac543e61de94dc270c8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libicalss/icalbdbset.c,icalfileset.c - don't pass NULLs to strcmp</title>
<updated>2016-09-03T23:32:07+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-09-03T23:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=806d5380b9204650b00b6ee0e85662ffd4e09b68'/>
<id>806d5380b9204650b00b6ee0e85662ffd4e09b68</id>
<content type='text'>
found by scan-build.  use static _compare_ids() for convenience.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
found by scan-build.  use static _compare_ids() for convenience.
</pre>
</div>
</content>
</entry>
<entry>
<title>say goodbye the global variable icalerror_errors_are_fatal</title>
<updated>2015-08-14T22:52:43+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-08-14T22:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=6e5534a979b3ab4d28e5a32f50c48395e14ff9e4'/>
<id>6e5534a979b3ab4d28e5a32f50c48395e14ff9e4</id>
<content type='text'>
and hello to icalerror_[set,get]_errors_are_fatal().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and hello to icalerror_[set,get]_errors_are_fatal().
</pre>
</div>
</content>
</entry>
<entry>
<title>src/libicalss - consistent coding style enforced</title>
<updated>2015-05-31T14:45:36+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-05-31T14:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=ed93580daa199971f25b2e9695f79350f9f941ff'/>
<id>ed93580daa199971f25b2e9695f79350f9f941ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Coverity Scan and Splint fixes</title>
<updated>2015-05-09T22:51:31+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-05-09T22:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=938adfc30db8affd9afd57466763f31f30454a78'/>
<id>938adfc30db8affd9afd57466763f31f30454a78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup _unused() function variables</title>
<updated>2015-05-07T23:08:03+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-05-07T23:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=112aef0b3f343d22d0e8d14b7a4cd4b858ff5ce9'/>
<id>112aef0b3f343d22d0e8d14b7a4cd4b858ff5ce9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ported to MSVC 2005, 2012 and MinGW 64</title>
<updated>2015-05-03T19:06:26+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-05-03T19:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=94eeb9cadc95eb67307f8c9f83238a1d4c5f0927'/>
<id>94eeb9cadc95eb67307f8c9f83238a1d4c5f0927</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>icalbdbset, icalfileset, icalset - splint cleaning</title>
<updated>2015-05-02T22:31:37+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-05-02T22:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=b64a502453e8723eb598aab8f2dabda7da597ddf'/>
<id>b64a502453e8723eb598aab8f2dabda7da597ddf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ported to Windows MSVC 2012</title>
<updated>2015-05-02T14:42:30+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2015-05-02T14:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=aac33ccc3d3eb781643906185ebff83dd41cae3f'/>
<id>aac33ccc3d3eb781643906185ebff83dd41cae3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
