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
/
build.rb
Age
Commit message (
Expand
)
Author
2014-09-18
Rewrite debugger to remove monkeypatches and use of call/cc
Jack Nagel
2014-09-14
Consistently call name on formula instead of relying on to_s
Jack Nagel
2014-08-29
Add a method for retrieving only flags from ARGV
Jack Nagel
2014-08-27
Make sure all exceptions are sent back to the parent process
Jack Nagel
2014-08-27
Explicitly pass options into the build object
Jack Nagel
2014-08-27
Spell out formula in parameter and attribute names
Jack Nagel
2014-08-26
Structure the build process so that we don't need an at_exit hook
Jack Nagel
2014-08-24
Consider on-disk state when computing dependencies
Jack Nagel
2014-08-23
Use opt_prefix instead of constructing it manually
Jack Nagel
2014-08-22
Pull common stdlib checking code into a method
Jack Nagel
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
[next]