summaryrefslogtreecommitdiffstats
path: root/basicobjects
Commit message (Collapse)AuthorAgeFilesLines
* Fixing headersDmitri Pal2013-01-242-4/+2
| | | | | | | 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.
* Clean doxygen configurationsDmitri Pal2012-10-241-34/+1
| | | | | The doxygen files contained some deprecated values and typos. This patch cleans them for all interfaces exposed by ding libs.
* Fix version handling of the librariesSumit Bose2010-09-231-2/+2
|
* Added a convenience functionDmitri Pal2010-09-223-0/+55
| | | | | | | Added a function to add a string to the buffer. Allows adding const strings to the buffer. This solution eliminates all the hassle of type casting that was needed before.
* Introducing basic objectsDmitri Pal2010-09-225-0/+1965
The first basic object is extensible buffer.