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: 80facf99da5f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 09b5678daeb7
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 3, 2018

  1. rapidjson: fix build on darwin

    Disables -Werror
    
    Alternatively one could use
    
      NIX_CFLAGS_COMPILE = [
        "-Wno-error=implicit-fallthrough"
        "-Wno-error=zero-as-null-pointer-constant"
        "-Wno-error=shadow"
      ];
    veprbl committed Apr 3, 2018
    Copy the full SHA
    af86bf3 View commit details
    Browse the repository at this point in the history
  2. arrow-cpp: init at 0.8.0

    veprbl committed Apr 3, 2018
    Copy the full SHA
    c5df226 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Copy the full SHA
    f9192c5 View commit details
    Browse the repository at this point in the history
  2. parquet-cpp: init at 1.4.0

    Also fix RPATH issues in pyarrow
    veprbl committed Apr 4, 2018
    Copy the full SHA
    a49ebbb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cdf612b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Copy the full SHA
    671e9bd View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Merge pull request #38440 from veprbl/arrow_cpp_reopen

    Add arrow-cpp, parquet-cpp, pythonPackages.pyarrow
    matthewbauer committed Apr 17, 2018
    Copy the full SHA
    09b5678 View commit details
    Browse the repository at this point in the history