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-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
2019-06-25[aot profiler] Listen for commands on given port (#14936)Radek Doulik
2019-06-21[api] Add a mono/metadata/profiler-legacy.h header (#15098)Aleksey Kliger (λgeek)
2019-06-13Propagate error in mono_unicode_to_external (#14879)Ryan Lucia
2019-06-04Increase main thread stack size on Windows.lateralusX
2019-05-29Infrastructure support / fixes for making compiler server the default (#14279)Katelyn Gadd
2019-05-27Add missing new files to Makefile.am, fix tarball build (#14656)Alexander Köplinger
2019-05-16Fix Windows Mono LLVM build error on nightly master build.lateralusX
2019-05-10Merge pull request #14425 from lateralusX/lateralusX/fix-profiler-on-windowsJohan Lorensson
2019-05-10Merge pull request #14332 from lateralusX/lateralusX/add-llvm-windows-msvc-bu...Johan Lorensson
2019-05-10[netcore] Enable MSVC builds of Mono w/ ENABLE_NETCORE (#14418)Filip Navara
2019-05-09Add log profiler support to Mono MSVC build.lateralusX
2019-05-09Introduce enum and static data for JIT icalls, that are currently hashed (#14...Jay Krell
2019-05-04Add execute permissions on build scripts.lateralusX
2019-05-03Add option to restore VS build env from file.lateralusX
2019-05-03Add support for cygwin and WSL in helper build scripts.lateralusX
2019-05-03Add support to include external build LLVM binaries in Mono build output.lateralusX
2019-05-03Add LLVM SDK build/package support for Windows msvc build LLVM.lateralusX
2019-04-24Add hybrid/cooperate runtime support on Windows.lateralusX
2019-04-08Make sure additional supported enable defines ends up in config.h on Windows.lateralusX
2019-03-27Delete monograph. Closes https://github.com/mono/mono/issues/7845Jo Shields