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
2016-08-11Support to read MSBuild extension path from environmentMarek Habersack
2016-08-11[Core] Fix no debug execution modes being foundMatt Ward
2016-08-10[Core] Only use GetTargetFramework fallback when there's a runtimeMikayla Hutchinson
2016-08-09[NUnit] Better logging of Task failures in the NUnit addin.therzok
2016-08-04[Core] Fix sln loading issueLluis Sanchez
2016-08-03Revert "[Core] Remove unnecessary Mono.Addins.Gui reference"Lluis Sanchez
2016-08-03[Core] Remove unnecessary Mono.Addins.Gui referenceLluis Sanchez
2016-08-03Merge pull request #1589 from mhutch/more-build-fixupLluis Sanchez
2016-08-01Fix some localization issuesLluis Sanchez
2016-08-01[Core] Fix crash in RemoteProcessConectionLluis Sanchez
2016-07-29Use SharpZipLib from NuGetMikayla Hutchinson
2016-07-22[MSBuild] Add xbuild12 and xbuild14 buildersMikayla Hutchinson
2016-07-22[Core] A framework may contain 0 assembliesMikayla Hutchinson
2016-07-22[Core] Support reading fx w/ unknown RuntimeVersionMikayla Hutchinson
2016-07-21[Ide] Optimize TextFileUtility.WriteTextAsyncMarius Ungureanu
2016-07-21[Ide] Optimize TextFileUtility.ReadAllBytesAsyncMarius Ungureanu
2016-07-19[Core] Fix bug #42628 - On running XM class library getting popup "The applic...Lluis Sanchez
2016-07-15[Core][Win] Fix translations in async operationsVsevolod Kukol
2016-07-14Add missing file to the Core projectLluis Sanchez
2016-07-14Improve error reportingLluis Sanchez
2016-07-14[Core] Fixed issue when adding/removing referencesLluis Sanchez
2016-07-13Merge remote-tracking branch 'origin/run-configurations'Lluis Sanchez
2016-07-12[Ide] Optimize LaneStringMatcher allocations.Marius Ungureanu
2016-07-12[Ide] Improve MSBuild property string decoding memory traffic.therzok
2016-07-12[General] Change some StringBuilder appends to not allocate strings.therzok
2016-07-12MonoTargetRuntime: Use correct xbuild dirs for toolsVersion 12.0/14.0 orAnkit Jain
2016-07-11MonoTargetRuntime: Use correct xbuild dirs for toolsVersion 12.0/14.0 orAnkit Jain
2016-07-11Merge pull request #1529 from radical/msbuild-ossLluis Sanchez
2016-07-08[MSBuild] Try using an async semaphore for remote building, as this allows th...Marius Ungureanu
2016-07-08[Core] Don't create lots of useless collections when evaluating Compile targetMarius Ungureanu
2016-07-07[Core] Fix MSBuild evaluation issueLluis Sanchez
2016-07-07[Ide] Reuse the same SB for project evaluation at toplevel and create a new o...Marius Ungureanu
2016-07-07[MSBuild] Don't create strings twice on parsing quoted itemsMarius Ungureanu
2016-07-07[MSBuild] Cache the environment variable calls in the same contextMarius Ungureanu
2016-07-07[Ide] Replace blocking waits on solution write/load.Marius Ungureanu
2016-07-05[Core] Use DotNetProject.CanReferenceProject() instead of hard-coding logicJeffrey Stedfast
2016-07-04[Core] Reduce number of LoadProjectItems notifications on additionMarius Ungureanu
2016-07-04[Core] Add missing AssertCanWrite call to collection modifying operation.Marius Ungureanu
2016-07-01Add Runtime.Preferences.BuildWithMSBuild to store preference to use ..Ankit Jain
2016-07-01Make the msbuild(oss) project builder work without need for MONO_PATH byAnkit Jain
2016-06-30Bug 41752 - I updated to Version 6.0 and it can run Console.Readline() but wi...David Karlaš
2016-06-28[WIP] MSBuild 14.1 builderMikayla Hutchinson
2016-06-27Merge remote-tracking branch 'origin/master' into run-configurationsLluis Sanchez
2016-06-24[Core] Fix policy being duplicated in Custom Policies dialogMatt Ward
2016-06-22[Ide] Preserve style options restart requestVsevolod Kukol
2016-06-21[Core] Handle case when Items is nullGreg Munn
2016-06-20[Core] Remove framework check from TargetRuntime.ExecuteAssemblyLluis Sanchez
2016-06-20[Core] Fix issue when loading properties of a ProjectExtensionLluis Sanchez
2016-06-20[Core] Fix msbuild evaluation issueLluis Sanchez
2016-06-17[Core] MSBuild evaluation fixLluis Sanchez