summaryrefslogtreecommitdiffstats
path: root/core/cowdata.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+23
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-16/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Ensure COWData does not reallocate on push back, fixes #22561Juan Linietsky2020-03-271-17/+24
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-5/+5
* typedefs: Cleanup unused macros and unnecessary checksRémi Verschelde2020-03-111-5/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal2019-10-081-0/+1
* Repair String lstrip and rstrip.Ibrahn Sahir2019-01-071-0/+20
* Optimizations for trivial typesHein-Pieter van Braam2019-01-031-15/+26
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-1/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix nested VectorsHein-Pieter van Braam2018-07-291-0/+6
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-0/+332