summaryrefslogtreecommitdiffstats
path: root/modules/mono/signal_awaiter_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-3/+13
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-63/+142
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-121-7/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-2/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-4/+2
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-1/+1
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-1/+1
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-6/+2
* Fix msvc warnings in mono moduleIgnacio Etcheverry2018-10-251-1/+1
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-1/+1
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-4/+3
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-4/+3
* | Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-8/+12
|/
* SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-231-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-3/+3
* Mono: Fix build with tools=no or target=releaseIgnacio Etcheverry2017-10-181-0/+2
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-5/+70
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+77