Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-14[MacSDK] Remove quotes in nuget wrapper scriptAlexander Köplinger
None of the other wrapper scripts quote the Mono path and this broke the Windows packaging script which extracts nuget from the Mac package.
2017-06-07[MacSDK] Bump libgdiplus to latest (#4984)Alexander Köplinger
We were using a very old commit of libgdiplus. This brings in the latest changes.
2017-06-07[MacSDK] Update version number in msbuild.pyAlexander Köplinger
2017-05-31[MacSDK] Bump xamarin-gtk-theme.py to latest revision from private bockbuildAlexander Köplinger
2017-05-31[MacSDK] Port two msbuild fixes from private bockbuildAlexander Köplinger
https://github.com/xamarin/bockbuild/commit/58467b852e13b4bdfc75a2a0f9b9507b417b0694: [msbuild] Create symlinks from lib/mono/xbuild/Microsoft/NuGet/* msbuild install script cannot do this as the source files are installed by mono, which are in a different staging directory. https://github.com/xamarin/bockbuild/commit/fb9656a7613bab2d77c8ce7e05d673c5abbbdac5: Partially Revert "[msbuild] Remove redundant msbuild logic from mono_master.py" Use 15.0 instead of mono version! msbuild's install script cannot copy these since bockbuild installs msbuild to a separate staging directory from mono. So, it needs to be done here.
2017-05-23Use nuget 4.3.0-preview1 to fix buildAlexander Köplinger
4.5.0 is not yet available. Also use lowercase nuget.exe to match the URL on https://dist.nuget.org/
2017-05-22[MacSDK] Update Nuget to 4.5, switch to binary release instead of buildingAlexis Christoforides
2017-05-17[MacSDK] Remove some outdated info from ReadMe.rtfAlexander Köplinger
uninstallMono.sh is no longer installed. The website has instructions for removing Mono: http://www.mono-project.com/docs/about-mono/supported-platforms/osx/#uninstalling-mono-on-mac-os-x
2017-05-13[MacSDK] Whitelist mono32Alexander Köplinger
2017-05-11Revert "[MacSDK] Include 'opt' as a PATH-available binary"Alexander Köplinger
This reverts commit 47365cd54b69a869c50e39223ff64dc8e4fb8889. We didn't do this in the private bockbuild and putting 'opt' from Mono into the PATH could be problematic. This makes us consistent with the private bockbuild whitelist.
2017-05-11[MacSDK] Port change to license.rtf from private bockbuildAlexander Köplinger
https://github.com/xamarin/bockbuild/commit/97d660778097b391151776a611494a545becd62c
2017-05-03[MacSDK] Build msbuild for Release configAlexis Christoforides
2017-05-02[MacSDK] Add 'csc' (Roslyn compiler) to whitelistAlexis Christoforides
2017-04-27[MacSDK] Update F# -> 4.1.8Alexis Christoforides
2017-04-27[MacSDK] Use msbuild's install script instead of duplicating it hereAlexis Christoforides
2017-04-27[MacSDK] Minor corrections on package's postinstall scriptAlexis Christoforides
2017-03-10[MacSDK] Another attempt at circumventing signing for Ironlangs buildAlexis Christoforides
Roslyn does not support signing on non-Windows, and MSBuild normally refuses to continue.
2017-03-10[MacSDK] Use MSBuild to build IronPython/IronRuby. We are deprecating xbuildAlexis Christoforides
2017-03-10[MacSDK] Fix Ironlangs build with latest MSBuildAlexis Christoforides
2017-02-14[MacSDK] Updated location of bundled PCL assembliesAlexis Christoforides
2017-02-14[MacSDK] Switch back to xbuild for IronPython build. MSBuild seems to be ↵Alexis Christoforides
having trouble
2017-02-13[MacSDK] updatesAlexis Christoforides
2017-02-13[MacSDK] Update F#Alexis Christoforides
2017-02-13[MacSDK] Use full Mono version, incl. build number in buildAlexis Christoforides
Also add a VERSION file in the package.
2017-02-13[MacSDK] Update MSBuildAlexis Christoforides
2017-01-18[bockbuild] Fix a packaging regressionAlexis Christoforides
2017-01-18[bockbuild] Fix packaging regressionAlexis Christoforides
2017-01-18[MacSDK] Fix typo in ironlangs manifestAlexis Christoforides
2016-12-19[bockbuild] Disable boehm on osx64.Zoltan Varga
2016-12-08[MacSDK] Include 'opt' as a PATH-available binaryAlexis Christoforides
2016-12-07[Mac SDK] Use MSBuild to build IronPython/IronRuby.Alexis Christoforides
Xbuild currently fails with 'CSC: error CS0041: Unexpected error writing debug information -- 'Windows PDB writer is not available -- could not find Microsoft.DiaSymReader.Native.x86.dll' Xbuild should be passing "/debug:Portable" to csc in order to work. There is a possibly broken attempt to this in 2d08353991213b17f58f64b6ef0fb4525eb4c659.
2016-11-23BockbuildAlexis Christoforides
2016-11-22[MacSDK] Fix typoAlexis Christoforides
2016-11-08Move some more files back to bockbuild repoAlexis Christoforides
2016-11-04Rename 'bockbuild' to 'packaging' so that it can be home to other packaging ↵Alexis Christoforides
code