| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-22 | Extract version_from_pkgutil | Jack Nagel | |
| 2013-07-22 | Extract version_from_mdls | Jack Nagel | |
| 2013-07-22 | Extract guess_system_version | Jack Nagel | |
| 2013-07-22 | Extract bundle_path from XQuartz.version | Jack Nagel | |
| 2013-07-21 | Cache pkgutil results at the source | Jack Nagel | |
| 2013-07-21 | Eliminate nested conditional | Jack Nagel | |
| 2013-07-21 | Extract bundle_path method from Xcode#prefix | Jack Nagel | |
| 2013-07-21 | Existence of directory is implied by existence of executables | Jack Nagel | |
| 2013-07-21 | Pull another unwieldy condition into a method | Jack Nagel | |
| 2013-07-21 | Update comment about CLT | Jack Nagel | |
| This was worded in a confusing way, and made an assumption about future OS X versions that we don't know to be true. Also, it's probably wrong to state that the CLT location is dependent on the OS X version; surely there will be a newer CLT for 10.8 that gets installed in the same location as on 10.9. But we don't know any better yet. | |||
| 2013-07-21 | Split up unreadable conditional | Jack Nagel | |
| 2013-07-21 | These should be integers | Jack Nagel | |
| 2013-07-20 | Remove unnecessary use of globals in compiler version methods | Jack Nagel | |
| 2013-07-20 | Don't report llvm-gcc if it's actually clang | Jack Nagel | |
| 2013-07-19 | Add String#end_with? | Jack Nagel | |
| I'm tired of not remembering if start_with?/end_with? are portable, so just add them both if they're not defined. | |||
| 2013-07-19 | Fix String#start_with? implementation | Jack Nagel | |
| It is supposed to accept a variable number of prefixes, and also to check if they are convertible to strings. This matches behavior documented in RubySpec. | |||
| 2013-07-18 | upgrade: put exit statements in both conditional branches | Adam Coffman | |
| This check was only occurring in one branch of the conditional. As a result, if you ran `brew upgrade` with no args and there were no packages to upgrade, the nonsensical message "==> Upgrading 0 outdated package, with result:" would be printed. Closes #21316. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-07-18 | Warn more about failing bottle version detection. | Mike McQuaid | |
| This is needed for local bottle installation and also possible when detecting bottle versions from URLs. | |||
| 2013-07-18 | Move getting formula names from bottles to method. | Mike McQuaid | |
| 2013-07-18 | Formula: temporarily set PYTHONPATH. | Mike McQuaid | |
| Needs a less hacky fix but at least this will stop failing tests. | |||
| 2013-07-17 | check_PATH: return early if (s)bin doesn't exist. | Mike McQuaid | |
| 2013-07-17 | Remove stray quotation mark | Jack Nagel | |
| 2013-07-17 | Escape interpolation examples | Jack Nagel | |
| 2013-07-17 | audit: skip an audit for mongodb | Adam Vandenberg | |
| 2013-07-17 | audit: ARGV.find is a warning, .value is allowed | Adam Vandenberg | |
| 2013-07-17 | add ARGV.value | Adam Vandenberg | |
| 2013-07-17 | doctor: Using Xcode-only is no longer experimental | Samuel John | |
| In 10.9 we'll probably have to use that code path anyways and by now we have adapted all formulae to be able to build on Xcode-only. | |||
| 2013-07-17 | Typo in comments | Samuel John | |
| 2013-07-16 | Fix SYMROOT audit | Jack Nagel | |
| 2013-07-16 | add full lib path to audit | Adam Vandenberg | |
| 2013-07-16 | More linewise audits | Jack Nagel | |
| 2013-07-16 | Audit text linewise | Jack Nagel | |
| 2013-07-16 | Audit conditional deps that can be made declarative | Jack Nagel | |
| 2013-07-16 | Fix some false-positive build-time dep audits | Jack Nagel | |
| 2013-07-16 | audit: use FormulaCellarChecks module. | Mike McQuaid | |
| Perform post-installation checks if a formula is installed. Added for brew test-bot to be able to fail on bad Cellar installation. | |||
| 2013-07-16 | FormulaInstaller: move Cellar checks to module. | Mike McQuaid | |
| 2013-07-16 | FormulaInstaller: cleanup check_/audit_ functions. | Mike McQuaid | |
| 2013-07-16 | Audit LanguageModuleDependency for python | Samuel John | |
| LanguageModuleDependency.new(:python,...) is deprecated now. Replace it by depends_on :python => ['module' => 'name-on-PyPi'] | |||
| 2013-07-16 | Allow specifying version in depends_on :python | Samuel John | |
| Note, in the explict form: PythonInstalled.new('2.7') => :recommended the tag :recommended is ignored (not a limitation of PythonInstalled itself). One solution was to write PythonInstalled.new('2.7', [:recommended]) but that is not as beautiful as we like it. Therefore, now it is possible to: depends_on :python => ['2.7', :recommended] Only the first tag is attempted to be parsed as a version specifyer "x" or "x.y" or "x.y.z"... | |||
| 2013-07-15 | upgrade: don't rely on return value of 'onoe' | Jack Nagel | |
| 2013-07-15 | upgrade: make condition clearer | Jack Nagel | |
| 2013-07-15 | upgrade: move require out of method body | Jack Nagel | |
| 2013-07-15 | upgrade: remove redundant conditional | Jack Nagel | |
| Since e1c62c35465eb6149688c745e4309438c08c410b, we exit early if the outdated array is empty, so we no longer need to check this before proceeding. | |||
| 2013-07-15 | Fix multiple execution of python do ... end blocks | Samuel John | |
| Only run the `python do ... end` loop once even if multiple `depends_on :python => 'module-name'` are present. | |||
| 2013-07-15 | Clarify behavior of `brew search` without an argument | Jack Nagel | |
| As documented in the man page, when given no arguments, `brew search` will list all formulae. This is different than giving an *empty* argument. | |||
| 2013-07-15 | GitHub API access may result in SSL errors | Jack Nagel | |
| Closes #21216. | |||
| 2013-07-14 | bottle: fix cellar output. | Mike McQuaid | |
| 2013-07-13 | Handle NULs in link targets in Pathname#resolved_path_exists? | Jack Nagel | |
| Fixes #19475. Fixes #21184. | |||
| 2013-07-13 | keg: more gnome folders | Adam Vandenberg | |
| 2013-07-12 | audit: improve comment | Adam Vandenberg | |
