Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubinius/rubinius
base: 4ae051b6d1f9
Choose a base ref
...
head repository: rubinius/rubinius
compare: 35425c686322
Choose a head ref
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 27, 2015

  1. Configure#macports? checks for MacPorts.

    New method adds the ability to check for MacPorts separately from
    Homebrew.
    todd-a-jacobs committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    4f74fe8 View commit details
    Browse the repository at this point in the history
  2. Configure#macports_llvm_config finds llvm-config.

    - MacPorts adds versioned binaries into the path, rather than a single
      binary named llvm-config.
    - This method queries MacPorts for the path to the latest installed
      version of llvm-config.
    todd-a-jacobs committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    ecbb46f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2015

  1. Branch on MacPorts/Homebrew for llvm-config.

    If MacPorts is installed, query MacPorts for the correct llvm-config*
    binary to use. Otherwise, use the existing brew lookup.
    todd-a-jacobs committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    fc07f47 View commit details
    Browse the repository at this point in the history
  2. Rewrite Configure#macports_llvm_config.

    - Replace comments with descriptive temporary variables.
    - Limit selectable LLVM ports to those within the currently-supported
      range of llvm-3.0 to llvm-3.5.
    todd-a-jacobs committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    a970b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8071ec1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3297 from CodeGnome/feature/llvm-config_support_f…

    …or_macports
    
    Add support for automatic configuration of llvm-config under MacPorts.
    brixen committed Jan 28, 2015
    Configuration menu
    Copy the full SHA
    35425c6 View commit details
    Browse the repository at this point in the history