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 (Collapse)Author
2013-08-28[build] On MacOS always export the environment variables we needAlan McGovern
This is a slightly better approach to making sure the environment is correct. If DYLD_FALLBACK_LIBRARY_PATH is unset then we can assume the user has not set up the other two exports we require in order to build and so we export all three at once.
2013-08-14Revert "Bump Mono dependency"Mike Krüger
This reverts commit bfd3cd0bc6a2583b542a2af0b6020042811066cd.
2013-08-13Bump Mono dependencyMichael Hutchinson
2013-07-18Define add-in identity using custom attributesLluis Sanchez
Defined a Version constant which can be used to declare the version of an addin. In this way it is not necessary to use a constant value to declare dependecy versions in all addins.
2013-07-16Revert "Define add-in identity using custom attributes"Lluis Sanchez
This reverts commit 0c8bfcf7fed8a4fda7adc75d4ffa89b83e3a433d.
2013-07-16Define add-in identity using custom attributesLluis Sanchez
Defined a Version constant which can be used to declare the version of an addin. In this way it is not necessary to use a constant value to declare dependecy versions in all addins.
2013-07-12Updated package version to 4.1.7Xamarin Release Manager
2013-07-10[Version Control] Some Unit Tests for Git.Therzok
2013-06-24Updated Makefiles and some backwards compatibility Alan suggested.Marius Ungureanu
2013-06-12Merge remote-tracking branch 'origin/master' into splash2Alan McGovern
2013-06-12Remove now external debug libs from the configuration scriptLluis Sanchez
2013-06-04Updated package version to 4.1.4Xamarin Release Manager
2013-05-21Updated package version to 4.1.3Xamarin Release Manager
2013-05-07Updated package version to 4.1.2Xamarin Release Manager
2013-05-03Updated package version to 4.0.6Xamarin Release Manager
2013-04-18Updated package version to 4.1.1Xamarin Release Manager
2013-04-09Updated package version to 4.1.0Xamarin Release Manager
2013-03-15Merge pull request #254 from knocte/minorMichael Hutchinson
[configure] Factor out couple of duplicated AC_PATH_PROG calls
2013-03-14[configure] Add check for Mono 2.10.9 at config timeAndres G. Aragoneses
As it is said in BXC#11134, MonoDevelop depends on Mono 2.10.9 or newer so then the configure phase should fail with a friendly error rather than having a cryptic compiler error.
2013-03-14[configure] Factor out couple of duplicated AC_PATH_PROG callsAndres G. Aragoneses
2013-02-16Nuked OldNRefactoryJeffrey Stedfast
http://gifs.gifbin.com/052011/1307032252_atomic_bomb_mushroom_cloud_explosion.gif
2012-11-27Merge branch 'master' into ui-refreshAlan McGovern
Conflicts: version-checks
2012-11-27[build] Remove the configure checks for mono-addinsAlan McGovern
It's built in-tree now.
2012-10-18Updated package version to 3.0.5Xamarin Release Manager
2012-10-18Updated package version to 3.0.5Xamarin Release Manager
2012-10-16Merge branch '3.0-series'Jeffrey Stedfast
Conflicts: .gitmodules main/contrib/ICSharpCode.NRefactory/TypeSystem/CecilLoader.cs main/external/Mono.Cecil main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.addin.xml main/src/addins/CBinding/CBinding.csproj main/src/addins/CSharpBinding/CSharpBinding.csproj main/src/addins/MonoDevelop.Debugger.Soft/MonoDevelop.Debugger.Soft.AspNet/MonoDevelop.Debugger.Soft.AspNet.csproj main/src/addins/MonoDevelop.MacDev/MonoDevelop.MacDev.csproj main/src/core/Mono.Debugging/Mono.Debugging.Evaluation/BaseTypeViewSource.cs main/src/core/Mono.Debugging/Mono.Debugging.Evaluation/ObjectValueAdaptor.cs main/tests/Makefile.am version-checks
2012-10-15[build] Fix another issueletAlan McGovern
2012-10-15[build] Fix more stuffAlan McGovern
2012-10-03Updated package version to 3.0.4.8Xamarin Release Manager
2012-10-03Updated package version to 3.0.4.8Xamarin Release Manager
2012-09-15Updated package version to 3.0.4.7Xamarin Release Manager
2012-09-07Updated package version to 3.0.4.6Xamarin Release Manager
2012-09-05Updated package version to 4.0Xamarin Release Manager
2012-09-01Updated package version to 3.0.4.5Xamarin Release Manager
2012-08-16Updated package version to 3.0.4.4Xamarin Release Manager
2012-08-14Merge remote-tracking branch 'origin/master' into ui-refreshAlan McGovern
Conflicts: .gitmodules main/Main.sln main/contrib/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj main/contrib/ICSharpCode.NRefactory/TypeSystem/CecilLoader.cs main/external/Mono.Cecil main/src/addins/MonoDevelop.MacDev/MonoDevelop.MacDev.csproj main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/tests/MonoDevelop.MacDev.Tests/MonoDevelop.MacDev.Tests.csproj version-checks
2012-08-10[externals] Add nrefactory as a submoduleAlan McGovern
Import NRefactory as a regular git submodule as compared to a source code import. This makes updating and modifying it easier.
2012-08-08Updated package version to 3.0.4.3Xamarin Release Manager
2012-08-03Remove MacDev/MonoMac addinsMichael Hutchinson
2012-07-28Updated package version to 3.0.4.2Xamarin Release Manager
2012-07-26Updated package version to 3.0.4.1Xamarin Release Manager
2012-07-26Updated package version to 3.0.4Duncan Mak
2012-06-30[build] the $(mkdir_p) macro has been deprecated for some time in automake ↵Jérémie Laval
and fully removed in 2.12 in favor of an uppercase version.
2012-06-27[Build] Change the build system to use xbuild instead of makefiles (again)Alan McGovern
The build 'regression' was a problem in some makefiles. It was fixed in aea26c16d94490c95f4e61329c137b82a4abfe77
2012-06-26Revert "[Build] Change the build system to use xbuild instead of makefiles"""Alan McGovern
Back it out for now. There are some reported build issues.
2012-06-26[Build] Change the build system to use xbuild instead of makefiles""Alan McGovern
2012-06-22Include the Norwegian Bokmal translation in the buildMichael Hutchinson
2012-05-17[Build] Use the correct version string, it should be PACKAGE_VERSIONAlan McGovern
2012-05-17[Build] Put the monodevelop version in a file so i can use it for distAlan McGovern
2012-05-17[Build] Move submodules to monodevelop/main/externals instead of ↵Alan McGovern
monodevelop/externals This will simplify make dist and building from tarballs as everything will have the correct relative path.