godot/modules/mono
Ignacio Roldán Etchevery e72fdc4b95 C#+iOS: Cache AOT compilater output
Implemented some basic caching to avoid unnecessary AOT compilation
of unchanged assemblies that were already compiled previously.
This reduces iOS export times considerably for subsequent builds
since many dependencies never change, such as framework assemblies
and the Godot bindings.

The AOT compiler asm output and object files are now placed in
`res://.mono/temp/obj/<CONFIG>/godot-aot-cache/` instead of a
temporary directory.
2021-08-02 17:27:47 +02:00
..
build_scripts Remove unused code related to Travis CI 2021-07-06 11:19:56 +02:00
doc_classes doc: Sync classref with Mono build 2021-05-03 22:34:11 +02:00
editor C#+iOS: Cache AOT compilater output 2021-08-02 17:27:47 +02:00
glue Add documentation to Array in C# 2021-07-26 13:35:52 +02:00
icons
mono_gd Remove duplicate WARN_PRINTS macro 2021-06-18 12:57:59 +01:00
utils Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
.editorconfig [3.x] Add a simple C# .editorconfig 2021-07-24 16:27:57 -04:00
.gitignore
__init__.py
class_db_api_json.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
class_db_api_json.h
config.py
csharp_script.cpp Fix slow load/save of scenes with many instances of the same script 2021-06-17 12:47:54 +02:00
csharp_script.h Fix slow load/save of scenes with many instances of the same script 2021-06-17 12:47:54 +02:00
godotsharp_defs.h
godotsharp_dirs.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
godotsharp_dirs.h
mono_gc_handle.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
mono_gc_handle.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
register_types.cpp
register_types.h
SCsub
signal_awaiter_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
signal_awaiter_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00