summaryrefslogtreecommitdiff
path: root/core/cowdata.h
AgeCommit message (Expand)Author
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