| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-01 | Remove outdated comment | Jack Nagel | |
| 2014-04-30 | outdated: allow forcing verbose output | Adam Vandenberg | |
| Closes #27813. | |||
| 2014-04-30 | --config -> config | Adam Vandenberg | |
| 2014-04-30 | Superenv: determine_optflags should return a string | Misty De Meo | |
| This is saved in HOMEBREW_OPTFLAGS and later mutated by ENV.universal_binary, so if this returns nil the sub will fail. | |||
| 2014-04-30 | ENV/shared: handle untapped e.g. gcc48 formula. | Mike McQuaid | |
| In this case we need to handle the throwing on an exception when attempting to initialize the gcc48 Formula object. This initialization should be unnecessary if the core GCC is already installed and rescued if not. | |||
| 2014-04-29 | Drop obsolete compiler fallback in stdenv | Jack Nagel | |
| This code originated in a slightly different form in 8e88b22fd1ec65a344ce6e4facd6dad4b415b2ad: https://github.com/Homebrew/homebrew/blob/8e88b22fd1ec65a344ce6e4facd6dad4b415b2ad/Library/Homebrew/extend/ENV.rb#L30-L32 Back then, MacOS.default_compiler could return nil, which meant ENV.compiler could do the same. This code was carried forward as the surrounding code changed. At this point it should be unreachable. | |||
| 2014-04-29 | Remove test that doesn't add value | Jack Nagel | |
| 2014-04-29 | ENV/shared: use homebrew/versions GCC if installed | Mike McQuaid | |
| Closes #28820. | |||
| 2014-04-29 | Use MacOS.locate and delete wrong comment | Jack Nagel | |
| 2014-04-29 | Remove comment that no longer reflects adjacent code | Jack Nagel | |
| 2014-04-29 | We don't use -Qunused-arguments anymore | Jack Nagel | |
| 2014-04-29 | ENV.{cc,cxx} setters already set OBJC and OBJCXX | Jack Nagel | |
| 2014-04-29 | Make ENV.O4 a no-op | Jack Nagel | |
| On older Apple compilers "-O4" is known to cause build errors. On recent clang, it's the same as "-O3" and you have to pass "-O3 -flto" to get the old behavior. | |||
| 2014-04-27 | brew list --versions --multiple | Adam Vandenberg | |
| With --multiple, only list formulae with multiple versions installed. | |||
| 2014-04-27 | run macports check after failed build instead of before every build | Andrew Potter | |
| Closes #28717. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-27 | Respect tap directory layout when searching | Jack Nagel | |
| This matches the logic in find_formula. | |||
| 2014-04-27 | Use canonical_name to canonicalize aliases | Jack Nagel | |
| 2014-04-27 | Search results should always be sorted | Jack Nagel | |
| 2014-04-27 | Use Formulary.factory to find formula in taps | Jack Nagel | |
| 2014-04-26 | Explicitly pass key-value options to the build process | Jack Nagel | |
| Fixes #28695. | |||
| 2014-04-25 | Yield absolute paths from find_formula | Jack Nagel | |
| 2014-04-25 | Pass around only absolute paths when dealing with taps | Jack Nagel | |
| 2014-04-25 | Build relative paths using resolved_path and relative_path_from | Jack Nagel | |
| 2014-04-25 | Less code in begin clause | Jack Nagel | |
| 2014-04-25 | Extract some boilerplate into an each_tap method | Jack Nagel | |
| 2014-04-24 | Don't use a regexp to match paths, just compare them for equality | Jack Nagel | |
| 2014-04-24 | Pass arguments instead of reopening Pathname | Jack Nagel | |
| 2014-04-24 | Using existing method to make tap symlinks | Jack Nagel | |
| 2014-04-24 | Make the on-disk representation of taps unambiguous | Tsukasa OMOTO | |
| This commit supports "-" and "_" in names of user and repository. Closes #28203. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-04-23 | separate the brew info for multiple formulae | Dan Martinez | |
| Closes #27311. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-23 | Migrate apple-gcc42 back to homebrew/versions. | Mike McQuaid | |
| Closes #28418. | |||
| 2014-04-23 | Use gcc instead of apple-gcc42 when needed. | Mike McQuaid | |
| 2014-04-23 | LICENSE: move to root folder. | Mike McQuaid | |
| This is where people expect to find it so let's make it easier. Closes #28418. | |||
| 2014-04-23 | Support core GCC formula as a GCC compiler. | Mike McQuaid | |
| It is activated by the same mechanism as the Homebrew/versions compilers which now check if the GCC formula uses the same, correct version. References #28418. | |||
| 2014-04-23 | shared: don't warn about non-Apple compilers now. | Mike McQuaid | |
| 2014-04-23 | formula: move cxxstdlib methods to the class. | Mike McQuaid | |
| This allows disabling this checks when e.g. pouring bottles. | |||
| 2014-04-22 | Only directories are candidates for superenv bin | Jack Nagel | |
| 2014-04-22 | Simplify conditions for superenv activation | Jack Nagel | |
| `MacOS::Xcode.without_clt? && MacOS.sdk_path.nil?` should never be true. In its earliest form, this would raise a bare RuntimeError in an effort to have the bug reported. Later, it was changed to silently disable superenv. But we don't want to do that. If there's a bug, or the user's system is misconfigured, we want to know, so that we can fix the bug, or the user can fix their system. So let's remove the condition. | |||
| 2014-04-21 | The argument to MacOS.locate is always a string | Jack Nagel | |
| 2014-04-21 | rewrite TeX requirement message | Mario Mueller | |
| Closes #28588. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-21 | Only check Xcode prefix when non-nil | Jack Nagel | |
| 2014-04-21 | Remove comments that no longer reflect any adjacent code | Jack Nagel | |
| 2014-04-21 | Don't test jruby deps since it makes the tests slow | Jack Nagel | |
| 2014-04-21 | Adjust installer for updated link error handling | Jack Nagel | |
| 2014-04-21 | Adjust link command for updated error handling | Jack Nagel | |
| 2014-04-21 | Raise AlreadyLinkedError when a keg is already linked | Jack Nagel | |
| 2014-04-21 | Only unlink after a LinkError | Jack Nagel | |
| 2014-04-21 | Raise useful errors from make_relative_symlink | Jack Nagel | |
| 2014-04-21 | Rework make_relative_symlink error handling and move it into keg | Jack Nagel | |
| 2014-04-21 | Fix keg version in Formula#to_hash | Finn Smith | |
| Closes #28550. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
