Age | Commit message (Expand) | Author |
---|---|---|
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-27 | Ensure COWData does not reallocate on push back, fixes #22561 | Juan Linietsky |
2020-03-25 | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde |
2020-03-11 | typedefs: Cleanup unused macros and unnecessary checks | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-08 | Remove circular include between core/typedefs.h and core/error_macros.h | Marcel Admiraal |
2019-01-07 | Repair String lstrip and rstrip. | Ibrahn Sahir |
2019-01-03 | Optimizations for trivial types | Hein-Pieter van Braam |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-04 | Fix more "may be used initialized" warnings from GCC 7 | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-29 | Fix nested Vectors | Hein-Pieter van Braam |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |