godot/core
Thaddeus Crews 8deb221829
Merge pull request #101247 from Ivorforce/string-find-cleanup
Clean up `String::find` and similar functions to remove duplicate code, and speed up comparison.
2025-11-20 11:10:58 +07:00
..
config Merge pull request #112607 from KoBeWi/what_could_have_gone_wrong🤷‍♂️ 2025-11-18 14:00:50 +07:00
crypto Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
debugger Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
error Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
extension Merge pull request #112784 from migueldeicaza/fix_dynamic_xcframework_loading 2025-11-18 08:25:45 +07:00
input Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
io Merge pull request #112969 from ashwinvbs/bugfix 2025-11-20 11:10:49 +07:00
math Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
object Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
os Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
profiling Merge pull request #112823 from Ivorforce/tracy-unique-name 2025-11-17 19:36:15 +07:00
string Clean up String::find to remove duplicate code, and speed up comparison with `memcmp` where possible. 2025-11-19 22:39:05 +07:00
templates Clean up String::find to remove duplicate code, and speed up comparison with `memcmp` where possible. 2025-11-19 22:39:05 +07:00
variant Merge pull request #112853 from aaronp64/dictionary_error_key 2025-11-18 08:25:47 +07:00
SCsub Add `profiler` option to `SCons` builds. 2025-11-08 00:08:45 +07:00
core_bind.compat.inc
core_bind.cpp
core_bind.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +07:00
core_builders.py
core_constants.cpp
core_constants.h
core_globals.h
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp
register_core_types.h
typedefs.h Fix `GodotProfileZone` with tracy backend failing with shadowed variable names. 2025-11-15 20:03:14 +07:00
version.h