| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-27 | add Formula[] | Adam Vandenberg | |
| Closes #26930 | |||
| 2014-02-26 | doctor: tweak XQuartz check. | Mike McQuaid | |
| Sometimes (e.g. #27014) it may find an installed version but no prefix. In this case we still want to tell users if it's outdated. | |||
| 2014-02-25 | fix typo in audit | Adam Vandenberg | |
| 2014-02-25 | add audit for scons | Adam Vandenberg | |
| 2014-02-25 | add scons helper | Adam Vandenberg | |
| 2014-02-25 | only get counts if needed | Adam Vandenberg | |
| 2014-02-25 | add more documentation | Adam Vandenberg | |
| 2014-02-25 | fix incorrect comment | Adam Vandenberg | |
| 2014-02-25 | remove charset.alias directly | Adam Vandenberg | |
| 2014-02-24 | Add nil check to partially address #26563 | Jack Nagel | |
| 2014-02-24 | Implement fails_with_llvm compat method in terms of fails_with | Jack Nagel | |
| 2014-02-23 | Remove unused variable | Jack Nagel | |
| 2014-02-23 | update doc | Adam Vandenberg | |
| 2014-02-23 | ignore skip_clean :all | Adam Vandenberg | |
| 2014-02-23 | Cleaner: do work in clean instead of constructor | Adam Vandenberg | |
| 2014-02-23 | latest xcode is 5.0.2 | Adam Vandenberg | |
| Closes #26943. | |||
| 2014-02-23 | add doctor check for HOMEBREW_KEEP_INFO | Adam Vandenberg | |
| 2014-02-23 | Always keep info files | Adam Vandenberg | |
| Closes #26659. | |||
| 2014-02-22 | Hoist assignment to simplify a conditional | Jack Nagel | |
| 2014-02-22 | create: make conditional more obvious | Jack Nagel | |
| 2014-02-22 | create: pull requires out of method | Jack Nagel | |
| 2014-02-22 | Update method call | Jack Nagel | |
| 2014-02-22 | Remove download_strategy from SoftwareSpec | Jack Nagel | |
| 2014-02-22 | bottle: detail what a new regex should match. | Mike McQuaid | |
| 2014-02-22 | bottle_version: add x264. | Mike McQuaid | |
| 2014-02-22 | bottle_version: improve test filenames. | Mike McQuaid | |
| 2014-02-22 | Use reader method | Jack Nagel | |
| 2014-02-22 | Use standard assignment since #initialize is only called once | Jack Nagel | |
| 2014-02-21 | Eliminate nil check on path parameter | Jack Nagel | |
| 2014-02-21 | Avoid ancestors.include?, klass1 < klass2 is faster | Jack Nagel | |
| 2014-02-21 | Cache generated class names | Jack Nagel | |
| 2014-02-21 | Move Formula.class_s to Formulary | Jack Nagel | |
| 2014-02-21 | Remove downloader from Formula | Jack Nagel | |
| 2014-02-21 | Remove test with too much implementation knowledge | Jack Nagel | |
| 2014-02-21 | Move methods to a more logical place | Jack Nagel | |
| 2014-02-21 | Access bottle directly in FormulaInstaller | Jack Nagel | |
| 2014-02-21 | Adapt to Git 1.9's `submodule foreach` changes | Josh Tilles | |
| Closes #26871. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-02-20 | Delegate downloader to active_spec instead of storing it in an ivar | Jack Nagel | |
| 2014-02-20 | Consistently pass path into Formula constructor | Jack Nagel | |
| 2014-02-19 | Pass path into the Formula constructor | Jack Nagel | |
| When the path argument to the Formula constructor is omitted, the instance's path attribute is created using the Formula.path class method. However, we have already done this work, so we can just pass it into the constructor. This translates to one less call to Pathname#to_s per formula, or about 2600 calls when running `brew readall`. | |||
| 2014-02-19 | Eliminate some Pathname -> String -> Pathname conversions | Jack Nagel | |
| 2014-02-19 | Push expand_path call down into FromPathLoader | Jack Nagel | |
| 2014-02-19 | Fix building universal binaries on 32-bit CPUs | cadrpear | |
| [jn: style, update comment] Closes #25728. Fixes #26834. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-02-18 | Stop exporting HOMEBREW_VERBOSE to build environment | Jack Nagel | |
| This flag no longer affects the output of the compiler wrappers, since everything is buffered by the build process rather than each individual tool. Additionally, this is a user-facing knob that affects ARGV.verbose?, and the combination of these two issues broke the --quieter feature. | |||
| 2014-02-18 | Use standard curl progress output in verbose mode | Jack Nagel | |
| Closes #26818. | |||
| 2014-02-18 | Tweak DownloadError message to include wrapped exception | Jack Nagel | |
| 2014-02-18 | Collapse begin..end into def..end and use else clause | Jack Nagel | |
| 2014-02-18 | Add DownloadError to catch a broader range of resource download errors. | Drew Rodman | |
| Adding a broader exception class allows for errors raised in Resource.fetch to be caught in upgrade and prevent the process from being killed when a download fails. This should resolve issue 18364. Fixes #18364. Closes #26618. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-02-18 | Inline static exception text to remove a rescue | Jack Nagel | |
| 2014-02-16 | search: use a queue to collect errors | Jack Nagel | |
| The threading in the tap search code makes handling errors difficult. If an API-related error is raised in one thread, it is likely to be raised in each of the rest as well. This results in duplicated error messages, which is ugly and bad UX. This patch adds a synchronized queue to collect these exceptions. The first one added to the queue is re-raised after all operations are complete. It's not ideal, but it's minimally invasive and I don't have the energy or time to do a rewrite. | |||
