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
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