<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ding-libs.git/trace, branch split</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>Add ability to trace 64bit numbers</title>
<updated>2010-04-14T16:15:54+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2010-04-09T15:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=3d639daef0a0b3ff2adb6a2bcaf04fb12b906466'/>
<id>3d639daef0a0b3ff2adb6a2bcaf04fb12b906466</id>
<content type='text'>
[TRACE] Adding macros for signed numbers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[TRACE] Adding macros for signed numbers
</pre>
</div>
</content>
</entry>
<entry>
<title>COMMON Improvements to the trace macro</title>
<updated>2009-12-10T22:20:26+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-10-17T03:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=8ee482cfeaf83bfbfd15d8c9e6c660793b43bbf3'/>
<id>8ee482cfeaf83bfbfd15d8c9e6c660793b43bbf3</id>
<content type='text'>
Added more distingushable indication to
the trace messages that represent errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added more distingushable indication to
the trace messages that represent errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'make tests' target</title>
<updated>2009-09-11T20:22:58+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-09-11T19:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=5b423064d5bfe413a49ff370c3f7f908af510533'/>
<id>5b423064d5bfe413a49ff370c3f7f908af510533</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TRACE: Making sure trace is safe to output NULL strings</title>
<updated>2009-08-17T13:38:59+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-08-12T17:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=aaea92f5620e6eca30a5ca155397a749271d3208'/>
<id>aaea92f5620e6eca30a5ca155397a749271d3208</id>
<content type='text'>
Patch adds checks for NULL to the trace macros.
It also eliminates the unused trace.h in the collection directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch adds checks for NULL to the trace macros.
It also eliminates the unused trace.h in the collection directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up automake build to work on older versions of libtool</title>
<updated>2009-05-26T13:10:45+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-05-21T13:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=a2111416b0d8ae0a2c1b3090fe62353e2c231ea6'/>
<id>a2111416b0d8ae0a2c1b3090fe62353e2c231ea6</id>
<content type='text'>
LT_INIT is supported only on Libtool &gt;= 2.0, so I reverted it to
using AC_PROG_LIBTOOL.

Also reorganized how the common libraries were being built. Now
they are treated as libtool convenience libraries instead of
installable libraries (the --with-singlelib configure flag can
still be used to generate a combined, installable DSO)

I cleaned up the set of files being installed by automake, so the
list of things we need to remove before packaging the RPM is now
only the .la files associated with our own plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LT_INIT is supported only on Libtool &gt;= 2.0, so I reverted it to
using AC_PROG_LIBTOOL.

Also reorganized how the common libraries were being built. Now
they are treated as libtool convenience libraries instead of
installable libraries (the --with-singlelib configure flag can
still be used to generate a combined, installable DSO)

I cleaned up the set of files being installed by automake, so the
list of things we need to remove before packaging the RPM is now
only the .la files associated with our own plugins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build system improvements for common tools</title>
<updated>2009-04-13T13:06:39+00:00</updated>
<author>
<name>Stephen Gallagher</name>
<email>sgallagh@redhat.com</email>
</author>
<published>2009-04-11T14:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=c0c9939f0b41d51fb5edd44198d13baee086a6fa'/>
<id>c0c9939f0b41d51fb5edd44198d13baee086a6fa</id>
<content type='text'>
Allows building shared or static libraries using autotools and
provides a pkg-config file to simplify inclusion into other parts
of the project (or other projects in the future)

For now, we will statically link the collection library and INI
parser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows building shared or static libraries using autotools and
provides a pkg-config file to simplify inclusion into other parts
of the project (or other projects in the future)

For now, we will statically link the collection library and INI
parser.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style fixes for /common</title>
<updated>2009-04-07T18:25:28+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2009-04-07T18:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=a84aa16112043031d7157704323cb8a6c2dc0764'/>
<id>a84aa16112043031d7157704323cb8a6c2dc0764</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First commit of basic collection API.</title>
<updated>2009-04-06T19:59:21+00:00</updated>
<author>
<name>Dmitri Pal</name>
<email>dpal@redhat.com</email>
</author>
<published>2009-04-06T13:30:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/okos/public_git/ding-libs.git/commit/?id=548fb76622cacbdf4416f07b718f1bdd93924a9f'/>
<id>548fb76622cacbdf4416f07b718f1bdd93924a9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
