index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
godot_cpp
/
core
/
memory.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-31
1
-2
/
+4
*
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
1
-3
/
+6
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-7
/
+7
*
[Core] Improve `CowData` and `Memory` metadata alignment.
bruvzg
2024-02-05
1
-12
/
+34
*
[iOS] Fix building as static library or xcframework, add iOS config and xcfra...
bruvzg
2023-11-09
1
-11
/
+12
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
1
-1
/
+1
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-1
/
+1
*
Fix incorrect memory allocation in release builds.
bruvzg
2023-02-21
1
-5
/
+9
*
Move allocator to after memdelete
mashumafi
2023-01-29
1
-14
/
+14
*
Use std type traits instead of intrinsics
George Marques
2023-01-28
1
-4
/
+4
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-1
/
+1
*
Basic static analysis fixes
Andy Maloney
2022-11-18
1
-1
/
+1
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
1
-3
/
+3
*
Ensure GDCLASS can be used outside the godot namespace.
Fabio Alessandrelli
2022-09-01
1
-6
/
+6
*
Sync containers with new HashMap/HashSet, sync API headers.
bruvzg
2022-06-06
1
-0
/
+8
*
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
*
Port a bunch of Godot container templates to GDExtension.
bruvzg
2022-02-18
1
-0
/
+40
*
Make extension instances create the corresponding godot object in their const...
Gilles Roudière
2021-12-03
1
-10
/
+11
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-1
/
+1
*
Change constructor/destructor management of extension classes
George Marques
2021-09-27
1
-2
/
+20
*
Silence delete compile warning in memory.h/cpp on Windows
Bastiaan Olij
2021-09-27
1
-0
/
+8
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+115