| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-04-06 | Tests for Pathname.install. | Adam Vandenberg | |
| 2010-04-06 | Merge Formula class name tests | Adam Vandenberg | |
| 2010-04-06 | Add external deps. tests. | Adam Vandenberg | |
| 2010-04-06 | Move TestBall definition to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move checksum tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move version tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move inreplace tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Tests - remove some unused includes | Adam Vandenberg | |
| 2010-04-06 | Move hardware detection tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move install tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Move updater tests to separate file. | Adam Vandenberg | |
| 2010-04-06 | Add tests for patching. | Adam Vandenberg | |
| 2010-04-06 | Add new "testing environment" include. | Adam Vandenberg | |
| 2010-04-06 | Add shell script 'tests' to run ruby test suites. | Adam Vandenberg | |
| 2010-04-06 | Remove silly concatenation. | Adam Vandenberg | |
| 2010-04-06 | Add pkg-config check. | Adam Vandenberg | |
| 2010-04-06 | Add path check. | Adam Vandenberg | |
| 2010-04-06 | Check for root owned locale folders. | Adam Vandenberg | |
| 2010-04-06 | Use here-strings. | Adam Vandenberg | |
| 2010-04-06 | Prefix check. | Adam Vandenberg | |
| 2010-04-06 | Ruby version check. | Adam Vandenberg | |
| 2010-04-06 | Stubs for more checks. | Adam Vandenberg | |
| 2010-04-06 | Move gcc version check. | Adam Vandenberg | |
| 2010-04-06 | Check both gcc's | Adam Vandenberg | |
| 2010-04-06 | Move port/fink check. | Adam Vandenberg | |
| 2010-04-06 | Move X11 check. | Adam Vandenberg | |
| 2010-04-06 | Add doctor to bash completion. | Adam Vandenberg | |
| 2010-04-06 | Move dylib check. | Adam Vandenberg | |
| 2010-04-06 | Move brew doctor to its own source file; will get bigger. | Adam Vandenberg | |
| 2010-04-06 | `brew doctor` | Max Howell | |
| 2010-04-06 | Force readme files to not be executable. | Adam Vandenberg | |
| 2010-04-04 | Don't link_dir if the target doesn't exist. | Adam Vandenberg | |
| Fixes Homebrew/homebrew#1115 for Ruby 1.9, thanks to assaf. | |||
| 2010-04-04 | Add test script to extract version from URL/path. | Adam Vandenberg | |
| 2010-04-03 | Add s.get_make_var | Adam Vandenberg | |
| This allows more complicated transformations to happen, such as stripping out part of the variable. | |||
| 2010-04-03 | Allow archs_for_command to take Pathnames. Fixes Homebrew/homebrew#1106. | Adam Vandenberg | |
| 2010-03-31 | Add support for rar archives. | Adam Vandenberg | |
| 2010-03-30 | More hashing refactoring to work with byte chunks | Jake Good | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-27 | fix github version parser with multidigit number | Joshua Peek | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-23 | More effective use of incremental MD5 to eliminate loading entire tarball ↵ | Jake Good | |
| into memory Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-22 | Add md5 on 'brew create' if we can figure it out. | Adam Vandenberg | |
| 2010-03-22 | brew create - warn if version cannot be determined from URL. | Adam Vandenberg | |
| 2010-03-19 | Fix external perl checker. | Adam Vandenberg | |
| 2010-03-19 | Add log to bash completions. | Adam Vandenberg | |
| 2010-03-17 | Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly. | Adam Vandenberg | |
| 2010-03-16 | Move recommended compiler versions into constants. | Adam Vandenberg | |
| 2010-03-16 | Add GCC 4.0 info to --config output. | Robert Shaw | |
| * Adds GCC 4.0 version info to --config output. * Splits gcc_build into gcc_40_build and gcc_42_build. * Adds alias gcc_build to gcc_42_build for compatibility. * Updates Xcode checking to also check GCC 4.0 version. These changes are a combination of work by AdamV and my work on my Tiger branch. This information would be useful for all installs since some formulae compile with GCC 4.0. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-16 | Use tab/space when finding vars (and not newlines). | Adam Vandenberg | |
| 2010-03-16 | Fix `change_make_var!` for empty variables. | Martin Kühl | |
| Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2010-03-13 | 1.9 fix, String is not an Enumerable. | Eero Saynatkari | |
| * Removed use of String altogether since all use cases are Arrays currently. YAGNI. * #max_by would have been more elegant, but this way we can support 1.8.6. Signed-off-by: Max Howell <max@methylblue.com> I made the diff less gratuitous. Don't bloat diffs to meet personal coding style preferences :P Closes Homebrew/homebrew#896 | |||
| 2010-03-11 | Add a snapshot of ENV to BuildError and show some flags with the stack trace. | Adam Vandenberg | |
