| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-25 | Disallow initializing Versions with non-strings | Jack Nagel | |
| Closes #23553. | |||
| 2013-10-25 | Stop coercing MACOS_VERSION to a float | Jack Nagel | |
| 2013-10-25 | doctor: require CLT on 10.9. | Mike McQuaid | |
| Xcode-only setup is badly broken and will remain that way until fixed by Apple. For many 10.9 issues this fixes things so let's tell the users. | |||
| 2013-10-25 | create: detect name from GitHub archives. | Mike McQuaid | |
| 2013-10-25 | Add HOMEBREW_NO_GITHUB_API env var. | David MacMahon | |
| This patch allows users to "opt out" of using the GitHub API altogether by setting the HOMEBREW_NO_GITHUB_API environment variable. The value of the environment variable does not matter (it can even be empty!). For Bash/ZSH: export HOMEBREW_NO_GITHUB_API=1 Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-24 | config: omit llvm-gcc if it's not installed | Jack Nagel | |
| 2013-10-23 | Tab: ensure file is closed after reading | Jack Nagel | |
| 2013-10-23 | test_utils: fix Mavericks arch test. | Mike McQuaid | |
| 2013-10-23 | test_formula: add Mavericks bottles. | Mike McQuaid | |
| 2013-10-23 | test_formula: use different/consistent SHA-1. | Mike McQuaid | |
| 2013-10-23 | Improve Xcode and CLT installation instructions. | Mike McQuaid | |
| 2013-10-23 | formula_installer: further fix tab file handling. | Mike McQuaid | |
| Closes #23477. | |||
| 2013-10-23 | global: further limit tap formula regex. | Mike McQuaid | |
| 2013-10-23 | installer: don't try and unlink nil tabfile. | Mike McQuaid | |
| Closes #23472. | |||
| 2013-10-22 | Avoid comparing Xcode.version to floats | Jack Nagel | |
| 2013-10-22 | Avoid comparing MacOS.version to floats | Jack Nagel | |
| 2013-10-23 | xcode: update to 5.0.1 on 10.8. | Mike McQuaid | |
| 2013-10-23 | bottles: support mavericks. | Mike McQuaid | |
| Closes #23447. | |||
| 2013-10-22 | CLT: correctly find Mavericks CLT PKG. | Mike McQuaid | |
| Closes #23445. | |||
| 2013-10-22 | Xcode: don't detect Mavericks CLT as Xcode. | Mike McQuaid | |
| 2013-10-22 | CLT: rename Mavericks CLT path constant. | Mike McQuaid | |
| 2013-10-22 | Bottle tag tests: fix Tiger Intel 64 | Misty De Meo | |
| 2013-10-22 | Assume unknown clang versions are post-Xcode 5 | Jack Nagel | |
| 2013-10-22 | doctor: remove 10.9 warning | Jack Nagel | |
| 2013-10-22 | Remove "double negative" condition | Jack Nagel | |
| 2013-10-22 | Eagerly initialize formula specs | Jack Nagel | |
| Declarations of dependencies, options, and resources in the DSL only apply to specs that have already been initialized. For example, given this snippet: url ... sha1 ... depends_on 'foo' devel do url ... sha1 ... end The dependency 'foo' will be recorded for the stable spec, but not the devel spec, since it was not initialized prior to the call to depends_on. While it is considered best practice to declare all specs (stable, devel, head, and bottle) prior to other declarations, there is nothing that enforces this ordering, so when it happens it can be confusing and hard to debug. To prevent this, we can initialize all specs up front. This comes with a performance penalty for commands that load all formulae into memory, but that is probably outweighed by what we gain in correctness. Fixes #23425. | |||
| 2013-10-22 | Different regex for user/tap/formula and user/tap. | Mike McQuaid | |
| Closes #23430. | |||
| 2013-10-21 | Fix bottle_tag tests | Misty De Meo | |
| 2013-10-21 | Bottles: add Leopard/PPC tags | Misty De Meo | |
| 2013-10-21 | Update Leopard/Tiger bottle tags | Misty De Meo | |
| * PPC bottles are in the os_cpu format, e.g. :tiger_g3 * Intel bottles are the bare cat, as usual * 64-bit bottles have _64 appended to them, e.g. :tiger_g5_64 or :leopard_64 | |||
| 2013-10-21 | install: silently ignore already tapped taps. | Mike McQuaid | |
| 2013-10-21 | tap: use dedicated exception for already tapped. | Mike McQuaid | |
| 2013-10-21 | install: fix trying to tap local bottles. | Mike McQuaid | |
| 2013-10-21 | install: tap if full tap formula format given. | Mike McQuaid | |
| Closes #23411. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-21 | global: unify tap regex. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-10-20 | OS::Mac: Add Xcode 2.5 compiler | Misty De Meo | |
| 2013-10-19 | MacOS.gcc_build_version: find GCC when unlinked | Misty De Meo | |
| MacOS.gcc_42_build_version was returning nil if apple-gcc42 was installed but unlinked, which was disjoint with how other parts of Homebrew tried to see if it was present. | |||
| 2013-10-19 | Make non-libs warning less judgmental | Jack Nagel | |
| 2013-10-19 | Fix truncation of printed paths in cellar audits | Jack Nagel | |
| 2013-10-19 | Move verbose ENV setup out of brew.rb | Jack Nagel | |
| 2013-10-19 | HOMEBREW_GIT_ETC: fix nil etc bug. | Mike McQuaid | |
| 2013-10-19 | formula: fix git_etc bash_completion handling. | Mike McQuaid | |
| 2013-10-18 | libextractor: add runtime dependency on libtool | Jack Nagel | |
| Fixes #23306. | |||
| 2013-10-18 | Extract repeated conditional to a method | Jack Nagel | |
| 2013-10-18 | Make condition clearer using names | Jack Nagel | |
| 2013-10-18 | Merge XQuartz and X11 modules | Jack Nagel | |
| 2013-10-18 | Move MacOS modules under OS::Mac namespace | Jack Nagel | |
| Closes #23138. | |||
| 2013-10-18 | Rename MacOS to OS::Mac | Jack Nagel | |
| 2013-10-18 | Add OS.mac? and OS.linux? | Jack Nagel | |
| 2013-10-16 | Allow older non-Apple GCCs to build things | Misty De Meo | |
