| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-03 | Make CompilerSelectionError an InstallationError | Jack Nagel | |
| Fixes Homebrew/homebrew#19962. | |||
| 2013-12-03 | SubversionDownloadStrategy: handle changed repository URL | Jack Nagel | |
| Fixes Homebrew/homebrew#22159. | |||
| 2013-12-03 | SubversionDownloadStrategy: no need to escape 'svn' | Jack Nagel | |
| 2013-12-03 | download_strategy: use clear_cache where appropriate | Jack Nagel | |
| 2013-12-02 | Move jscoverage to the boneyard | Jack Nagel | |
| 2013-12-02 | Fix tap migrations | Jack Nagel | |
| When a `brew update` pulls down additions to tap_migrations.rb and the removed formulae in the same update, the migrations will never run, because tap_migrations.rb is loaded before the update takes place. Fix this by loading it after the update. | |||
| 2013-12-02 | Extract compute_and_install_dependencies | Jack Nagel | |
| 2013-12-02 | Re-check requirements if a bottle installation fails | Jack Nagel | |
| 2013-12-02 | Don't mutate deps collection when expanding requirements | Jack Nagel | |
| Fixes Homebrew/homebrew-science#213. | |||
| 2013-12-02 | Always clear unsatisfied_deps after installation | Jack Nagel | |
| 2013-12-02 | unsatisfied_deps cannot be nil | Jack Nagel | |
| 2013-12-02 | Rename effective_deps to unsatisfied_deps | Jack Nagel | |
| 2013-12-02 | Emit deprecation warning for --use-{gcc,llvm,clang} | Jack Nagel | |
| Closes Homebrew/homebrew#24864. | |||
| 2013-12-02 | Fix typo | Jack Nagel | |
| 2013-12-02 | Yielded value is not used | Jack Nagel | |
| 2013-12-01 | Revert "Disable bottles when HOMEBREW_CELLAR.parent != HOMEBREW_PREFIX" | Jack Nagel | |
| This reverts commit fdf20dc43971b728520d518f3b6ef0bcb16aeb21. Closes Homebrew/homebrew#24831. Closes Homebrew/homebrew#24780. | |||
| 2013-12-01 | Ensure cellar path is replace correctly for relocatable bottles | Jack Nagel | |
| 2013-12-01 | Skip path replacement when it would be a no-op | Jack Nagel | |
| 2013-12-01 | Extract repeated regexp to a method | Jack Nagel | |
| 2013-12-01 | Move lmutil to homebrew-binary | Adam Vandenberg | |
| Closes Homebrew/homebrew#24843. | |||
| 2013-12-01 | bottle: make writing commit message more robust. | Mike McQuaid | |
| 2013-11-30 | Disable bottles when HOMEBREW_CELLAR.parent != HOMEBREW_PREFIX | Jack Nagel | |
| 2013-11-30 | Revert "disable :any bottles due to Homebrew/homebrew#24780" | Jack Nagel | |
| This reverts commit 31bab6e52b7ed8c63421b9c647d0592af2ee2635. | |||
| 2013-11-30 | disable :any bottles due to Homebrew/homebrew#24780 | Adam Vandenberg | |
| 2013-11-29 | Flush stdout before leaving Formula#system | Jack Nagel | |
| 2013-11-29 | Revert "FormulaInstaller: flush before closing writes." | Jack Nagel | |
| This reverts commit 5ce8f7a3a494e1d8e812369301fd4c4a05a7d9b7. | |||
| 2013-11-29 | support .lz archives | Adam Vandenberg | |
| Closes Homebrew/homebrew#24775. | |||
| 2013-11-28 | Implement MacOS.dev_tools_prefix a different way | Jack Nagel | |
| Avoid producing a dev_tools_path of "//usr/bin". Fixes Homebrew/homebrew#24751. Closes Homebrew/homebrew#24754. | |||
| 2013-11-28 | Move cmucl to homebrew-binary | Adam Vandenberg | |
| 2013-11-28 | Move aimage to boneyard | Adam Vandenberg | |
| No longer maintained; homepage suggests alternatives. Closes Homebrew/homebrew#24728. | |||
| 2013-11-28 | typo | Adam Vandenberg | |
| 2013-11-27 | Require Formula before using it | Jack Nagel | |
| 2013-11-27 | Adjust optimization flags if the CPU does not support SSE4 | Jack Nagel | |
| Tentatively fixes Homebrew/homebrew#21778, Homebrew/homebrew#24363. | |||
| 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 | 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 | |
