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
path: root/msvc
AgeCommit message (Expand)Author
2020-06-26[metadata] Implement PreserveBaseOverridesAttribute and covariant returns sup...monojenkins
2020-06-19[mono] Add QCalls to the Runtime (#19945)monojenkins
2020-06-06[mono] Move some culture-dependent source files to a separate directory (#19912)Aleksey Kliger (λgeek)
2020-05-30Fix Mono C++ build. (#19875)monojenkins
2020-05-25Initial work porting native diagnostic event pipe library to C library potent...lateralusX
2020-05-18[mono] Linking statically ICU shim on mono (#19699)monojenkins
2020-03-24Remove Mono runtime vcruntime140.dll release build dependency. (#19270)monojenkins
2020-03-24[mono] Add headers for unstable APIs (#19272)monojenkins
2020-03-13Fix line endings under src/mono (#19215)monojenkins
2020-03-03Fix Mono Tool MSVC Debug build. (#19075)Johan Lorensson
2020-02-28Remove non-functional spawn code.Jay Krell
2020-02-27Clean up libmono-dynamic.vcxproj dependency for netcore. (#19040)Johan Lorensson
2020-02-27Detect build config mismatch for MSVC Windows LLVM build. (#19044)Johan Lorensson
2020-02-25[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to e...Zoltan Varga
2020-02-25Whittle away at warnings: (#18874)Jay Krell
2020-02-17[mono] Fix msvc mono build and add `CopyMonoRuntimeFilesFromArtifactsToDestin...monojenkins
2020-02-13[mini] Move netcore hosting functionality into separate file (#18799)monojenkins
2020-02-13[WIP][threading] Switch to a native implementation of LowLevelLifoSemaphore (...monojenkins
2020-02-06Reduce number of mono header files copied into SDK include folder. (#18702)Johan Lorensson
2020-02-06[runtime] Improve handling crashing signals (#18243)Alexis Christoforides
2020-01-13Write version.h for netcore and allow preview VS for msvc buildsAlexander Köplinger
2020-01-09Fix line endings in .bat filesAlexander Köplinger
2019-11-25Remove mkinstalldirs invocation from two places (#17910)Alexander Köplinger
2019-11-25Fix boehm on Windows i386 builds (#17901)Alexander Köplinger
2019-11-22Replace embedded libgc with Unity fork of recent Boehm (bdwgc) (#16832)Jonathan Chambers
2019-11-12Move zlib to its own directory, and re-enable subdir-objectsJo Shields
2019-11-08Fix Windows LLVM build using new repository structure.lateralusX
2019-11-07[llvm] redirect from mono llvm-mirror fork to dotnet llvm-project forkJo Shields
2019-11-06Explicit update/init only LLVM BTLS repro on external MSVC build. (#17691)Johan Lorensson
2019-11-05Fix MSVC intellisense for LLVM sources. (#17706)Johan Lorensson
2019-11-04Mono NetCore Windows only build/test. (#17646)Johan Lorensson
2019-10-30[wasm] Fix build problems. (#17596)Zoltan Varga
2019-10-27[merp] Introduce a new 'dump mode' that allows different signal behavior when...Alexis Christoforides
2019-10-24[netcore] Managed ThreadPool implementation (#17387)Filip Navara
2019-10-17Upgrade build scripts to support VS2019. (#17269)Johan Lorensson
2019-10-14[loader] Move PInvoke and DllMap code into separate source fileRyan Lucia
2019-10-09Running --enable-msvc-only didn't find jay.vcxproj. (#17228)Johan Lorensson
2019-10-08Clean up map.c /map.h (#16746)Steffen Kieß
2019-10-03Optional only build MSVC runtime using make file system on Windows. (#16915)Johan Lorensson
2019-09-12[netcore] Create a separate version of threadpool.c for netcore with the doma...Zoltan Varga
2019-08-24Remove dlmalloc from Win32. (#15773)Jay Krell
2019-08-17Fix the windows build.Zoltan Varga
2019-08-01Support proper Windows kernel Unicode thread names. (#15919)Jay Krell
2019-07-31[zlib] Fix typo in readme and remove deleted file from msvc projectsAlexander Köplinger
2019-07-31Update zlib from 1.2.5 to 1.2.11. (#15480)Jay Krell
2019-07-24Remove traces of w32process-win32-internals.h which was deleted by previous c...Alexander Köplinger
2019-07-19[metadata] Fix name of header fileAlexander Köplinger
2019-07-18[loader] Add MonoAssemblyLoadContext; stop sharing MonoImages on netcore (#15...Aleksey Kliger (λgeek)
2019-07-05Win32 zlib support. (#15509)Jay Krell
2019-07-02Add support for TLS callbacks on Windows. (#15423)Johan Lorensson