Thomas Van Lenten
|
187b938339
Some small cleanups. (#1773)
|
hace 10 meses |
Thomas Van Lenten
|
ac8da77c93
Run `swift-format -p -r -i .`
|
hace 1 año |
Thomas Van Lenten
|
35c64a285a
TextFormat decoding options to skip unknown fields/extensions.
|
hace 1 año |
Thomas Van Lenten
|
43846441ab
Support field separators on the last field of a message field.
|
hace 1 año |
Thomas Van Lenten
|
e2596cc19f
The messageType is always know, so no need for it to be optional.
|
hace 1 año |
Thomas Van Lenten
|
7b4ce7cdfa
Fold the extension field name parsing into nextFieldNumber.
|
hace 1 año |
Thomas Van Lenten
|
0f3e371638
Add `enableUpcomingFeature("ExistentialAny")` and update accordingly.
|
hace 2 años |
Thomas Van Lenten
|
9166640f3a
Move SwiftProtobufCore -> SwiftProtobuf
|
hace 2 años |
Gus Cairo
|
5002f4cee6
Split SwiftProtobuf into SwiftProtobufCore & SwiftProtobufFoundationCompat
|
hace 3 años |
Tim Kientzle
|
96d2ce6f64
Update link to LICENSE.txt in the copyright block
|
hace 4 años |
Cory Benfield
|
4f9d97261e
Add modify operation to ExtensionFieldValueSet.
|
hace 5 años |
Thomas Van Lenten
|
9d982393ae
Add DecodingOptions for TextFormat.
|
hace 5 años |
Thomas Van Lenten
|
8bf0c1b7db
Avoid looping forever on malformed Map TextFormat.
|
hace 5 años |
Cory Benfield
|
defcb54803
Use raw pointers instead of typed pointers.
|
hace 6 años |
Tim Kientzle
|
b925121822
Change `extendingOrTruncating` to `truncatingIfNeeded`
|
hace 8 años |
Tim Kientzle
|
92b90061b8
Perf: Rework Text and JSON enum handling to take full advantage of NameMap.
|
hace 8 años |
Tim Kientzle
|
98228eb3c4
Migrate directly to the Swift 4 syntax; shim for old compilers
|
hace 8 años |
Tim Kientzle
|
566007e981
Swift 3 and Swift 4 have different names for narrowing integer conversions
|
hace 8 años |
Thomas Van Lenten
|
aeea08ca1b
Support field numbers for map entries.
|
hace 8 años |
Thomas Van Lenten
|
dc78df6640
Add custom errors for extension decoding.
|
hace 8 años |
Thomas Van Lenten
|
cb7b087d06
Change extension field helper to take a decoder.
|
hace 8 años |
Tim Kientzle
|
8d5fddbac0
Remove redundant generic constraints
|
hace 9 años |
Tim Kientzle
|
6254714bc7
Introduce ExtensionMap protocol for extension lookup
|
hace 9 años |
Tim Kientzle
|
23cef5dacd
First rough conversion of Text Decoder to work against UTF8 bytes
|
hace 9 años |
Tim Kientzle
|
55301c6c1b
Merge branch 'master' into tbkka-hide-json-decoder
|
hace 9 años |
Thomas Van Lenten
|
dc0fad0112
Prefix some part of MessageExtensions with _protobuf_.
|
hace 9 años |
Tim Kientzle
|
9a4ace91e3
Make JSONDecoder and TextFormatDecoder `internal`
|
hace 9 años |
Tony Allevato
|
e8cde946eb
Rework enums to use the same name mapping as message fields. (#320)
|
hace 9 años |
Thomas Van Lenten
|
1489fe884a
Underscore prefix the ProtobufMap types.
|
hace 9 años |
Thomas Van Lenten
|
f475a003c8
Rename ProtoNameProviding to _ProtoNameProviding.
|
hace 9 años |