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
2016-05-19[F#] Add F# projects to main slnnosami
2016-04-04Remove projects which are no longer in the main tree from the alltherzok
profile.
2016-01-27Remove outdated docs and ChangeLogsMichael Hutchinson
They fill search results with irrelevant information. The docs are almost 10 years out of date, and almost none of them apply to the current code. The ChangeLogs are all in the git history, and haven't been used for 5 years.
2015-12-10bump fsharpbinding. Removes need for orig files / configurenosami
2015-10-22[Mac] Use a general case of finding f# addin.Marius Ungureanu
2015-03-17[fsharp]Update submodule and config to the new repo for the F# addin7sharp9
2014-06-04Move the gdb debugger to the main solutionLluis Sanchez Gual
2014-04-30Fix F# binding build issueLluis Sanchez
Don't specify the prefix path when configuring the F# binding since the binding assumes that MD is installed in that prefix, but that's not correct when building MD itself.
2014-04-07Revert "Disable the fsharp binding"Lluis Sanchez
This reverts commit 5bb5bb82d81d47ea427494e22acf8af6ce514037.
2014-04-04Disable the fsharp bindingLluis Sanchez
There are some build issues that need to be fixed
2014-04-04Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebuggingService.cs main/src/core/MonoDevelop.Core/MonoDevelop.Core.addin.xml main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Core/MonoDevelop.Projects.Formats.MSBuild/MSBuildProjectHandler.cs profiles/mac version-checks
2014-02-05Don't build the database add-in for nowLluis Sanchez
2014-01-15[fsharp binding] Set correct path to the output directoryLluis Sanchez
2013-09-04Add fsharpbinding to the buildLluis Sanchez
2013-03-03[build] Enable the database addin by defaultAlan McGovern
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-26Disable this version of MonoDevelop.MonoMac as it no longer compiles and we ↵Alan McGovern
are maintaining a different fork of it
2012-04-25New 'macdev' target profile replaces old 'mac' target profileJeffrey Stedfast
The 'mac' target profile is now for running on mac only, i.e. it does not contain the addins needed to do MonoMac development. If you want to do MonoMac development, use --profile=macdev
2012-04-24Don't build JavaBinding and PyBinding in the dist profileDuncan Mak
2012-04-02Revert "[Build] Change the build system to use xbuild instead of makefiles"Alan McGovern
This reverts commit 6535b911aa4b81c8fab4b22a6822fa9778f723cf.
2012-04-02[Build] Change the build system to use xbuild instead of makefilesAlan McGovern
The actual compilation process now happens with xbuild. The root makefile just issues an "xbuild Main.sln" call. If you type 'make' in a subdirectory you will issue an 'xbuild foo.csproj' for that dir and every subdir. This is slightly slower than building Main.sln directly if many subdirs are being built. 'make dist' is now implemented with a call to 'git archive' which means our tarball really does contain everything we need to build monodevelop (yay!). Makefile integration is now disabled (it's unnecessary). We now put test assemblies in build/test too to avoid polluting build/bin and build/Addins
2012-03-22Remove ValaBinding from the dist targetDuncan Mak
2011-09-09Add dist profileLluis Sanchez Gual
2011-06-21Removed iPhone and Android addinsMichael Hutchinson
2011-06-09Remove the deprecated Boo add-inLluis Sanchez Gual
2011-03-08Remove the mdb add-in from the default build.Lluis Sanchez Gual
2010-10-15Remove incomplete and unmaintained addins from configure listMichael Hutchinson
2010-10-15Include MonoDroid addin in build profiles and bundleMichael Hutchinson
2010-07-12Include MonoMacMichael Hutchinson
svn path=/trunk/monodevelop/; revision=160213
2010-03-31Added db addinMichael Hutchinson
svn path=/trunk/monodevelop/; revision=154508
2010-02-22Hook MeeGo addin into Makefile build.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=152199
2009-12-03Unused, removeMichael Hutchinson
svn path=/trunk/monodevelop/; revision=147591
2009-11-112009-11-11 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* mac: Enable svn, add IPhone addin. svn path=/trunk/monodevelop/; revision=145930
2009-11-10Pull soft debug addin from extras. It's now in main.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=145776
2009-10-24add this to --selectGeoff Norton
svn path=/trunk/monodevelop/; revision=144776
2009-08-12* profiles/all:Michael Hutchinson
* extras/extras.mdw: Remove the ASP.NET sln from extras since it's now in main. * main/Main.sln: * main/configure.in: * main/src/addins/Makefile.am: * main/src/addins/TextTemplating: * main/src/addins/AspNet/Makefile.am: * main/src/addins/TextTemplating/Makefile.am: * main/src/addins/TextTemplating/TextTransform: * main/src/addins/AspNet/MonoDevelop.AspNet.Mvc: * main/src/addins/TextTemplating/Mono.TextTemplating: * main/src/addins/TextTemplating/TextTransform/Makefile.am: * main/src/addins/TextTemplating/Mono.TextTemplating.Tests: * main/src/addins/TextTemplating/MonoDevelop.TextTemplating: * main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/Makefile.am: * main/src/addins/TextTemplating/Mono.TextTemplating/Makefile.am: * main/src/addins/TextTemplating/TextTransform/TextTransform.csproj: * main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj: * main/src/addins/TextTemplating/MonoDevelop.TextTemplating/Makefile.am: * main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj: * main/src/addins/TextTemplating/Mono.TextTemplating/Mono.TextTemplating.csproj: * main/src/addins/TextTemplating/Mono.TextTemplating.Tests/Mono.TextTemplating.Tests.csproj: * main/src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.csproj: Include the ASP.NET MVC and TextTemplating addins in the main solution and build. * main/src/addins/MonoDevelop.Moonlight/MonoDevelop.Moonlight.csproj: Fix build. svn path=/trunk/monodevelop/; revision=139787
2009-08-05Add a build profile for the Mac+iPhoneMichael Hutchinson
svn path=/trunk/monodevelop/; revision=139437
2009-08-05Add the iPhone addin to the MD build system.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=139436
2009-03-132009-03-13 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* all: Add MonoDevelop.AspNet.Mvc svn path=/trunk/monodevelop/; revision=129321
2008-12-03* md-newdom/profiles/stable-gtksv2: Gtksourceview is no longerMichael Hutchinson
supported; removed. svn path=/trunk/monodevelop/; revision=120548
2008-10-26* extras/WebKitWebBrowser: Add new WebKitWebBrowser addin.Eric Butler
* profiles/all: Add the new addin here. svn path=/trunk/monodevelop/; revision=117078
2008-10-10In profiles:Michael Hutchinson
2008-10-09 Michael Hutchinson <mhutchinson@novell.com> * all: Hook PyBinding into the build. In extras: 2008-10-09 Michael Hutchinson <mhutchinson@novell.com> * extras.mdw: Hook PyBinding into the build. svn path=/trunk/monodevelop/; revision=115387
2008-06-26* configure: Added option which allows interactively selecting theLluis Sanchez
add-ins to build. * profiles/all: Added missing add-ins. svn path=/trunk/monodevelop/; revision=106624
2008-06-09* profiles/all: Added missing add-ins to 'all' profile.Lluis Sanchez
* MonoDevelop.mds: Removed unused .mds. Use the .mdw instead. svn path=/trunk/monodevelop/; revision=105298
2008-05-28Vala Binding (MIT/X11)Levi Bard
svn path=/trunk/monodevelop/; revision=104241
2008-05-28Remove GPL code from MonoDevelopMiguel de Icaza
svn path=/trunk/monodevelop/; revision=104215
2008-05-27Vala language binding.Levi Bard
svn path=/trunk/monodevelop/; revision=104186
2008-04-212008-04-20 Geoff Norton <gnorton@novell.com>Geoff Norton
* profiles/mac: Remove gtksourceview2 from the mac trunk build. svn path=/trunk/monodevelop/; revision=101266