| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-20 | Use original value when building the flag | Jack Nagel | |
| 2014-04-20 | Remove to_flags monkeypatch | Jack Nagel | |
| 2014-04-20 | Remove "cleanpath" monkeypatch | Jack Nagel | |
| 2014-04-20 | Use File.expand_path | Jack Nagel | |
| 2014-04-20 | Delay loading Pathname until we absolutely need it | Jack Nagel | |
| 2014-04-20 | Use a multiline conditional to make this code more readable | Jack Nagel | |
| 2014-04-20 | Stop loading a bunch of monkeypatches every time xcrun is invoked | Jack Nagel | |
| 2014-04-20 | Use File.expand_path | Jack Nagel | |
| 2014-04-20 | Remove obsolete DEVELOPER_DIR hacks | Jack Nagel | |
| These days Homebrew refuses to do anything if the xcode-select path is busted, so this workaround is unnecessary. | |||
| 2014-04-11 | Remove -fno-reorder-blocks for clang | Jack Nagel | |
| Fixes Homebrew/homebrew#28289. | |||
| 2014-03-28 | Remove -fcaller-saves and -fthread-jumps for clang | Jack Nagel | |
| 2014-03-25 | cc: don't add linker arguments if only -v passed. | dinkypumpkin | |
| Supports configure scripts (e.g., mplayer) that use "gcc -v" to identify compiler. Closes Homebrew/homebrew#27793. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-24 | Filter -fno-delete-null-pointer-checks for clang | Jack Nagel | |
| Fixes Homebrew/homebrew#27836. | |||
| 2014-03-21 | More flags clang dislikes | Jack Nagel | |
| 2014-03-20 | Filter out -fcheck-new | Jack Nagel | |
| 2014-03-19 | More flags that clang used to ignore | Jack Nagel | |
| 2014-03-16 | Filter out "-mno-dynamic-no-pic" | Jack Nagel | |
| 2014-03-14 | superenv: filter -fno-check-new | Misty De Meo | |
| Fixes Homebrew/homebrew#27415. | |||
| 2014-03-14 | cc: filter more flags clang hates. | Mike McQuaid | |
| Should help with the Xcode 5.1 madness. Closes Homebrew/homebrew#27549. | |||
| 2014-02-28 | Don't munge arguments when configure is run by make | Jack Nagel | |
| Fixes Homebrew/homebrew-versions#364. | |||
| 2014-01-28 | pod2man: Fix for machines upgraded to Mavericks | Manpreet Singh | |
| Closes Homebrew/homebrew#24590. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-01-27 | Revert "Add python superenv wrapper" | Misty De Meo | |
| This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f. | |||
| 2014-01-27 | Redo python shim script in ruby | Misty De Meo | |
| 2014-01-26 | Add python superenv wrapper | Misty De Meo | |
| Closes Homebrew/homebrew#26140. Signed-off-by: Misty De Meo <mistydemeo@gmail.com> | |||
| 2013-12-27 | Apply the same filtering to -I paths as -L paths | Jack Nagel | |
| 2013-12-27 | superenv: don't accidentally filter out HOMEBREW_TEMP | Jack Nagel | |
| Fixes Homebrew/homebrew#25471. | |||
| 2013-12-27 | Escape prefix when interpolating into regexp | Jack Nagel | |
| 2013-12-04 | Revert "Revert "Split bsdmake wrapper out from make wrapper"" | Jack Nagel | |
| I think enough time has passed that it is safe to do this now. This reverts commit 1003161a848970e782633959904ea776dda7e48b. | |||
| 2013-11-26 | Fix parsing of "-I foo" and "-L foo" under superenv | Jack Nagel | |
| Fixes Homebrew/homebrew#24654. | |||
| 2013-11-21 | Avoid globals when ivars will do | Jack Nagel | |
| 2013-11-21 | Move some global methods into the context in which they used | Jack Nagel | |
| 2013-11-21 | Remove some monkeypatches | Jack Nagel | |
| 2013-11-21 | Use grep instead of select + match | Jack Nagel | |
| 2013-11-21 | Allow -Wno- flags to pass through | Jack Nagel | |
| These inhibit warnings-as-errors, so allow them to pass through. | |||
| 2013-11-20 | Remove uses of -no-cpp-precomp | Jack Nagel | |
| 2013-11-20 | Simplify passing archflags to cc wrapper | Jack Nagel | |
| 2013-11-20 | Move optimization flag selection out of cc wrapper | Jack Nagel | |
| The mapping of architectures to optimization flags is now retrieved from Hardware::CPU and the selected flags are passed as an environmen variable, rather than duplicated in the cc wrapper and re-calculated on every invocation of the compiler. Closes Homebrew/homebrew#24540. | |||
| 2013-11-17 | ENV strings are already frozen | Jack Nagel | |
| 2013-11-17 | Export HOMEBREW_PREFIX to build environment | Jack Nagel | |
| Constructing the path relative to a file in the repository is incorrect on some supported configurations (i.e., the repository is located in a different place than the prefix). Closes Homebrew/homebrew#24418. | |||
| 2013-11-17 | Remove outdated TODOs | Jack Nagel | |
| 2013-11-17 | Write debug log in non-verbose mode | Jack Nagel | |
| 2013-11-17 | Replace error-prone superenv debug ouput with a separate log file | Jack Nagel | |
| 2013-11-15 | Improve heuristic for detecting configure | Jack Nagel | |
| 2013-11-14 | Revert "Split bsdmake wrapper out from make wrapper" | Jack Nagel | |
| This reverts commit ba7ec6eb2f650ebc5a0ae09547eea423dbd45173. Temporarily mitigate bug fixed in 1153d0f9e20d0b6a19203707b609634f8fea1ad5. | |||
| 2013-11-13 | Add ant wrapper to superenv | Jack Nagel | |
| Closes Homebrew/homebrew#24285. Refs Homebrew/homebrew#22199. | |||
| 2013-11-13 | Split bsdmake wrapper out from make wrapper | Jack Nagel | |
| 2013-11-12 | Allow changing the optimization level under superenv | Jack Nagel | |
| 2013-11-12 | Extract optflags method from cflags method | Jack Nagel | |
| 2013-11-12 | Extract archflags method from cflags method | Jack Nagel | |
| 2013-11-11 | Only pass cflags during configure and make | Jack Nagel | |
| Fixes Homebrew/homebrew#24172. | |||
