index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
build.rb
Age
Commit message (
Expand
)
Author
2014-08-09
Remove unnecessary lasgn
Jack Nagel
2014-08-09
Move tab creation outside of the debug loop
Jack Nagel
2014-08-09
Extract build-time stdlib check to a method
Jack Nagel
2014-08-02
Use polymorphism to simplify stdlib compatibility check
Jack Nagel
2014-07-30
Pass the build object into the Tab
Jack Nagel
2014-07-29
Remove unused require
Jack Nagel
2014-07-29
Decouple DATA patches from the executing script
Jack Nagel
2014-07-28
Fix up dep directories before activating ENV extensions
Jack Nagel
2014-07-28
Move the fixopt method into the Build class
Jack Nagel
2014-06-26
Reuse existing keg object
Jack Nagel
2014-06-20
Decouple spec selection from ARGV
Jack Nagel
2014-06-20
Use multiple argument form of system
Jack Nagel
2014-06-09
Stop joining symbols to pathnames
Jack Nagel
2014-06-09
Use opt shortcut methods
Jack Nagel
2014-05-03
Remove executable bit from build.rb
Jack Nagel
2014-04-05
Avoid realpath where it is not necessary
Jack Nagel
2014-03-13
Use ARGV.env
Jack Nagel
2014-03-13
Allow the debugger to work from inside staged resources
Jack Nagel
2014-03-03
Prefer Formula#name method over Formula#to_s
Jack Nagel
2014-03-03
Skip dependency expansion completely when ignore_deps? is true
Jack Nagel
2014-02-02
C++ stdlibs: issue warning, don't fail the build
Misty De Meo
2014-02-02
C++ stdlib check: don't check executables for deps
Misty De Meo
2013-12-09
Ensure option names are consistent for default formula requirements
Jack Nagel
2013-12-02
Don't mutate deps collection when expanding requirements
Jack Nagel
2013-11-29
Revert "FormulaInstaller: flush before closing writes."
Jack Nagel
2013-11-26
FormulaInstaller: flush before closing writes.
Mike McQuaid
2013-11-13
Prevent deps of build-time deps from leaking into the build environment
Jack Nagel
2013-10-26
Move stdlib tracking postinstall
Misty De Meo
2013-10-06
build: fix typo
Misty De Meo
2013-10-06
Track the OS's default C++ stdlib
Misty De Meo
2013-10-06
Only track C++ stdlibs for C++ code
Misty De Meo
2013-09-17
Move CompilerSelector logic into build env setup
Misty De Meo
2013-09-01
Check dependencies for a compatible C++ stdlib
Misty De Meo
2013-09-01
Tab: track C++ stdlib in use
Misty De Meo
2013-09-01
Move Tab creation into build process
Misty De Meo
2013-08-19
Move common stuff to extend/ENV.rb
Jack Nagel
2013-08-19
Make Superenv activation explicit
Jack Nagel
2013-07-22
Handle optional build-time deps correctly
Jack Nagel
2013-06-12
Remove unused variable
Jack Nagel
2013-06-10
Cast deps to formula before passing them to superenv
Jack Nagel
2013-06-03
Allow explicit conversion of requirements to deps
Jack Nagel
2013-05-25
build: expand dependencies only once
Jack Nagel
2013-05-25
build: expand requirements only once
Jack Nagel
2013-05-25
build: make deps an attribute of Build
Jack Nagel
2013-05-25
build: move build methods into a class
Jack Nagel
2013-05-20
CompilerSelector: raise when no compatible compiler
Misty De Meo
2013-05-20
build: use ARGV.interactive? instead of .flag?
Jack Nagel
2013-04-02
Isolate compiler selector tests
Jack Nagel
2013-03-16
Decouple CompilerSelector from ENV
Jack Nagel
2013-03-12
Switch compilers when no build is specified
Jack Nagel
[next]