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
2017-02-23
Add needs :cxx14
Shaun Jackman
2016-12-30
ENV: deprecate old methods.
Mike McQuaid
2016-11-18
Prefer brewed Clang over gcc-6 for needs :openmp
Alex Wang
2016-11-14
Merge pull request #1435 from mistydemeo/dev_tools_version
Misty De Meo
2016-11-14
No empty `when`s.
Markus Reiter
2016-11-10
CompilerSelector: fix null check, tests
Misty De Meo
2016-11-10
Return compiler versions and builds as Versions
Misty De Meo
2016-09-25
RuboCop: Style/CaseEquality
Markus Reiter
2016-09-23
Style/Alias: Prefer `alias`.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-09-17
rubocop --auto-correct all remaining files.
Mike McQuaid
2016-09-14
Teach brew to recognize gcc-HEAD as valid compiler
Alex Wang
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
[next]