index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
tab.rb
Age
Commit message (
Expand
)
Author
2015-06-27
Stdlib check should use the compiler used to build the bottle
Jack Nagel
2015-06-27
tab: tweak options info output
Dominyk Tiller
2015-06-02
tab: allow load from file content
Xu Cheng
2015-05-27
tab: add method to set tap.
Mike McQuaid
2015-03-14
Switch to a more useful serialization of tap info
Jack Nagel
2015-03-11
add bottle? method to Tab
Tim D. Smith
2015-03-07
Decouple the install receipt from ARGV
Jack Nagel
2015-02-21
Switch to string keys
Jack Nagel
2015-02-21
Eliminate conditional
Jack Nagel
2015-02-21
Set the path on "fake" install receipts
Jack Nagel
2015-02-20
Compiler is always a string
Jack Nagel
2015-02-18
Use ternary instead of inline rescue
Jack Nagel
2015-02-18
Start recording the formula path in the install receipt
Jack Nagel
2015-02-18
Revert "Start recording the formula path in the install receipt"
Jack Nagel
2015-02-18
Start recording the formula path in the install receipt
Jack Nagel
2014-12-26
Fix "possible reference to past scope" warnings on 2.2
Jack Nagel
2014-10-19
tab: remap deprecated options in tabs.
Mike McQuaid
2014-10-15
Hide install receipt key names
Jack Nagel
2014-10-09
Tab#with? accepts the same types as BuildOptions#with?
Jack Nagel
2014-08-14
Use the as_flags method instead of map
Jack Nagel
2014-08-13
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-13
Only store strings in the tab object
Jack Nagel
2014-08-13
Revert "Replace Options.coerce with an alternate constructor"
Mike McQuaid
2014-08-12
Replace Options.coerce with an alternate constructor
Jack Nagel
2014-08-10
Disconnect defined options from the build object
Jack Nagel
2014-08-09
Stop exposing combined options from the tab
Jack Nagel
2014-08-03
Add predicate methods to Tab to match BuildOptions
Jack Nagel
2014-08-02
Use polymorphism to simplify stdlib compatibility check
Jack Nagel
2014-07-30
Add without? to Tab
Jack Nagel
2014-07-30
Pass the build object into the Tab
Jack Nagel
2014-06-30
Add a method for getting the repo HEAD
Jack Nagel
2014-06-29
Don't mutate the tab object
Jack Nagel
2014-06-29
Remove explicit self
Jack Nagel
2014-06-29
Normalize paths before calling Tab.from_file
Jack Nagel
2014-06-29
explicitly initialize stdlib
Jack Nagel
2014-06-22
Move deprecated Formula class methods to compat
Jack Nagel
2014-03-22
Don't send, just call the method directly
Jack Nagel
2014-03-22
Drop inaccurate comment
Jack Nagel
2014-03-22
Use canonicalized path for loaded install receipts
Jack Nagel
2014-03-22
Try to find install receipt when keg is unlinked
Jack Nagel
2014-03-22
Write install receipts atomically
Jack Nagel
2014-03-02
Stop mutating build options in Tab.create
Jack Nagel
2013-10-26
Move stdlib tracking postinstall
Misty De Meo
2013-10-23
Tab: ensure file is closed after reading
Jack Nagel
2013-10-07
Tab#cxxstdlib: don't try to convert nil to_sym
Misty De Meo
2013-10-07
Tab#cxxstdlib: remove default stdlib
Misty De Meo
2013-10-07
Tab.dummy_tab: don't provide default stdlib value
Misty De Meo
2013-10-06
Only track C++ stdlibs for C++ code
Misty De Meo
2013-09-01
Tab: track C++ stdlib in use
Misty De Meo
2013-06-26
Be explicit about passing formulae names or instances to Tab
Adam Vandenberg
[next]