Thomas Van Lenten
|
b164ab273a
Swap String(bytes:encoding:)! for String(decoding:as:)
|
1 سال پیش |
Thomas Van Lenten
|
ac8da77c93
Run `swift-format -p -r -i .`
|
1 سال پیش |
Thomas Van Lenten
|
9166640f3a
Move SwiftProtobufCore -> SwiftProtobuf
|
2 سال پیش |
Gus Cairo
|
5002f4cee6
Split SwiftProtobuf into SwiftProtobufCore & SwiftProtobufFoundationCompat
|
3 سال پیش |
Tim Kientzle
|
96d2ce6f64
Update link to LICENSE.txt in the copyright block
|
4 سال پیش |
Thomas Van Lenten
|
3baa19392c
Merge branch 'master' into cb-try-raw-pointer
|
6 سال پیش |
Cory Benfield
|
defcb54803
Use raw pointers instead of typed pointers.
|
6 سال پیش |
Tim Kientzle
|
79dce594ee
TextFormat Performance: Speed up encoding of submessages
|
6 سال پیش |
Tim Kientzle
|
dfa0849a81
Update copyright year on modified files
|
6 سال پیش |
Tim Kientzle
|
4e2aaa58a5
Performance: Simplify formatting double/float in JSON and TextFormat
|
6 سال پیش |
Alan Zeino
|
48bf5a8b95
swift5
|
7 سال پیش |
Tim Kientzle
|
b925121822
Change `extendingOrTruncating` to `truncatingIfNeeded`
|
8 سال پیش |
Tim Kientzle
|
98228eb3c4
Migrate directly to the Swift 4 syntax; shim for old compilers
|
8 سال پیش |
Tim Kientzle
|
566007e981
Swift 3 and Swift 4 have different names for narrowing integer conversions
|
8 سال پیش |
Tim Kientzle
|
0aa5c8fcbf
Merge branch 'master' into tbkka-double-formatter-parser
|
9 سال پیش |
Thomas Van Lenten
|
f8a10285a9
init?(safely: Double) -> init?(exactly: Double)
|
9 سال پیش |
Tim Kientzle
|
edd56c67e6
Merge branch 'master' into tbkka-double-formatter-parser
|
9 سال پیش |
Tim Kientzle
|
21321e802f
Make `fieldName` be a simple String property
|
9 سال پیش |
Tim Kientzle
|
80e1147fd8
Major speedup of floating-point handling in JSON/Text
|
9 سال پیش |
Tim Kientzle
|
71717b9239
Use numeric field names if the name isn't available
|
9 سال پیش |
Tim Kientzle
|
e05e6e9938
Unroll `startField(lookingUp:)` to get a major performance boost
|
9 سال پیش |
Tim Kientzle
|
dc452d611f
Cleanup: Just use the BufferPointer version directly
|
9 سال پیش |
Tim Kientzle
|
683da3a8c4
Compute JSON field names at run time
|
9 سال پیش |
Tim Kientzle
|
2918551fbe
Make extension field name handling private.
|
9 سال پیش |
Tim Kientzle
|
d05bb62548
Use accurate encoding for Text format
|
9 سال پیش |
Tony Allevato
|
e8cde946eb
Rework enums to use the same name mapping as message fields. (#320)
|
9 سال پیش |
Tim Kientzle
|
0e534ab533
Text encoder now writes out binary unknown fields
|
9 سال پیش |
Thomas Van Lenten
|
76b93b7f08
Use our init(safely:) for float/double -> Int64 conversions.
|
9 سال پیش |
Tim Kientzle
|
b0f3515c86
Use `StaticString` when appending multi-character literals.
|
9 سال پیش |
Tim Kientzle
|
48fd04b873
Store the indent as an array of spaces that can be appended in a single operation.
|
9 سال پیش |