Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: b1ec189c9faa
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 544baad62200
Choose a head ref
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 15, 2020

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

Commits on Feb 26, 2020

  1. arrow-cpp: 0.15.1 -> 0.16.0

    This switches to explicitly enabling dependency lookups for
    optional features (they were not picked up before).
    It also enables building of the Parquet command line tools.
    tobim committed Feb 26, 2020
    Copy the full SHA
    5ddadce View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Copy the full SHA
    4b65f85 View commit details
    Browse the repository at this point in the history
  2. arrow-cpp: fix RPATH on darwin

    Instead of patching test binaries with install_name_tool just set
    CMAKE_SKIP_BUILD_RPATH to OFF let cmake compile them with RPATH set
    correctly.
    
    Add CMAKE_INSTALL_RPATH to set correct RPATH for the installed
    executables for parquet tools. We could set it to an absolute path using
    "-DCMAKE_INSTALL_RPATH=${placeholder "out"}", but instead we use
    @loader_path to provide a relocable solution.
    veprbl committed Feb 27, 2020
    Copy the full SHA
    56c2b7c View commit details
    Browse the repository at this point in the history
  3. ycmd: 2019-09-19 -> 2020-02-22

    drop support for python2
    
    ycmd dropped support for python2 with ycm-core/ycmd#1382
    
    youcompleteme dropped support for python2 with ycm-core/YouCompleteMe#3566
    evanjs authored and Jon committed Feb 27, 2020
    Copy the full SHA
    5e895e5 View commit details
    Browse the repository at this point in the history
  4. vimPlugins: update

    evanjs authored and Jon committed Feb 27, 2020
    Copy the full SHA
    6bb6882 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1e20ec8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8979041 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Copy the full SHA
    fbc88db View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79817 from tobim/pkgs/arrow-cpp-0.16

    arrow-cpp: 0.15.1 -> 0.16.0
    veprbl committed Feb 28, 2020
    Copy the full SHA
    544baad View commit details
    Browse the repository at this point in the history