Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
2019-01-13Suppress NuGet local copies unless explicitly listed in projectMikayla Hutchinson
2018-06-20Clean up project filesMikayla Hutchinson
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-02-16Make dist2 (#3879)Marius Ungureanu
2017-03-18Fix bad merge that broke WindowsMikayla Hutchinson
2017-03-14Merge vNext into roslyn-ivtDavid Karlaš
2017-03-13Remove Win32 debugger from MD main repo (moved to 'debugger-libs')Artem Bukhonov
2017-03-13Fix referencesArtem Bukhonov
2017-03-11Line endings restore in FieldReference.csArtem Bukhonov
2017-03-11CorDebug: Do not hide members marked with CompilerGeneratedAttributeArtem Bukhonov
2017-03-11CorDebug: Instantiations for properties (including indexers)Artem Bukhonov
2017-03-11CorDebug: reading of string, float, double and bool constants from metadata.Artem Bukhonov
2017-03-11Fix NREs in GetParameters etc.Artem Bukhonov
2017-03-11TryCast fix to allow cast null object to any type.Artem Bukhonov
2017-03-11fixed handle-all problemArseny Chernyaev
2017-03-11MtaThread: throwing the original exception itself instead of wrapping with Ex...Artem Bukhonov
2017-03-11Handle and wrap CORDBG_E_STATIC_VAR_NOT_AVAILABLE exceptionArtem Bukhonov
2017-03-11CorValRef.IsAlive() should return true if val==null, because it's valid value...Artem Bukhonov
2017-03-11Subscribe on BusyStateChangedArtem Bukhonov
2017-03-11implemented OnException handlerArseny Chernyaev
2017-03-11wrap all exception on evaluationArseny Chernyaev
2017-03-11handle exception on breakpoint condition evaluationArseny Chernyaev
2017-03-11Call ObjectAdapter.CancelAsyncOperations ()Artem Bukhonov
2017-03-11A lot of calls in CorObjectAdaptor were made more safe - wrapped with try-cat...Artem Bukhonov
2017-03-11Silently and properly handle COMException in GetThisReference and GetHoistedR...Artem Bukhonov
2017-03-11Get rid of checking for Managed frame. This causes a huge performance impact,...Artem Bukhonov
2017-02-10Don't try to build docs for project with missing includesMikayla Hutchinson
2017-02-10Fix imports and IVTs for Windows-only projectsMikayla Hutchinson
2017-01-31Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-31Merge branch 'master' into textmateMike Krüger
2017-01-27NRE fix in GetTypeName()Artem Bukhonov
2017-01-27Isolation of COMException in GetFrames(). Sometimes fetching frames may throw...Artem Bukhonov
2017-01-27Merge pull request #1817 from JetBrains/nuspecVersionFixDavid Karlaš
2017-01-26Move CorApi assemblies to to net45 dir in nupkg (to be near to *Win32.dll)Artem Bukhonov
2017-01-26Using buildver variable instead of Version because Version can't be used in <...Artem Bukhonov
2017-01-26Merge remote-tracking branch 'xamarin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-26Import path fixArtem Bukhonov
2017-01-25Merge pull request #1812 from JetBrains/win32DebuggerCustomPropsDavid Karlaš
2017-01-25Custom properties for Win32 debugger projects. (Used to sign with custom key)Artem Bukhonov
2017-01-25Merge pull request #1805 from JetBrains/rider-nugetsDavid Karlaš
2017-01-25Merge pull request #1810 from JetBrains/win32DebuggerSlnDavid Karlaš
2017-01-25Solution file for Win32 debugger to build it independentlyArtem Bukhonov
2017-01-25insert corFunctionBreakpoints in several app domainsArseny Chernyaev
2017-01-25Merge remote-tracking branch 'monodevelop/dotnetcore' into vNextMatt Ward
2017-01-24NuspecsArtem Bukhonov
2017-01-18Merge remote-tracking branch 'xamarin/vNext' into roslyn-ivtMikayla Hutchinson
2017-01-17Merge pull request #1789 from JetBrains/breakpointDeactivationFixDavid Karlaš
2017-01-17[CorDebug] Proper deactivation of breakpointsArtem Bukhonov