| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-06-02 | remove bottle_version | Xu Cheng | |
| 2015-05-29 | test_software_spec: add full_name | Xu Cheng | |
| 2015-05-27 | Remove dead code | Jack Nagel | |
| 2015-05-27 | add Formulary.core_path method, deprecate Formula.path | Xu Cheng | |
| 2015-05-21 | Add test demonstrating installing a relative symlink | Jack Nagel | |
| 2015-05-04 | Stop testing implementation | Jack Nagel | |
| 2015-04-29 | Installation tests now use the actual installer | Jack Nagel | |
| 2015-04-29 | Let the test environment inject its own load path | Jack Nagel | |
| 2015-04-29 | Use Dir.tmpdir rather than /tmp in test environment | Jack Nagel | |
| 2015-04-29 | Ensure HOMEBREW_TEMP is respected in all tests | Jack Nagel | |
| 2015-04-29 | Allow test tmpdir to be passed in | Jack Nagel | |
| 2015-04-29 | Extract runtime configuration from global.rb | Jack Nagel | |
| This allows global.rb to be safely loaded in the test environment. | |||
| 2015-04-28 | Manage sandbox test resources in setup/teardown | Jack Nagel | |
| 2015-04-28 | Fix passed-in formula name to match the class name | Jack Nagel | |
| 2015-04-25 | ENV.deparallelize: add block form for temporary change | Misty De Meo | |
| Closes Homebrew/homebrew#39026. | |||
| 2015-04-24 | hardware: correctly detect early 2015 MacBook Pro. | enami tsugutomo | |
| Closes Homebrew/homebrew#38996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-23 | test_pkg_version: remove illegal testcase | Xu Cheng | |
| `Version` will not end with /_\d+/. Closes Homebrew/homebrew#38822. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-21 | Remove test that may alter the repository | Jack Nagel | |
| 2015-04-20 | Revert "Use real repo to run tests" | Jack Nagel | |
| This reverts commit 5aaf13c6cf784cb4be62932b3e528e8f93580a65. | |||
| 2015-04-20 | Use real repo to run tests | Jack Nagel | |
| 2015-04-20 | Remove assertion that is coupled to test prefix structure | Jack Nagel | |
| 2015-04-20 | Our internal directory structure is private | Jack Nagel | |
| 2015-04-19 | bottle_version: support openssl style | Xu Cheng | |
| 2015-04-19 | stop supporting 0_5_0 style bottle version | Xu Cheng | |
| The original formula (disco) has been moved to use 0.5.0 style version string. So actually no one is using such style. Stop supporting such style, so it wouldn't be ambiguous with revision part in `Formula#pkg_version`. Closes Homebrew/homebrew#38750. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-18 | Remove bad test | Jack Nagel | |
| 2015-04-15 | Fix test formula name so it matches the filename | Jack Nagel | |
| 2015-04-15 | sandbox: redesign API | Xu Cheng | |
| 2015-04-13 | Update test dependencies | Jack Nagel | |
| 2015-04-09 | preliminary write control only sandbox | Xu Cheng | |
| Closes Homebrew/homebrew#38361. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-07 | gcc5: add regex | Dominyk Tiller | |
| Fixes the bottle regex problem seen in https://github.com/Homebrew/homebrew-versions/pull/678. I don’t know whether it’s a good regex, or an awful regex, but it works and passes `brew tests` and a bottled install. Open to improvements if anyone has them. Closes Homebrew/homebrew#38333. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-04-02 | Switch PkgVersion to use composition | Jack Nagel | |
| Comparing PkgVersion and Version objects can produce nonsensical results. For example, equality is not symmetric: irb(main):002:0> PkgVersion.new("1.0", 0) == Version.new("1.0") => false irb(main):003:0> Version.new("1.0") == PkgVersion.new("1.0", 0) => true Rather than attempt to deal with subclass-superclass equality, let's use composition and punt on the problem altogether. | |||
| 2015-03-31 | Fix test.pdf | ojab | |
| test.pdf wasn't a valid PDF file: >$ mutool info test.pdf >test.pdf: >error: cannot recognize xref format >error: cannot read xref (ofs=406) >error: cannot read xref at offset 406 >warning: trying to repair broken xref Process it with `mutool clean` to fix errors, collapse newlines to reduce size Closes Homebrew/homebrew#38194. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-29 | keg: explicitly create cmake dir under lib | Ben Morgan | |
| Packages supporting CMake may install configuration files for use with CMake's find_package command. A recommended location for these is `<prefix>/lib/cmake` which is not unique across packages. This may cause issues for Formula using this location when their Keg is linked. As with pkg-config, explicitly create the `lib/cmake` folder when linking a Keg that has installed folders/files to this location. Also add testcase. Closes Homebrew/homebrew#38005. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-03-29 | bottle_version: support apparix-11-062 | Xu Cheng | |
| 2015-03-26 | Add tests for cp_path_sub | Jack Nagel | |
| 2015-03-26 | Add test for InstallRenamed on directories | Jack Nagel | |
| 2015-03-26 | Adjust variable in InstallRenamed test | Jack Nagel | |
| 2015-03-26 | Don't run pathname tests twice | Jack Nagel | |
| 2015-03-25 | Get rid of setup_install_test method | Jack Nagel | |
| 2015-03-25 | Eliminate chdir from pathname tests | Jack Nagel | |
| 2015-03-25 | Pull install tests into a separate class | Jack Nagel | |
| 2015-03-25 | Do less work inside chdir blocks | Jack Nagel | |
| 2015-03-25 | Parallelize the language module dependency tests | Jack Nagel | |
| 2015-03-18 | fdk-aac 0.1.4 | David Christenson | |
| Update to latest stable release, install example AAC encoder, add test with new WAV fixture, modernize. Closes Homebrew/homebrew#37654. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-15 | bottle_version: add erlang versions style regex. | Mike McQuaid | |
| 2015-03-14 | Switch to a more useful serialization of tap info | Jack Nagel | |
| Closes Homebrew/homebrew#37383. | |||
| 2015-03-05 | checksums: switch to sha256 for bottles and new formulae | Dominyk Tiller | |
| Closes Homebrew/homebrew#37164. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-03-04 | move formula_specialties to compat | Xu Cheng | |
| Closes Homebrew/homebrew#37365. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-02-27 | Update minitest | Jack Nagel | |
| 2015-02-26 | Remove SourceForge references. | Mike McQuaid | |
| It was fun but we just love Bintray more than you. Closes Homebrew/homebrew#37211. Closes Homebrew/homebrew#37213. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
