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: NixOS/nixpkgs
base: 51d6b8460a54
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 5c46f7724937
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Feb 24, 2019

  1. Copy the full SHA
    498ad3e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bfb45e9 View commit details
    Browse the repository at this point in the history
  3. llvm6: remove enableTargets

    These are no longer used. We build all targets now.
    matthewbauer committed Feb 24, 2019
    Copy the full SHA
    be6d030 View commit details
    Browse the repository at this point in the history
  4. llvm: don’t use targetPlatform

    LLVM should be target independent because it will work with all
    machine types. This is different from GCC where it needs to know what
    target to build ahead of time.
    matthewbauer committed Feb 24, 2019
    Copy the full SHA
    e36cd48 View commit details
    Browse the repository at this point in the history
  5. libpfm: use hostPlatform

    (cherry picked from commit 08f5b419b9efc77db044f8c1d725632552617966)
    matthewbauer committed Feb 24, 2019
    Copy the full SHA
    76474b2 View commit details
    Browse the repository at this point in the history
  6. SDL{,2}: support building for android

    This should be picking up the OpenGL ES headers provided by the NDK.
    More testing is needed.
    matthewbauer committed Feb 24, 2019
    Copy the full SHA
    d665b8c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Merge pull request #56197 from matthewbauer/cross-fixes3

    Android and related cross fixes
    matthewbauer committed Feb 27, 2019
    Copy the full SHA
    5c46f77 View commit details
    Browse the repository at this point in the history