| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-27 | resource: convert unpack target to Pathname. | Mike McQuaid | |
| 2013-11-27 | Mac: add dev_tools_prefix method. | Mike McQuaid | |
| Basically dev_tools_path without the `/usr/bin`. | |||
| 2013-11-27 | bottle: write bottle version in commit message. | Mike McQuaid | |
| 2013-11-26 | Add test for 5c1ee9c1aeee00e512919f37d3fa66fcf637e070 | Jack Nagel | |
| 2013-11-26 | ApacheDownloadStrategy: fall back to specified mirrors | Jack Nagel | |
| Fixes Homebrew/homebrew#24157. | |||
| 2013-11-26 | Fix parsing of "-I foo" and "-L foo" under superenv | Jack Nagel | |
| Fixes Homebrew/homebrew#24654. | |||
| 2013-11-26 | SoftwareSpec: set resource version when missing | Jack Nagel | |
| Closes Homebrew/homebrew#24695. | |||
| 2013-11-26 | audit: distinguish between nil and empty versions | Jack Nagel | |
| 2013-11-26 | Add Hardware::CPU.aes? and Hardware::CPU.avx2? | Jack Nagel | |
| 2013-11-26 | Add Hardware::CPU.intel? and Hardware::CPU.ppc? | Jack Nagel | |
| 2013-11-26 | Remove caching from MacOS.preferred_arch | Jack Nagel | |
| The really expensive computation is now cached at its source, and this only caches true anyway. | |||
| 2013-11-26 | Simplify Hardware::CPU.is_64_bit? | Jack Nagel | |
| 2013-11-26 | Cache calls to sysctl_bool at the source | Jack Nagel | |
| 2013-11-26 | FormulaInstaller: flush before closing writes. | Mike McQuaid | |
| This seems to help the problem with `brew install -v` sometimes truncating output. Closes Homebrew/homebrew#24666. | |||
| 2013-11-26 | tap_migrations: add opencv (even although old). | Mike McQuaid | |
| 2013-11-25 | safer check for sys.executable in sitecustomize.py | MinRK | |
| make sure it doesn't actually point to something else since sitecustomize.py is put in a location found by pypy, it breaks pypy by setting sys.executable to a path that is definitely wrong, and may not even exist. Closes Homebrew/homebrew#24581. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-11-25 | Fix some unanchored patch URLs | Jack Nagel | |
| 2013-11-23 | fix typo | Adam Vandenberg | |
| 2013-11-23 | Redact boost149 from core | Adam Vandenberg | |
| boost149 does not build with 10.9, so remove it from core along with two formulae that do not build with the latest version of Boost. Closes Homebrew/homebrew#23696. | |||
| 2013-11-23 | audit: remove 'python bindings' warning | Adam Vandenberg | |
| 2013-11-22 | Fix MacOS::CLT.installed? for 10.9+ | Misty De Meo | |
| This continues to use mavericks_dev_tools? instead of trying to read from pkgutil because pkgutil is really slow. Fixes Homebrew/homebrew#24123. | |||
| 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 | Remove comment | 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 | Remove outdated blacklist entries | Jack Nagel | |
| libxslt was misspelled, but more to the point we have libxml2 and libxslt formulae in core these days so blacklisting them doesn't really make much sense. | |||
| 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-19 | brew-bundle: clarify path requirements. | Wil Moore III | |
| Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-19 | Fix typo | Jack Nagel | |
| 2013-11-18 | Redact syslog-ng | Adam Vandenberg | |
| Closes Homebrew/homebrew#22030. | |||
| 2013-11-18 | fix typo | Adam Vandenberg | |
| 2013-11-18 | Move libgtextutils to homebrew-science | Adam Vandenberg | |
| Closes Homebrew/homebrew#23972. | |||
| 2013-11-18 | Implement inferred CVS dependency | Jack Nagel | |
| Fixes Homebrew/homebrew#24444. Closes Homebrew/homebrew#24445. Closes Homebrew/homebrew#24458. | |||
| 2013-11-18 | Python might not be up-to-date, so use opt_prefix | Jack Nagel | |
| Fixes Homebrew/homebrew#24456. | |||
| 2013-11-18 | Move blackbox to the boneyard | Jack Nagel | |
| Closes Homebrew/homebrew#24370. | |||
| 2013-11-18 | Move qfits to the boneyard | Jack Nagel | |
| 2013-11-18 | iopt moved to homebrew-science | Adam Vandenberg | |
| Closes Homebrew/homebrew#22945. | |||
| 2013-11-18 | Fix incorrect reference to prefix in manpage | Jack Nagel | |
| Closes Homebrew/homebrew#24420. | |||
| 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-17 | SUPPORTERS: another late addition. | Mike McQuaid | |
| 2013-11-17 | retire homebrew/x11 | Adam Vandenberg | |
| Closes Homebrew/homebrew#24405. | |||
| 2013-11-17 | Blacklist rubinius and recommend ruby-build | Adam Vandenberg | |
| Closes Homebrew/homebrew#23195. | |||
