Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix version handling of the libraries | Sumit Bose | 2010-09-23 | 1 | -2/+2 |
| | |||||
* | Added a convenience function | Dmitri Pal | 2010-09-22 | 3 | -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 objects | Dmitri Pal | 2010-09-22 | 5 | -0/+1965 |
The first basic object is extensible buffer. |