aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-05-18Add accessor for HOMEBREW_CCJack Nagel
2014-05-18ENV.cc= and ENV.cxx= are privateJack Nagel
2014-05-18Use a case statementJack Nagel
2014-05-17Move tetgen to homebrew-scienceAdam Vandenberg
Closes Homebrew/homebrew#29336.
2014-05-17only clean logs if logs existAdam Vandenberg
Closes Homebrew/homebrew#29355.
2014-05-17Move brew-unpack to coreJack Nagel
2014-05-17Remove brew-dirtyAdam Vandenberg
Replaced with `brew list --versions --multiple`.
2014-05-17Remove brew-grepAdam Vandenberg
2014-05-16Move agedu to headonlyAdam Vandenberg
The checksum on the tarball is not stable. Closes Homebrew/homebrew#26671.
2014-05-16more explicit documentation for brew info --json=v1Adam Vandenberg
2014-05-16fortran_dependency: use gcc instead of gfortran.Mike McQuaid
2014-05-16add --installed to json infoAdam Vandenberg
Closes Homebrew/homebrew#29315.
2014-05-16Move storm to the boneyardAdam Vandenberg
Storm requires a specific version of jzma, which could be supplied as a resource. Pull requests will be reviewed. Closes Homebrew/homebrew#23283.
2014-05-16Print debug messages to stderrGeoff Nixon
Closes Homebrew/homebrew#29294. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-15remove empty fileAdam Vandenberg
2014-05-15bottle_version: support fontforge scheme.Mike McQuaid
2014-05-14cleanup: prune old build logsJack Nagel
Closes Homebrew/homebrew#29231.
2014-05-14Taps: cleanup regexps around TapsTsukasa OMOTO
Closes Homebrew/homebrew#29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14Allow disabling arch flag filteringJack Nagel
Closes Homebrew/homebrew#17352.
2014-05-13Use a case statementJack Nagel
2014-05-13Check value of compiler rather than HOMEBREW_CCJack Nagel
2014-05-13Make cc=/cxx= set HOMEBREW_CC in superenvJack Nagel
2014-05-13add brew-bundle-dir contributed commandWil Moore III
Closes Homebrew/homebrew#27258. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-13Remove legacy ENV accessor hackJack Nagel
2014-05-13self, not ENVJack Nagel
2014-05-13Use a case statementJack Nagel
2014-05-13Make sure the path arrays only contain stringsJack Nagel
2014-05-13remove commented-out line of codeAdam Vandenberg
2014-05-13No need to augment path on Xcode-only 10.9Jack Nagel
2014-05-13Move method to prepare for future changesJack Nagel
2014-05-13Future-proof this conditionalJack Nagel
2014-05-13download_strategy: fix Git repo updating.Mike McQuaid
Git repositories should always be updated when the ref is a branch. They should be also updated if no ref was specified or if the ref isn’t present. This stops the repo being updated if we’re building a specific revision and it is present. Additionally, this stops the update barfing on repositories where we’re using a revision and there is no upstream `master` branch. Closes Homebrew/homebrew#29218.
2014-05-12inline this methodAdam Vandenberg
2014-05-12document FormulaConflictAdam Vandenberg
2014-05-12Move mpio and msgpack-rpc to boneyardAdam Vandenberg
mpio does not compile with clang or C++11 msgpack-rcp requires mpio
2014-05-12Scrub out --sysrootJack Nagel
2014-05-12Separate Xcode and CLT doctor checks by OS X versionJack Nagel
Closes Homebrew/homebrew#29206.
2014-05-12Fix CLT outdated check on 10.9Jack Nagel
Fixes Homebrew/homebrew#27420.
2014-05-12Latest Xcode is 5.1.1Jack Nagel
2014-05-12There isn't a /usr/local in the SDKJack Nagel
2014-05-12Move solfege to the boneyard.Adam Vandenberg
Newer versions do not compile on OS X, and the project does not seem to be actively maintained at the moment. Closes Homebrew/homebrew#25065.
2014-05-12clean up X11 conditionalsJack Nagel
2014-05-12superenv: remove duplicate -multiply_definedsuppress filterMisty De Meo
This reverts commit 61d8a8e029079ca1922df735683c2b5eb6a39db1.
2014-05-11Add an option "--root_url=" to bottle command.Masaki Muranaka
Closes Homebrew/homebrew#29081. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-11clang: add another unknown flagMisty De Meo
Fixes Homebrew/homebrew#29141.
2014-05-10Fix duplicate -stdlib flags in cxxld modeJack Nagel
When the cc wrapper is in cxxld mode, -stdlib= is added by both cxxflags and ldflags, but they are never used separately, so this results in duplicate flags.
2014-05-10Move -m32 and -m64 filtering up one levelJack Nagel
These flags cannot be used behind -Xarch_<arch>, so stop filtering them there.
2014-05-10Ensure HOMEBREW_ARCHFLAGS is always a stringJack Nagel
2014-05-10Move shark to the boneyardAdam Vandenberg
Closes Homebrew/homebrew#28578.
2014-05-08Clang doesn't support -fno-for-scopeJack Nagel