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
/
cxxstdlib.rb
Age
Commit message (
Expand
)
Author
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-05-29
Fixup all RuboCop warnings.
Mike McQuaid
2016-09-23
Fix RuboCop CaseEquality.
Markus Reiter
2015-08-03
Core files style updates.
BrewTestBot
2015-05-29
cxxstdlib: use Formula#full_name
Xu Cheng
2014-08-22
Decouple IncompatibleCxxStdlibs from its superclass
Jack Nagel
2014-08-22
Pull common stdlib checking code into a method
Jack Nagel
2014-08-03
Add inspect to CxxStdlib
Jack Nagel
2014-08-02
Simplify compatibility logic
Jack Nagel
2014-08-02
Partially revert e1f97e2 to pass new test cases
Jack Nagel
2014-08-02
Drop unnecessary parens
Jack Nagel
2014-08-02
Use polymorphism to simplify stdlib compatibility check
Jack Nagel
2014-08-02
type is guaranteed to be a symbol by the factory method
Jack Nagel
2014-08-02
CxxStdlib should be immutable so remove writer methods
Jack Nagel
2014-07-06
Hide the cxxstdlib data structure better
Jack Nagel
2014-07-02
Move constants so we don't have to load all of ENV to get them
Jack Nagel
2014-07-01
Use predicate methods instead of inspecting the tags array
Jack Nagel
2014-04-23
formula: move cxxstdlib methods to the class.
Mike McQuaid
2013-11-02
Add cxxstdlib_check method to request changing C++ stdlib checking.
Xiyue Deng
2013-10-10
CxxStdlib: don't check buildtime deps
Misty De Meo
2013-10-06
CxxStdlib: allow for nil stdlibs
Misty De Meo
2013-09-01
Tab: track C++ stdlib in use
Misty De Meo