index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
os
/
memory.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
1
-0
/
+24
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-5
/
+5
*
[Core] Improve `CowData` and `Memory` metadata alignment.
bruvzg
2024-02-05
1
-10
/
+25
*
Use '_v' shorthand for type traits and 'if constexpr' where appropriate
vittorioromeo
2024-02-02
1
-4
/
+4
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
[Core] Use std type traits to check operations triviality.
Fabio Alessandrelli
2022-08-04
1
-4
/
+5
*
Add a new HashMap implementation
reduz
2022-05-12
1
-0
/
+8
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
1
-1
/
+0
*
Refactors the memnew_placement.
AndreaCatania
2021-08-13
1
-10
/
+4
*
Fix memfree parameter name
Haoyu Qiu
2021-07-09
1
-1
/
+1
*
Modernize atomics
Pedro J. Estébanez
2021-02-18
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-9
/
+0
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
1
-2
/
+2
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+4
*
Style: Harmonize header guards to style guide [Core]
Rémi Verschelde
2020-03-25
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Remove circular include between core/typedefs.h and core/error_macros.h
Marcel Admiraal
2019-10-08
1
-0
/
+1
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-1
/
+1
*
Optimizations for trivial types
Hein-Pieter van Braam
2019-01-03
1
-10
/
+18
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+2
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add placement deletes to avoid warnings on VC++
Matthias Hoelzl
2017-11-19
1
-0
/
+8
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Use atomics for memory use tracking
Pedro J. Estébanez
2017-08-01
1
-6
/
+6
*
Revert "Improve reliability of memory stats"
Rémi Verschelde
2017-07-11
1
-1
/
+2
*
Improve reliability of memory stats
Pedro J. Estébanez
2017-07-05
1
-2
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-57
/
+45
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-2
/
+2
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-103
/
+1
*
-Changed memory functions, Memory::alloc_static*, simplified them, made them ...
Juan Linietsky
2017-01-06
1
-98
/
+37
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Add spaces to macros in memory.h to make C++11 compilers happy
Geequlim
2016-05-27
1
-5
/
+4
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-43
/
+43
*
better array alignment
Ariel Manzur
2016-02-19
1
-4
/
+4
*
fixes array allocation bug and sets DEFAULT_ALIGNMENT to 1. probably needs te...
Ariel Manzur
2016-02-19
1
-4
/
+4
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
[next]