aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2011-03-25Move 'fails_with_llvm' into formula DSL.Adam Vandenberg
2011-03-20use Module#const_get instead of evaleregon
2011-03-20Fix for installing from_urlYasuharu NAKANO
2011-03-17make fails_with_llvm work when cc is llvm-gccCamillo Lugaresi
2011-03-15Fix keg-only, non-system dupesAdam Vandenberg
2011-03-15keg-only: provide more info about system dupesAdam Vandenberg
2011-03-12Fix inheritance in formula.rbAdam Vandenberg
2011-03-12Allow 'brew install' on relative pathsAdam Vandenberg
2011-03-12Complain if a formula in core won't import.Adam Vandenberg
2011-03-12Use + instead of /.Adam Vandenberg
2011-03-12Formula.resolve_alias to compatability.rbMax Howell
2011-03-12Refactor the brew command into one file per commandMax Howell
2010-12-22Fix GithubGistFormula.Adam Vandenberg
2010-11-04Fix installing from local abs. paths.Adam Vandenberg
2010-11-03Quash warning.Adam Vandenberg
2010-10-30fix warnings: ambiguous splatJamie Macey
2010-10-30Allow installation from URLsAdam Vandenberg
2010-10-26Prefer HEAD version if its installedJoshua Peek
2010-10-12Allow :build dependencies.Adam Vandenberg
2010-09-29improve std_cmake_parameters commentsAdam Vandenberg
2010-09-29Move resolve_alias from ARGV to FormulaAdam Vandenberg
2010-09-29Add formula name to LLVM warningAdam Vandenberg
2010-09-29Don't allow unsupported dep typesAdam Vandenberg
2010-08-20Let 'interactive_shell' take a formula and set ENV vars.Adam Vandenberg
2010-08-16Use 1.9 compat syntax. Fixes #2192Adam Vandenberg
2010-08-09fails_with_llvm will switch to GCC 4.2 by defaultAdam Vandenberg
2010-08-09Fix skip_clean :all to actually skip clean stepChris Hoffman
2010-08-08Getting rid of pesky 'warning: parenthesize argument(s) for future version'Brent Fitzgerald
2010-08-07Add 'skip_clean :all' to the DSL.Adam Vandenberg
2010-08-07Add keg-only to DSLAdam Vandenberg
2010-08-07added man subdirectories man2-man8Sam X Nguyen
2010-08-07Sort and line up path helpersAdam Vandenberg
2010-08-07Deprecate using symbols to define depsAdam Vandenberg
2010-08-07"url" now has same features as "head"Adam Vandenberg
2010-08-07Add 'aka' removal notice.Adam Vandenberg
2010-08-07Skip broken formulaeAdam Vandenberg
2010-08-07New Aliasing system is plenty less code :)Max Howell
2010-07-18Use build_head here too.Adam Vandenberg
2010-07-03Allow user to override temp folder with HOMEBREW_TEMPAdam Vandenberg
2010-06-18Note how to redownload tarballs on failed checksum.Adam Vandenberg
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
2010-06-15External: 'brew fetch' downloads tarballs to cache.Adam Vandenberg
2010-06-15Set HOMEBREW_DEBUG_INSTALL when in a shell during install -d|-iAdam Vandenberg
2010-06-10Failures during ./configure should mention config.log.Adam Vandenberg
2010-06-01Split patching message into downloading and patchingAdam Vandenberg
2010-05-05Let GitDownloadStrategy report its cache location.Adam Vandenberg
2010-05-02Tweak formatting in previous commit.Adam Vandenberg
2010-05-02Show digest mismatch in verify_download_integrityYarrow
2010-04-17Read all formula in a 'rescue' block.Adam Vandenberg
2010-04-10Only respect :using specs when downloading HEAD.Martin Kühl