| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-13 | brew-test-bot: hide --retry flag. | Mike McQuaid | |
| 2014-03-13 | bottle: remove pyc files before bottling. | Mike McQuaid | |
| Allows more `cellar :any` bottles. | |||
| 2014-03-13 | keg: add delete_pyc_files! method. | Mike McQuaid | |
| 2014-03-13 | python_dependency: always bottle with brew Python. | Mike McQuaid | |
| 2014-03-13 | utils: return empty issues array when no API. | Mike McQuaid | |
| 2014-03-12 | brew-unpack: remove obsoleted bottle workaround | Jack Nagel | |
| 2014-03-12 | requirements: remove unneeded Python27Dependency. | Mike McQuaid | |
| PythonDependency now implies this. | |||
| 2014-03-12 | python_dependency: fixes, features, cleanup. | Mike McQuaid | |
| - PythonDependency now implies Python 2.7 - PythonDependency now uses brewed Python for bottling - Use double-quotes everywhere Closes Homebrew/homebrew#27112. | |||
| 2014-03-12 | Add Language::Python module. | Mike McQuaid | |
| 2014-03-12 | caveats: recommend Python .pth file instead. | Mike McQuaid | |
| This is better than PYTHONPATH as it doesn't mess with incompatible versions of Python. Closes Homebrew/homebrew#27138. | |||
| 2014-03-11 | Don't chdir just to do a glob | Jack Nagel | |
| 2014-03-11 | Fix `brew bottle --merge` | Jack Nagel | |
| 2014-03-11 | formula_specialties: fix AWS standard_instructions | Tung Nguyen | |
| Closes Homebrew/homebrew#27398. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-10 | Drop executable bit from linkapps.rb | Jack Nagel | |
| 2014-03-10 | Update latest CLT version check | Jack Nagel | |
| 2014-03-10 | Recognize Xcode 5.1 and CLT 5.1 | Jack Nagel | |
| Closes Homebrew/homebrew#27389. Fixes Homebrew/homebrew#27390. | |||
| 2014-03-10 | Add missing backtick to man page | Jack Nagel | |
| 2014-03-10 | Update --cache command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Update bottle command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Update fetch command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Update info command for generalized bottle implementation | Jack Nagel | |
| 2014-03-10 | Make force_bottle an explicit installer mode | Jack Nagel | |
| 2014-03-10 | Inline install_bottle? logic into the installer | Jack Nagel | |
| 2014-03-10 | Wrap cellar compatibility check in a method | Jack Nagel | |
| 2014-03-10 | Remove used options check from install_bottle? | Jack Nagel | |
| This is now handled by requiring that options are always passed to the installer explicitly. | |||
| 2014-03-10 | Remove some obsoleted hacks from the installer | Jack Nagel | |
| 2014-03-10 | Reduce the number of things that trigger ARGV.build_from_source? | Jack Nagel | |
| The newly generalized bottle implementation removes the need to defensively check for --devel, --HEAD, and others in this method. | |||
| 2014-03-10 | Make bottle implementation more generic | Jack Nagel | |
| 2014-03-10 | install: explicitly pass used options to the installer | Jack Nagel | |
| 2014-03-10 | Make build_from_source an explicit installer mode | Jack Nagel | |
| 2014-03-10 | Make build_bottle an explicit installer mode | Jack Nagel | |
| 2014-03-09 | Move mlton, mlkit, urweb to the boneyard. | Adam Vandenberg | |
| mlton is a binary-only formula that only works when installed to /usr/local. Moving it, and things that depend on it to the boneyard. Closes Homebrew/homebrew#21780. | |||
| 2014-03-09 | Clear dependency cache after each test | Jack Nagel | |
| 2014-03-09 | dependency_collector: pass second tag as import. | Mike McQuaid | |
| Closes Homebrew/homebrew#27346. | |||
| 2014-03-09 | language_module_dependency: handle nil import_name | Mike McQuaid | |
| 2014-03-08 | Pass build_from_source value to dependency installer | Jack Nagel | |
| 2014-03-08 | Add stubs for build_from_source and build_bottle installer modes | Jack Nagel | |
| 2014-03-08 | Remove "--fresh" option from installer | Jack Nagel | |
| Turns out that this doesn't really work at all. `brew install` _never_ reuses options in the first place, and using this option with `brew upgrade` results in some nasty corner cases in passing options to dependencies. | |||
| 2014-03-08 | Don't remove --only-dependencies since it is meaningless | Jack Nagel | |
| When only_deps is true, this method is never called. | |||
| 2014-03-08 | Sanitize ARGV options that are reflected in the installer mode | Jack Nagel | |
| 2014-03-08 | Symbol#to_proc: fix with arrays of arrays | Misty De Meo | |
| Previously, with nested arrays, the Symbol#to_proc would iterate over the first item in the nested array instead of the array itself, e.g.: [[1,2], [3,4]].map(&:first) #=> NoMethodError: undefined method `first' for 1:Fixnum | |||
| 2014-03-08 | fetch: fix --retry with resources. | Mike McQuaid | |
| 2014-03-08 | audit: Raise problem with non-https Google Code download urls | Ian Lancaster | |
| 2014-03-08 | remove brew info --all | Adam Vandenberg | |
| Closes Homebrew/homebrew#27322. | |||
| 2014-03-08 | pull: add --bump option. | Mike McQuaid | |
| 2014-03-08 | pull: warn if not pulling bottles. | Mike McQuaid | |
| 2014-03-08 | pull: general cleanup/fixes. | Mike McQuaid | |
| 2014-03-08 | audit: check for good with/without usage. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-08 | audit: don't use GitHub zip files. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-03-08 | audit: better handle formulae whitelisting. | Mike McQuaid | |
| Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
