index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
formula.rb
Age
Commit message (
Expand
)
Author
2011-03-25
Move 'fails_with_llvm' into formula DSL.
Adam Vandenberg
2011-03-20
use Module#const_get instead of eval
eregon
2011-03-20
Fix for installing from_url
Yasuharu NAKANO
2011-03-17
make fails_with_llvm work when cc is llvm-gcc
Camillo Lugaresi
2011-03-15
Fix keg-only, non-system dupes
Adam Vandenberg
2011-03-15
keg-only: provide more info about system dupes
Adam Vandenberg
2011-03-12
Fix inheritance in formula.rb
Adam Vandenberg
2011-03-12
Allow 'brew install' on relative paths
Adam Vandenberg
2011-03-12
Complain if a formula in core won't import.
Adam Vandenberg
2011-03-12
Use + instead of /.
Adam Vandenberg
2011-03-12
Formula.resolve_alias to compatability.rb
Max Howell
2011-03-12
Refactor the brew command into one file per command
Max Howell
2010-12-22
Fix GithubGistFormula.
Adam Vandenberg
2010-11-04
Fix installing from local abs. paths.
Adam Vandenberg
2010-11-03
Quash warning.
Adam Vandenberg
2010-10-30
fix warnings: ambiguous splat
Jamie Macey
2010-10-30
Allow installation from URLs
Adam Vandenberg
2010-10-26
Prefer HEAD version if its installed
Joshua Peek
2010-10-12
Allow :build dependencies.
Adam Vandenberg
2010-09-29
improve std_cmake_parameters comments
Adam Vandenberg
2010-09-29
Move resolve_alias from ARGV to Formula
Adam Vandenberg
2010-09-29
Add formula name to LLVM warning
Adam Vandenberg
2010-09-29
Don't allow unsupported dep types
Adam Vandenberg
2010-08-20
Let 'interactive_shell' take a formula and set ENV vars.
Adam Vandenberg
2010-08-16
Use 1.9 compat syntax. Fixes #2192
Adam Vandenberg
2010-08-09
fails_with_llvm will switch to GCC 4.2 by default
Adam Vandenberg
2010-08-09
Fix skip_clean :all to actually skip clean step
Chris Hoffman
2010-08-08
Getting rid of pesky 'warning: parenthesize argument(s) for future version'
Brent Fitzgerald
2010-08-07
Add 'skip_clean :all' to the DSL.
Adam Vandenberg
2010-08-07
Add keg-only to DSL
Adam Vandenberg
2010-08-07
added man subdirectories man2-man8
Sam X Nguyen
2010-08-07
Sort and line up path helpers
Adam Vandenberg
2010-08-07
Deprecate using symbols to define deps
Adam Vandenberg
2010-08-07
"url" now has same features as "head"
Adam Vandenberg
2010-08-07
Add 'aka' removal notice.
Adam Vandenberg
2010-08-07
Skip broken formulae
Adam Vandenberg
2010-08-07
New Aliasing system is plenty less code :)
Max Howell
2010-07-18
Use build_head here too.
Adam Vandenberg
2010-07-03
Allow user to override temp folder with HOMEBREW_TEMP
Adam Vandenberg
2010-06-18
Note how to redownload tarballs on failed checksum.
Adam Vandenberg
2010-06-16
Add "fails_with_llvm" to formula to document LLVM build breaks.
Adam Vandenberg
2010-06-15
External: 'brew fetch' downloads tarballs to cache.
Adam Vandenberg
2010-06-15
Set HOMEBREW_DEBUG_INSTALL when in a shell during install -d|-i
Adam Vandenberg
2010-06-10
Failures during ./configure should mention config.log.
Adam Vandenberg
2010-06-01
Split patching message into downloading and patching
Adam Vandenberg
2010-05-05
Let GitDownloadStrategy report its cache location.
Adam Vandenberg
2010-05-02
Tweak formatting in previous commit.
Adam Vandenberg
2010-05-02
Show digest mismatch in verify_download_integrity
Yarrow
2010-04-17
Read all formula in a 'rescue' block.
Adam Vandenberg
2010-04-10
Only respect :using specs when downloading HEAD.
Martin Kühl
[next]