summaryrefslogtreecommitdiffstats
path: root/core/string_buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix several in-class initialization clang warningMarcelo Fernandez2018-03-221-1/+5
|
* add template argument for size in StringBufferkarroffel2018-01-201-1/+81
| | | | | | | Until now the pre-allocated array size was defined to be 64 without a way of adjusting it from the calling side. This commit adds the size as a template parameter.
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* 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/+82