| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-21 | Fix false positive audit warning | Jack Nagel | |
| 2014-08-17 | Upgrade honors build_bottle? and built_as_bottle options | Larry Shaffer | |
| Closes #31628. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-08-16 | fetch: retry the download on a failure. | Mike McQuaid | |
| 2014-08-14 | Fix mktmp to be generic as-per SUS/BSD. | xxxajk | |
| Closes #31586. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-12 | Set the remote config manually | Jack Nagel | |
| See 5cd6b35 and 8eefd4e. | |||
| 2014-08-10 | Disconnect defined options from the build object | Jack Nagel | |
| 2014-08-09 | Don't compare versions against floating point numbers | Jack Nagel | |
| 2014-08-08 | doctor: retire Mono warning | Misty De Meo | |
| We haven't actually had any complaints about this in awhile; it appears that cmake no longer picks up this specific framework. Refs #11030. | |||
| 2014-08-07 | Prefer interpolation | Jack Nagel | |
| 2014-08-01 | outdated: allow passing formulae as arguments. | Mike McQuaid | |
| If formulae names are passed as arguments check if just they are outdated. Additionally, return a failed code if they are outdated. This will hopefully be able to stop people complaining about the outdated error code as they can now just run e.g.: `brew outdated git && brew upgrade git` Closes #31242. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-08-01 | add helpers for formula tests | Adam Vandenberg | |
| 2014-07-31 | Hide the options data structure better | Jack Nagel | |
| 2014-07-31 | Handle tap file renames that remove a file from the formula directory | Jack Nagel | |
| 2014-07-29 | Limit exposure of the options data structures | Jack Nagel | |
| 2014-07-29 | Remove patch hacks from unpack | Jack Nagel | |
| 2014-07-29 | Remove patch hacks from audit | Jack Nagel | |
| 2014-07-27 | audit 'def test' | Adam Vandenberg | |
| Closes #31120 | |||
| 2014-07-26 | Remove obsolete hacks from updater report | Jack Nagel | |
| 2014-07-26 | Only populate the report with formula paths | Jack Nagel | |
| 2014-07-26 | Switch from backticks to Utils.popen_read | Jack Nagel | |
| 2014-07-26 | Separate reading and parsing the diff | Jack Nagel | |
| 2014-07-25 | update: remove unused rename detection | Jack Nagel | |
| Right now this code only produces false positives. When we have real support for renames, we can implement it more carefully. Closes #31126. | |||
| 2014-07-25 | update: simplify diff parsing | Jack Nagel | |
| 2014-07-19 | Pass the string directly to the output method | Jack Nagel | |
| 2014-07-19 | Pass array to puts instead of iterating over it | Jack Nagel | |
| 2014-07-19 | Default to stdout since other code calls this method | Jack Nagel | |
| 2014-07-19 | Remove intermediate method | Jack Nagel | |
| 2014-07-19 | Allow verbose config to be written to any IO object | Jack Nagel | |
| 2014-07-19 | Don't mess with stdout when writing build config to a file | Jack Nagel | |
| 2014-07-18 | Add a factory method that accepts a formula object | Jack Nagel | |
| 2014-07-18 | Ask the filename object for the prefix | Jack Nagel | |
| 2014-07-18 | Move bottle filename construction to a class | Jack Nagel | |
| 2014-07-17 | Only ask for the stem once | Jack Nagel | |
| 2014-07-17 | Call size on the path | Jack Nagel | |
| 2014-07-17 | Use locals instead of repeatedly converting pathnames to strings | Jack Nagel | |
| 2014-07-17 | Remove deprecated options from brew-diy | Jack Nagel | |
| 2014-07-17 | diy: use configure as the heuristic for autotools | Jack Nagel | |
| Closes #30912. | |||
| 2014-07-12 | Compare cellar and prefix against constants | Jack Nagel | |
| 2014-07-12 | Use pkg_version accessor | Jack Nagel | |
| 2014-07-11 | Try to workaround gem packaging shenanigans | Jack Nagel | |
| 2014-07-11 | audit: warn when using old-style patches | Jack Nagel | |
| 2014-07-09 | Fix up phrasing of case-sensitive volume warning | Jack Nagel | |
| 2014-07-09 | Clean up /bin/df regexp | Jack Nagel | |
| - remove unnecessary captures - '%' is not a metacharacter so it doesn't need to be escaped - match using '+' instead of '*' | |||
| 2014-07-09 | Fix getting filesystem mounts | Jack Nagel | |
| 2014-07-06 | Remove redundant "which git" guards | Jack Nagel | |
| There is always a git executable on PATH due to the git wrapper in Library/Contributions/cmd. The wrapper will notify the user if there is not a real git installed. | |||
| 2014-07-06 | Use Formula tap methods instead of matching the path | Jack Nagel | |
| 2014-07-06 | Make tap_ref match similar code in update | Jack Nagel | |
| 2014-07-06 | Escape paths in regexps | Jack Nagel | |
| 2014-07-05 | Use popen wrapper | Jack Nagel | |
| Closes #30678. | |||
| 2014-07-03 | bottle: use revision to find bottle block too. | Mike McQuaid | |
