summaryrefslogtreecommitdiff
path: root/modules/mono/build_scripts/mono_configure.py
AgeCommit message (Expand)Author
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-07C#: Replace libnethost dependency to find hostfxrIgnacio Roldán Etcheverry
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-26.NET: Change NETCore.App version detection to use highest matchRémi Verschelde
2022-08-25C#: Fix buildsystem when `dotnet --info` does not specify archIgnacio Roldán Etcheverry
2022-08-25Merge pull request #55778 from aaronfranke/use-arch-btwRémi Verschelde
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-08-25[macOS] Check .NET binary architecture, and search for the cross compile SDK ...bruvzg
2022-08-24Remove mentions of the Server platform from the Mono moduleAaron Franke
2022-08-22C#: Upgrade to .NET 6 (5.0 -> 6.0)Ignacio Roldán Etcheverry
2022-08-22C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry
2022-08-22Fix detection of .NET Sdk from snap and allow higher versionsIgnacio Roldán Etcheverry
2022-08-22C#: Fallback to `dotnet --info` to determine .NET RIDIgnacio Roldán Etcheverry
2022-08-22C#: Begin move to .NET CoreIgnacio Roldán Etcheverry
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2021-07-01Remove unused code related to Travis CIHugo Locurcio
2020-12-17Merge pull request #44105 from neikeq/mono-wasm-m2n-hookRémi Verschelde
2020-12-14Mono: Don't use -rdynamic when compiling for WASMIgnacio Etcheverry
2020-12-06Mono: Add mono_bcl SCons option for a custom BCL locationIgnacio Etcheverry
2020-09-25Enable the `copy_mono_root` SCons option by defaultHugo Locurcio
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-07-26CI: Install master version of psf/blackRémi Verschelde
2020-06-15Fix dynamic linking of MSVC Mono with MinGW GodotIgnacio Etcheverry
2020-03-31Mono/C#: Add iOS supportIgnacio Etcheverry
2020-03-31Mono/C#: Fix MinGW build not supporting `.lib` librariesIgnacio Etcheverry
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-05Mono: Fix detection of Apple platforms in build scriptRémi Verschelde
2019-12-18Mono: Copy native and btls libs on macOSRémi Verschelde
2019-12-04Mono/C#: Several android fixesIgnacio Etcheverry
2019-11-29Mono/C#: Add option to export assemblies outside of PCKIgnacio Etcheverry
2019-11-19Mono/C#: Bundle libmono-btls-shared.dll on Windows if it existsIgnacio Etcheverry
2019-11-13Mono/C#: WebAssembly supportIgnacio Etcheverry
2019-10-21Added the server platform checks to template dir and shared lib copyJoshLee0915
2019-09-04Split the Android platform java logic into an Android library module (`lib`) ...fhuya
2019-08-12Always use lists for `LIBS` in SConsHugo Locurcio
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-07-03Merge pull request #30292 from neikeq/android_fixesRémi Verschelde
2019-07-03Mono: Android build and shared libraries fixesIgnacio Etcheverry
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-06-04Mono: Fix SCons options added to the wrong environmentIgnacio Etcheverry
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-07Mono: Add compiler flags to env_mono instead of envIgnacio Etcheverry
2019-04-07Mono: Reorganize build scriptsIgnacio Etcheverry