| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-08 | bottle: don't repeat output for hardlinked files | Jack Nagel | |
| 2013-12-08 | formula: don't print verify message, use resource. | Mike McQuaid | |
| See discussion: https://github.com/mxcl/homebrew/commit/81d420492c4be9278fcf26d5bef21625d0abf32a#commitcomment-4804596 | |||
| 2013-12-08 | formula, resource: output when verifying checksum. | Mike McQuaid | |
| References #24566. | |||
| 2013-12-06 | Help autoconf find m4 on Xcode-only systems | Jack Nagel | |
| Closes #24904. | |||
| 2013-12-05 | SoftwareSpec: compact array that may contain nil | Misty De Meo | |
| 2013-12-05 | bottle_filename: remove unused revision default | Misty De Meo | |
| 2013-12-05 | Bottles: fix bottle_filename revision | Misty De Meo | |
| Fixes #24981. | |||
| 2013-12-05 | fix typo in this notice | Adam Vandenberg | |
| 2013-12-05 | Fix typo | Jack Nagel | |
| 2013-12-05 | Only coerce to Option when needed | Jack Nagel | |
| Fixes #24833. | |||
| 2013-12-05 | Move jsl to homebrew-binary | Adam Vandenberg | |
| Closes #24826. | |||
| 2013-12-05 | Use BottleCollector in Bottle SoftwareSpec | Misty De Meo | |
| 2013-12-05 | Add BottleCollector | Misty De Meo | |
| The BottleCollector collects bottle tags and sha1s, and allows tags to be fetched using more advanced logic than just fetching identical tags. Closes #23434. | |||
| 2013-12-05 | bottle: always perform a full relocation check | Jack Nagel | |
| Even if the prefix check fails, it is useful to see the results from the cellar check. | |||
| 2013-12-05 | bottle: String is not Enumerable in 1.9+ | Jack Nagel | |
| 2013-12-05 | bottle: fix reporting matches with spaces in them | Jack Nagel | |
| 2013-12-05 | bottle: fix false-positives from static libs when checking relocatability | Jack Nagel | |
| 2013-12-05 | bottle: only split on newlines | Jack Nagel | |
| 2013-12-05 | String isn't Enumerable in 1.9+ | Jack Nagel | |
| 2013-12-05 | Run post_install after linking and relocation | Jack Nagel | |
| Closes #24962. | |||
| 2013-12-04 | Relocate libtool (.la) files as well as pkgconfig (.pc) | Elliot Saba | |
| Ignore quotes, just do a global substitution on cellar and prefix. Closes #24894. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-12-04 | Run relocation machinery on local bottles | Jack Nagel | |
| Since we now use placeholders for the prefix and cellar, we need to run the relocation machinery on all bottles. | |||
| 2013-12-04 | relocate_install_names: only one substitution is needed | Jack Nagel | |
| 2013-12-04 | relocate_install_names: use a single ensure_writable block | Jack Nagel | |
| 2013-12-04 | relocate_install_names: yielded names are already strings | Jack Nagel | |
| 2013-12-04 | Let fix_install_names fix up placeholders too | Jack Nagel | |
| 2013-12-04 | Teach installer about prefix and cellar placeholders | Jack Nagel | |
| 2013-12-04 | Remove special handling for relocatable pkgconfig files | Jack Nagel | |
| 2013-12-04 | Do relocation check while preparing bottle | Jack Nagel | |
| 2013-12-04 | Insert placeholders for prefix and cellar in relocatable bottles | Jack Nagel | |
| 2013-12-04 | relocate_install_names: rewrite cellar names before prefix names | Jack Nagel | |
| The cellar may overlap with the prefix, so if we replace the prefix first, we will end up with paths like "@@HOMEBREW_PREFIX@@/Cellar" instead of "@@HOMEBREW_CELLAR@@", which will break on installations where the cellar and prefix are disjoint. | |||
| 2013-12-04 | fix_install_names: extract change_dylib_id | Jack Nagel | |
| 2013-12-04 | fix_install_names: extract change_install_name | Jack Nagel | |
| 2013-12-04 | loosen FileUtils audit | Adam Vandenberg | |
| 2013-12-04 | Homebrew CVS is required for Xcode 5+ | Jack Nagel | |
| 2013-12-03 | Adjust fails_with syntax for non-Apple compilers | Misty De Meo | |
| The old version worked like this: fails_with :gcc => '4.8.1' That wasn't really flexible enough, and made it harder to distinguish different releases in the same GCC series. Since no one was really using it yet, this adjusts the syntax to be more similar to the Apple compilers: fails_with :gcc => '4.8' do release '4.8.1' end Like with Apple compilers, omitting `release` blacklists the entire series. This also unifies the `build` and `version` attributes and accessors, and exposes them under both names. | |||
| 2013-12-03 | Adjust tests for ac1fd380759ebe9aa3fe42465cd5d38b209c32b5 | Jack Nagel | |
| 2013-12-03 | Make CompilerSelectionError an InstallationError | Jack Nagel | |
| Fixes #19962. | |||
| 2013-12-03 | SubversionDownloadStrategy: handle changed repository URL | Jack Nagel | |
| Fixes #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 #24864. | |||
