aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Expand)Author
2013-09-03brew search <user>/<repo> [substring]Samuel John
2013-09-03doctor: be more helpful with suggestion about PATHSamuel John
2013-09-03PythonInstalled: Allow formulae to set/append PYTHONPATHSamuel John
2013-09-03PythonInstalled: Adding a private_site_packagesSamuel John
2013-09-03python_helper: Comment wordingSamuel John
2013-09-02Formula: record full path to non-core formulaMisty De Meo
2013-09-01Remove attr_rw for CompilerFailure version attributeMisty De Meo
2013-09-01CompilerFailure: specify attr_rw for versionMisty De Meo
2013-09-01Remove HOMEBREW_CC warning from ENV.compilerMisty De Meo
2013-09-01Check dependencies for a compatible C++ stdlibMisty De Meo
2013-09-01Tab: track C++ stdlib in useMisty De Meo
2013-09-01Move Tab creation into build processMisty De Meo
2013-09-01Implement fails_with for non-Apple compilersMisty De Meo
2013-09-01Provide reusable GNU GCC constants in ENVMisty De Meo
2013-09-01Experimental support for non-Apple GCCsMisty De Meo
2013-09-01formula_installer: handle post_install exceptions.Mike McQuaid
2013-09-01brew-postinstall: add new command.Mike McQuaid
2013-09-01brew-reinstall: don't list --force in args.Mike McQuaid
2013-09-01brew-reinstall: don't try and rebuild bottles.Mike McQuaid
2013-09-01Allow forcing bottle installation.Mike McQuaid
2013-08-31Add test for option description rulesJack Nagel
2013-08-31Push dependency option generation into BuildOptionsJack Nagel
2013-08-31Add test for dependency optionsJack Nagel
2013-08-31Workaround for debrewAdam Vandenberg
2013-08-30ENV: only set fortran flags in one placeJack Nagel
2013-08-30ENV: use fc accessorJack Nagel
2013-08-30Fix conditional in ENV.fortranJack Nagel
2013-08-30ENV: use cflags setterJack Nagel
2013-08-30ENV: use cc accessorJack Nagel
2013-08-30ENV: add cc and cxx settersJack Nagel
2013-08-30Simplify handling custom FCFLAGSJack Nagel
2013-08-30Remove PATH hack from ENV.fortranJack Nagel
2013-08-30Show list of dependencies prior to installing themkaizoku
2013-08-30Use system path for more tools, for Linux compat.Dan Hughes
2013-08-30Fix wrong assumption in MacOS::Xcode.without_clt?Jack Nagel
2013-08-30Unify compiler selection logicMisty De Meo
2013-08-30Add --cc= syntax for selecting compilersMisty De Meo
2013-08-29universal_archs returns ArchitectureListExtensionShaun Jackman
2013-08-29Remove default values from ENV.{cc,cxx}Jack Nagel
2013-08-29Allow conflicts_with to accept multiple formula namesJack Nagel
2013-08-28Check for valid --bottle-arch= when buildingMisty De Meo
2013-08-28Allow building bottles with custom architecturesMisty De Meo
2013-08-28cleaner: don't change permissions on paths marked skip_cleanJack Nagel
2013-08-28Don't consider files in the Cellar as RacksSamuel John
2013-08-27PythonInstalled: set PYTHONPATH, not prependSamuel John
2013-08-27PythonInstalled, name includes modulesSamuel John
2013-08-26Simplify conditionJack Nagel
2013-08-26Prefer interpolation to concatenationJack Nagel
2013-08-26Only perform coercion to string once in ENV.{append,prepend}Jack Nagel
2013-08-26Add some tests for ENV.{append,prepend} behaviorJack Nagel