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-10-17Upgrade build scripts to support VS2019. (#17269)Johan Lorensson
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2018-09-07Add C++ compiler support option for some msvc build projects. (#10487)Johan Lorensson
2017-10-03Restructure of mono.sln and build properties to better fix static/dynamic lib...lateralusX
2017-10-02[profiler] log profiler: limit method instrumentation to selected methods (#5...Uri Simchoni
2017-08-01[profiler] Move legacy profiler code to profiler.c.Alex Rønne Petersen
2017-07-21[msvc] Update project files with new profiler-related source files.Alex Rønne Petersen
2017-06-02[runtime] Remove all NACL support. It was unmaintained for a long time. (#4955)Zoltan Varga
2017-05-30[win32] Add new files.Rodrigo Kumpera
2017-01-22Fix tarball buildAlexander Köplinger
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
2017-01-20[io-layer] Extract file (#4255)Ludovic Henry
2017-01-19[io-layer] Extract socket (#4241)Ludovic Henry
2016-12-09[threadpool] Split domain and worker management (#4117)Ludovic Henry
2016-12-05Merge pull request #3997 from lateralusX/jlorenss/win-api-family-support-safe...Johan Lorensson
2016-12-02[runtime] Use mono_assembly_get_object_handle instead of mono_assembly_get_ob...Aleksey Kliger (λgeek)
2016-12-01Enabled possibility to exclude SafeArray implementation on Windows.lateralusX
2016-11-15Fix missing property-bag.c file in VS projectNiklas Therning
2016-11-08Build mono runtime under none desktop Windows API family, adjustments and cle...lateralusX
2016-11-04Adding class-accessors.c to VS projectHenric Müller
2016-11-02[io-layer] Extract Process runtime support (#3859)Ludovic Henry
2016-10-26[suspend] Remove sgen specific suspend code (#3640)Ludovic Henry
2016-10-13Build libmonoruntime under none desktop Windows API family.lateralusX
2016-10-07Make blocking socket calls on Windows interruptibleNiklas Therning
2016-09-14[io-layer] Extract Mutex, Semaphore and Event (#3553)Ludovic Henry
2016-08-25Add missing source file, sgen-os-coop.c, to libmonoruntime Visual Studio proj...lateralusX
2016-08-19[win32] Add sre-encode.c and sre-save.c to libmonoruntime projectAleksey Kliger
2016-08-19[sre] Split out MonoDynamicImage and MonoDynamicStream functionsAleksey Kliger
2016-08-18[win32] Add new reflection files to vcxprojAleksey Kliger
2016-07-06Added support to build mono runtime as a static library. (#3231)Johan Lorensson
2016-06-15Reverted back to use target name for library pdb files and defaultlateralusX
2016-06-15Added support to select static or dynamic c-runtime based on user property.lateralusX
2016-06-15Added additional build dependecies + setting up source availabilty depending ...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-15Separate build tree and target suffix support.lateralusX
2016-06-15Restructured build/package/install targets and split GC libraries.lateralusX
2016-06-15Refactored VS depdencies + restructring VS solution and projects.lateralusX
2016-06-15Upgrade to vs2015 for native projects.lateralusX
2016-04-02[msvc] Add missing files to MSVC project filesAlexander Köplinger
2016-03-25[sgen] Extract the handle array code for reuseVlad Brezae
2016-01-16[msvc] Fix Windows buildAlexander Köplinger
2015-11-17Minor: Style cleanup on internal headers (continued)Andi McClure
2015-10-06[runtime] Fixed the MSVC build.triton
2015-08-06Fixed MSVC solution to compile straight out of the boxsdridi
2015-07-28[msvc] Update Visual Studio project files.triton
2015-05-25[windows] Updated VS project files.Joao Matos
2015-05-04[sgen] Move the independent parts of SGen to a separate library.Alex Rønne Petersen
2015-04-22Revert "[msvc] Change target MSVC release from v120 to v120_xp"Alexander Köplinger
2015-03-19[runtime] Add a new mono-config-dirs.c file which is the only one depending o...Zoltan Varga