Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							30a8df0f91 
							
						 
					 
					
						
						
							
							os/mac/system_config: simplify JVM version parsing  
						
						
						
						
					 
					
						2020-08-11 18:51:36 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a1dc809f5b 
							
						 
					 
					
						
						
							
							bin/brew: don't filter GitHub Actions variables.  
						
						
						
						
					 
					
						2020-08-07 10:19:00 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							490e503b1b 
							
						 
					 
					
						
						
							
							Replace Homebrew.args with Context.  
						
						
						
						
					 
					
						2020-08-06 16:13:14 +02:00 
						 
				 
			
				
					
						
							
							
								Caleb Xu 
							
						 
					 
					
						
						
						
						
							
						
						
							7f158df842 
							
						 
					 
					
						
						
							
							extend/pathname: use absolute path to java in write_jar_script  
						
						
						
						
					 
					
						2020-07-31 20:26:11 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							20bd4280ff 
							
						 
					 
					
						
						
							
							Pass args.cc to Install.  
						
						
						
						
					 
					
						2020-07-30 03:21:12 +02:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d9e2d444d 
							
						 
					 
					
						
						
							
							Big Sur fixes  
						
						... 
						
						
						
						- Make missing SDKs message more clear.
- Always refer to Big Sur as 11.0 (even on Intel). 
						
						
					 
					
						2020-07-28 16:56:55 +01:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							23340403c1 
							
						 
					 
					
						
						
							
							Fix effective_arch on Linux.  
						
						
						
						
					 
					
						2020-07-28 12:58:21 +02:00 
						 
				 
			
				
					
						
							
							
								Bob Wombat Hogg 
							
						 
					 
					
						
						
						
						
							
						
						
							9b47057b12 
							
						 
					 
					
						
						
							
							Fix brew test on Linux stdenv  
						
						
						
						
					 
					
						2020-07-27 21:41:03 -04:00 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							276c570c16 
							
						 
					 
					
						
						
							
							Pass individual args explicitly to ENV extensions.  
						
						
						
						
					 
					
						2020-07-28 02:52:45 +02:00 
						 
				 
			
				
					
						
							
							
								Issy Long 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fdbb2ac16a 
							
						 
					 
					
						
						
							
							Merge pull request  #7985  from vidusheeamoli/utils-inreplace-to-true  
						
						... 
						
						
						
						sorbet: set utils/inreplace.rb to true 
						
						
					 
					
						2020-07-26 10:37:30 +01:00 
						 
				 
			
				
					
						
							
							
								vidusheeamoli 
							
						 
					 
					
						
						
						
						
							
						
						
							fd382d2ecd 
							
						 
					 
					
						
						
							
							srb: set utils/inreplace.rb to true and refactor  
						
						... 
						
						
						
						- Sorbet gives preference to class methods over methods defined in
  included modules, hence Sorbet was unavailable to resolve the
definition of the gsub! method.
- The gsub! method in StringInreplaceExtension conflicts with the definition in String.
- This PR refactors the call to the gsub! method so that a custom object
  is exposed instead of a string. 
						
						
					 
					
						2020-07-26 12:43:31 +05:30 
						 
				 
			
				
					
						
							
							
								Markus Reiter 
							
						 
					 
					
						
						
						
						
							
						
						
							25b3632c4c 
							
						 
					 
					
						
						
							
							Pass args to ENV instead of using global args.  
						
						
						
						
					 
					
						2020-07-25 03:57:43 +02:00 
						 
				 
			
				
					
						
							
							
								Shaun Jackman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e7006beefb 
							
						 
					 
					
						
						
							
							Merge pull request  #7970  from rmNULL/patchelfrb-lookup-rpath  
						
						... 
						
						
						
						Introduce ELFShim#rpath. Refactor keg_relocate to use the same. Return nil on no DT_RPATH, DT_RUNPATH, DT_SONAME, PT_INTERP. 
						
						
					 
					
						2020-07-24 15:53:58 -07:00 
						 
				 
			
				
					
						
							
							
								rmnull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d607528a5b 
							
						 
					 
					
						
						
							
							introduce ELFShim#rpath, refactor keg_relocate to use the same.  
						
						... 
						
						
						
						refines PatchELF #runpath, #rpath #soname #interpreter
to return nil.
let Brew hard exits on PatchELF::PatchError.
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2020-07-25 01:07:24 +05:30 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							152dd1ca24 
							
						 
					 
					
						
						
							
							Move allowed_missing_libraries: extend/os/linux/formula.rb ~> formula.rb  
						
						
						
						
					 
					
						2020-07-24 11:06:38 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							85cca2e852 
							
						 
					 
					
						
						
							
							formula.rb [Linux]: undefine allowed_missing_libraries first  
						
						
						
						
					 
					
						2020-07-24 10:54:44 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							1b8c32c716 
							
						 
					 
					
						
						
							
							Move allowed_missing_libs? to linkage_checker.rb.  
						
						... 
						
						
						
						Optimize 'unexpected_broken_dylibs' 
						
						
					 
					
						2020-07-22 14:30:52 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							73495c4959 
							
						 
					 
					
						
						
							
							formula.rb [extend/Linux]: add missing comma  
						
						
						
						
					 
					
						2020-07-21 15:48:55 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2ffb9fd0fc 
							
						 
					 
					
						
						
							
							extend/os/linux/formula.rb: ignore_missing_libraries: change unless to if  
						
						... 
						
						
						
						Change
```rb
      unless libraries.all? { |x| x.is_a?(String) || x.is_a?(Regexp) }
```
to
```rb
if libraries.any? { |x| !x.is_a?(String) && !x.is_a?(Regexp) }
```
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2020-07-21 10:43:28 -05:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							68ebf8866a 
							
						 
					 
					
						
						
							
							extend/os/linux/formula.rb: allowed_missing_lib: check input class  
						
						
						
						
					 
					
						2020-07-21 15:40:27 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							7080ad5ebc 
							
						 
					 
					
						
						
							
							formula.rb: update missing libs feature  
						
						... 
						
						
						
						1. Raise an exception on macOS.
2. Verify that the missing libraries are specified either as Strings or
   Regular Expressions.
Signed-off-by: Maxim Belkin <maxim.belkin@gmail.com> 
						
						
					 
					
						2020-07-21 13:16:56 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							f2ddcda85b 
							
						 
					 
					
						
						
							
							Fix style (Convert if-elsif to case-when)  
						
						
						
						
					 
					
						2020-07-16 13:53:32 +00:00 
						 
				 
			
				
					
						
							
							
								Maxim Belkin 
							
						 
					 
					
						
						
						
						
							
						
						
							c61aba4ec3 
							
						 
					 
					
						
						
							
							Formula: ignore_missing_libraries DSL  
						
						
						
						
					 
					
						2020-07-16 13:51:16 +00:00 
						 
				 
			
				
					
						
							
							
								Shaun Jackman 
							
						 
					 
					
						
						
						
						
							
						
						
							9a83e52ae4 
							
						 
					 
					
						
						
							
							HOMEBREW_PROCESSOR is arm64 on Apple Silicon  
						
						... 
						
						
						
						Utils::Bottles::tag: ARM tag is arm64_big_sur 
						
						
					 
					
						2020-07-10 10:55:56 -07:00 
						 
				 
			
				
					
						
							
							
								Shaun Jackman 
							
						 
					 
					
						
						
						
						
							
						
						
							e18027a1a8 
							
						 
					 
					
						
						
							
							Utils::Bottles::tag: ARM tag is arm_big_sur  
						
						
						
						
					 
					
						2020-07-10 10:54:57 -07:00 
						 
				 
			
				
					
						
							
							
								Claudia 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							374c734d9b 
							
						 
					 
					
						
						
							
							Make Hardware.oldest_cpu depend on architecture  
						
						... 
						
						
						
						Starting with Xcode 12 Beta 2, builds that used to work on Apple Silicon
now break due to `Hardware#oldest_cpu` returning `:nehalem` [1].
This commit is the first in a series of improvements to
`Hardware#oldest_cpu`. It resolves the Xcode 12 Beta 2 issue for now.
[1]: https://github.com/Homebrew/brew/issues/7857#issuecomment-655536261  
						
						
					 
					
						2020-07-08 20:59:10 +02:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fa760a2f26 
							
						 
					 
					
						
						
							
							Fix brew style.  
						
						
						
						
					 
					
						2020-07-07 13:12:37 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f951ea83d4 
							
						 
					 
					
						
						
							
							Fix brew style.  
						
						
						
						
					 
					
						2020-07-07 12:23:29 +01:00 
						 
				 
			
				
					
						
							
							
								Claudia 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							559d0a91a2 
							
						 
					 
					
						
						
							
							Add CPU family ARMv8.3-A  
						
						... 
						
						
						
						Darwin 20 adds the CPU family `CPUFAMILY_ARM_VORTEX_TEMPEST`
(aka ARMv8.3-A), which is assigned the identifier of `0x07d34b9f`.
This is relevant for `SystemConfig` in Homebrew.
See also:
https://en.wikipedia.org/wiki/Comparison_of_ARMv8-A_cores  
						
						
					 
					
						2020-07-06 20:48:46 +02:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							9297b18aa6 
							
						 
					 
					
						
						
							
							Add SDK availability diagnostic  
						
						
						
						
					 
					
						2020-07-01 16:07:14 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4e10341277 
							
						 
					 
					
						
						
							
							Merge pull request  #7752  from SMillerDev/cask/readall  
						
						... 
						
						
						
						Support casks in readall 
						
						
					 
					
						2020-07-01 12:19:30 +01:00 
						 
				 
			
				
					
						
							
							
								rmnull 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							35328ed535 
							
						 
					 
					
						
						
							
							[draft] refactoring keg_relocate to use ELFShim#interpreter instead of .with_interpreter?  
						
						
						
						
					 
					
						2020-06-26 05:34:41 +05:30 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ac0665daff 
							
						 
					 
					
						
						
							
							Refer to default branch in links with HEAD  
						
						... 
						
						
						
						Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This
will make life easier if we ever rename our default branch in future
(once/if Git and GitHub provides the necessary tooling to do so). 
						
						
					 
					
						2020-06-25 11:38:40 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b39a3ca02f 
							
						 
					 
					
						
						
							
							os/mac/utils/bottles: support ARM bottles.  
						
						... 
						
						
						
						This will be eventually needed for Big Sur. 
						
						
					 
					
						2020-06-24 12:00:56 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9788735eb2 
							
						 
					 
					
						
						
							
							Merge pull request  #7809  from Bo98/macos-version-11  
						
						... 
						
						
						
						os/mac: fix for major versions other than 10 
						
						
					 
					
						2020-06-23 18:50:58 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f1970fd24 
							
						 
					 
					
						
						
							
							Fix more 10.x hardcodings.  
						
						
						
						
					 
					
						2020-06-23 17:10:07 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							11c875d747 
							
						 
					 
					
						
						
							
							macOS Big Sur tweaks  
						
						... 
						
						
						
						- output warnings when running on ARM
- require Xcode 12
- use 11.0 as the version number 
						
						
					 
					
						2020-06-23 14:11:05 +01:00 
						 
				 
			
				
					
						
							
							
								William Woodruff 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							acbb213977 
							
						 
					 
					
						
						
							
							mac/hardware: cpu: Use ruby-macho's Intel constant  
						
						
						
						
					 
					
						2020-06-22 21:56:39 -04:00 
						 
				 
			
				
					
						
							
							
								Misty De Meo 
							
						 
					 
					
						
						
						
						
							
						
						
							6a3f18b0ae 
							
						 
					 
					
						
						
							
							OS::Mac::CPU: add Apple Silicon  
						
						... 
						
						
						
						Co-authored-by: Shaun Jackman <sjackman@gmail.com> 
						
						
					 
					
						2020-06-22 12:20:06 -07:00 
						 
				 
			
				
					
						
							
							
								Michka Popoff 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a5025e9a9f 
							
						 
					 
					
						
						
							
							Merge pull request  #7751  from iMichka/shared  
						
						... 
						
						
						
						formulae: add generic shared_library_extension 
						
						
					 
					
						2020-06-22 18:25:35 +02:00 
						 
				 
			
				
					
						
							
							
								Michka Popoff 
							
						 
					 
					
						
						
						
						
							
						
						
							955bca6574 
							
						 
					 
					
						
						
							
							formule: add generic shared-lib methods  
						
						... 
						
						
						
						We have strings containing hardcoded ".dylib" extensions in homebrew-core.
To be able to bring linuxbrew-core and homebrew-core closer together,
I am introducing a new generic attribute that can be used in formulae. 
						
						
					 
					
						2020-06-20 23:14:18 +02:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							cd0c3fa835 
							
						 
					 
					
						
						
							
							extend/pathname: use Java.overridable_java_home_env in write_jar_script  
						
						
						
						
					 
					
						2020-06-19 12:04:30 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							c244e992af 
							
						 
					 
					
						
						
							
							extend/pathname: add args argument to write_env_script  
						
						
						
						
					 
					
						2020-06-19 12:04:26 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							cd93d4e38a 
							
						 
					 
					
						
						
							
							language/java: add support for OpenJDK formula  
						
						
						
						
					 
					
						2020-06-19 11:46:31 +01:00 
						 
				 
			
				
					
						
							
							
								Sean Molenaar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f6d3e5cf0 
							
						 
					 
					
						
						
							
							Support casks in readall  
						
						
						
						
					 
					
						2020-06-18 20:15:07 +02:00 
						 
				 
			
				
					
						
							
							
								Alexander Bayandin 
							
						 
					 
					
						
						
						
						
							
						
						
							4d27c32d44 
							
						 
					 
					
						
						
							
							Revert "Merge pull request  #7722  from Bo98/java-improvements"  
						
						... 
						
						
						
						This reverts commit 91b4d450703bcc2de6dce22eb5fdecb5a843f92e, reversing
changes made to c98901132595178b6261cbe2d51ab732dd77dac4. 
						
						
					 
					
						2020-06-18 12:23:02 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							91b4d45070 
							
						 
					 
					
						
						
							
							Merge pull request  #7722  from Bo98/java-improvements  
						
						... 
						
						
						
						language/java: add support for OpenJDK 
						
						
					 
					
						2020-06-12 10:47:18 +01:00 
						 
				 
			
				
					
						
							
							
								Michka Popoff 
							
						 
					 
					
						
						
						
						
							
						
						
							1f8ebf5d20 
							
						 
					 
					
						
						
							
							resource: allow on_os blocks  
						
						
						
						
					 
					
						2020-06-10 19:29:04 +02:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							07547e8cae 
							
						 
					 
					
						
						
							
							extend/pathname: use Java.overridable_java_home_env in write_jar_script  
						
						
						
						
					 
					
						2020-06-10 17:08:41 +01:00 
						 
				 
			
				
					
						
							
							
								Bo Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							bbb2696742 
							
						 
					 
					
						
						
							
							language/java: add support for OpenJDK formula  
						
						
						
						
					 
					
						2020-06-10 17:08:38 +01:00