summaryrefslogtreecommitdiffstats
path: root/src/core/memory.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
|
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-3/+3
|
* [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-051-6/+6
|
* [iOS] Fix building as static library or xcframework, add iOS config and ↵bruvzg2023-11-091-5/+6
| | | | xcframework build script to the test project.
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-131-2/+2
|
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-4/+4
|
* Fix incorrect memory allocation in release builds.bruvzg2023-02-211-6/+53
| | | | Co-authored-by: lightyears <lightyears1998@hotmail.com>
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
|
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-3/+3
| | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension -> Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION -> EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Port a bunch of Godot container templates to GDExtension.bruvzg2022-02-181-0/+13
|
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-3/+3
|
* Silence delete compile warning in memory.h/cpp on WindowsBastiaan Olij2021-09-271-0/+19
|
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+53