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
/
compilers.rb
Age
Commit message (
Expand
)
Author
2016-05-22
Remove LLVM-GCC support. (#252)
Mike McQuaid
2016-05-08
Make development tools code cross-platform.
Mike McQuaid
2016-04-29
compilers: support gcc 6
Izaak Beekman
2016-01-03
compilers: use comma consistently
Dominyk Tiller
2015-12-26
Revert "minor perf improvements"
Baptiste Fontaine
2015-12-26
minor perf improvements
Baptiste Fontaine
2015-08-29
More API documentation.
Mike McQuaid
2015-08-03
Core files style updates.
BrewTestBot
2015-06-19
Remove workarounds for destructuring single-element hashes
Jack Nagel
2015-06-19
Move some constants from env to compiler constants
Jack Nagel
2015-05-17
Revert "Remove conditional"
Jack Nagel
2015-05-08
Remove conditional
Jack Nagel
2015-05-08
compilers: support gcc 5
なつき
2015-04-23
compilers: blacklist llvm from :openmp
Ian Lancaster
2014-09-21
Stop recording the fails_with cause internally
Jack Nagel
2014-09-18
Make --cc override the compiler selector
Jack Nagel
2014-09-18
Replace CompilerQueue with predetermined priority lists
Jack Nagel
2014-09-18
Move Compiler struct into CompilerSelector namespace
Jack Nagel
2014-09-18
Remove fails_with? from the formula instance
Jack Nagel
2014-08-06
Don't use Hash#first
Jack Nagel
2014-08-03
Add inspect to CompilerFailure
Jack Nagel
2014-08-03
Eliminate a nil check
Jack Nagel
2014-08-03
Remove dead code
Jack Nagel
2014-08-03
Eliminate consideration of major_version
Jack Nagel
2014-08-03
Use a separate class for GNU compiler failures
Jack Nagel
2014-08-03
Move compiler failure matching logic into failure object
Jack Nagel
2014-08-03
Rename compiler attribute to name
Jack Nagel
2014-08-03
Don't pass nil to fails_with?
Jack Nagel
2014-08-01
Eagerly create and reuse cxx11 compiler failure objects
Jack Nagel
2014-08-01
Remove knowledge of DSL implementation from initialize
Jack Nagel
2014-07-29
--cc=: make GNU_GCC checks stricter
Misty De Meo
2014-07-02
Move constants so we don't have to load all of ENV to get them
Jack Nagel
2014-06-16
Combine conditionals
Jack Nagel
2014-06-16
Place alias adjacent to aliased method
Jack Nagel
2014-06-16
Remove unused method alias
Jack Nagel
2014-06-11
Eliminate an uninitialized ivar warning
Jack Nagel
2014-06-11
Decouple CompilerSelector from MacOS, clean up tests
Jack Nagel
2014-06-11
Pass the version into the Compiler constructor, eliminate a type check
Jack Nagel
2014-04-14
CompilerFailure: llvm can't build C++11 either
Misty De Meo
2014-04-12
CompilerFailure: don't mutate compiler hashes
Misty De Meo
2014-04-12
Formula: provide compiler failure collections
Misty De Meo
2013-12-12
Put positive case first, drop redundant is_a? check
Jack Nagel
2013-12-03
Adjust fails_with syntax for non-Apple compilers
Misty De Meo
2013-12-03
Make CompilerSelectionError an InstallationError
Jack Nagel
2013-09-10
Compiler priority: fix llvm-gcc priority
Misty De Meo
2013-09-01
Remove attr_rw for CompilerFailure version attribute
Misty De Meo
2013-09-01
CompilerFailure: specify attr_rw for version
Misty De Meo
2013-09-01
Implement fails_with for non-Apple compilers
Misty De Meo
2013-06-12
Remove unused variable
Jack Nagel
2013-06-04
Extract attr_rw from Formula for reuse
Jack Nagel
[next]