aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
AgeCommit message (Expand)Author
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
2014-04-14CompilerFailure: llvm can't build C++11 eitherMisty De Meo
2014-04-12CompilerFailure: don't mutate compiler hashesMisty De Meo
2014-04-12Formula: provide compiler failure collectionsMisty De Meo
2013-12-12Put positive case first, drop redundant is_a? checkJack Nagel
2013-12-03Adjust fails_with syntax for non-Apple compilersMisty De Meo
2013-12-03Make CompilerSelectionError an InstallationErrorJack Nagel
2013-09-10Compiler priority: fix llvm-gcc priorityMisty De Meo
2013-09-01Remove attr_rw for CompilerFailure version attributeMisty De Meo
2013-09-01CompilerFailure: specify attr_rw for versionMisty De Meo
2013-09-01Implement fails_with for non-Apple compilersMisty De Meo
2013-06-12Remove unused variableJack Nagel
2013-06-04Extract attr_rw from Formula for reuseJack Nagel