aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
AgeCommit message (Expand)Author
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
2013-05-20Add gcc 4.0 to CompilerSelector compiler queueMisty De Meo
2013-05-20CompilerSelector: raise when no compatible compilerMisty De Meo
2013-05-08Add gcc-4.0 to fails_withMisty De Meo
2013-04-02Isolate compiler selector testsJack Nagel
2013-04-02CompilerSelector: don't use non-existent compilersJack Nagel
2013-04-02Bump useable clang version to 318Jack Nagel
2013-03-16Decouple CompilerSelector from ENVJack Nagel
2013-03-16Use a priority queue to select compilersJack Nagel
2013-03-16Replace custom collection with SetJack Nagel
2013-03-12Switch compilers when no build is specifiedJack Nagel
2013-02-21Only fails_with compiler version for developers.Mike McQuaid
2013-02-20Revert "Only fails_with compiler version for developers."Mike McQuaid
2013-02-18Only fails_with compiler version for developers.Mike McQuaid