summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix Mono path utils char types.bruvzg2020-09-041-6/+16
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-033-9/+9
* Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry2020-08-301-1/+1
* [macOS, Mono] Fix "Wdeprecated-declarations" build error.bruvzg2020-07-101-13/+10
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-053-40/+20
* C#: Add VisualStudio supportIgnacio Etcheverry2020-06-151-1/+0
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-144-9/+0
* C#/Mono: Check assembly version when loadingIgnacio Etcheverry2020-05-091-1/+1
* Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-024-12/+12
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-173-316/+21
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-67/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-0112-24/+24
* Mono/C#: Re-structure API solution and GodotTools post-build targetIgnacio Etcheverry2019-12-282-0/+39
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-154-120/+22
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Mono: Fix unable to create log file due to str_format bugIgnacio Etcheverry2019-09-081-3/+7
|/
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-4/+1
* Merge pull request #30428 from neikeq/gitcheckout-bRémi Verschelde2019-07-092-46/+113
|\
| * Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry2019-07-082-46/+113
* | Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
|/
* Mono: Android build and shared libraries fixesIgnacio Etcheverry2019-07-032-0/+116
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix generation of Mono Glue for Visual Studio 2017+ShyRed2019-05-051-1/+1
* Ignore a warning in _get_socket_error (-Wlogical-op).marxin2019-05-021-1/+1
* Fix missing argument for vsnprintf_sIgnacio Etcheverry2019-04-301-1/+2
* C# bindings generator cleanupIgnacio Etcheverry2019-04-252-0/+62
* Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde2019-04-081-2/+2
|\
| * Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-2/+2
* | Mono: Buildsystem support for finding MSBuild from VS2019Ignacio Etcheverry2019-04-061-3/+3
|/
* Add support for new MSBuild directory naming introduced in VS 2019.Sebastian Hartte2019-03-201-0/+8
* Don't print 'Cannot find Mono in the registry' if bundled with GodotIgnacio Etcheverry2019-02-151-2/+0
* Fix check to determine if [[noreturn]] attribute is usableIgnacio Etcheverry2019-02-101-5/+1
* Merge pull request #25478 from neikeq/rrIgnacio Etcheverry2019-02-032-19/+37
|\
| * Mono: CleanupIgnacio Etcheverry2019-02-032-19/+37
* | Mono: Test Windows binaries with lowercase extensionRémi Verschelde2019-01-271-1/+1
|/
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-0112-24/+24
* Fix missing/malformed license headersRémi Verschelde2019-01-011-1/+1
* C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-302-4/+73
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-4/+6
* Parse C# script namespace and classIgnacio Etcheverry2018-10-252-0/+30
* C#: Optimize struct marshallingIgnacio Etcheverry2018-10-171-0/+9
* Fix GCC compiler warning in mono moduleIgnacio Etcheverry2018-10-032-8/+14
* Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry2018-09-172-0/+103
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-125-9/+9
* Style: Fix issues that went past CIRémi Verschelde2018-08-212-4/+3