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
2019-02-03Update Mono.Profiling.Log sources and add `bin` folder to ignore listDavid Karlaš
2018-05-29[Core] Use .dylib for native file watcherMatt Ward
Previously the native file watcher was statically linked into monostub. This meant that the unit tests were not using the native file watcher but the one provided by Mono. Switching to a dylib allows the unit tests to use the native file watcher. If the dylib is missing then the Mono file watcher will be used.
2018-05-24Remove our fork of ICSharpCode.Decompiler.Kirill Osenkov
Remove the entire contrib folder as it's no longer used. The MonoDevelop.CodeMetrics.csproj seems to be dead code since 2012. Remove dead entries from .gitignore.
2018-05-23Add IdeUnitTests makefile to gitignoretherzok
2018-03-30Update .gitignoreMikayla Hutchinson
2018-03-16[Tests] Improve project capability testsMatt Ward
Register the MonoDevelop.Core.Tests.Addin in the project capability tests and unregister it afterwards. This is instead of registering the addin using an .addins file generated in the local-config folder at build time and then deleting it after the test is run.
2018-03-15[Mac] Compile monostub as 2 variants, one with gui, one without (#4178)Marius Ungureanu
* [Mac] Compile monostub as 2 variants, one with gui, one without Fixes VSTS #583932 mdtool should not show interactive UI when mono is too old * Fixup
2018-03-14Report the version of Xamarin.Mac that's used at runtime by the IDE (#4157)Marius Ungureanu
Fixes VSTS #577285 Report version of Xamarin.Mac that's used at runtime
2018-03-14Add Xamarin.Mac.pdb to gitignore (#4148)Marius Ungureanu
2018-02-16Make dist2 (#3879)Marius Ungureanu
* Fix `make dist` (cherry picked from commit 7732445e89434e17ff1e0217a640d841b29d5fc9) * Don't strip assemblies from tarballs. It'll make distro packagers cry, but the tarballs will actually work. (cherry picked from commit b1820981f8acced4d4b721ce44ed5860ce8fb758) * Include case-sensitivity fix from NRefactory * Ensure BuildVariables.cs is up to date and in `make dist` tarballs
2018-02-08[Launcher] Statically link in libxammac-system.atherzok
This avoids shipping libxammac.dylib and uses a xammac static lib which works with a system wide mono. Thus, most of monostub code is now obsolete. To clean up later once other users of monostub don't use this file anymore
2018-01-10Merge branch 'master' into dotnetcore-file-watcherLluis Sanchez
2018-01-09[build] Update the .gitignore againAlan McGovern
2017-11-28Update gitignoreMatt Ward
Ignore .vs directories and StressTest binaries.
2017-11-16Add a OSX-specific and Mono FileSystemWatcher wrapperLudovic Henry
This integrates the FSW from CoreFX which is OSX specific.
2017-09-07Fix windows build (#3000)Kirill Osenkov
* Output a binary log when building on Windows. This is useful for investigating build issues. * Fully qualify a type. For some reason in Windows builds this fails to resolve because the namespace walk sees the "Microsoft.Runtime" namespace and fails. Not sure why it doesn't break on a Mac. Maybe that namespace isn't present on Mac inside the reference assemblies. * Make sure MD.Core.Tests imports MonoDevelop.props. Currently it has its own Signing properties and it doesn't specify PublicSign like all other projects. By doing what all other projects do we make sure this project is public-signed. * Add a missing reference from WindowsPlatform.Tests to MonoDevelop.Core.Tests.
2017-09-07Loc import2 (#2996)Marius Ungureanu
* [Loc] Add StripMnemonics to gitignore. * [Loc] Import strings.
2017-06-06Add static registrar to .gitignoretherzok
2017-05-11[build] Add downloader taskMikayla Hutchinson
2017-03-31Update gitignoreMikayla Hutchinson
2017-02-22[Templating] Initial support for https://github.com/dotnet/templating format ↵David Karlaš
and DotNetCore templates port
2016-10-18Merge branch 'master' into connected-servicesGreg Munn
# Conflicts: # main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj # main/src/core/MonoDevelop.Core/packages.config # version-checks
2016-10-12Bat cleanup (#1648)Mikayla Hutchinson
* Add missing ignore * Cleanup windows batch files * msysgit supports executing *.bat directly, so we don't need the .sh * pass arguments through to msbuild * move editbin call to msbuild * add git submodule update (like makefiles do) * default to debug build (like makefiles do) * use consistent NuGet.exe
2016-10-04Ignore the build output for files in this folderGreg Munn
2016-08-01Update .gitignoreMikayla Hutchinson
2016-02-18Update .gitignoremonodevelop-6.0.0.4520mhutch
2016-02-16Add the new file to the gitignoreAlan McGovern
2016-01-14Ignore this makefile tooAlan McGovern
The corresponding Makefile.am was added in f04abc403
2015-12-07Ignore files created by VisualStudio 2015David Karlaš
2015-10-08[Mac] Improved monostub and added unit tests!Marius Ungureanu
Added unit tests that will fail CI builds when these tests fail. If this fails, you won't be able to run MonoDevelop on Mac anyway. :P More importantly, I changed `push_env` so it takes into account other parts that the beginning of the environment variable string. Now it will check whether the path components are not the first component, the path variable will no longer be updated. `push_env` also now takes only a path component, so pieces need to be added manually, or you need to `strsep(&value, ":")` before appending.
2015-05-05[DebuggerTests] Added unit test for ignoring exception outside user codeDavid Karlaš
2014-12-11moved nuget file to gitignoreMadalyn Coryea
2014-11-18[build] Copy libxammac.dylib locally tooAlan McGovern
It's the sanest approach as Xamarin.Mac.dll and libxammac go hand in hand. If we local copy one we should local copy the other.
2014-07-07Merge remote-tracking branch 'mono/master' into xammac-2.0Lluis Sanchez
Conflicts: main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/MonoDevelop.AspNet.Mvc.csproj main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj main/src/addins/Xml/MonoDevelop.Xml.csproj version-checks
2014-07-03Merge branch 'aspnet-awesome'Michael Hutchinson
Conflicts: version-checks
2014-07-03Update the gitignoreAlan McGovern
2014-06-24Merge branch 'master' into xammac-2.0Michael Hutchinson
Conflicts: main/external/xwt version-checks
2014-06-23Merge remote-tracking branch 'mono/master' into xammac-2.0Lluis Sanchez
Conflicts: main/Main.sln version-checks
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-10[Misc] Add missing Makefiles to .gitignore.Marius Ungureanu
2014-05-28[xammac-2.0] initial port of MacPlatform to Xamarin.Mac 2.0Aaron Bockover
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-25Update gitignoreMichael Hutchinson
2014-02-12Merge branch 'master' into nuget-integrationMatt Ward
2014-02-12Update gitignoreMichael Hutchinson
2014-02-05[NuGet] Configure test projectMatt Ward
Build tests to main/build/tests Include tests in makefile
2014-02-03Update gitignoreMatt Ward
Ignore make and build files for NuGet addin
2013-09-08Move MS.NET debugger into MainMichael Hutchinson
So we can easily debug when developing MD on Windows
2013-09-04Update gitignoreMichael Hutchinson