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
2013-08-24Revert "[Core] Get rid of some of our asynchronous initialisation when runnin...Michael Hutchinson
2013-08-22[Core] Fix detecting assembly target fx via TargetFrameworkAttributeMichael Hutchinson
2013-08-22[Core] Minor cleanup in MonoDevelop.Core.AssembliesMichael Hutchinson
2013-08-22[Core] Fix only scanning global framework directories onceMichael Hutchinson
2013-08-22[Core] Always include External in Mac pkgconfig search pathMichael Hutchinson
2013-08-22[Core] Get rid of some of our asynchronous initialisation when running mdtoolAlan McGovern
2013-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast
2013-08-12Fix hundreds of warningsMichael Hutchinson
2013-06-27Fix GetAssemblyFromFullNameLluis Sanchez
2013-06-12Merge remote-tracking branch 'origin/master' into splash2Alan McGovern
2013-06-07Add PCL support to the internal build system.Martin Baulig
2013-05-14Merge remote-tracking branch 'origin/master' into splash2Alan McGovern
2013-05-14[Core] Fix locating .NET 4.5 assemblies when VS not installedMichael Hutchinson
2013-04-11Merge branch 'master' into splash2Alan McGovern
2013-04-09[Core] Fix NRE on startup on some WinXP systemsMichael Hutchinson
2013-04-05Merge remote-tracking branch 'origin/master' into splash2Alan McGovern
2013-04-04[Core] Xamarin.Android's Framework Id is "MonoAndroid", not "MonoDroid"Jeffrey Stedfast
2013-03-03Merge remote-tracking branch 'origin/master' into splash2Alan McGovern
2013-02-27Make MonoDevelop work with current Mono/masterMarek Habersack
2013-02-20Merge remote-tracking branch 'origin/master' into splash2Alan McGovern
2013-02-20[Core] Robustify GetTargetFrameworkForAssemblyMichael Hutchinson
2013-02-20[Core] Added TargetFrameworkMoniker.TryParseMichael Hutchinson
2013-02-20[Core] Kill a catch{}Michael Hutchinson
2013-02-20[Core] Ignore missing methods when reading TargetFrameworkAttributeMichael Hutchinson
2013-02-19Merge remote-tracking branch 'xamarin/ui-refresh' into splash2Alan McGovern
2013-02-18[Core] Fix init failure in SystemAssemblyServiceMichael Hutchinson
2013-02-17[Core] Remove some redundant codeMichael Hutchinson
2013-02-17[Core] Use threadpool for runtime initializationMichael Hutchinson
2013-02-17[Core] Better assembly target framework detectionMichael Hutchinson
2013-02-17[Core] Port remaining SystemAssemblyService Cecil code to IKVMMichael Hutchinson
2013-02-17[Core] Runtimes should replace dummy TargetFrameworksMichael Hutchinson
2013-02-17[Core] Only pre-load the default runtimeMichael Hutchinson
2013-02-17[Core] Fix regression with runtimes creating fx backendsMichael Hutchinson
2013-02-17[Core] Scan External frameworks once, not once per runtimeMichael Hutchinson
2013-02-17[Core] More fine-grained lock for assembly name cacheMichael Hutchinson
2013-02-17[Core] Only rebuild relations if runtime has custom frameworksMichael Hutchinson
2013-02-17[Core] Go back to System.Reflection.AssemblyNameMichael Hutchinson
2013-02-17[Core] Don't re-scan known frameworks from every runtimeMichael Hutchinson
2013-02-17[Core] Use IKVM.Reflection to read assembly namesMichael Hutchinson
2013-02-15[Core] Finish workarounds for Mono file enumeration bugMichael Hutchinson
2013-02-15Merge remote-tracking branch 'xamarin/ui-refresh' into splash2Alan McGovern
2013-02-15[Core] Work around Mono bug that broke PCL enumerationMichael Hutchinson
2013-02-04Merge remote-tracking branch 'origin/ui-refresh' into splash2Lluis Sanchez
2013-01-30[Core] Improved mhutch's NRE fix in TargetFRamework.ProfileMatchesPattern()Jeffrey Stedfast
2013-01-30[Core] Fixed logic for determining if TargetFrameworks can ref .NETPortable f...Jeffrey Stedfast
2013-01-30[Core] Fix NRE in TargetFrameworkMichael Hutchinson
2013-01-10Improve support for custom mono runtimesLluis Sanchez
2012-11-30Merge branch 'master' into ui-refreshAlan McGovern
2012-11-30[Core] Handle NET_4_5 correctlyAlan McGovern