aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
AgeCommit message (Expand)Author
2017-02-23Add needs :cxx14Shaun Jackman
2016-12-30ENV: deprecate old methods.Mike McQuaid
2016-11-18Prefer brewed Clang over gcc-6 for needs :openmpAlex Wang
2016-11-14Merge pull request #1435 from mistydemeo/dev_tools_versionMisty De Meo
2016-11-14No empty `when`s.Markus Reiter
2016-11-10CompilerSelector: fix null check, testsMisty De Meo
2016-11-10Return compiler versions and builds as VersionsMisty De Meo
2016-09-25RuboCop: Style/CaseEqualityMarkus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-17rubocop --auto-correct all hash-rocket usage.Mike McQuaid
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
2016-09-14Teach brew to recognize gcc-HEAD as valid compilerAlex Wang
2016-05-22Remove LLVM-GCC support. (#252)Mike McQuaid
2016-05-08Make development tools code cross-platform.Mike McQuaid
2016-04-29compilers: support gcc 6Izaak Beekman
2016-01-03compilers: use comma consistentlyDominyk Tiller
2015-12-26Revert "minor perf improvements"Baptiste Fontaine
2015-12-26minor perf improvementsBaptiste Fontaine
2015-08-29More API documentation.Mike McQuaid
2015-08-03Core files style updates.BrewTestBot
2015-06-19Remove workarounds for destructuring single-element hashesJack Nagel
2015-06-19Move some constants from env to compiler constantsJack Nagel
2015-05-17Revert "Remove conditional"Jack Nagel
2015-05-08Remove conditionalJack Nagel
2015-05-08compilers: support gcc 5なつき
2015-04-23compilers: blacklist llvm from :openmpIan Lancaster
2014-09-21Stop recording the fails_with cause internallyJack Nagel
2014-09-18Make --cc override the compiler selectorJack Nagel
2014-09-18Replace CompilerQueue with predetermined priority listsJack Nagel
2014-09-18Move Compiler struct into CompilerSelector namespaceJack Nagel
2014-09-18Remove fails_with? from the formula instanceJack Nagel
2014-08-06Don't use Hash#firstJack Nagel
2014-08-03Add inspect to CompilerFailureJack Nagel
2014-08-03Eliminate a nil checkJack Nagel
2014-08-03Remove dead codeJack Nagel
2014-08-03Eliminate consideration of major_versionJack Nagel
2014-08-03Use a separate class for GNU compiler failuresJack Nagel
2014-08-03Move compiler failure matching logic into failure objectJack Nagel
2014-08-03Rename compiler attribute to nameJack Nagel
2014-08-03Don't pass nil to fails_with?Jack Nagel
2014-08-01Eagerly create and reuse cxx11 compiler failure objectsJack Nagel
2014-08-01Remove knowledge of DSL implementation from initializeJack Nagel
2014-07-29--cc=: make GNU_GCC checks stricterMisty De Meo
2014-07-02Move constants so we don't have to load all of ENV to get themJack Nagel
2014-06-16Combine conditionalsJack Nagel
2014-06-16Place alias adjacent to aliased methodJack Nagel
2014-06-16Remove unused method aliasJack Nagel
2014-06-11Eliminate an uninitialized ivar warningJack Nagel
2014-06-11Decouple CompilerSelector from MacOS, clean up testsJack Nagel
2014-06-11Pass the version into the Compiler constructor, eliminate a type checkJack Nagel