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
path: root/main
AgeCommit message (Expand)Author
2019-06-20Move existence checks for when a file is deleted onto the background threadtherzok
2019-06-20[Core] Refactor a bit of list pooling to optimize for common casetherzok
2019-06-20[Core] Fix unit tests. The list needs to be cleared if it's to be reusedtherzok
2019-06-20Add sdk library for testing performance issues with watcherstherzok
2019-06-20[Core] Add Performance tests for file watcher changestherzok
2019-06-20Add AsyncEvents timingstherzok
2019-06-20[AutoTest] Add some helper methods to validate counter hit counttherzok
2019-06-20Add counter IDs to file service counterstherzok
2019-06-20[Core] Avoid reflection in AsyncEventstherzok
2019-06-20[Core] Refactor fileservice event queue handling code so it's testabletherzok
2019-06-20Cleanup some code in FileSystemWatchertherzok
2019-06-20[Core] Speed up project file removal by doing a cheap O(logn) lookup before i...therzok
2019-06-20[Core] Revert existence checks on FSW notificationstherzok
2019-06-20Move PathTreeNode pretty printing into pathtreenodetherzok
2019-06-20Switch back to normal invoke callstherzok
2019-06-20Some more perf optimizations heretherzok
2019-06-20Optimize TypeSystemService handlerstherzok
2019-06-20[Core] O(n) hashcode + O(logn) lookup is way more expensive than the shortcir...therzok
2019-06-20Optimize some file creation codetherzok
2019-06-20Increase the default number of file watchers on macos for finer grained watchingtherzok
2019-06-20Optimize glob checking codetherzok
2019-06-20Add pretty printing to PathTreetherzok
2019-06-20Initial work towards optimizing FileService handlerstherzok
2019-06-20Merge pull request #7941 from mono/pr-joerobich-roslyn-3.2.0-beta4-19317-08Sandy Armstrong
2019-06-19Update debugger-libs to fix unit testsJeffrey Stedfast
2019-06-19[Debugger] Don't clear NonUserBreakpoints when clearing all breakpointsJeffrey Stedfast
2019-06-19Add better telemetry for failing to start a processLee Culver
2019-06-19Merge pull request #7912 from mono/master-issue6270Mike Krüger
2019-06-19Merge pull request #7874 from mono/master-vsts901467Mike Krüger
2019-06-19Merge pull request #7944 from mono/backport-pr-7938-to-masterAaron Bockover
2019-06-19Merge pull request #7948 from mono/backport-pr-7942-to-masterAaron Bockover
2019-06-19[CompositionManager] Allow the IDE to recover from a state where the … (#7816)Marius Ungureanu
2019-06-19ExceptionCaughtAdornmentManager: catch and log exceptionAaron Bockover
2019-06-19Merge pull request #7906 from mono/pr-david-dragDropToolboxAaron Bockover
2019-06-19GtkNSViewHost: fix NRE in OnFocusOutEventAaron Bockover
2019-06-18Enables debugger extensions to support ASP.NET Core debuggingIan Toal
2019-06-18Merge pull request #7929 from mono/editor-csharp-featureflagAaron Bockover
2019-06-18Bump Roslyn to 3.2.0-beta4-19317-08Joey Robichaud
2019-06-18Merge pull request #7835 from mono/backport-pr-7805-to-masterVsevolod Kukol
2019-06-18Merge pull request #7923 from mono/only-set-transient-onceLluis Sanchez
2019-06-18Set forActiveView=true when calling GetContentDavid Karlaš
2019-06-18Fix 801652: New Editor: broken history of references navigation main/src/addi...David Karlaš
2019-06-18Update main/src/addins/MonoDevelop.TextEditor/MonoDevelop.TextEditor/CSharpEn...Jérémie Laval
2019-06-18[TextEditor] Use feature flag instead of global option to enable new editor f...Jérémie Laval
2019-06-18Bump to new MD analyzer nuget (#7921)Marius Ungureanu
2019-06-18Merge pull request #7629 from mono/fix-896537Vsevolod Kukol
2019-06-18Merge pull request #7795 from mono/fix-901437Vsevolod Kukol
2019-06-18Merge pull request #7851 from mono/fix-899950Vsevolod Kukol
2019-06-18[IDE] Only set TransientFor when showing the window, not when centering itiain
2019-06-18Merge pull request #7902 from mono/master-vsts918645Lluis Sanchez