godot/core/object
Rémi Verschelde 4e4e16f9a9 SCons: Cleanup GCC warnings configuration
- Outright disable spammy warnings due to past or present GCC bugs:
  * `-Wno-strict-overflow` for GCC 7.
  * `-Wno-type-limits` for GCC before 11 (regressed in 9/10, might work in
    earlier releases but at this stage we don't care).
  * `-Wno-return-type` for GCC 12/13 (regression, still not fixed).
- Enable extra warnings conditionally when broken on earlier GCC:
  * `-Wnoexcept` was removed due to an upstream regression in GCC 9, could
    be re-enabled (but commented out for now as we actually have `-Wnoexcept`
    warnings to fix.
  * `-Wlogical-op` was broken on our variadic templates before GCC 11, now
    seems fine.
2022-10-10 16:12:26 +02:00
..
callable_method_pointer.cpp Clean up Hash Functions 2022-06-20 12:54:19 +02:00
callable_method_pointer.h Add callable_mp_static 2022-05-22 15:36:34 +02:00
class_db.cpp free NativeExtensionMethodBinds on unregister 2022-10-05 11:46:00 -05:00
class_db.h Clean-up array editing 2022-08-02 23:36:02 +02:00
make_virtuals.py Rename script_instance to _script_instance in the GDVIRTUAL* wrappers to avoid shadowing Object member. 2022-09-28 15:57:59 +03:00
message_queue.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
message_queue.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
method_bind.cpp Add checks for empty/unnamed arguments to make_rst.py 2022-08-08 16:36:01 +03:00
method_bind.h SCons: Cleanup GCC warnings configuration 2022-10-10 16:12:26 +02:00
object_id.h
object.cpp Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT 2022-09-06 19:00:33 +02:00
object.h Merge pull request #66839 from aaronfranke/editor-prop-hide-slider 2022-10-05 08:47:06 +02:00
ref_counted.cpp Rename and expose RefCounted::get_reference_count() 2022-09-21 21:18:54 +01:00
ref_counted.h Rename and expose RefCounted::get_reference_count() 2022-09-21 21:18:54 +01:00
script_language_extension.cpp added missing virtual to ScriptExtension 2022-08-20 06:29:39 -04:00
script_language_extension.h Make property_*_revert methods multilevel and expose them for scripting 2022-08-18 00:03:53 +03:00
script_language.cpp Validate input in ScriptServer::register_language 2022-10-08 14:12:25 +08:00
script_language.h Replace Array return types with TypedArray 2 2022-08-23 23:21:32 +02:00
SCsub
undo_redo.cpp Change UndoRedo to use Callables 2022-09-18 23:52:50 +02:00
undo_redo.h Change UndoRedo to use Callables 2022-09-18 23:52:50 +02:00
worker_thread_pool.cpp Fix typos with codespell 2022-09-30 14:23:36 +02:00
worker_thread_pool.h Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00