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
2014-03-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs version-checks
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson
2014-02-11Remove unused classesLluis Sanchez
Use Xwt.Drawing.Color instead of HslColor
2013-11-26Revert "Revert "Flush csproj fixes". Fix the wrench build."Michael Hutchinson
This reverts commit 154eb44d0b100c000a70a96125870a167f4f1441.
2013-11-26Revert "Flush csproj fixes". Fix the wrench build.Jérémie Laval
This reverts commit 5da91003c71e383a8f3999ddf26a0ecb81333793. Conflicts: main/src/addins/prj2make-sharp-lib/prj2make-sharp-lib.csproj
2013-11-22Flush csproj fixesMichael Hutchinson
2013-11-12Merge pull request #429 from mono/streamlineDllImportLluis Sanchez
[Cleanup] Try and streamline most DllImports by using shared lib names.
2013-11-12[Cleanup] Try and streamline most DllImports by using shared lib names.Therzok
2013-11-04[Branding] Brand user-visible strings.Therzok
2013-09-24[Optimization] Replace O(N) operation with O(1).Therzok
2013-09-07Revert "Revert "Consistently define DEBUG in debug configs""Michael Hutchinson
We handle asserts much better now. This reverts commit d1c298479c673de4cddb23722b5a7eebb25b26f1.
2013-09-05Revert "Consistently define DEBUG in debug configs"Alan McGovern
This reverts commit 0cab36c319d370744d9d0b2d1446202141e296db. This change makes MonoDevelop unusable on windows, so rather than commenting out every Debug.Assert the simplest thing to do is to just revert this change so we don't have Debug.Assert calls throwing up modal dialogs all the time. Conflicts: main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj main/src/addins/CBinding/CBinding.Autotools/CBinding.Autotools.csproj main/src/addins/CBinding/CBinding.csproj main/src/addins/CSharpBinding/Autotools/Autotools.csproj main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj main/src/addins/Deployment/MonoDevelop.Deployment.Linux/MonoDevelop.Deployment.Linux.csproj main/src/addins/Deployment/MonoDevelop.Deployment/MonoDevelop.Deployment.csproj main/src/addins/GnomePlatform/GnomePlatform.csproj main/src/addins/ILAsmBinding/ILAsmBinding.csproj main/src/addins/MonoDevelop.Autotools/MonoDevelop.Autotools.csproj main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.csproj main/src/addins/MonoDevelop.GtkCore/MonoDevelop.GtkCore.csproj main/src/addins/MonoDevelop.RegexToolkit/MonoDevelop.RegexToolkit.csproj main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.csproj main/src/addins/MonoDevelop.XmlEditor/MonoDevelop.XmlEditor.csproj main/src/addins/MonoDeveloperExtensions/MonoDeveloperExtensions.csproj main/src/addins/MonoDeveloperExtensions/NUnit/NUnit.csproj main/src/addins/NUnit/MonoDevelop.NUnit.csproj main/src/addins/VBNetBinding/VBNetBinding.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl.csproj main/src/core/Mono.Texteditor/Mono.TextEditor.csproj
2013-08-27Revert "Upgrade core and addins to 4.5 runtime"Michael Hutchinson
This reverts commit 9656726c1e2b96cdfdbb9506eb1ac1c93b91befd. Reverting until we get the installer updated to check the dependency.
2013-08-26Fix add-in registry initialization issueLluis Sanchez
The startup directory was not provided. Fixes 14226 - mdtool setup reg-build is completely broken.
2013-08-24[mdtool] Initialize addin registry, better args handlingMichael Hutchinson
2013-08-24[mdtool] When running setup tool, only initialize addin registryMichael Hutchinson
2013-08-24Revert "[Core] Get rid of some of our asynchronous initialisation when ↵Michael Hutchinson
running mdtool" This reverts commit 6ac5b1c5e34c7a9346c120969ca846d949bfab3b. It slows down all mdtool invocations by several seconds to work around issues in the setup tool.
2013-08-22[Core] Get rid of some of our asynchronous initialisation when running mdtoolAlan McGovern
We *cannot* have things asynchronously initializing in the case where we are invoking mdtool setup reg-build. This causes all kinds of errors as our code assumes that once we initialize MD, the addin registry is safe to use. If we execute reg-build we actually delete the entire addin database cache from the disk and so we can trigger issues like multiple threads trying to rebuild the database simultaenously, or weird exceptions because the main code is trying to access information from addins like Addin.Description, which is loaded from the files on disk which have been deleted as we are rebuilding the database.
2013-08-13Revert "Revert "Fix hundreds of warnings""Michael Hutchinson
Please use an up to date Mono. This reverts commit 54a64a751b7070237368b7967cc4a6adff6bc468.
2013-08-13Revert "Fix hundreds of warnings"Jeffrey Stedfast
This reverts commit 1db8e4676941210b5bf7c68e01f70e1b85cd2a41.
2013-08-12Flush more stetic button-with-image generation fixesMichael Hutchinson
2013-08-12Fix hundreds of warningsMichael Hutchinson
2013-08-12Suppress warnings about missing doc commentsMichael Hutchinson
2013-08-11Upgrade core and addins to 4.5 runtimeMichael Hutchinson
2013-08-10Consistently define DEBUG in debug configsMichael Hutchinson
2013-08-10Consistently optimize release configs, and not debug configsMichael Hutchinson
2013-08-10Build pdbonly debug symbols in release configurationsMichael Hutchinson
2013-08-10Build xml docs for all addinsMichael Hutchinson
2013-08-10Flush stetic noiseMichael Hutchinson
2013-06-25[Version Control System] Subversion Unit Tests for Windows.Marius Ungureanu
Also added .NET 2.0 support to md-tool for SharpSvn.
2013-05-31[mdtool] Always log fatal errorsMichael Hutchinson
2013-04-03Fix up a bunch of bad configuration mappingsMichael Hutchinson
May fix BXC11396 - mdtool crashes when building .sln file
2012-10-17[build] Submodule and build Mono.Addins so we can ship required bugfixesAlan McGovern
2012-08-10[build] ensure OutputPath is always setAlan McGovern
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-06-28[Build] Disable Makefile integration in all our csprojsAlan McGovern
We do not need it anymore :D
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-20Bools in projects are not using pascal casingLluis Sanchez
2012-05-02[MdTool] Fixed build.Mike Krüger
2012-05-02fixed 'Bug 4809 - Mdtool building ios project has gtk critical error'.Mike Krüger
2012-04-24[mdtool] Fixed build.Mike Krüger
2012-04-24Fixed 'Bug 4547 - "make update-po" causes NRE'.Mike Krüger
2012-04-12[Build] Include MonoMac.dll as part of monodevelops regular build processAlan McGovern
This commit contains a number of changes: 1) MonoMac and MacCore are included as git submodules. The regular readonly git url is used so that external contributors can check the submodules out. They are stored in external/monomac and external/maccore. 2) MonoMac.dll is built by MacPlatform as this is the first place we require it. 3) All projects have been updated to use the assembly built in external/monomac 4) The MacCrashLogger project has been removed from git as the application does absolutely nothing. All logic and classes were moved to monodevelop itself. 5) MonoMac and MacCore have been removed from the version-checks directory as they are now integrated into the regular monodevelop build.
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-02-18[MacCrashLogger] Fix building with Xcode 4.3Michael Hutchinson
2012-02-08Revert "Stetic regenerated files"Jeffrey Stedfast
This reverts commit 1409f33c3f5eca75312535e6793954073bce7c68.
2012-02-08Stetic regenerated filesJeffrey Stedfast