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
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-03-15Remove another leftover of the generated BCL .csproj filesAlexander Köplinger
2021-02-27Remove .csproj files from mcs/ build, they were never used (#20883)Alexander Köplinger
2021-02-05Revert "[mono][debugger] First PR to implement iCorDebug on mono (#20757)"Thays
2021-01-26[mono][debugger] First PR to implement iCorDebug on mono (#20757)monojenkins
2020-12-17Remove eventpipe vcxproj build. (#20668)Johan Lorensson
2020-12-15Fixed a couple vcxproj filter files. (#20664)Johan Lorensson
2020-11-19Move EventPipe C library into shared location. (#20584)monojenkins
2020-11-17Adjust Mono EventPipe/DiagnosticServer C library to better support CoreCLR sh...monojenkins
2020-10-23Clang bin path not added to PATH for VS2019 builds. (#20487)Johan Lorensson
2020-10-14[runtime] Add an options API. (#18959)Zoltan Varga
2020-10-14Add mprof-report.exe into msvc build. (#20472)Johan Lorensson
2020-10-07Extend use of w32subset API partitioning to cover more Win32 functions. (#20453)Johan Lorensson
2020-10-05Initial work porting native diagnostic server library to C library potentiall...monojenkins
2020-09-15[mono] Introduce MonoMemoryManager to hold memory previously owned by the dom...monojenkins
2020-07-13[interp] Add intrinsics for some common operations (#20071)monojenkins
2020-06-30Port EventPipeBuffer, EventPipeBufferList, EventPipeBufferManager to Mono. (#...monojenkins
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