summaryrefslogtreecommitdiffstats
path: root/common/basicobjects
Commit message (Collapse)AuthorAgeFilesLines
* [BASICOBJ] Added a convenience functionDmitri Pal2010-08-103-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.
* [BO] Introducing basic objectsDmitri Pal2010-08-108-0/+2056
The first basic object is extensible buffer.