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 (Expand)Author
2021-09-02Stop using git protocol for submodulesHEADmainAlexander Köplinger
2020-02-04Add /usr/local/bin to PATH (#144)Alexander Köplinger
2020-01-27Re-enable validate_symlinks processing step (#135)Alexis Christoforides
2019-09-25Add some tracing to universal build process (#120)Alexis Christoforides
2019-08-29Build pkg-config as 64bit only, libtiff as universal and remove gtk-quartz-en...Alexander Köplinger
2019-07-01Merge pull request #100 from mono/fix-gh-14957Alexis Christoforides
2019-06-18Fix cache destinationAlexis Christoforides
2019-06-14Gotta mkdir in the cache nowJo Shields
2019-06-14Cached binary-not-source in a versioned directoryJo Shields
2019-06-10Another speculative fix for 'pkg-config' sometimes getting built as a 32-bit ...Alexis Christoforides
2019-04-03[darwin] Use configure's --build option for 64-bit builds tooAlexis Christoforides
2019-02-20iterate_dir: Include symlinks to dirs alsoAnkit Jain
2019-01-10Update list of disabled symbols on older OSX versionsAlexander Köplinger
2018-08-29Bump target requirement to OSX 10.9 MavericksAlexander Köplinger
2018-07-03[runtime] Fix reference to C compiler, 'xcrun gcc' fails when building llvmAlexander Kyte
2018-06-16Environment.set(key,val): Expand env vars in the value (#67)Ankit Jain
2018-06-08Allow artifacts to expireAlexis Christoforides
2018-02-23Detect HTTP errors when using curlAlexis Christoforides
2018-02-22Use 'curl' tool instead of Python's library for downloading, as it does not s...Alexis Christoforides
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
2017-09-19Fix building under MacOS with XCode 9Alexis Christoforides
2017-08-14Allow for non-fatal shell execution, and turn “install_name_tool” staging...Alexis Christoforides
2017-07-25Fix refactoring regression that omitted debug files/infoAlexis Christoforides
2017-06-04Make Mono package default to 64bit (#39)Alexander Köplinger
2017-05-29Reenable gtk-doc, it didn't fix the build breakAlexander Köplinger
2017-05-28Disable gtk-doc for nowAlexander Köplinger
2017-05-23Allow the download of non-archive formats as sources.Alexis Christoforides
2017-05-19Don't show trace lines in summary.Alexis Christoforides
2017-03-10Fix saving the Xcode version usedAlexis Christoforides
2017-03-10Fix typoAlexis Christoforides
2017-03-10Parse Xcode version, use the information (fixes build in XCode > 8.0)Alexis Christoforides
2017-02-23Commit 5ba4549649571b89b5e3670c02d6c73f04e6a857 was exactly wrongAlexis Christoforides
2017-02-22Do re-fetch if workspace directory is missing. This can happen because of a f...Alexis Christoforides
2017-02-21Added some assertions to help trace a workspace bugAlexis Christoforides
2017-02-14Fixed input to autoconfAlexis Christoforides
2017-02-14trace environment scriptAlexis Christoforides
2017-02-13Fix not showing title when not on TTYAlexis Christoforides
2017-02-13Fix regression where new bockbuild version weren’t triggering a full rebuildAlexis Christoforides
2017-02-13Don’t bring the workspace in for updating if it’s a symlink - symlinks ar...Alexis Christoforides
2017-02-13Allow git operations through a directory symlink (e.g. in lipo process)Alexis Christoforides
2017-02-13Add a variety of Autoconf symbol overrides for a broken case involving XCode ...Alexis Christoforides
2017-02-13Fix git op to comply with stricter 'must be at root' checkingAlexis Christoforides
2017-02-13More robust searching for Git repo rootAlexis Christoforides
2017-02-13small fix on local repos + lipoAlexis Christoforides
2017-02-13Make git operations safer by requiring they are done on the root directory of...Alexis Christoforides
2017-02-13improve local fetching.Alexis Christoforides
2017-02-13Tidy up shadow_copy()Alexis Christoforides