aboutsummaryrefslogtreecommitdiff
path: root/core/string_buffer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash in StringBuffer::append()Bernhard Liebl2017-12-271-1/+1
|
* Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-251-1/+1
| | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* Add StringBuffer classEvgeny Zuev2017-09-051-0/+102