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-10-18Get rid of 64bit toggle from mac configtherzok
2019-05-31Revert "Also set nuget verbosity to quiet" (#7746)Marius Ungureanu
Revert "Also set nuget verbosity to quiet" Avoid not showing anything when restoring, as it can be confusing as to what the build is doing.
2019-05-20Also set nuget verbosity to quiettherzok
2019-04-10Pin Paket to 5.201.1nosami
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2018-12-28Add CocoaControls NuGet restore stepJérémie Laval
2018-12-28Add /noautorsp when building vs-editor-core.Kirill Osenkov
2018-12-28Restore vs-editor-core as part of building MonoDevelop.Kirill Osenkov
2018-09-27Delete unused md.targets.Kirill Osenkov
2018-07-09[PerfTests] add makefile rules for performance testingiain holmes
2018-03-26Remove contrib subdir from Makefile.am.Kirill Osenkov
2018-03-20Added target for deploying testsLluis Sanchez
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
2017-11-27[A11y] Allow Accessibility to be temporarily disabled from commandlineiain holmes
If DISABLE_ATKCOCOA is set then accessibilty will be disabled. make run-no-accessibility will do the same.
2017-11-14[F#] Fixes #524437. Restore F# packages soonernosami
So that StrongNamer is restored before the F# addin is built.
2017-11-10Fixed 'Bug 60485 - RE RedundantBaseQualifierAnalyzer throws System.Ty… (#3330)Mike Krüger
* Fixed 'Bug 60485 - RE RedundantBaseQualifierAnalyzer throws System.TypeLoadException' * [Refactoring] Updated refactoring essentials reference. RE got refactored quite a bit this year.
2017-05-04[build] Tell people how to get the leak checker if it's missingAlan McGovern
2017-05-04[profiling] Add the ability to load up the gobject leak trackerAlan McGovern
https://github.com/alanmcgovern/gobject-tracker
2017-03-29Bug 54154 - NuGet restoration fails with latest MonoDavid Karlaš
2017-02-15Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-08Explicitly force serial NuGet restoreJo Shields
This works around a bug in the Mono runtime which NuGet exposes when restoring lots of packages, and should make the MonoDevelop build much more dependable. (cherry picked from commit b2f27321197c9aaadfc944ae5bc476371d7c9638)
2017-01-18Use VS2017 version of RefactoringEssentialsMikayla Hutchinson
2016-10-14Fixed build.Mike Krüger
2016-10-14Always use our provided nuget.Mike Krüger
Should fix the build bot failure.
2016-10-07Fix build on linux.Mike Krüger
Updated nuget binary, removed unused .nuget (it's now a submodule) And tweaked the makefile so on linux always our nuget is taken.
2016-10-06[build] Use nuget.exe from nuget-binary's submodule if nuget not foundAndres G. Aragoneses
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=44889
2016-10-06[build] More comprehensible error message for missing nugetAndres G. Aragoneses
Inspired in other recent commit: https://github.com/mono/monodevelop/commit/d4d1707fce3e158a8a982c044395e6b49cedcb40 Related bug: https://bugzilla.xamarin.com/show_bug.cgi?id=44889
2016-08-22[Build] Restore NuGet packages using NuGet included with MonoMatt Ward
Fixed bug #41521 - Cannot build from tarball due to .nuget folder not packaged https://bugzilla.xamarin.com/show_bug.cgi?id=41521 This reverts commit 6800701cf82a6597f25fdc3ff7b0822af31a97e0 which changed the makefile to use a later version of NuGet than was included with Mono since the restore was failing due to some of the NuGet packages using unknown target frameworks. Mono 4.4.2 and above now ship with NuGet 2.12 which is newer than the one currently at main/.nuget/NuGet.exe
2016-07-18Add an appdata file.Matthias Mailänder
2016-05-19[F#] Add F# projects to main slnnosami
2016-05-16[Build] Reset LANG and LC variables when starting the IDE to replicate dock ↵Marius Ungureanu
icon behaviour.
2016-02-19Use our nuget to build (fixes build).Mike Krüger
2015-10-30[Build] Correctly clean the monostub files on make cleaniain holmes
2015-10-30[Build] Use the variable for the sgen-suffixiain holmes
2015-10-30[Build System] Enable mac64 by adding --enable-mac64 to configureiain holmes
2015-10-30[Build System] Clean the external dir on make cleaniain holmes
2015-10-30[Mac Platform] Enable 64bit with an environment variableiain holmes
2015-10-06[UITest] Allow running a UITest by test case, test fixture or a namespaceManish Sinha
2015-09-18[Mac] Build and use monostub by default.Marius Ungureanu
2015-06-04Restore packages before buildingLluis Sanchez Gual
2015-05-13[UITets] Add filtering of uitest target by 'categories' argumentManish Sinha
Now when running $ make uitest assembly=assemblyname.dll it is possible to selectively run certain tests by passing another optional argument named categories which is a comma seperated list of NUnit categories $ make uitest assembly=UserInterfaceTests.dll categories=DotNet,Misc
2015-04-16Create a new test target named uitest to run UITestsManish Sinha
2015-03-10[Coverage] Add a make coverage option to run coverage testsiain holmes
2014-06-14[main] Don't silence the invocation of configure.exe to generate buildinfo.Alex Rønne Petersen
2014-06-04explicitly generate buildinfo during make dist;Timotheus Pokorra
fixing problems with comments in Makefile, caused by my previous commit
2014-06-03put the buildinfo file into the top srcdir of the tarball.Timotheus Pokorra
the buildinfo target should check if that file exists in the top srcdir, and copy it, or generate with the configure.exe from scripts directory, if the file does not exist yet
2014-02-07Fix build issueLluis Sanchez
2014-02-07Add vcrevision traget to make wrench happyLluis Sanchez
2014-02-07Remove old code for generating the buildinfo fileLluis Sanchez
2013-12-11Add MD_LAUNCH_EXTRA_ENV environment variable to set extra environment ↵Alex Corrado
variables when launching with `make run`