godot/modules/mono/mono_gd
Hein-Pieter van Braam 4e25e5066b Reduce String CoW
By introducing an intermediate proxy class for the array subscript
operator for String and CharString we can control better when CowData
will actually CoW.

This should improve performance of String usage for most cases.
2018-12-16 16:51:38 +01:00
..
gd_mono.cpp Improve the C# API projects generation 2018-11-08 01:05:22 +01:00
gd_mono.h Fix internal assembly load from 2018-10-22 20:35:44 +02:00
gd_mono_assembly.cpp Fix internal assembly load from 2018-10-22 20:35:44 +02:00
gd_mono_assembly.h Fix internal assembly load from 2018-10-22 20:35:44 +02:00
gd_mono_class.cpp Tweaks after feedback 2018-12-08 00:54:12 -08:00
gd_mono_class.h Tweaks after feedback 2018-12-08 00:54:12 -08:00
gd_mono_class_member.h Mono: Add properties support in scripts 2018-01-04 21:16:22 +01:00
gd_mono_field.cpp Merge pull request #24091 from neikeq/ii 2018-11-30 21:39:13 +01:00
gd_mono_field.h Fix build of GDMonoField 2018-01-06 11:06:05 +01:00
gd_mono_header.h C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
gd_mono_internals.cpp Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_internals.h Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_log.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gd_mono_log.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gd_mono_marshal.cpp Reduce String CoW 2018-12-16 16:51:38 +01:00
gd_mono_marshal.h C#: Optimize struct marshalling 2018-10-17 22:36:26 +02:00
gd_mono_method.cpp Implement CSharpScript::get_script_method_list and related functionality. 2018-12-07 23:54:40 -08:00
gd_mono_method.h Implement CSharpScript::get_script_method_list and related functionality. 2018-12-07 23:54:40 -08:00
gd_mono_property.cpp Mono: Fix property set_value and cleanup 2018-07-31 19:49:16 +02:00
gd_mono_property.h Mono: Pending exceptions and cleanup 2018-07-04 03:08:29 +02:00
gd_mono_utils.cpp C#: Improve tool script support and fix reloading issues 2018-11-30 20:43:06 +01:00
gd_mono_utils.h C#: Improve tool script support and fix reloading issues 2018-11-30 20:43:06 +01:00