Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-22Replace embedded libgc with Unity fork of recent Boehm (bdwgc) (#16832)Jonathan Chambers
2019-11-07[llvm] redirect from mono llvm-mirror fork to dotnet llvm-project forkJo Shields
2019-11-05Fix MSVC intellisense for LLVM sources. (#17706)Johan Lorensson
2019-05-10[netcore] Enable MSVC builds of Mono w/ ENABLE_NETCORE (#14418)Filip Navara
2018-12-14Windows x64 LLVM assert support + MSVC only for none cross compiler build. (#...Johan Lorensson
2018-11-12Align LLVM/BTLS Visual Studio external builds.lateralusX
2018-11-12Add support for LLVM integrated build as part of Visual Studio solutionlateralusX
2018-09-10[cxx] Leave output directory alone as other places run it. (#10520)Jay Krell
2018-09-07Add C++ compiler support option for some msvc build projects. (#10487)Johan Lorensson
2018-07-20Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)Jay Krell
2018-06-28Modernize Windows random number generation. (#9090)Jay Krell
2018-06-20Add LLVM AOT/Full AOT support on Windows x64.lateralusX
2017-11-13Enable concurrent GC as default mode for Windows MSVC mono sgen builds.lateralusX
2017-10-19[runtime] Rename atomic functions from the win32 style naming to mono_atomic_...Johan Lorensson
2017-10-03Drop use of def files for x86, x64 mono-2.0-sgen|boehm.dll Windows build.lateralusX
2017-10-03Restructure of mono.sln and build properties to better fix static/dynamic lib...lateralusX
2017-10-03Merge all static runtime libs into libmono-static.lateralusX
2017-08-08[runtime] Move eglib into mono/eglib so it becomes a convenience library simi...Zoltan Varga
2017-04-24Separate the eglib source and build instructionsJosh Peterson
2016-08-20Visual Studio project updates and enhancements to support static libmono and ...Johan Lorensson
2016-06-15Added support to select static or dynamic c-runtime based on user property.lateralusX
2016-06-15Added support to split GC builds into different build folders.lateralusX
2016-06-15Fixes to default build/distribution location.lateralusX
2016-06-15Added regression test project.lateralusX
2016-06-15Added suffix to intermediate build .pdb files in order to avoid potential nam...lateralusX
2016-06-15Added support for optional target build suffix.lateralusX
2016-06-15Better property manager and user macros support.lateralusX
2016-06-15Separate build tree and target suffix support.lateralusX
2016-06-15Restructured build/package/install targets and split GC libraries.lateralusX
2016-06-15Upgrade to vs2015 for native projects.lateralusX
2015-05-25[windows] Prepare VS build properties for proper DLL export/import definitions.Joao Matos
2015-05-15[runtime] Drop support for external libgc.Alex Rønne Petersen
2015-04-20Bump Windows version requirement to Vista.Vincent Povirk
2014-10-09runtime] Really use WinXP SP2 as the minimum version on the msvc builds too. ...Zoltan Varga
2014-09-16[runtime] Disable VS warnings C4273 (inconsistent dll linkage), and C4005 (ma...Zoltan Varga
2014-09-13[runtime] Fix the windows build. Define _WINSOCKAPI_ to fix the compilation p...Zoltan Varga
2014-06-04[VS] Fix the solutions to work with win64. Update the file list to include so...Rodrigo Kumpera
2012-03-08Rework vcxproj files to match Makefile based build. Build libmonoutils and li...Jonathan Chambers