summaryrefslogtreecommitdiffstats
path: root/modules/mono/build_scripts/tls_configure.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-36/+0
| | | | | | | | | | | | | Implementation for new Variant types Callable, Signal, StringName. Added support for PackedInt64Array and PackedFloat64Array. Add generation of signal members as events, as well as support for user created signals as events. NOTE: As of now, raising such events will not emit the signal. As such, one must use `EmitSignal` instead of raising the event directly. Removed old ThreadLocal fallback class. It's safe to use thread_local now since it's supported on all minimum versions of compilers we support.
* Mono: Reorganize build scriptsIgnacio Etcheverry2019-04-071-0/+36
All build scripts, other than config.py and SCSub, are now located in the build_scripts subdirectory.