summaryrefslogtreecommitdiff
path: root/common/trace
AgeCommit message (Collapse)AuthorFilesLines
2010-08-19Remove common directoryStephen Gallagher2-162/+0
All files formerly in common are now being built individually out of the ding-libs repository. git clone git://git.fedorahosted.org/git/ding-libs.git
2010-04-14Add ability to trace 64bit numbersDmitri Pal1-2/+56
[TRACE] Adding macros for signed numbers
2009-12-10COMMON Improvements to the trace macroDmitri Pal1-9/+15
Added more distingushable indication to the trace messages that represent errors.
2009-09-11Add 'make tests' targetStephen Gallagher1-0/+2
2009-08-17TRACE: Making sure trace is safe to output NULL stringsDmitri Pal1-3/+6
Patch adds checks for NULL to the trace macros. It also eliminates the unused trace.h in the collection directory.
2009-05-26Clean up automake build to work on older versions of libtoolStephen Gallagher1-1/+1
LT_INIT is supported only on Libtool >= 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.
2009-04-13Build system improvements for common toolsStephen Gallagher1-0/+1
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.
2009-04-07Style fixes for /commonSimo Sorce1-33/+42
2009-04-06First commit of basic collection API.Dmitri Pal1-0/+87