Commit d19bf2a
Upgrade grpc library to v1.78.1 (#499)
* Initial changes
* Removed all internal private api
* Removed forward decleration
* Using internal zigzag encode and decode
* Upgraded grpc submodule to v1.78.0
* Updated template constructor
* Removed extra whitespace
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Removed hard coded utf8 validity check
* Added conditional_variable include
* Removed periods from debug log
* Removed circular dependency
* Rename semaphore to lv_semaphore
* Added unit tests
* Added cached datasize
* Fixed parsing for various types
* Fixed byte message parsing
* Added _cachedByteSize
* Fixed enum parsing
* Fix nested message parsing
* Through rumtime error if string is invalid
* Correctly parse oneof in codedstream
* Minor cleanup
* Fix parsing for singular types
* Invalidate bytesize cache
* Added AreUtf8StringsEnabled feature toggle for byte parsing
* Return error from seralizetostring
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Remove commented headers
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Correct cache reset
* Remove empty buffer check
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Include break in wiretype group
* Upgrade grpc to v1.78.1
* Update src/lv_serialization_traits.h comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Return false if parsing fails
* Removed buffer clear
* Override recorderror and recordwarning
* Added support for unpacked repeated field
* Added tests for unpacked repeated fields
* Use wireformat from wireformatlite internal library
* Remove inline zigzag helpers
* Minor changes
* Minor changes
* Changed parameter names to camelcase
* Resolved build errors
* Refactor protobuf numeric field parsing using traits-based template
* Fix: merge multiple packed chunks for the same repeated field
* Added commentes for bytesizelongcache
* Added tests for repeated string/bytes merging across multiple occurrences
* Correctly handle empty buffers
* Removed unnecessary copies and allocations in ParseFromByteBuffer
* Minor changes and refactoring
* Minor changes and code cleanup
* minor changes
---------
Co-authored-by: Yash Chauhan <yash.chauhan@emerson.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 51c1ef2 commit d19bf2a
File tree
25 files changed
+4399
-1268
lines changed- src
- tests/unit
- third_party
25 files changed
+4399
-1268
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
49 | 58 | | |
50 | 59 | | |
51 | 60 | | |
| |||
95 | 104 | | |
96 | 105 | | |
97 | 106 | | |
| 107 | + | |
98 | 108 | | |
99 | 109 | | |
100 | 110 | | |
| |||
217 | 227 | | |
218 | 228 | | |
219 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
220 | 266 | | |
221 | 267 | | |
222 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 6 | | |
11 | 7 | | |
12 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments