summaryrefslogtreecommitdiffstats
path: root/common/trace
Commit message (Collapse)AuthorAgeFilesLines
* Add 'make tests' targetStephen Gallagher2009-09-111-0/+2
|
* TRACE: Making sure trace is safe to output NULL stringsDmitri Pal2009-08-171-3/+6
| | | | | Patch adds checks for NULL to the trace macros. It also eliminates the unused trace.h in the collection directory.
* Clean up automake build to work on older versions of libtoolStephen Gallagher2009-05-261-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.
* Build system improvements for common toolsStephen Gallagher2009-04-131-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.
* Style fixes for /commonSimo Sorce2009-04-071-33/+42
|
* First commit of basic collection API.Dmitri Pal2009-04-061-0/+87