summaryrefslogtreecommitdiffstats
path: root/modules/mono/managed_callable.h
Commit message (Expand)AuthorAgeFilesLines
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+1
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry2022-10-301-1/+3
* ManagedCallable: use delegate target instead of middleman when possiblePatrick Dawson2022-10-011-1/+2
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-2/+0
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-4/+3
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-6/+5
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-4/+2
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-0/+79