summaryrefslogtreecommitdiffstats
path: root/modules/mono/config.py
Commit message (Expand)AuthorAgeFilesLines
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry2022-09-071-15/+5
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-3/+3
* Remove mentions of the Server platform from the Mono moduleAaron Franke2022-08-241-2/+2
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-25/+5
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-1/+1
* Add Text Server related options to the build profiles editor.bruvzg2022-08-031-29/+21
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-211-2/+2
* Add support for the RISC-V architectureAaron Franke2021-10-221-1/+1
* Mono: Add mono_bcl SCons option for a custom BCL locationIgnacio Etcheverry2020-12-061-0/+8
* Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-251-1/+0
* Style: Fix black formatting after #42332Rémi Verschelde2020-09-251-3/+1
* Enable the `copy_mono_root` SCons option by defaultHugo Locurcio2020-09-251-4/+4
* DocData: Skip language-specific ClassDoc without methods/constantsRémi Verschelde2020-06-171-1/+0
* Add SCons option to not build C# solutionsIgnacio Etcheverry2020-05-221-0/+1
* Mono: Use msbuild instead of nuget.exe for restoringIgnacio Etcheverry2020-05-091-1/+0
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-5/+21
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-15/+26
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* Generate command line help text for `mono` moduleAndrii Doroshenko (Xrayez)2020-03-171-1/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-2/+10
* Mono: Fix SCons options added to the wrong environmentIgnacio Etcheverry2019-06-041-0/+10
* Mono: Reorganize build scriptsIgnacio Etcheverry2019-04-071-420/+6
* Remove unused importsHendrikto2019-04-061-1/+1
* SCons: Allow building Mono module with OSXCrossRémi Verschelde2018-12-221-4/+6
* Fix assertion fail when loading assembly on project exportIgnacio Etcheverry2018-11-081-5/+1
* Mono: Editor and export template dependencies and fixesIgnacio Etcheverry2018-10-031-25/+155
* Merge pull request #22193 from neikeq/idontlikesanditscoarseandroughandirrita...Ignacio Etcheverry2018-09-171-1/+16
|\
| * Add some mono root dir hints to the build scriptIgnacio Etcheverry2018-09-171-1/+16
* | Check for mono binary when finding versionSophie Tauchert2018-09-161-1/+8
|/
* Prevent "cannot use a string pattern on a bytes-like object"Justin Abene2018-08-201-1/+3
* SCons: Fix mono_root initializationRémi Verschelde2018-08-141-1/+2
* Fixed absent variable exception while trying to raise another exception.Teashrock2018-08-131-0/+1
* Mono: Fix build script not decoding process utf-8 outputIgnacio Etcheverry2018-07-041-1/+4
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-34/+75
* Merge pull request #19016 from neikeq/wIgnacio Etcheverry2018-06-221-4/+30
|\
| * Mono: Module build improvementsIgnacio Etcheverry2018-06-221-4/+30
* | Fix Mono static linking on MingwHein-Pieter van Braam2018-06-011-2/+9
* | SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
|/
* Fix MSVC check when building with monoIgnacio Etcheverry2018-05-021-2/+2
* Add option to link mono statically on WindowsIgnacio Etcheverry2018-04-251-14/+28
* Fix mono build properly!PJB30052018-03-191-1/+1
* Fix Mono builds with Python 3.Pieter-Jan Briers2018-03-181-1/+1
* More reliably find mscorlib.dll on LinuxHein-Pieter van Braam2018-02-271-2/+5
* Merge pull request #15641 from neikeq/mono-is-picky-regarding-corlib-so-we-mu...Rémi Verschelde2018-02-271-10/+13
|\
| * Mono: Buildsystem improvementsIgnacio Etcheverry2018-01-121-10/+13
* | Fix pkgconfig detection of monoBenjamin Dobell2018-02-031-0/+1
|/
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-1/+5
* -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-011-0/+1
* Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-291-22/+58