| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | arrow-cpp: 13.0.0 -> 14.0.1 | Tobias Mayer | 2023-11-17 | 2 | -114/+4 |
| * | arrow-cpp: 12.0.1 -> 13.0.0 | Tobias Mayer | 2023-08-31 | 3 | -23/+98 |
| * | arrow-cpp: fixup after protobuf bump | Tobias Mayer | 2023-08-16 | 2 | -0/+20 |
| * | grpc: refactor cxxStandard selection•••GRPC is less aggressive in overriding `CMAKE_CXX_STANDARD` nowadays. This allows us to take a less invasive approach to ensure that the provided abseil package is configured with the same implementation for the provided c++17 compatibility shims. Instead of always setting `CMAKE_CXX_STANDARD`, we only do it to override hard-coded downgrade on darwin. With that, we can use the default configuration for abseil-cpp, reducing the number of instances of that library in the build closure to one. | Tobias Mayer | 2023-08-14 | 1 | -5/+2 |
| * | arrow-cpp: 12.0.0 -> 12.0.1 | Justin Bedo | 2023-07-02 | 1 | -2/+2 |
| * | arrow-cpp: 11.0.0 -> 12.0.0 | Tobias Mayer | 2023-05-01 | 1 | -6/+7 |
| * | arrow-cpp: unbreak on aarch64-linux | Weijia Wang | 2023-03-01 | 1 | -1/+0 |
| * | arrow-cpp: disable failing test on darwin (#217661) | tobim | 2023-02-22 | 1 | -0/+6 |
| * | arrow-cpp: mark as unbroken on darwin (#216219)•••Was fixed by 2f8e6f3d ('gtest: ensure C++17 support (#207338)') | Dmitry Kalinkin | 2023-02-13 | 1 | -1/+1 |
| * | arrow-cpp: fix meta.broken | Dmitry Kalinkin | 2023-02-12 | 1 | -1/+1 |
| * | arrow-cpp: mark as broken on darwin | Dmitry Kalinkin | 2023-02-11 | 1 | -1/+1 |
| * | arrow-cpp: don't sync C++ standard with grpc•••C++17 is required by arrow-cpp | Dmitry Kalinkin | 2023-02-11 | 1 | -3/+2 |
| * | arrow-cpp: mark as broken on aarch64-linux | Tobias Mayer | 2023-02-02 | 1 | -0/+1 |
| * | arrow-cpp: 10.0.1 -> 11.0.0 | Tobias Mayer | 2023-02-01 | 1 | -8/+8 |
| * | arrow-cpp: 9.0.0 -> 10.0.1 | Phillip Cloud | 2023-02-01 | 1 | -38/+37 |
| * | Merge pull request #209227 from amarshall/arrow-cpp-shrink-closure | Sandro | 2023-01-21 | 1 | -2/+13 |
| |\ | |||||
| | * | arrow-cpp: Use minimal aws-sdk-cpp, reducing closure 1.0G->417M | Andrew Marshall | 2023-01-05 | 1 | -2/+13 |
| * | | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| |/ | |||||
| * | arrow-cpp: inherit cxxStandard from grpc | Weijia Wang | 2022-12-19 | 1 | -1/+1 |
| * | arrow-cpp: build with `CMAKE_CXX_STANDARD=17` | Phillip Cloud | 2022-12-06 | 1 | -1/+2 |
| * | treewide: avoid mixing abseil-cpp versions•••The packages use some version through grpc; adding in a different one is most likely not a good idea. `rippled` has been failing to build for weeks already. The other three packages build before and after this commit. | Vladimír Čunát | 2022-10-30 | 1 | -3/+1 |
| * | arrow-cpp: Fix building x86_64-darwin on aarch_64-darwin (#193207)•••When building x86_64-darwin emulated via Rosetta on aarch64-darwin, all tests would fail with > Illegal instruction: 4 this resolves that by never using Jemalloc on Darwin, since even though `isAarch64` is false, it might “really” be aarch64-darwin. | Andrew Marshall | 2022-09-27 | 1 | -1/+1 |
| * | arrow-cpp: fix failing tests on darwin sandbox | Sebastián Mancilla | 2022-08-08 | 1 | -0/+1 |
| * | arrow-cpp: add commentary for vendored `jemalloc` and `mimalloc` | Phillip Cloud | 2022-08-08 | 1 | -1/+4 |
| * | arrow-cpp: remove unused `jemalloc` input | Phillip Cloud | 2022-08-08 | 1 | -1/+0 |
| * | arrow-cpp: 8.0.0 -> 9.0.0 | Phillip Cloud | 2022-08-08 | 1 | -16/+15 |
| * | arrow-cpp: Adjust homepage to specific variant•••There are lots of Arrow implementations, so instead go to the one that this implements. | Andrew Marshall | 2022-07-20 | 1 | -1/+1 |
| * | treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF•••This is now the new default and thus doesn't need to be set manually anymore. | Josef Kemetmüller | 2022-07-04 | 1 | -1/+0 |
| * | arrow-cpp: pin jemalloc tarball (#177037)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | Dmitry Kalinkin | 2022-06-09 | 1 | -2/+5 |
| * | arrow-cpp: 7.0.0 -> 8.0.0 | Phillip Cloud | 2022-05-10 | 1 | -9/+26 |
| * | arrow-cpp: libnsl is not necessary for building (#162757)•••libnsl dependency was preventing building arrow-cpp on darwin. arrow-cpp builds on darwin without issues outside of nix. The official instructions at https://arrow.apache.org/docs/developers/cpp/building.html do not mention libnsl as a dependency. Thus, this change removes libnsl from both darwin and linux platforms. | Nikola Knežević | 2022-03-04 | 1 | -3/+1 |
| * | arrow-cpp: enable hdfs support | Phillip Cloud | 2022-02-18 | 1 | -0/+1 |
| * | apache-beam: mark as broken on 3.10 | Phillip Cloud | 2022-02-06 | 1 | -1/+1 |
| * | arrow-cpp: 6.0.1 -> 7.0.0 | Phillip Cloud | 2022-02-06 | 1 | -13/+17 |
| * | arrow-cpp: blacklist all TestS3FS tests on darwin•••More tests are popping up to break the sandboxed build. | Dmitry Kalinkin | 2022-01-04 | 1 | -7/+1 |
| * | arrow-cpp: fix sandboxed build on darwin | Dmitry Kalinkin | 2021-12-12 | 1 | -0/+1 |
| * | python3Packages.pyarrow: enable flight module | Phillip Cloud | 2021-11-30 | 1 | -0/+3 |
| * | arrow-cpp: build without jemalloc on aarch64-darwin to fix build | Dmitry Kalinkin | 2021-11-26 | 1 | -1/+3 |
| * | arrow-cpp: fix sandboxed build on darwin | Dmitry Kalinkin | 2021-11-26 | 1 | -1/+1 |
| * | arrow-cpp: 6.0.0 -> 6.0.1 | Phillip Cloud | 2021-11-24 | 1 | -4/+4 |
| * | arrow-cpp: add GCS feature flag (#144610) | Phillip Cloud | 2021-11-07 | 1 | -3/+27 |
| * | arrow-cpp: glob TestS3FSGeneric tests | Phillip Cloud | 2021-11-06 | 1 | -22/+1 |
| * | arrow-cpp: disable some potentially failing s3fs tests | Phillip Cloud | 2021-11-06 | 1 | -2/+30 |
| * | arrow-cpp: add S3 feature flag | Phillip Cloud | 2021-11-05 | 1 | -3/+14 |
| * | arrow-cpp: add flight feature flag (#144609) | Phillip Cloud | 2021-11-05 | 1 | -22/+61 |
| * | arrow-cpp: refactor source fetching | Phillip Cloud | 2021-11-04 | 1 | -18/+14 |
| * | arrow-cpp: 5.0.0 -> 6.0.0 (#143422)•••* arrow-cpp: fix typo * arrow-cpp: pin xsimd * arrow-cpp: fix tzdata by patching * arrow-cpp: update data deps * arrow-cpp: 5.0.0 -> 6.0.0 * arrow-cpp: add cpcloud as maintainer | Phillip Cloud | 2021-10-30 | 1 | -10/+15 |
| * | arrow-cpp: search for Thrift using pkg-config instead of cmake•••Setting it to "AUTO" allows for the first[1] find_package to fail through to pkg-config search logic. [1] https://github.com/apache/arrow/blob/2ae84e8e90a7c0d8cd37df07d69e982dcfd16eaf/cpp/cmake_modules/ThirdpartyToolchain.cmake#L228 | Dmitry Kalinkin | 2021-10-29 | 1 | -0/+1 |
| * | arrow-cpp: 4.0.1 -> 5.0.0 | Tobias Mayer | 2021-07-29 | 1 | -8/+8 |
| * | arrow-cpp: 4.0.0 -> 4.0.1 | Dmitry Kalinkin | 2021-05-29 | 1 | -6/+6 |
