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
2017-10-12[msvc] Fix MONO_CORLIB_VERSION to match configure.ac (#5770)Alexander Köplinger
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
2017-07-14[msvc] Update VTune project files.Alex Rønne Petersen
2017-07-11Remove partial path for ml.exe and ml64.exe in mono VS runtime builds. (#5195)Johan Lorensson
2017-07-07[msvc] Update def files after profiler API changes.Alex Rønne Petersen
2017-06-30[runtime] Use pthread_cond_timedwait_relative_np () function on osx if availa...Zoltan Varga
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-05-27Interp sdb (#4911)Zoltan Varga
2017-05-16[msvc] Remove order.xml (#4867)Alexander Köplinger
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-05-13[csproj] Update generator to handle platform-specific assemblies (#4847)Alexander Köplinger
2017-05-10Merge pull request #4781 from kumpera/unaligned-cleanup-1Rodrigo Kumpera
2017-05-09[runtime] Update msvc build scripts.Rodrigo Kumpera
2017-05-09[msvc] Update csproj files (#4813)monojenkins
2017-04-29[msvc] Update csproj files (#4776)monojenkins
2017-04-27[msvc] Update csproj files (#4763)monojenkins
2017-04-27Merge pull request #4716 from Unity-Technologies/eglib-msvc-targetsJohan Lorensson
2017-04-25[msvc] Update csproj filesmonojenkins
2017-04-25Make the filters file match the targets filesJosh Peterson
2017-04-24[msvc] Update csproj files (#4740)monojenkins
2017-04-24Separate the eglib source and build instructionsJosh Peterson
2017-04-22[metadata] Don't use static_data_arrayVlad Brezae
2017-04-19[msvc] Update csproj filesmonojenkins
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-04-12[msvc] Update csproj filesmonojenkins
2017-04-11[msvc] Update csproj filesmonojenkins
2017-04-05[msvc] Update csproj files (#4645)monojenkins
2017-04-05[msvc] Update csproj filesmonojenkins
2017-03-27Merge pull request #4570 from lateralusX/jlorenss/visual_studio_msbuild_fixJohan Lorensson
2017-03-23[msvc] Update csproj filesmonojenkins
2017-03-22Windows msbuild triggers too much to rebuild.lateralusX
2017-03-22[msvc] Fixes Cecil project updateMarek Safar
2017-03-16Include Mono version in corlib versionAlexander Köplinger
2017-03-10Merge pull request #4444 from lateralusX/jlorenss/windows-unwind-infoJohan Lorensson
2017-03-02Fixes to build libmono with disabled JIT. (#4421)Johan Lorensson