Commit Graph

672 Commits

Author SHA1 Message Date
Michael Lumish 1addf78d49
Merge pull request #799 from murgatroid99/native_generic_client_fix
Native: fix generic Client constructor crashing
2019-03-25 17:10:59 -07:00
Michael Lumish c84fe2d24e
Merge pull request #798 from murgatroid99/gcc8_build_fix
Omit a build warning that v8 headers violate
2019-03-25 14:29:40 -07:00
murgatroid99 157e7c69b6 Remove other typescript dev dependencies 2019-03-22 11:48:15 -07:00
murgatroid99 fe7b2e8214 Native: fix generic Client constructor crashing 2019-03-20 16:26:05 -07:00
murgatroid99 9a371ed196 Omit a build warning that v8 headers violate 2019-03-20 15:50:28 -07:00
murgatroid99 55cc69c451 Bump to v1.19.0 2019-02-26 17:01:01 -08:00
murgatroid99 9686679736 Bump to 1.19.0-pre1 2019-02-14 16:30:55 -08:00
murgatroid99 d879e21a42 Fix missing slash in file path 2019-02-13 16:46:18 -08:00
murgatroid99 9a629f9b76 Fix directory where we are searching for build output 2019-02-13 16:22:13 -08:00
murgatroid99 35c257c019 Remove 'Release' config argument 2019-02-13 15:58:48 -08:00
murgatroid99 90233c965f Force plugin to link statically on Windows 2019-02-13 15:22:48 -08:00
murgatroid99 8bb3f0a130 Add cmake to path 2019-02-13 12:42:42 -08:00
murgatroid99 464f91a164 Add env debug output 2019-02-13 10:17:35 -08:00
murgatroid99 004d8e044a Trying 'cmake.exe' 2019-02-12 16:04:29 -08:00
murgatroid99 b2756d2d78 grpc-tools build script fixes part 2 2019-02-12 12:59:40 -08:00
murgatroid99 9257ac0ebc grpc-tools cleanup and packaging update 2019-02-11 13:27:18 -08:00
Michael Lumish 0a88c7f0f9
Merge pull request #729 from murgatroid99/grpc-tools_build_scripts
Add build files for grpc-tools and tests for those builds
2019-02-08 15:22:06 -08:00
murgatroid99 3d4072e806 Fix cmake installation 2019-02-07 15:55:25 -08:00
murgatroid99 fc6feb470e More Windows script fixes 2019-02-07 12:44:48 -08:00
murgatroid99 4821df409f Disable c++ extensions in grpc-tools 2019-02-07 11:01:04 -08:00
murgatroid99 35e7a7575a Fix build script issues 2019-02-07 10:57:40 -08:00
murgatroid99 20d7414b81 Make release script setup more consistent 2019-02-06 15:07:42 -08:00
murgatroid99 c137ca6849 Add build files for grpc-tools and tests for those builds 2019-02-06 14:53:37 -08:00
Michael Lumish 5dfcec80f9
Merge pull request #718 from murgatroid99/v1.19-dev-submodule-update
Update submodule on master
2019-02-06 11:28:14 -08:00
Michael Lumish f356c2243b
Merge pull request #726 from shirbr510/master
Resolve new Buffer deprecation
2019-02-05 12:18:13 -08:00
Shir Brass b1609a1311
replace usage of Buffer.from with Buffer.alloc 2019-02-05 17:31:03 +02:00
Shir Brass 511f4249d1 removed all the deprecated new Buffer code and replace it with Buffer.from 2019-02-02 15:17:46 +02:00
murgatroid99 a235829bc7 Target grpc-js build at a higher ES standard 2019-01-31 17:33:37 -08:00
murgatroid99 599ba0db33 Bump grpc-js to 0.3.5 2019-01-31 13:56:39 -08:00
Alexander Fenster b9130b239d fix: use getRequestHeaders if available 2019-01-30 12:18:18 -08:00
murgatroid99 62fc714c8d Update submodule on master 2019-01-23 16:09:12 -08:00
Nicolas Noble a10c534b01
Merge pull request #715 from nicolasnoble/upmerge
Upmerge from grpc@1.18.x
2019-01-17 17:07:32 -08:00
Nicolas "Pixel" Noble 3593bb621e Splitting node and electron builds. 2019-01-18 00:13:29 +01:00
Michael Lumish 0db33cb36f
Merge pull request #713 from murgatroid99/proto-loader_0.4.0
Bump proto-loader to 0.4.0
2019-01-17 12:50:59 -08:00
murgatroid99 6d2b6d2dcc Bump proto-loader to 0.4.0 2019-01-17 10:00:43 -08:00
murgatroid99 5cee1065fb Bump grpc-js to 0.3.4 2019-01-17 09:38:59 -08:00
Michael Lumish eb932db144
Merge pull request #703 from murgatroid99/proto-loader_messages
Add message and enum type information to package definition output.
2019-01-17 09:34:24 -08:00
Michael Lumish 38637b5103
Merge pull request #709 from grpc/grpc@1.18.x
Grpc@1.18.x
2019-01-16 14:51:17 -08:00
Michael Lumish 591c5b9337
Merge pull request #707 from murgatroid99/native_1.18.0_bump
Bump native to 1.18.0
2019-01-15 17:48:52 -08:00
murgatroid99 8e063c10e5 Bump native to 1.18.0 2019-01-15 11:53:48 -08:00
murgatroid99 15f877aa45 Fix lint errors 2019-01-14 17:51:41 -08:00
murgatroid99 f9de2aff7e grpc native: Fix handling of non-service objects in package definitions 2019-01-14 17:47:47 -08:00
murgatroid99 e32fec18fe grpc-js: Fix handling of non-service objects in package definitions 2019-01-14 17:03:03 -08:00
murgatroid99 0bc3d0b3b6 Skip proto-loader tests for unsupported versions 2019-01-14 14:35:46 -08:00
murgatroid99 1a9e7cd7c7 Add message type information to package definition output. 2019-01-14 14:08:24 -08:00
murgatroid99 6cc3b7536d grpc-js: bump to 0.3.3 2019-01-09 15:28:57 -08:00
Michael Lumish 4a9624a81c
Merge pull request #700 from murgatroid99/native_error_type_fix
Native: add details property to StatusError type
2019-01-08 14:02:55 -08:00
murgatroid99 579f57c68a Native: add details property to StatusError type 2019-01-08 11:02:56 -08:00
murgatroid99 d3320d5571 Native: bump to 1.18.0-pre1 2019-01-08 10:18:43 -08:00
Nicolas Noble 7cc5286e60
Merge pull request #696 from grpc/grpc@1.17.x
1.17.x upmerge to master
2019-01-07 23:07:44 -08:00