| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-27 | missing: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | link: load formula from rack | Xu Cheng | |
| 2015-05-27 | keg: add rack method | Xu Cheng | |
| 2015-05-27 | gist-logs: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | doctor: load formula from rack | Xu Cheng | |
| 2015-05-27 | --prefix: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | --cellar: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | cleanup: load formula from rack and using ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | bottle: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-05-27 | audit: handle TapFormulaAmbiguityError | Xu Cheng | |
| 2015-05-27 | ARGV#kegs: try to load fomrula from rack | Xu Cheng | |
| 2015-05-27 | ARGV: add resolved_formulae method | Xu Cheng | |
| 2015-05-27 | Formula#installed: loading using Formulary.from_rack | Xu Cheng | |
| Also handle TapFormulaAmbiguityError | |||
| 2015-05-27 | Formulary: add from_rack | Xu Cheng | |
| 2015-05-27 | Formulary#canonical_name: handle TapFormulaAmbiguityError | Xu Cheng | |
| If there are multiple tap formulae with the name of ref, then ref is the canonical name | |||
| 2015-05-27 | update manpage | Xu Cheng | |
| 2015-05-27 | tap/untap/update/prune: remove obsolete method, add migrate_taps | Xu Cheng | |
| 2015-05-27 | add Formula.core_names Formula.tap_names and Formula.full_names | Xu Cheng | |
| 2015-05-27 | load tap formula through direct search | Xu Cheng | |
| 2015-05-27 | add Formulary.core_path method, deprecate Formula.path | Xu Cheng | |
| 2015-05-27 | BottleLoader: using Formulary.path to search formula file | Xu Cheng | |
| 2015-05-26 | Check empty? to avoid introducing nils | Jack Nagel | |
| [].last => nil [].max => nil | |||
| 2015-05-26 | More explanation of HOMEBREW_{CELLAR,PREFIX,REPOSITORY} | Larry Gilbert | |
| Closes Homebrew/homebrew#39447. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-05-26 | bottle: handle nil bottle revision case. | Mike McQuaid | |
| 2015-05-26 | bottle: discard bottle revision from prior pkg_version | Ian Lancaster | |
| Closes Homebrew/homebrew#38628. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-25 | Use canonical representation of the superenv bin directory | Ryan Hendrickson | |
| The xcrun script should be skipping the ENV directory when it scans $PATH looking for tools to run. Unfortunately, the script compares the paths found to the real path of the ENV directory (following symlinks), but superenv was adding the nominal path to $PATH, not following symlinks. As a consequence, platforms with Xcode < 4.3 would get into infinite loops when trying to call non-system versions of gcc, as xcrun calls the ENV version of gcc-X.X which calls xcrun and so on forever. This commit changes superenv to follow symlinks when determining the bin path to use. Fixes Homebrew/homebrew#33731. Closes Homebrew/homebrew#40062. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-05-25 | `brew create` adds a `desc` field to the new formula | Nikolaus Wittenstein | |
| 2015-05-25 | audit looks for and validates 'desc' | Nikolaus Wittenstein | |
| 2015-05-25 | `brew search` can take a `--desc` argument to search descriptions | Nikolaus Wittenstein | |
| 2015-05-25 | Info shows the desc if present | Nikolaus Wittenstein | |
| 2015-05-25 | Add a desc field to Formula | Nikolaus Wittenstein | |
| 2015-05-24 | audit: formula version string should have digit | Xu Cheng | |
| Closes Homebrew/homebrew#40025. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-24 | audit: add rules for non-ascii character and encoding comment | Xu Cheng | |
| Closes Homebrew/homebrew#40042. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-24 | audit: move audit_java_home inside audit_line | Xu Cheng | |
| 2015-05-23 | audit: don't complain ENV.fortran if `depends_on :fortran` | Xu Cheng | |
| Fix the audit problem in Homebrew/homebrew#40000. Closes Homebrew/homebrew#40012. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-22 | lilypond: move to homebrew/tex | Dominyk Tiller | |
| Re https://github.com/Homebrew/homebrew-tex/pull/4#issuecomment-104186361 Closes Homebrew/homebrew#39973. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-21 | Add test demonstrating installing a relative symlink | Jack Nagel | |
| 2015-05-21 | os: support xcode 6.3.2 | Dominyk Tiller | |
| Closes Homebrew/homebrew#39909. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-20 | uses/deps: fix for recursive deps/reqs | Xu Cheng | |
| Closes Homebrew/homebrew#39906. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-20 | uses: make skip arguments work for requirement | Xu Cheng | |
| 2015-05-19 | non_apple_gcc_version: support gcc5 | Xu Cheng | |
| Closes Homebrew/homebrew#39899. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-18 | test-bot: don't complain bottle errors when installing gcc and hg | Xu Cheng | |
| Closes Homebrew/homebrew#39626. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-18 | test-bot: unlink conflicted formulae | Xu Cheng | |
| 2015-05-18 | dupx: retire to the boneyard | Larry Gilbert | |
| GDB is a requirement, but GDB lives in the homebrew/dupes tap now, so dupx cannot stay in core. Closes Homebrew/homebrew#39332. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-17 | Revert "Remove conditional" | Jack Nagel | |
| This method may see values originating HOMEBREW_CC. This reverts commit 9c74f42962090c016143744b057e13aa75d9b13e. | |||
| 2015-05-16 | ENV: Add gcc-5 to compilers support C++11 | なつき | |
| Closes Homebrew/homebrew#39758. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2015-05-15 | datamash: move to homebrew/science. | Shaun Jackman | |
| See Homebrew/homebrew-science#2261 Closes Homebrew/homebrew#39736. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-14 | Clear GOPATH and GOROOT in build environment | Jack Nagel | |
| Fixes Homebrew/homebrew#37936. | |||
| 2015-05-14 | doctor: add homebrew_temp sticky bit check | Dominyk Tiller | |
| Adds a small check to the Doctor command to ensure HOMEBREW_TEMP has a sticky bit set. This has become a significant issue lately. Closes Homebrew/homebrew#39735 Original issue: Homebrew/homebrew#39170 Closes Homebrew/homebrew#39739. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-14 | audit: fix two message typos | Viktor Szakats | |
| Originally submitted as part of https://github.com/Homebrew/homebrew/pull/38824/files, later reverted due another hunk. Closes Homebrew/homebrew#39753. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
