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-10-29Merge pull request #7995 from mono/master-CollectionPoolMike Krüger
2019-10-28[Core] Fix project options showing all frameworks for sdk projectMatt Ward
2019-10-28[Core] Fix MSBuild functions not being evaluatedMatt Ward
2019-10-28Merge pull request #8944 from mono/hide-mono-runtimesGreg Munn
2019-10-28Merge pull request #8840 from mono/project-modified-references-fired-when-ref...Greg Munn
2019-10-25Revert "Merge pull request #8999 from mono/csproj-cleanups"therzok
2019-10-24Merge pull request #8999 from mono/csproj-cleanupsMarius Ungureanu
2019-10-24Merge pull request #9019 from mono/error-counterJose Miguel Torres
2019-10-23Merge pull request #8827 from mono/nullability-simpleMarius Ungureanu
2019-10-23Switch from int to long (#8614)Marius Ungureanu
2019-10-23[Core] Use long in StringTable for better codegen (#8633)Marius Ungureanu
2019-10-23[Core] Prevent NRE. If we have no error code, then there's not much we can lo...therzok
2019-10-22[Core] Add counter information for project build errorstherzok
2019-10-21[Core] Fix project modified fired for refs when they have not changedMatt Ward
2019-10-21Remove code which failed to compileMarius Ungureanu
2019-10-21[Core] Implemented collection cache.Mike Krüger
2019-10-20Switch MonoDevelop.Core to single configuration buildtherzok
2019-10-20[Infra] Port csproj to use new OS properties rather than configurationstherzok
2019-10-17[Ide] Hide .NET Runtimes selection behind feature switchMatt Ward
2019-10-17[Ide] Pass AdditionalFiles and EditorConfigFiles to RoslynMatt Ward
2019-10-11[DotNetCore] Continue on error when finding framework referencesMatt Ward
2019-10-11[Core] Continue on error when resolving package dependencies.Matt Ward
2019-10-11[Core] Continue on errors when resolving assembly referencesMatt Ward
2019-10-10Fix Pack target for unbuilt multi-target solutionsnosami
2019-10-10Merge pull request #8753 from mono/intrinsics-cacheLluis Sanchez
2019-10-09[Core] Fix ReferencePath items being ignored by the type systemMatt Ward
2019-10-07[Core] Add missing [Serializable] attributeRodrigo Moya
2019-10-03[Core] Mark GetObjectData as virtual in Counter and override them in derivedManish Sinha
2019-10-03[Core] For control over serialization including protected fields, implement I...Manish Sinha
2019-10-03[Core] For easy reading, json serialize the counters with indentationManish Sinha
2019-10-01Convert ProgressMonitor to use nullability annotationstherzok
2019-10-01Add some straightforward nullability conversionstherzok
2019-09-23[Core] Cache IntrinsicFunctions methods and add test that we only have methodstherzok
2019-09-23[Core] Route String::Copy into an intrinsic that avoids a string copytherzok
2019-09-17Merge pull request #8635 from mono/performance-diagnostics-lazyMarius Ungureanu
2019-09-17Merge pull request #8695 from mono/nullabilityMarius Ungureanu
2019-09-13Add missing checktherzok
2019-09-13At the cost of checking a hashset twice, let's not lock on the writer lock on...therzok
2019-09-13[Project] Avoid running msbuild globbing code on the UI threadtherzok
2019-09-13Filter out directories when triggering NotifyFilesChangedtherzok
2019-09-12Fix FSW update logicLluis Sanchez
2019-09-12[Core] Straightforward nullability port in Core.Instrumentationtherzok
2019-09-12More nulalbilitytherzok
2019-09-12[Core] Enable nullability analysis in MonoDevelop.Utilitiestherzok
2019-09-12Fix hang in file watcherLluis Sanchez
2019-09-11Merge pull request #8638 from mono/bump-vs-threadingMarius Ungureanu
2019-09-11Merge pull request #8606 from mono/core-prefer-compile-items-over-none-itemsLluis Sanchez
2019-09-06Merge pull request #8352 from mono/master-vsts951152Vsevolod Kukol
2019-09-06Merge pull request #8619 from mono/git-dedicated-threadVsevolod Kukol
2019-09-05[Core] DedicatedThreadScheduler should use a background threadVsevolod Kukol