summaryrefslogtreecommitdiff
path: root/modules/mono/utils
AgeCommit message (Expand)Author
2020-08-30Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry
2020-07-10[macOS, Mono] Fix "Wdeprecated-declarations" build error.bruvzg
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-06-15C#: Add VisualStudio supportIgnacio Etcheverry
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-09C#/Mono: Check assembly version when loadingIgnacio Etcheverry
2020-05-03Remove some C++11 polyfill defines that are no longer neededHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Fix C# bindings after recent breaking changesIgnacio Etcheverry
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-28Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry
2019-11-15Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-08Mono: Fix unable to create log file due to str_format bugIgnacio Etcheverry
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-07-09Merge pull request #30428 from neikeq/gitcheckout-bRémi Verschelde
2019-07-08Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-03Mono: Android build and shared libraries fixesIgnacio Etcheverry
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-05Fix generation of Mono Glue for Visual Studio 2017+ShyRed
2019-05-02Ignore a warning in _get_socket_error (-Wlogical-op).marxin
2019-04-30Fix missing argument for vsnprintf_sIgnacio Etcheverry
2019-04-25C# bindings generator cleanupIgnacio Etcheverry
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
2019-04-06Mono: Buildsystem support for finding MSBuild from VS2019Ignacio Etcheverry
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-03-20Add support for new MSBuild directory naming introduced in VS 2019.Sebastian Hartte
2019-02-15Don't print 'Cannot find Mono in the registry' if bundled with GodotIgnacio Etcheverry
2019-02-10Fix check to determine if [[noreturn]] attribute is usableIgnacio Etcheverry
2019-02-03Merge pull request #25478 from neikeq/rrIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-01-27Mono: Test Windows binaries with lowercase extensionRémi Verschelde
2019-01-22Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-11-30C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry
2018-11-08Improve the C# API projects generationIgnacio Etcheverry
2018-10-25Parse C# script namespace and classIgnacio Etcheverry
2018-10-17C#: Optimize struct marshallingIgnacio Etcheverry
2018-10-03Fix GCC compiler warning in mono moduleIgnacio Etcheverry
2018-09-17Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-21Style: Fix issues that went past CIRémi Verschelde
2018-07-31fixed: windows mono compile (#20598)Nick Hope
2018-07-29Fix Mono compilation on Windows/MingHein-Pieter van Braam