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-10-22[configure] Rename configure.in to configure.ac to fix automake warning (#1642)Andres G. Aragoneses
When calling ./configure one could get some automake warnings: Configuring package: main ------------------------- Configuration options: Running aclocal ... aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' Running automake --foreign ... automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' Running autoconf ... These disappear when renaming the file.
2016-07-26Don't default to release buildMikayla Hutchinson
It was impossible to configure a debug build w/ top-level configure
2016-05-19Check for existence of fsharpc before buildingnosami
2016-03-22Remove CBindingmhutch
It doesn't work any more - the build system hasn't been updated to MSBuild. New projects don't even have any build configurations. Removing since it's still shipping, though disabled, and conflicts with the forked and updated version at https://github.com/mhutch/cbinding
2016-02-18[UnitTesting] Remove unnecessary referencesLluis Sanchez
2016-02-12More unit testing reorganizationLluis Sanchez
2016-02-12Removed SharpCoco from configure.inMike Krüger
2016-01-06Add Makefile.am for MonoDevelop.CSharpBinding.Tests so it gets added to tarballAlexander Köplinger
2015-11-18Merge branch 'master' into roslynMatt Ward
Conflicts: main/build/MacOSX/monostub-test.m main/build/MacOSX/monostub-utils.h main/src/addins/MonoDevelop.Refactoring/MonoDevelop.AnalysisCore/AnalysisCommands.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.OptionPanels/HighlightingPanel.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Components.MainToolbar/SearchInSolutionSearchCategory.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Components/FileEntry.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Commands/FileCommands.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Pads/ErrorListPad.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/ProjectOperations.cs version-checks
2015-11-16[build] Do not try to capture the environment during configureAlan McGovern
El Capitan breaks the propagation of DYLD_ env vars through shells, so our previous method of propagating, storing and using env vars resulted in us storing empty env vars, which broke things. Simplest fix is to just remove the code which captured the environment. Anyone who wants a custom environment can just ensure they consistently export whatever env vars is is they need. Allows our tests to run on el capitan.
2015-10-30[Build] Build monostub for the correct architectureiain holmes
2015-10-30[Build System] Enable mac64 by adding --enable-mac64 to configureiain holmes
2015-10-01[Build] Enable release builds by default.Marius Ungureanu
2015-09-21Merge branch 'master' into roslynMarius Ungureanu
2015-09-19[Build] Add release switch to configure.Marius Ungureanu
2015-09-18Merge remote-tracking branch 'origin/master' into roslynroslyn-preview-1Alan McGovern
2015-09-18[Mac] Nuke ENABLE_MACBUNDLEMarius Ungureanu
2015-05-19Merge remote-tracking branch 'origin/master' into roslynLluis Sanchez Gual
2015-05-06[LibGit2] Test for existence of cmake and libssh2 to build git.Marius Ungureanu
2015-05-06[LibGit2] Document need of libssh2 and cmake on Linux.Marius Ungureanu
2015-04-13[build] We require mono 4.0 or higher to compile nowAlan McGovern
2015-03-22[configure] Move the full check for pkg-configAndrés G. Aragoneses
Checking for pkg-config was being done twice, and the first time that was done was incomplete.
2015-01-13Merge pull request #709 from tpokorra/masterLluis Sanchez
do not require gmcs but mcs in the PATH
2015-01-12do not require gmcs but mcs in the PATHTimotheus Pokorra
mono from git master does not provide gmcs anymore
2014-12-02Update configure.inlxlalexlxl
2014-06-18[XmlEditor] Massive cleanupMichael Hutchinson
* Rename public types/namespace to be more meaningful * Port old tests to new parser * Reorganize namespaces/directories * Remove a lot of dead code * Less stetic * Fix build warnings
2014-06-18[AspNet] Massive overhaulMichael Hutchinson
* Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings
2014-06-04Move the gdb debugger to the main solutionLluis Sanchez Gual
2014-05-30Remove legacy Makefiles from native dialogs branch.Marius Ungureanu
2014-05-29Merge remote-tracking branch 'mono/master' into nativeWindowsDialogsMarius Ungureanu
Conflicts: main/Main.sln
2014-05-27this commit makes sure that these files are part of the tarball:Timotheus Pokorra
from src/core/MonoDevelop.Ide: gtkrc gtkrc.win32 gtkrc.win32-vista gtkrc.mac the file src/core/MonoDevelop.Core/BuildVariables.cs.in the projects: tests\TestRunner\TestRunner.csproj src\core\MonoDevelop.TextEditor.Tests\MonoDevelop.TextEditor.Tests.csproj tests\Ide.Tests\Ide.Tests.csproj
2014-05-14[po] Include Korean (ko) localization on UnixMichael Hutchinson
2014-03-19[WindowsPlatform] Initial binary replacement with sources.Marius Ungureanu
2014-03-19[WindowsPlatform] Move to a Solution Folder.Marius Ungureanu
2014-02-12Merge branch 'master' into nuget-integrationMatt Ward
2014-02-07Changed version config file to version.configLluis Sanchez
2014-02-05[NuGet] Restructure project directoriesMatt Ward
Move addin project down a directory to match Xamarin Studio coding guide.
2014-02-03[Build] Build NuGet addin.Matt Ward
2014-01-26[Core] Generate the BuildVariables.cs files in the msbuild projectLluis Sanchez
2014-01-09version.txt has been moved to the root dirLluis Sanchez
2014-01-08Read the configuration version from a fileLluis Sanchez
2013-12-13Updated package version to 4.2.3Xamarin Release Manager
2013-11-22Remove MD1 project formatMichael Hutchinson
2013-11-08Updated package version to 4.2Xamarin Release Manager
2013-11-01Merge branch 'license-sync'Lluis Sanchez
Conflicts: .gitmodules README version-checks
2013-10-28Updated package version to 4.1.13Xamarin Release Manager
2013-10-28[Docs] Update README to match configure.Therzok
2013-09-04Bump configure.in to require Mono 3.0.4+Michael Hutchinson
2013-08-28Revert "HACK: Add some debug helpers"Alan McGovern
This reverts commit 365a7ed8448fd2da1f33c41d1b28cdbf4cb475ec.
2013-08-28HACK: Add some debug helpersAlan McGovern