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-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-08-08Remove MonoMactherzok
2018-06-12[Build] Remove Xamarin.Mac.pdb on cleantherzok
2018-04-24[Build] Fix up xammac always being recopiedtherzok
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-06Fix build of md-addins.therzok
Xamarin.Mac now contains a pdb, not a mdb. Try copying either.
2018-02-22[Mac] Bring back dynamic linking of libxammac.dylibtherzok
2018-02-15[Mac] Add back support for debugging from the IDE.therzok
This loads libxammac.dylib from the external directory, so we don't copy it to the main directory, because make run would then load 2 xammac native libs in memory and conflict on where it will load types from
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
2017-06-06[Mac] Ensure xammac files are copied properly.therzok
In case libxammac.dylib changed, but Xamarin.Mac.dll did not, we would not copy libxammac.dylib, and end up with an outdated version
2017-06-01[Mac] Use static registrartherzok
This commit introduces the Xamarin.Mac partial static registrar. This means that all the bindings done in Xamarin.Mac are pre-registered via the statically linked registrar. NSApplication.Init now takes ~950ms, compared to ~2300ms previously.
2015-10-30[Build System] Enable mac64 by adding --enable-mac64 to configureiain holmes
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-11-13[build] Always copy system xamarin.mac locallyAlan McGovern
If someone installs a new xam.mac we should not keep the old one lying around and force them to clean their checkout in order to build.
2014-11-07Restore the code to compile monomac.dllAlan McGovern
We still need this for the MonoDevelop.MonoMac addin.
2014-05-28[xammac-2.0] initial port of MacPlatform to Xamarin.Mac 2.0Aaron Bockover
2012-08-16[build] Do not compile MonoMac.dll unless on MacOSAlan McGovern
2012-07-26[build] Don't bother executing xbuild in the externalsAlan McGovern
These are processed anyway as they are part of Main.sln, so speed up the build by not double-processing these
2012-07-09Bump ngit againAlan McGovern
2012-07-09Unbork the buildAlan McGovern
2012-07-09[build] Ensure Sharpen.Unix is built tooAlan McGovern
2012-07-09[Git] Bump NGit to the latest version for some more windows fixesAlan McGovern
Also update the build to take the new Sharpen.Unix.dll into account and ensure it is copied along with the rest of the NGit assemblies.
2012-07-06[build] Only copy the binaries from external/* if they're newerAlan McGovern
When we build the binaries in main/external we should only copy them into the build directory if they're newer. This prevents things from constantly rebuilding.
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-21Fix more xbuild codepage settingsAlan McGovern
2012-06-06[Build] Robustify the copying of the ngit/cecil binariesAlan McGovern
Explicitly list the assemblies we require and copy them to the build directory. This robustifies us against junk left behind by running the ngit tests and also prevents us from accidentally copying test assemblies if they are built.
2012-05-17[Build] Distinguish between externals and addinsAlan McGovern
All the submodule tarballs are put into tarballs/external. These are then merged into the main monodevelop tarball. The regular addin tarballs are left unmerged.
2012-05-17[Build] Move submodules to monodevelop/main/externals instead of ↵Alan McGovern
monodevelop/externals This will simplify make dist and building from tarballs as everything will have the correct relative path.