aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cxxstdlib.rb
AgeCommit message (Expand)Author
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-05-29Fixup all RuboCop warnings.Mike McQuaid
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2015-08-03Core files style updates.BrewTestBot
2015-05-29cxxstdlib: use Formula#full_nameXu Cheng
2014-08-22Decouple IncompatibleCxxStdlibs from its superclassJack Nagel
2014-08-22Pull common stdlib checking code into a methodJack Nagel
2014-08-03Add inspect to CxxStdlibJack Nagel
2014-08-02Simplify compatibility logicJack Nagel
2014-08-02Partially revert e1f97e2 to pass new test casesJack Nagel
2014-08-02Drop unnecessary parensJack Nagel
2014-08-02Use polymorphism to simplify stdlib compatibility checkJack Nagel
2014-08-02type is guaranteed to be a symbol by the factory methodJack Nagel
2014-08-02CxxStdlib should be immutable so remove writer methodsJack Nagel
2014-07-06Hide the cxxstdlib data structure betterJack Nagel
2014-07-02Move constants so we don't have to load all of ENV to get themJack Nagel
2014-07-01Use predicate methods instead of inspecting the tags arrayJack Nagel
2014-04-23formula: move cxxstdlib methods to the class.Mike McQuaid
2013-11-02Add cxxstdlib_check method to request changing C++ stdlib checking.Xiyue Deng
2013-10-10CxxStdlib: don't check buildtime depsMisty De Meo
2013-10-06CxxStdlib: allow for nil stdlibsMisty De Meo
2013-09-01Tab: track C++ stdlib in useMisty De Meo