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
2016-01-20
build#install: install metafiles in buildpath
Alex Dunn
2016-01-15
build: store source modified time in tabfile
Xu Cheng
2015-11-24
build: removed instance of redundant mapping
Syed Humza Shah
2015-08-28
move sudo -k to formula_installer
Xu Cheng
2015-08-03
Core files style updates.
BrewTestBot
2015-06-25
Decouple detect_stdlibs from ENV
Jack Nagel
2015-06-18
Pass formula objects, not strings, into the build environment
Jack Nagel
2015-06-16
Rename requirements named *Dependency.
Mike McQuaid
2015-05-29
build: use Formula#full_name
Xu Cheng
2015-04-16
Eliminate a place where ARGV is mutated
Jack Nagel
2015-04-15
build: fix typo
Xu Cheng
2015-04-09
Use UNIXSocket to pass file descriptor
Xu Cheng
2015-03-27
ensure metafiles being installed to prefix rather than libexec
Xu Cheng
2014-12-26
Remove unnecessary code from debugger
Jack Nagel
2014-12-26
Decouple applying patches from staging the source
Jack Nagel
2014-11-03
Add ARGV.git?
Jack Nagel
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
[next]