summary refs log tree commit diff
path: root/pkgs/development/libraries/arrow-cpp
Commit message (Collapse)AuthorAge
* arrow-cpp: add lib parameterTobias Mayer2019-12-31
|
* arrow-cpp: add pkgsStatic supportTobias Mayer2019-12-31
|
* arrow-cpp: fix tests not being run on linuxDmitry Kalinkin2019-11-11
| | | | Fixes: 8c86e54a ('arrow-cpp: fix/disable some plasma tests on darwin')
* arrow-cpp: 0.15.0 -> 0.15.1Jonathan Ringer2019-11-05
|
* arrow-cpp: fix/disable some plasma tests on darwinDmitry Kalinkin2019-10-08
|
* arrow-cpp: run nixfmtTobias Mayer2019-10-08
|
* arrow-cpp: 0.14.1 -> 0.15.0Tobias Mayer2019-10-08
| | | | This also enables building the plasma module.
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* arrow-cpp: 0.13.0 -> 0.14.1Dmitry Kalinkin2019-08-07
| | | | | | | pythonPackages.pyarrow: 0.13.0 -> 0.14.1 Replace *-test with *test because of misnamed test executable "arrow-dataset-file_test".
* arrow-cpp: add fixDarwinDylibNamesDmitry Kalinkin2019-07-02
|
* arrow-cpp: fix build on architectures other than x86_64Dmitry Kalinkin2019-04-12
| | | | | Settting ARROW_USE_SIMD=OFF used to fix i686 build for 1.12.0. The fix for ARROW-5007 should help on aarch64.
* arrow-cpp: 0.12.0 -> 0.13.0Dmitry Kalinkin2019-04-05
| | | | | | | pythonPackages.pyarrow: 0.12.0 -> 0.13.0 *_HOME variables are now gone. There are similar *_ROOT variables, but the package discovery currently works without that.
* arrow-cpp, pythonPackages.pyarrow: 0.11.0 -> 0.12.0Dmitry Kalinkin2019-01-20
|
* arrow-cpp: don’t expose gtest_staticMatthew Bauer2018-12-30
|
* arrow-cpp: fix buildDmitry Kalinkin2018-12-26
| | | | Fixes: 1f6b09506145 ('gtest: build shared library')
* arrow-cpp: fix for zstd 1.3.6+ (#48928)Dmitry Kalinkin2018-10-24
|
* arrow-cpp: 0.10.0 -> 0.11.0 (#48066)Dmitry Kalinkin2018-10-13
| | | | | | * arrow-cpp: 0.10.0 -> 0.11.0 * arrow-cpp: enable testing
* arrow-cpp: 0.9.0 -> 0.10.0Dmitry Kalinkin2018-10-03
| | | | | pythonPackages.pyarrow: 0.9.0 -> 0.10.0 parquet: 1.4.0 -> 1.5.0
* Revert "arrow-cpp: 0.9.0 -> 0.10.0" (#45990)Dmitry Kalinkin2018-09-03
| | | | | Hold off the upgrade until parquet 1.5.0 is released. This reverts commit 72d630779d69b0aff30f47bc8423e10d1dba50b9.
* arrow-cpp: 0.9.0 -> 0.10.0Dmitry Kalinkin2018-08-17
|
* python.pkgs.pyarrow: fix for python3Dmitry Kalinkin2018-04-08
|
* arrow-cpp,pythonPackages.pyarrow: 0.8.0 -> 0.9.0Dmitry Kalinkin2018-04-04
|
* pythonPackages.pyarrow: init at 0.8.0Dmitry Kalinkin2018-04-04
|
* arrow-cpp: init at 0.8.0Dmitry Kalinkin2018-04-03