summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/templates
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-3119-38/+76
|
* Fix GCC 14 -Wtemplate-id-cdtor warningGeorge L. Albany2024-08-251-1/+1
| | | As was fixed with godotengine/godot#91208
* Fix `#include` formattingThaddeus Crews2024-06-251-4/+4
|
* Merge pull request #1457 from AThousandShips/foreach_listDavid Snopek2024-05-161-24/+42
|\ | | | | [Core] Reduce and prevent unnecessary random-access to `List`
| * Optionaly add compatibility operatorsA Thousand Ships2024-05-071-0/+10
| |
| * [Core] Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-071-24/+32
| | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator`
* | [Core] Add `LocalVector::has` for convenienceA Thousand Ships2024-05-061-0/+4
|/
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-1018-69/+69
|
* [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-051-34/+65
|
* Switch to 64-bit ints.bruvzg2024-01-103-111/+194
|
* Merge pull request #1245 from AThousandShips/alloc_fixDavid Snopek2023-09-201-2/+5
|\ | | | | Fix allocation size overflow check in `CowData`
| * Fix allocation size overflow check in `CowData`A Thousand Ships2023-09-191-2/+5
| |
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-134-11/+11
|/
* Fix forgotten not operatorAdam Scott2023-08-161-1/+1
|
* Fix Clang deprecated builtinsAdam Scott2023-08-151-5/+6
| | | | | | It seems that Clang and GCC have different interpretations of certain builtins. So this PR uses std <type_traits> functions just as cowdata.h does in the godot project.
* Attempt to fully implement CharStringDavid Snopek2023-06-221-1/+7
|
* Fix incorrect memory allocation in release builds.bruvzg2023-02-211-5/+5
| | | | Co-authored-by: lightyears <lightyears1998@hotmail.com>
* Merge pull request #982 from WildRackoon/templates-add-LocalVectorRémi Verschelde2023-01-301-0/+339
|\ | | | | | | Add missing local_vector.hpp template
| * Add missing LocalVector templateRackoon2023-01-301-0/+339
| | | | | | | | Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* | Expose some low level functions and String operators.bruvzg2023-01-191-2/+2
| |
* | Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-1018-523/+523
|/
* Basic static analysis fixesAndy Maloney2022-11-184-4/+4
| | | | | | | - remove extraneous semicolons - use "nullptr" instead of "0" - remove "break" after "return" - use <cstdio> instead of <stdio.h>
* Run scripts to format and make headers consistentAaron Franke2022-10-0918-55/+55
|
* Add SelfList templateRicardo Buring2022-09-131-0/+143
|
* Update hashfuncs, add some missing math funcs.Fabio Alessandrelli2022-09-111-71/+265
|
* Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-211-0/+16
|
* Sync containers with new HashMap/HashSet, sync API headers.bruvzg2022-06-065-409/+1060
|
* Update copyright yearRémi Verschelde2022-03-1516-32/+32
|
* Port a bunch of Godot container templates to GDExtension.bruvzg2022-02-1816-0/+5594