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
/
formula.rb
Age
Commit message (
Expand
)
Author
2014-11-06
Remove outdated comment
Jack Nagel
2014-10-29
Add predicate methods for specs and stop testing internals
Jack Nagel
2014-10-21
Point to a tap when installing or fetching.
Mike McQuaid
2014-10-19
formula: add spec deprecated_option DSL.
Mike McQuaid
2014-10-19
Provide a method to access test fixtures
Jack Nagel
2014-10-10
Remove redundant comments
Jack Nagel
2014-09-24
Generate RDoc documentation.
Mike McQuaid
2014-09-18
Remove fails_with? from the formula instance
Jack Nagel
2014-09-18
Implement `brew test --debug`
Jack Nagel
2014-09-18
Remove workaround for old debugger
Jack Nagel
2014-09-13
Pass the ENV hash into the BuildError constructor
Jack Nagel
2014-09-07
Fix file descriptor leak in Formula#system
Jack Nagel
2014-09-07
Avoid intermediate array
Jack Nagel
2014-09-05
Remove unnecessary closed? guard
Jack Nagel
2014-09-05
Less code in begin block
Jack Nagel
2014-09-05
Ensure log file is closed
Jack Nagel
2014-09-05
Flush log stream before exec
Jack Nagel
2014-09-05
Cache result of ARGV.verbose? on the stack
Jack Nagel
2014-09-05
Reduce branches and effective scope of some variables
Jack Nagel
2014-09-05
Skip allocating a pipe entirely in non-verbose mode
Jack Nagel
2014-09-05
Don't pass the read end of the pipe to exec_cmd
Jack Nagel
2014-09-05
Log directly to the log file in non-verbose mode
Jack Nagel
2014-09-05
Promote log stream to a local
Jack Nagel
2014-09-05
Reduce effective scope of pipe variables
Jack Nagel
2014-09-05
Extract body of child process to a method
Jack Nagel
2014-09-05
Make logging cheaper in the non-verbose case
Jack Nagel
2014-09-05
Add timestamp and argument list to log files
Jack Nagel
2014-09-01
Add Go language module, resources
Misty De Meo
2014-08-29
Use cp because install warns on empty arrays
Jack Nagel
2014-08-29
Copy config.log even if the build succeeds
Jack Nagel
2014-08-19
Make fails_with available in spec blocks
Jack Nagel
2014-08-16
Use the build accessor rather than metaprogramming
Jack Nagel
2014-08-16
Define the test_defined? method dynamically
Jack Nagel
2014-08-16
Use the keg_only_reason instance method in keg_only?
Jack Nagel
2014-08-16
Simplify cxxstdlib_check implementation
Jack Nagel
2014-08-16
Remove the universal accessor from BuildOptions
Jack Nagel
2014-08-14
Use the as_flags method instead of map
Jack Nagel
2014-08-11
Allow build to be set externally
Jack Nagel
2014-08-10
Use public api when adding legacy options
Jack Nagel
2014-08-10
Disconnect defined options from the build object
Jack Nagel
2014-08-10
Remove user-defined options method after evaluation
Jack Nagel
2014-08-10
Handle legacy options in the method_added hook
Jack Nagel
2014-08-08
Delegate homepage to the class instead of storing it on the instance
Jack Nagel
2014-08-08
Default description to the empty string in top-level option DSL
Jack Nagel
2014-08-08
Remove another unnecessary default argument
Jack Nagel
2014-08-07
Move management of options collection to the spec object
Jack Nagel
2014-08-03
Move compiler failure matching logic into failure object
Jack Nagel
2014-08-03
Rename compiler attribute to name
Jack Nagel
2014-08-03
Remove an is_a check
Jack Nagel
2014-08-01
Remove knowledge of DSL implementation from initialize
Jack Nagel
[next]