aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
AgeCommit message (Expand)Author
2014-01-26Add python superenv wrapperMisty De Meo
2014-01-11Fix typoJack Nagel
2014-01-04Pathname: add methods to write env scripts.Mike McQuaid
2014-01-04ENV: add method to prepend and create a PATH.Mike McQuaid
2014-01-04ENV.gcc: remove raiseMisty De Meo
2014-01-04Recommit ENV changesMisty De Meo
2014-01-04Revert "stdenv: fix self.cc check"Mike McQuaid
2014-01-04Revert "stdenv: set correct compiler symbol for gcc 4.0"Mike McQuaid
2014-01-03stdenv: set correct compiler symbol for gcc 4.0Misty De Meo
2014-01-03stdenv: fix self.cc checkMisty De Meo
2013-12-27superenv: don't accidentally filter out HOMEBREW_TEMPJack Nagel
2013-12-19install: add --only-dependencies optionSteven Peters
2013-12-14Extract HOMEBREW_TEMP constantJack Nagel
2013-12-14Move Pathname#dynamically_linked_libraries to mach moduleJack Nagel
2013-12-12Report correct file/line in backtraces for attr_rw methodsJack Nagel
2013-12-12monkey around for emacs' code highlighterAdam Vandenberg
2013-12-12+x wrapper scripts, so they work during post-installAdam Vandenberg
2013-12-09Silence more warningsJack Nagel
2013-12-06Help autoconf find m4 on Xcode-only systemsJack Nagel
2013-12-03Make CompilerSelectionError an InstallationErrorJack Nagel
2013-12-02Fix typoJack Nagel
2013-12-02Yielded value is not usedJack Nagel
2013-11-29support .lz archivesAdam Vandenberg
2013-11-27Require Formula before using itJack Nagel
2013-11-27Adjust optimization flags if the CPU does not support SSE4Jack Nagel
2013-11-21Remove commentJack Nagel
2013-11-20Simplify passing archflags to cc wrapperJack Nagel
2013-11-20Move optimization flag selection out of cc wrapperJack Nagel
2013-11-17Export HOMEBREW_PREFIX to build environmentJack Nagel
2013-11-15Combine X11 path conditionalsJack Nagel
2013-11-15Improve heuristic for detecting configureJack Nagel
2013-11-14Recognized .pax.gz extensionJack Nagel
2013-11-12Better documentation for no-op superenv methodsJack Nagel
2013-11-12Allow changing the optimization level under superenvJack Nagel
2013-11-12Simplify ENV.0x methods in stdenvJack Nagel
2013-11-12Add ENV.O0 to stdenvJack Nagel
2013-11-11Group public ENV methods togetherJack Nagel
2013-11-11Remove outdated commentJack Nagel
2013-11-08superenv: fix type errorJack Nagel
2013-11-07superenv: set cc/cxx based on actual compiler.Mike McQuaid
2013-11-04Disable make_fuss when running configure invoked by makeJack Nagel
2013-11-02stdenv: drop space between "-isystem" and path.Xiyue Deng
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-27Make stdenv handling less intrusive.Xiyue Deng
2013-10-26Clang standard library selection.Xiyue Deng
2013-10-26C++11 support.Xiyue Deng
2013-10-19Move verbose ENV setup out of brew.rbJack Nagel
2013-10-18Rename MacOS to OS::MacJack Nagel
2013-10-18Add OS.mac? and OS.linux?Jack Nagel
2013-10-16Allow older non-Apple GCCs to build thingsMisty De Meo