summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils/string_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-3/+3
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-4/+8
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-10/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-151-4/+20
* 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
* Fixes minor issues found by static analyzerqarmin2019-07-071-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-251-0/+49
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Parse C# script namespace and classIgnacio Etcheverry2018-10-251-0/+28
* 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-1/+1
* Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-0/+29
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+128