Commit Graph

98 Commits

Author SHA1 Message Date
Michael Lumish 1d9887224b grpc-tools: Bump to version 1.13.0 2025-02-06 14:59:47 -08:00
Lionello Lunesu 0a20c2df64 Add omit_serialize_instanceof generator option 2025-01-09 05:59:04 -08:00
Ivan Pakhomov 6a4e2dba98
Fixed generation of grpc services 2024-09-06 11:28:55 +02:00
Pietro De Nicolao 5c41ee4418
docs: replace invalid link in grpc-tools README 2023-03-30 13:41:05 +02:00
Michael Lumish a86cb96e91 grpc-tools: Bump version to 1.12.4 2023-01-30 16:46:39 -08:00
Jacob Sapoznikow 4b9e4019c3 Fix CMake args 2023-01-30 23:10:07 +00:00
Jacob Sapoznikow 71bfcd2afc Fix static linking and dockerfile 2023-01-30 22:01:57 +00:00
Jacob Sapoznikow 1924d4a9fd Begin aarch64 support 2023-01-22 22:54:12 +00:00
Michael Lumish b735abf544 grpc-tools: Bump to version 1.12.3 2022-12-05 15:44:24 -05:00
Michael Lumish 11aa7226d8 grpc-tools: Build for an older Mac version (attempt 2) 2022-12-05 15:29:14 -05:00
Michael Lumish 45adf24cf0 grpc-tools: Build for older Mac version 2022-12-05 13:46:55 -05:00
Michael Lumish 2ddd628747 Use BSD tar-specific options on Mac 2022-12-05 11:25:04 -05:00
Michael Lumish 488803740e grpc-tools: Force GNU format for artifact tarballs 2022-12-05 10:59:50 -05:00
natiz df8c719ceb chore: bump to 1.12.0 2022-12-01 18:30:49 +02:00
natiz 8ce5bf8c24 fix: lower cmake version to 3.7 2022-12-01 14:21:22 +02:00
natiz 6b4dd60f11 fix: windows build 2022-11-27 23:37:56 +02:00
natiz 124712979b grpc-tools: Update protoc to v3.19.1
last working version of protoc that includes javascript
2022-10-26 20:30:52 +03:00
Michael Lumish 7229fc28eb grpc-tools: Fix x64 arch name in build script 2022-10-05 13:22:51 -07:00
Michael Lumish 98d2506139 grpc-tools: Bump to version 1.11.3 2022-10-05 09:54:42 -07:00
Ryosuke Hayashi 2aac1da48e Build arm64 binaries for mac 2022-10-02 19:13:19 +09:00
Michael Lumish cb505b4556 grpc-tools: Bump to version 1.11.2 2021-06-17 11:12:35 -07:00
David Goitia acfb3c2829
Update node-pre-gyp dependency 2021-06-17 14:35:29 +02:00
Michael Lumish 661fae88c6 grpc-tools: make the plugin compatible with proto3 optional fields 2021-03-22 11:40:23 -07:00
Michael Lumish 65a1639798 grpc-tools: Bump protobuf dependency to 3.15.6 2021-03-16 13:43:53 -07:00
Michael Lumish c981d2cec3 grpc-tools: Bump version to 1.10.0 2020-11-18 11:25:02 -08:00
Masaki Hara ccb85ba470 Bump protobuf dep to v3.14.0 2020-11-18 16:01:08 +09:00
Michael Lumish c0840f1269 Update grpc-tools patch version 2020-07-14 10:16:17 -07:00
Michael Lumish b1ca875836 grpc-tools: Add compiler flag to fix error on Mac 2020-06-22 10:57:41 -07:00
Ben Sykes e8f7fb5cbd
Update node-pre-gyp to pickup fix for #1362
node-pre-gyp 0.12.0 uses needle 2.4.1 which has the bug in it.
Even with grpc 1.24.3, which refers to the updated version, it seems npm can decide to use the older version referenced by this package.
2020-06-15 09:18:44 -07:00
Michael Lumish 075a75b015
Merge pull request #1422 from murgatroid99/grpc_tools_1.9.0_readme
Bump grpc-tools to 1.9.0 and add a README
2020-05-21 11:10:49 -07:00
Michael Lumish 4c6847fc9f Build Windows x86 and x64 separately using a matrix 2020-05-15 10:43:25 -07:00
Michael Lumish 9b82abae06 Set arch properly, clean build products differently 2020-05-15 10:07:45 -07:00
Michael Lumish 5184050d97 Add command tracing again 2020-05-14 14:08:04 -07:00
Michael Lumish a1807ce67a Fix use of 2020-05-14 13:37:07 -07:00
Michael Lumish a59934ffa6 Add more debug output 2020-05-14 13:34:08 -07:00
Michael Lumish edecb1994b Add other debug output 2020-05-14 13:31:08 -07:00
Michael Lumish 2677d8773c Change how artifacts directory path is written, remove debug output 2020-05-14 13:21:34 -07:00
Michael Lumish 83590e20b6 Test PowerShell output 2020-05-14 13:04:59 -07:00
Michael Lumish de9d8959b1 Make PowerShell actually output something of some value 2020-05-14 12:02:55 -07:00
Michael Lumish 95e49dc684 Fix package installation in grpc-tools build script 2020-05-14 11:55:50 -07:00
Michael Lumish 5e9a3ca738 Add grpc-tools build GitHub Workflow 2020-05-14 11:16:30 -07:00
Michael Lumish dfacfae2b2 Fix package installation in grpc-tools build script 2020-05-12 14:52:01 -07:00
Michael Lumish e4a3fb6338 Bump grpc-tools to 1.9.0 and add a README 2020-05-12 14:04:57 -07:00
David Walsh f98bf7e940 Bump protobuf dep to v3.11.4 2020-05-11 19:38:29 -06:00
Michael Lumish fbc5174f47
Merge pull request #1380 from badsyntax/grpc-tools--grpc-js
grpc-tools: add grpc_js param to grpc_out
2020-05-11 11:14:16 -07:00
Richard Willis f7deff3d82 grpc-tools: add grpc_js grpc_out param
This is a minor change to use the pure JavaScript gRPC Client `@grpc/grpc-js`
instead of the (now deprecated `grpc` node package).
2020-04-22 19:25:16 +01:00
Gintautas Miselis bbec4514d2 Don't use bundledDependencies 2020-04-20 13:29:35 +03:00
murgatroid99 e08b9e4331 Update grpc-tools to v1.8.1 2020-01-06 17:17:30 -08:00
Michael Lumish 56f22594b7
Merge pull request #1213 from murgatroid99/tools_comment_interpolation_fix
grpc-tools: Use PrintRaw when outputting comments
2020-01-06 15:11:49 -08:00
Jordan Worner 79c013e2c9
removing printf stops output is unparseable error 2019-12-21 15:58:06 +00:00