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
2018-02-27[marshal] Use MonoClass getters in marshal.c (#7253)Aleksey Kliger (λgeek)
2018-02-23Updates to support building the BCL using Visual Studio 2017 on windows (#6877)Katelyn Gadd
2018-02-11[runtime] Make icall tables loadable. (#6905)Zoltan Varga
2018-02-07[metadata] Define getters for MonoClass fields (#6652)Aleksey Kliger (λgeek)
2018-02-06[metadata] Move MonoClass initialization to a separate file (#6611)Aleksey Kliger (λgeek)
2018-01-23Fix NUnit reference generationMikhail Filippov
2017-12-05Fix genproj.cs (make update-solution-files) (#6162)Egor Bogatov
2017-12-01[interp] move interp functions into a callbackBernhard Urban
2017-11-25[genproj] Support setting /langversion in csproj (#6096)Alexander Köplinger
2017-11-14[interp] fix build on windows (#6000)Bernhard Urban
2017-11-13Add ignoring features option into genprojMikhail Filippov
2017-11-13Enable concurrent GC as default mode for Windows MSVC mono sgen builds.lateralusX
2017-11-09Remove Boehm specific code path in GC aware hash tables as it can now push/ma...Jonathan Chambers
2017-11-07Add missing build dependency to fix correct parallel build order.lateralusX
2017-10-25Build fixes for none Windows desktop platforms.lateralusX
2017-10-19[runtime] Rename atomic functions from the win32 style naming to mono_atomic_...Johan Lorensson
2017-10-12[msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770)Alexander Köplinger
2017-10-03Merged changes in master libmonoruntime into PR.lateralusX
2017-10-03Updated with review feedback.lateralusX
2017-10-03Update msvc README file.lateralusX
2017-10-03Add missing dependency for libmini.lateralusX
2017-10-03Align libgc vcxproj with makefile.lateralusX
2017-10-03Align libgcmonosgen vcxproj with makefile.lateralusX
2017-10-03Align eglib vcxproj with makefile.lateralusX
2017-10-03Align libmonoruntime vcxproj with makefile.lateralusX
2017-10-03Align libmonoutils vcxproj with makefile.lateralusX
2017-10-03Fix libmini targets and filters.lateralusX
2017-10-03Added labels to eglib and libmonoutils.lateralusX
2017-10-03Fix libmonoruntime targets and filters.lateralusX
2017-10-03Fix libmonoutils targets and filters.lateralusX
2017-10-03Fix eglib targets and filters.lateralusX
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-10-02[profiler] log profiler: limit method instrumentation to selected methods (#5...Uri Simchoni
2017-09-26Merge pull request #5433 from lateralusX/lateralusX/windows-mono-debugger-sof...Johan Lorensson
2017-09-25Add test projects (optional) to net_4_x.sln (#5633)Egor Bogatov
2017-09-25Fix sporadic hang in Mono.Debugger.Soft test suite on Windows.lateralusX
2017-09-15Update filters for new files added to Visual Studio projects.lateralusX
2017-08-10[TSan] Yet another idea about whitelisting data races (#5310)Armin Hasitzka
2017-08-08[runtime] Move eglib into mono/eglib so it becomes a convenience library simi...Zoltan Varga
2017-08-07[genproj] Simplify strong name key handlingAlexander Köplinger
2017-08-02[runtime] Fix msvc build.Zoltan Varga
2017-08-01[profiler] Move legacy profiler code to profiler.c.Alex Rønne Petersen
2017-08-01[profiler] Implement call context introspection for enter/leave events.Alex Rønne Petersen
2017-07-21[msvc] Update project files with new profiler-related source files.Alex Rønne Petersen
2017-07-20[msvc] Update def files.Alex Rønne Petersen
2017-07-17[profiler] Profiler entry point name must now include the module name.Alex Rønne Petersen
2017-07-15Merge pull request #5210 from alexrp/profiler-runtime-settingsAlex Rønne Petersen
2017-07-15[bcl] Remove the ValueAdd and InetAccess NUnit categories (#2212)Alexander Köplinger