summary refs log tree commit diff
path: root/pkgs/development/libraries/grpc
Commit message (Collapse)AuthorAge
* grpc: add comment about updating python3Packages.grpcio-statusJonathan Ringer2021-12-22
| | | | - Add python packages as tests
* grpc: 1.42.0 -> 1.43.0Mario Rodas2021-12-18
| | | | https://github.com/grpc/grpc/releases/tag/v1.43.0
* grpc: fix build on aarch64Mario Rodas2021-11-19
|
* grpc: 1.41.0 -> 1.42.0Mario Rodas2021-11-18
| | | | https://github.com/grpc/grpc/releases/tag/v1.42.0
* all-packages: pass cxxStandard to or-toolsPhillip Cloud2021-11-01
|
* grpc: remove explicit cxx17 requirement coming from abseil-cppPhillip Cloud2021-11-01
|
* pkgsLLVM.grpc: fix build with clang < 11sternenseemann2021-10-07
| | | | | | | | | | | | | Apparently there's an issue where compiling grpc with -std=c++17 fails unless the clang version is at least 11. Hopefully our default clang version will be increased to that soon, but until then we need to work around this problem by setting an older C++ standard. It's unclear if using C++11 causes further issues, but compiling is better than not compiling, I suppose. Contrary to the linked bug report, the darwin stdenv doesn't exhibit this problem for some reason.
* grpc: don't set LD_LIBRARY_PATH when cross compilingsternenseemann2021-10-07
| | | | | | | | LD_LIBRARY_PATH is only necessary in the native compilation case when we need to execute grpc_cpp_plugin from the build directory. Disabling this for cross is not only cleaner, but eliminates linker failures when cross compiling to a compatible configuration, since LD_LIBRARY_PATH takes precedence over the rpath set in buildPackages.grpc's grpc_cpp_plugin.
* grpc: 1.40.0 -> 1.41.0Mario Rodas2021-09-29
| | | | https://github.com/grpc/grpc/releases/tag/v1.41.0
* grpc: add patch to revert alias to abseil mutexMario Rodas2021-09-11
|
* grpc: 1.39.1 -> 1.40.0Mario Rodas2021-09-07
| | | | https://github.com/grpc/grpc/releases/tag/v1.40.0
* grpc: 1.39.0 -> 1.39.1Mario Rodas2021-08-22
|
* grpc: formatSandro Jäckel2021-08-02
|
* grpc: formatSandro Jäckel2021-08-02
|
* grpc: fix crossAlyssa Ross2021-08-01
| | | | | | | | I couldn't find any alternative to setting _gRPC_PROTOBUF_PROTOC_EXECUTABLE. protobuf.cmake uses find_program when cross-compiling, which finds the host platform's protoc instead of the build platform's. I even tried giving protobuf multiple outputs and not including the one with the binary in buildInputs, but it didn't help.
* grpc: 1.38.1 -> 1.39.0Mario Rodas2021-07-21
| | | | https://github.com/grpc/grpc/releases/tag/v1.39.0
* grpc: 1.38.0 -> 1.38.1Mario Rodas2021-06-23
| | | | https://github.com/grpc/grpc/releases/tag/v1.38.1
* grpc: 1.37.1 -> 1.38.0Mario Rodas2021-05-20
| | | | https://github.com/grpc/grpc/releases/tag/v1.38.0
* grpc: 1.37.0 -> 1.37.1Mario Rodas2021-04-30
| | | | https://github.com/grpc/grpc/releases/tag/v1.37.1
* grpc: 1.36.4 -> 1.37.0Mario Rodas2021-04-07
| | | | https://github.com/grpc/grpc/releases/tag/v1.37.0
* Merge pull request #117160 from marsam/abseil-cpp-sharedMario Rodas2021-03-28
|\ | | | | abseil-cpp: build shared
| * grpc: do not use vendored abseilMario Rodas2021-03-20
| |
* | grpc: 1.36.1 -> 1.36.4Mario Rodas2021-03-20
|/
* grpc: fix build input propagationHedtke, Moritz2021-03-15
|
* grpc: 1.35.0 -> 1.36.1Mario Rodas2021-02-26
| | | | | https://github.com/grpc/grpc/releases/tag/v1.36.0 https://github.com/grpc/grpc/releases/tag/v1.36.1
* grpc: 1.34.1 -> 1.35.0Mario Rodas2021-02-10
| | | | https://github.com/grpc/grpc/releases/tag/v1.35.0
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* grpc: 1.34.0 -> 1.34.1Mario Rodas2021-01-16
| | | | https://github.com/grpc/grpc/releases/tag/v1.34.1
* treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-01
|
* grpc: 1.33.2 -> 1.34.0Mario Rodas2020-12-02
| | | | https://github.com/grpc/grpc/releases/tag/v1.34.0
* grpc: 1.32.0 -> 1.33.2Mario Rodas2020-10-31
|
* grpc: fix build w/glibc-2.32Maximilian Bosch2020-09-12
|
* grpc: 1.31.0 -> 1.32.0Mario Rodas2020-09-09
| | | | https://github.com/grpc/grpc/releases/tag/v1.32.0
* grpc: 1.29.0 -> 1.31.0Mario Rodas2020-08-05
| | | | Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0
* grpc: 1.28.1 -> 1.29.0Mario Rodas2020-05-16
|
* grpc: 1.27.1 -> 1.28.1Mario Rodas2020-04-02
| | | | | | Changelog: - https://github.com/grpc/grpc/releases/tag/v1.28.0 - https://github.com/grpc/grpc/releases/tag/v1.28.1
* grpc: 1.26.0 -> 1.27.1Mario Rodas2020-02-10
| | | | | | Changelog: - https://github.com/grpc/grpc/releases/tag/v1.27.0 - https://github.com/grpc/grpc/releases/tag/v1.27.1
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* grpc: 1.25.0 -> 1.26.0Mario Rodas2019-12-29
| | | | Changelog: https://github.com/grpc/grpc/releases/tag/v1.26.0
* grpc: fix build on armv6lBen Wolsieffer2019-12-02
|
* grpc: 1.24.3 -> 1.25.0Mario Rodas2019-11-06
|
* grpc: 1.23.0 -> 1.24.3Mario Rodas2019-10-23
| | | | Co-authored-by: Tom Bereknyei <tomberek@users.noreply.github.com>
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\ | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * grpc: add marsam as maintainerMario Rodas2019-08-22
| |
| * grpc: 1.22.0 -> 1.23.0R. RyanTM2019-08-19
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/grpc/versions
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* grpc: fix darwin buildMario Rodas2019-08-02
|
* grpc: 1.19.1 -> 1.22.0Mario Rodas2019-08-02
|
* grpc: build shared libs, fixes #58375Frederik Rietdijk2019-04-11
|
* grpc: 1.19.0 -> 1.19.1Frederik Rietdijk2019-04-11
|