summaryrefslogtreecommitdiffstats
path: root/basicobjects
Commit message (Collapse)AuthorAgeFilesLines
* 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.