| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-10-19 | Add deprecated_option to software_spec. | Mike McQuaid | |
| Allows remapping one option name to another and updates build options and flags accordingly. | |||
| 2014-10-19 | Add DeprecatedOption class. | Mike McQuaid | |
| Used to capture options that are being renamed. | |||
| 2014-10-19 | gifsicle 1.86 | Stian Eikeland | |
| Closes Homebrew/homebrew#33307. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-10-06 | Compare patchlevels numerically rather than lexically | Jack Nagel | |
| Fixes Homebrew/homebrew#32960. | |||
| 2014-10-02 | Use pcap fixture with complete packets | J. Brandt Buckley | |
| The existing `test.pcap` consists of just one Ethernet frame, so it's missing TCP/IP headers. This updated file is a full HTTP GET request and reply. Relates to Homebrew/homebrew#32852 Closes Homebrew/homebrew#32869. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-09-28 | Make inreplace errors fatal | Jack Nagel | |
| Closes Homebrew/homebrew#32649. Closes Homebrew/homebrew#32703. | |||
| 2014-09-27 | Revert "Add test for inreplace sub!/gsub! with hash argument" | Jack Nagel | |
| Ruby 1.8 doesn't support this, so we don't officially support it (yet). This reverts commit 7d5eb6f5e2da42c1378fefb63fde55cae97a3909. | |||
| 2014-09-27 | Add test for inreplace sub!/gsub! with hash argument | Jack Nagel | |
| 2014-09-27 | Add test for inreplace sub!/gsub! | Jack Nagel | |
| 2014-09-26 | Add missing test for inreplace with tabs | Jack Nagel | |
| 2014-09-26 | Fix formatting in inreplace tests | Jack Nagel | |
| 2014-09-18 | Replace CompilerQueue with predetermined priority lists | 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-09-10 | Use bundler for test gem dependencies. | Mike McQuaid | |
| Closes Homebrew/homebrew#31986. References Homebrew/homebrew#31981. | |||
| 2014-09-08 | test.pcap: add pcap fixture. | Mike McQuaid | |
| 2014-08-31 | Rewrite fails_with tests as tests for CompilerFailure | Jack Nagel | |
| 2014-08-30 | Use the accessors to update the test double | Jack Nagel | |
| 2014-08-30 | Test CompilerSelector against a SoftwareSpec instance | Jack Nagel | |
| 2014-08-30 | Remove unnecessary empty block | Jack Nagel | |
| 2014-08-30 | Test fails_with against spec objects | Jack Nagel | |
| 2014-08-30 | Test against real CompilerFailure objects | Jack Nagel | |
| 2014-08-30 | Remove obsolete nil check | Jack Nagel | |
| 2014-08-30 | Fix tests on 1.8 | Jack Nagel | |
| 2014-08-29 | Options internals no longer need to support switches | Jack Nagel | |
| 2014-08-29 | Add a method for retrieving only flags from ARGV | Jack Nagel | |
| 2014-08-29 | Move handling of leading dashes to Options.create | Jack Nagel | |
| 2014-08-28 | Implement ARGV.named in terms of ARGV.options_only | Jack Nagel | |
| 2014-08-27 | Remove to_str from Option | Jack Nagel | |
| We no longer need implicit conversion of options to strings. | |||
| 2014-08-20 | Options no longer needs deep-copy semantics | Jack Nagel | |
| Follow-up to 23d90a6a187a57fbdf4eeac146993e3b37c3d4d9. | |||
| 2014-08-14 | Use the as_flags method instead of map | Jack Nagel | |
| 2014-08-13 | Remove Options#concat | Jack Nagel | |
| 2014-08-13 | Simplify tab test setup | Jack Nagel | |
| 2014-08-13 | Drop unnecessary parens in tests | Jack Nagel | |
| 2014-08-13 | Drop unnecessary to_a calls in options tests | Jack Nagel | |
| 2014-08-13 | Replace Options.coerce with an alternate constructor | Jack Nagel | |
| 2014-08-13 | Remove unused branches from Options.coerce | Jack Nagel | |
| 2014-08-13 | Options is no longer used directly by BuildOptions | Jack Nagel | |
| 2014-08-13 | Always pass an Options instance to the BuildOptions constructor | Jack Nagel | |
| 2014-08-13 | Revert "Always pass an Options instance to the BuildOptions constructor" | Mike McQuaid | |
| This reverts commit e143bcef259ca76b2124e6e73bd9bdf872418723. Closes Homebrew/homebrew#31557. Closes Homebrew/homebrew#31559. Closes Homebrew/homebrew#31561. Closes Homebrew/homebrew#31562. | |||
| 2014-08-13 | Revert "Options is no longer used directly by BuildOptions" | Mike McQuaid | |
| This reverts commit 1c05bc0238aa1abf7d5542b8afa11ead2bee66a8. | |||
| 2014-08-13 | Revert "Remove unused branches from Options.coerce" | Mike McQuaid | |
| This reverts commit cee42c339e7632eab15111e2c4e6c121ace6f9e2. | |||
| 2014-08-13 | Revert "Replace Options.coerce with an alternate constructor" | Mike McQuaid | |
| This reverts commit 8d2ef974a3a87bf4207f71ccb8a7b4776e16a016. | |||
| 2014-08-13 | Revert "Drop unnecessary to_a calls in options tests" | Mike McQuaid | |
| This reverts commit 6f29c36aed9d951499146054a4caca702fa33d1a. | |||
| 2014-08-13 | Drop unnecessary to_a calls in options tests | Jack Nagel | |
| 2014-08-12 | Replace Options.coerce with an alternate constructor | Jack Nagel | |
| 2014-08-12 | Remove unused branches from Options.coerce | Jack Nagel | |
| 2014-08-12 | Options is no longer used directly by BuildOptions | Jack Nagel | |
| 2014-08-12 | Always pass an Options instance to the BuildOptions constructor | Jack Nagel | |
| 2014-08-11 | Deep copies of the build object are no longer needed | Jack Nagel | |
