aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
AgeCommit message (Expand)Author
2016-01-15build: store source modified time in tabfileXu Cheng
2015-12-15Allow multiple option_names in dep/reqs.Mike McQuaid
2015-11-01add Formula#bottle_defined?Xu Cheng
2015-10-19Formula: add bottle disable DSLXu Cheng
2015-08-21Add no-Xcode documentation for all classes, methodsWilliam Woodruff
2015-08-21Add guards to calls that would trigger Xcode install requestsWilliam Woodruff
2015-08-21BottleSpecification: add does_not_need_relocation fieldWilliam Woodruff
2015-08-03Core files style updates.BrewTestBot
2015-07-06support downloading bottles through 3rd-party mirrorXu Cheng
2015-07-06auto resolve bottle root_url based on tapXu Cheng
2015-05-29SoftwareSpec: add full_name fieldXu Cheng
2015-04-06add SoftwareSpec#go_resourceTim D. Smith
2015-03-28software_spec: ignore bottles compatibility if `--force-bottle` is passedXu Cheng
2015-03-17software_spec: check if bottles are compatible.Mike McQuaid
2015-02-26Remove SourceForge references.Mike McQuaid
2015-02-19Switch bottle provider over to Bintray.Mike McQuaid
2015-02-19software_spec: use homebrew Bintray subdomain.Mike McQuaid
2015-02-17Add initial Bintray upload support.Mike McQuaid
2015-01-08Remove the direct url writer from ResourceJack Nagel
2014-10-19formula: add spec deprecated_option DSL.Mike McQuaid
2014-10-19Add deprecated_option to software_spec.Mike McQuaid
2014-09-18Remove fails_with? from the formula instanceJack Nagel
2014-09-01Add Go language module, resourcesMisty De Meo
2014-08-29Add a method for retrieving only flags from ARGVJack Nagel
2014-08-28Single character options should not be used in a formulaJack Nagel
2014-08-19Make fails_with available in spec blocksJack Nagel
2014-08-13Replace Options.coerce with an alternate constructorJack Nagel
2014-08-13Always pass an Options instance to the BuildOptions constructorJack Nagel
2014-08-13Revert "Always pass an Options instance to the BuildOptions constructor"Mike McQuaid
2014-08-13Revert "Replace Options.coerce with an alternate constructor"Mike McQuaid
2014-08-12Replace Options.coerce with an alternate constructorJack Nagel
2014-08-12Always pass an Options instance to the BuildOptions constructorJack Nagel
2014-08-10Handle legacy options in the method_added hookJack Nagel
2014-08-07Use predefined options for universal, cxx11, and 32-bit optionsJack Nagel
2014-08-07Move management of options collection to the spec objectJack Nagel
2014-08-07Raise ArgumentError for argument errorsJack Nagel
2014-07-31Hide the options data structure betterJack Nagel
2014-07-31Make options available on the spec objectsJack Nagel
2014-07-30Rename resource? to resource_defined?Jack Nagel
2014-07-29Simplify internal representation of patchesJack Nagel
2014-07-22Stop exposing the downloader as an attributeJack Nagel
2014-07-22Hide the downloader implementation from the installerJack Nagel
2014-07-18Add a factory method that accepts a formula objectJack Nagel
2014-07-18Ask the filename object for the prefixJack Nagel
2014-07-18Move bottle URL construction to the bottle objectJack Nagel
2014-07-18Move bottle filename construction to a classJack Nagel
2014-07-17Spell out "formula" in parameter nameJack Nagel
2014-07-16Rename fetch_bottle_for to fetch_checksum_forJack Nagel
2014-07-15Implement []= on BottleCollectorJack Nagel
2014-05-27Make some constant strings into actual constantsJack Nagel