godot/modules/mono/utils
Ignacio Etcheverry 86274b9fc9 Mono/C#: Re-structure API solution and GodotTools post-build target
Previously we had a placeholder solution called 'Managed' to benefit from
tooling while editing the a part of the C# API.
Later the bindings generator would create the final 'GodotSharp' solution
including these C# files as well as the auto-generated C# API.
Now we replaced the 'Managed' solution with the final 'GodotSharp' solution
which is no longer auto-generated, and the bindings generator only takes
care of the auto-generated C# API.
This has the following benefits:
- It's less confusing as there will no longer be two versions of the same file
(the original and a generated copy of it). Now there's only one.
- We no longer need placeholder for auto-generated API classes, like Node or
Resource. We used them for benefiting from tooling. Now we can just use the
auto-generated API itself.
- Simplifies the build system and bindings generator. Removed lot of code
that is not needed anymore.

Also added a post-build target to the GodotTools project to copy the output to
the data dir. This makes it easy to iterate when doing changes to GodotTools,
as SCons doesn't have to be executed anymore just to copy these new files.
2019-12-28 20:48:55 +01:00
..
macros.h Fix check to determine if [[noreturn]] attribute is usable 2019-02-10 18:45:18 +01:00
mono_reg_utils.cpp Mono: Buildsystem support for finding MSBuild from VS2019 2019-04-06 01:32:41 +02:00
mono_reg_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mutex_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
osx_utils.cpp Mono: Cleanup 2019-02-03 05:38:40 +01:00
osx_utils.h Mono: Fix hot reload build errors and cleanup 2019-01-22 18:33:36 +01:00
path_utils.cpp Mono/C#: Re-structure API solution and GodotTools post-build target 2019-12-28 20:48:55 +01:00
path_utils.h Mono/C#: Re-structure API solution and GodotTools post-build target 2019-12-28 20:48:55 +01:00
string_utils.cpp Mono/C#: Initial exporter support for AOT compilation 2019-11-15 03:22:18 +01:00
string_utils.h Mono/C#: Initial exporter support for AOT compilation 2019-11-15 03:22:18 +01:00
thread_local.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_local.h Some code changed with Clang-Tidy 2019-06-26 15:08:25 +02:00