summaryrefslogtreecommitdiff
path: root/core/cowdata.h
AgeCommit message (Expand)Author
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-27Ensure COWData does not reallocate on push back, fixes #22561Juan Linietsky
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-11typedefs: Cleanup unused macros and unnecessary checksRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-08Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal
2019-01-07Repair String lstrip and rstrip.Ibrahn Sahir
2019-01-03Optimizations for trivial typesHein-Pieter van Braam
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-04Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-29Fix nested VectorsHein-Pieter van Braam
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam