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

github.com/mono/bockbuild.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-30Another fix for find_nsview_at_pos()Cody Russell
2018-05-30[gtk] Fix for recursive find_nsview_at_pos()Cody Russell
2018-05-18Merge pull request #64 from mono/pango-ideographic-spaceAlexander Köplinger
[Pango] Get the font shaper for ideographic spaces
2018-05-17[Pango] Get the font shaper for ideographic spacesCody Russell
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/573960
2018-05-16Merge pull request #63 from mono/backing-scale-factorAlexander Köplinger
[GTK] Fix userSpaceScaleFactor deprecation warnings.
2018-05-02[GTK] Fix userSpaceScaleFactor deprecation warnings.Cody Russell
2018-02-23Detect HTTP errors when using curlAlexis Christoforides
2018-02-22Merge pull request #62 from mono/download-using-curlAlexis Christoforides
Use 'curl' tool instead of Python's library for downloading, as it do…
2018-02-22Use 'curl' tool instead of Python's library for downloading, as it does not ↵Alexis Christoforides
support TLS 1.2.
2018-02-08Use correct configure for gtk+Alexander Köplinger
2018-02-08Switch gtk+ package to GitHubAlexander Köplinger
2018-02-08Update gtk-sharp.py (#58)Marius Ungureanu
2018-01-19Update gtk-sharp.py (#57)Marius Ungureanu
2018-01-04Update gtk-sharp.py (#53)Marius Ungureanu
2018-01-03Update bug URL from bugzilla to github (#55)Alexander Köplinger
2017-11-28Merge pull request #52 from mono/upgrade-expatAlexis Christoforides
Upgrade expat library and fetch from GitHub
2017-11-24Upgrade expat library and fetch from GitHubAlexander Köplinger
2017-10-06Fix last commitAlexis Christoforides
2017-10-06Don't count symlink targets when calculating package sizeAlexis Christoforides
2017-10-06Add 'use system CMake' toolchain packageAlexis Christoforides
2017-10-06Better support for "no sources" packages.Alexis Christoforides
This is to support packages that don't use bockbuild's source fetching and resolution. They can still use a workspace directory, create files at destination, and rebuild when the package manifest changes.
2017-09-21Merge pull request #49 from yamachu/fix_thirdparty_ime_issueCody Russell
[gtk] Fix crashing when using Third-party IME
2017-09-19Fix building under MacOS with XCode 9Alexis Christoforides
2017-09-18Update README build phase (#46)Yusuke Yamada
2017-09-18[gtk] Fix crashing when using Third-party IMEYusuke Yamada
2017-08-17Remove new screen API patch (#43)Cody Russell
2017-08-17Fix missing comma in gtk+.pyAlexander Köplinger
2017-08-16[gtk] Use TISCopyCurrentASCIICapableKeyboardInputSource()Cody Russell
Instead of TISCopyCurrentKeyboardLayoutInputSource(). This seems to fix issues with some Cyrillic keyboard layouts not being able to type shortcuts like Cmd-A, Cmd-S, etc. https://bugzilla.xamarin.com/show_bug.cgi?id=5162
2017-08-16[gtk] New screen updates APICody Russell
Also adds version checking support up through Sierra
2017-08-14Allow for non-fatal shell execution, and turn “install_name_tool” ↵Alexis Christoforides
staging failures to warnings as we find a more permanent solution to AOT dylibs not always having enough field space for the new path (all other dylibs made in the build with the XCode toolchain typically do, as they are built with the “-headerpad_max_install_names” flag.
2017-08-12Update README.mdAlexander Köplinger
2017-08-11Avoid normalizing symlinks from build path.Alexis Christoforides
This can create other problems, but allows us to create shorter build paths for ourselves on CI, where we are hitting a "max path length" issue on Mac SDK
2017-07-25Fix refactoring regression that omitted debug files/infoAlexis Christoforides
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=57002
2017-07-25Avoid overwriting local_configure_flags in glib as well.Zoltan Varga
2017-07-24Avoid overwriting local_configure_flags in glib as well.Zoltan Varga
2017-07-07Update gtk-sharp.pyMarius Ungureanu
2017-06-23Bump gtk#Marius Ungureanu
2017-06-13Update gtk-sharp.pyMarius Ungureanu
2017-06-04Make Mono package default to 64bit (#39)Alexander Köplinger
This got regressed when moving to the public bockbuild. It's basically a port of the revert of https://github.com/xamarin/bockbuild/commit/c1c4910f98ecbd865432be57cd9784bd1b8e432f Original commit messages: Another copy_side_by_side fix (https://github.com/xamarin/bockbuild/commit/a2050e8a5272ab97bdfc1fec4b7e9dd9de8fbcb6) Fix for 'assymetrical' copy_side_by_side (https://github.com/xamarin/bockbuild/commit/a95bfdc8c9b6a902dc0bf5b17235d122e438399c) Only try renaming side-by-side second copy when the second copy exists (https://github.com/xamarin/bockbuild/commit/7d1d4ad083c65376d7d73c12e398b9a31ba9305b) Convert an assert error into a warning. The Mono package builds the executable 'mono-boehm' only under 32-bit arch. (https://github.com/xamarin/bockbuild/commit/7d1d4ad083c65376d7d73c12e398b9a31ba9305b) Switch default architecture in lipoed packages -> 64-bit (https://github.com/xamarin/bockbuild/commit/d8d142e3809b8b202d5f38dbab06d514884afc32) Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=57001
2017-05-31Update gtk-sharp.pyMarius Ungureanu
2017-05-312.12.44Marius Ungureanu
2017-05-31Update gtk-sharp.pyMarius Ungureanu
2017-05-31Make GtkTable emit Container::add on attachiain holmes
2017-05-30Properly address regression from 77ded2ba3bf7509243e98753e8f607a42bcbcbf5. ↵Alexis Christoforides
Also fix accidental overwrite of 'dest'
2017-05-29Revert "Fix a regression introduced by a typo in ↵Alexander Köplinger
77ded2ba3bf7509243e98753e8f607a42bcbcbf5 (!!!) which affects the package's build prefix in many cases" It breaks the Wrench build. (reverted from commit 45aa142fa322f5b41051e7f40008f03346a1e119)
2017-05-29Reenable gtk-doc, it didn't fix the build breakAlexander Köplinger
2017-05-28Disable gtk-doc for nowAlexander Köplinger
It seems to make the build fail: ``` checking for XML catalog (@/external/bockbuild/toolchain/share/xml/catalog)... not found checking for xmlcatalog... /usr/bin/xmlcatalog checking for DocBook XML DTD V4.3 in XML catalog... not found configure: error: could not find DocBook XML DTD V4.3 in XML catalog ``` Also removed the duplicated entries for gtk-doc and gtk-osx-docbook which look like remnants from merge conflicts.
2017-05-28Remove patch from libtiffAlexander Köplinger
It seems to be in upstream now that we updated to 4.0.8
2017-05-26Fix a regression introduced by a typo in ↵Alexis Christoforides
77ded2ba3bf7509243e98753e8f607a42bcbcbf5 (!!!) which affects the package's build prefix in many cases
2017-05-26Bump libtiff to 4.0.8.Alexis Christoforides
At the opportunity of 4.0.3 being moved to an "old releases" URL.