aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/development_tools.rb
AgeCommit message (Collapse)Author
2016-11-15development_tools: don't create Versions from `nil`Mike McQuaid
This cause issues when e.g. using `debrew.rb` on a failing `system` command in a formula.
2016-11-10Return compiler versions and builds as VersionsMisty De Meo
2016-10-15Use BSD tar's libarchive LZMA support if availableMike McQuaid
Avoid using an unnecessary `xz` dependency when it's not needed.
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-17rubocop --auto-correct all remaining files.Mike McQuaid
But remove some manual `.freeze`s on constants that shouldn't be constants.
2016-07-29development_tools: simplify generic default_compiler logic.Mike McQuaid
2016-07-27development_tools: add install instruction helpers.Mike McQuaid
2016-05-22Remove LLVM-GCC support. (#252)Mike McQuaid
At this point it's never a good compiler to use so let's just remove it.
2016-05-10Move more methods to DevelopmentTools.Mike McQuaid
Closes #1028.
2016-05-08Make development tools code cross-platform.Mike McQuaid