<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ding-libs.git/refarray, branch master</title>
<subtitle>'D is not GLib' utility libraries [okos' clone]</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/'/>
<entry>
<title>Fixing headers</title>
<updated>2013-01-24T07:34:37+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2012-12-23T18:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=57faa64667411a3d8eeeeff62b1e659a94ed29cf'/>
<id>57faa64667411a3d8eeeeff62b1e659a94ed29cf</id>
<content type='text'>
Move GNU_SOUCE definition to configure.ac
Change all headers to use config.h.
Move config.h to the top.
Remove errno.h if it is not needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move GNU_SOUCE definition to configure.ac
Change all headers to use config.h.
Move config.h to the top.
Remove errno.h if it is not needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean doxygen configurations</title>
<updated>2012-10-24T15:05:49+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2012-10-19T21:38:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=8315b3e18db8f04a91cfebf4218cab01db498c54'/>
<id>8315b3e18db8f04a91cfebf4218cab01db498c54</id>
<content type='text'>
The doxygen files contained some deprecated values and typos.
This patch cleans them for all interfaces exposed by ding libs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The doxygen files contained some deprecated values and typos.
This patch cleans them for all interfaces exposed by ding libs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Coverity issues 10071 &amp; 10072</title>
<updated>2011-01-03T18:51:37+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-12-21T21:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=5a0d623a03f47448177dfba6628381f35e8cfc95'/>
<id>5a0d623a03f47448177dfba6628381f35e8cfc95</id>
<content type='text'>
The unit tests we actually not executed due to wrong
initialization. Also the pointers were not correctly
dereferenced in the string array test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The unit tests we actually not executed due to wrong
initialization. Also the pointers were not correctly
dereferenced in the string array test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tracing cleanup</title>
<updated>2010-12-21T16:16:09+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-11-27T03:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=fdb79f1e66baff7461ab686b1c29f819d861030b'/>
<id>fdb79f1e66baff7461ab686b1c29f819d861030b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding ref_array copy method</title>
<updated>2010-12-21T16:16:08+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-11-25T22:36:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=8c201905d5f0720b62d036eb2308f81f4530cfad'/>
<id>8c201905d5f0720b62d036eb2308f81f4530cfad</id>
<content type='text'>
* Added a method to copy ref array
* Added unit test to check copy functionality
* Took advantage of the new trace macros
* Reworked the debug function to be able to
  trace arrays with different types of data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added a method to copy ref array
* Added unit test to check copy functionality
* Took advantage of the new trace macros
* Reworked the debug function to be able to
  trace arrays with different types of data.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix license text for several files that should be LGPLv3+</title>
<updated>2010-11-19T12:55:08+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-11-19T12:54:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=d7999c317e4823b953e635061011567a9838a9fa'/>
<id>d7999c317e4823b953e635061011567a9838a9fa</id>
<content type='text'>
This is NOT a relicensing. These files were mislabeled. They were
always LGPLv3+.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is NOT a relicensing. These files were mislabeled. They were
always LGPLv3+.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix version handling of the libraries</title>
<updated>2010-09-23T12:56:44+00:00</updated>
<author>
<name>Sumit Bose</name>
<email>sbose@redhat.com</email>
</author>
<published>2010-09-23T12:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=a7d58845973f1e81e6cfc7d2a64b1456c1b17de8'/>
<id>a7d58845973f1e81e6cfc7d2a64b1456c1b17de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the cleaup code</title>
<updated>2010-09-22T18:57:52+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-06-10T15:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=252be01e3972f0bfa01b5ad562a4c95d5fbf0039'/>
<id>252be01e3972f0bfa01b5ad562a4c95d5fbf0039</id>
<content type='text'>
It turned out that the array cleanup was assuming
that the data always requires cleanup.
In case of array of numbers it is a false assumtion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turned out that the array cleanup was assuming
that the data always requires cleanup.
In case of array of numbers it is a false assumtion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build all of the ding-libs from the root</title>
<updated>2010-09-22T18:48:28+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-09-21T18:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3'/>
<id>43f7cfb86f2f405e5cf3f78b4f883cd70fe451e3</id>
<content type='text'>
This changes our approach from having independent tarballs to
having a single, monolithic tarball for all of the libraries
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes our approach from having independent tarballs to
having a single, monolithic tarball for all of the libraries
</pre>
</div>
</content>
</entry>
<entry>
<title>ref_array: add RPM build targets</title>
<updated>2010-08-18T16:28:18+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2010-08-11T20:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=88a0a472f61c1301ca31f9d443647d11f05c06d0'/>
<id>88a0a472f61c1301ca31f9d443647d11f05c06d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
