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-06-25[Core] Avoid calculating project virtual path when it is not needed.Matt Ward
2019-06-24Merge pull request #7922 from mono/project-fsw-improve-perfMarius Ungureanu
2019-06-24[Core] Improve sdk resolution error message format for userMatt Ward
2019-06-24[Core] Report SDK resolution errorsMatt Ward
2019-06-21Merge pull request #7954 from mono/fix-918848Vsevolod Kukol
2019-06-20Merge pull request #7915 from mono/fsharp-file-nesting-after-reevaluationLluis Sanchez
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-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-19Fixes exception trying to call terminal.app from CatalinaJose Medrano
2019-06-19Add better telemetry for failing to start a processLee Culver
2019-06-17[Core] Fix file nesting after installing NuGet package in a F# projectMatt Ward
2019-06-13Bump Roslyn to 3.2.0-beta4-19312-10Sandy Armstrong
2019-06-12[Core] Fix GTK# assembly reference resolution on Mono 6.0Matt Ward
2019-06-06Merge pull request #7696 from mono/updatechannel-gethashcodeGreg Munn
2019-06-06[IDE] Overall energy consumption and UI hang improvements (#7695)Marius Ungureanu
2019-05-31[Core] Remove redundant null check in SafeInvoketherzok
2019-05-30Merge branch 'master' into updatechannel-gethashcodeCody Russell
2019-05-28[Core] Only use Id for Equals() and GetHashCode(), not Id and Idx.Cody Russell
2019-05-28[Core] Improve UpdateChannel's GetHashCode()Cody Russell
2019-05-25Merge pull request #7665 from mono/pr/therzok/task-faultedMarius Ungureanu
2019-05-24Merge pull request #7661 from mono/fix-save-error-tools-version-currentLluis Sanchez
2019-05-24[Core] Make Task.Ignore only attach run continuation on task failuretherzok
2019-05-24[Core] Fix error saving project with ToolsVersion set to CurrentMatt Ward
2019-05-24[Core] Build all frameworks in multi-target projectMatt Ward
2019-05-23Update the VS Editor NuGets to 16.1 when building on Windows. (#7640)monojenkins
2019-05-23[Ide] Old crash reporter should only be enabled for MonoDeveloptherzok
2019-05-22Merge pull request #7576 from mono/msbuild-improvementMarius Ungureanu
2019-05-21[Core] Fix custom build actions files not displayed in Solution windowMatt Ward
2019-05-20[POC] Set MONO_GC_PARAMS for msbuild builderstherzok
2019-05-20Merge pull request #7606 from mono/fix-891457Lluis Sanchez