summaryrefslogtreecommitdiffstats
path: root/trace
Commit message (Collapse)AuthorAgeFilesLines
* Add missing assertion macroDmitri Pal2012-04-051-0/+1
|
* Fixing trace macrosDmitri Pal2010-12-211-2/+10
| | | | | | | One of the macros did not work, when I turned on tracing. The issue is that __FUNCTION__ should be treated as a variable and not as macro. This patch addressed the issue.
* Fix license text for several files that should be LGPLv3+Stephen Gallagher2010-11-191-2/+2
| | | | | This is NOT a relicensing. These files were mislabeled. They were always LGPLv3+.
* New wrapper macros for function entry and exitDmitri Pal2010-09-221-0/+7
|
* Build all of the ding-libs from the rootding_libs-0_1_0Stephen Gallagher2010-09-221-0/+159
| | | | | This changes our approach from having independent tarballs to having a single, monolithic tarball for all of the libraries
* Update libcollection with new make environmentStephen Gallagher2010-08-132-162/+0
|
* Add ability to trace 64bit numbersDmitri Pal2010-04-141-2/+56
| | | | [TRACE] Adding macros for signed numbers
* COMMON Improvements to the trace macroDmitri Pal2009-12-101-9/+15
| | | | | Added more distingushable indication to the trace messages that represent errors.
* 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