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
2018-01-14
Deprecate default_formula Requirement DSL
Mike McQuaid
2017-10-08
Clean up code style and remove `.rubocop_todo.yml`.
Markus Reiter
2017-09-10
build: fix HOMEBREW_FORMULA_PREFIX for head
ilovezfs
2017-07-15
build: use with_env helper
Misty De Meo
2017-01-11
build: don't assume requirement dependency is default formula.
Mike McQuaid
2016-10-30
build: write options to file.
Mike McQuaid
2016-09-23
Fix Style/GuardClause.
Markus Reiter
2016-09-17
rubocop --auto-correct all hash-rocket usage.
Mike McQuaid
2016-08-26
Restrict TMPDIR etc. changes to install, post_install and test
Zhiming Wang
2016-08-22
Make -no_weak_imports opt-in.
Mike McQuaid
2016-08-20
build: permit weak imports in Go reverse deps.
Mike McQuaid
2016-07-08
tab: eliminate redundant 'Tab.create' arguments (#468)
Martin Afanasjew
2016-04-18
brew test, install, update-test: add --keep-tmp option
Andrew Janke
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
[next]