Thomas Van Lenten a028b77456 Optimize the varint size calculations to be branchless. (#1906) il y a 4 mois
..
Docs.docc c8fdc1ae84 [fix] potenial in Docs API.md il y a 2 ans
AnyMessageStorage.swift e41d3f0c93 Drop Swift 5.9 (#1775) il y a 10 mois
AnyUnpackError.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
AsyncMessageSequence.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryDecoder.swift 5c51f3120f Use unchecked math operations. (#1809) il y a 8 mois
BinaryDecodingError.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryDecodingOptions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryDelimited.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryEncoder.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryEncodingError.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryEncodingOptions.swift e1a6f514d6 Update BinaryEncodingOptions.swift il y a 1 an
BinaryEncodingSizeVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BinaryEncodingVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
BytecodeInterpreter.swift 0f043ac24a Create a bytecode interpreter to compactly represent text/JSON name maps. (#1789) il y a 9 mois
BytecodeReader.swift f8c286a5b1 Be explicit about the type and bound we're checking in `BytecodeReader.nextInt32`. (#1859) il y a 5 mois
CMakeLists.txt 3a4c97df2e Merge pull request #1505 from pouyayarandi/add-proto-reflection il y a 1 an
CustomJSONCodable.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Decoder.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
DoubleParser.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Enum.swift 7f94e232d1 Move SwiftProtobufTests to using `package` visibility. (#1791) il y a 9 mois
ExtensibleMessage.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
ExtensionFieldValueSet.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
ExtensionFields.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
ExtensionMap.swift 41492ea7d8 Add @preconcurrency il y a 2 ans
FieldTag.swift 7f94e232d1 Move SwiftProtobufTests to using `package` visibility. (#1791) il y a 9 mois
FieldTypes.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_Any+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_Any+Registry.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_Duration+Extensions.swift 75aac0fb89 Validate Duration before generating JSON to match upstream. (#1823) il y a 7 mois
Google_Protobuf_FieldMask+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_ListValue+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_NullValue+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_Struct+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_Timestamp+Extensions.swift 30a4f73a4f Validate Timestamp before generating JSON to match upstream. (#1824) il y a 7 mois
Google_Protobuf_Value+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Google_Protobuf_Wrappers+Extensions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
HashVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Internal.swift 3037b9bd0b Support blocking deprecated apis from the runtime. (#1814) il y a 8 mois
JSONDecoder.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
JSONDecodingError.swift 9166640f3a Move SwiftProtobufCore -> SwiftProtobuf il y a 2 ans
JSONDecodingOptions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
JSONEncoder.swift b164ab273a Swap String(bytes:encoding:)! for String(decoding:as:) il y a 1 an
JSONEncodingError.swift 330beeccd4 Keep existing errors and move only new ones to SwiftProtobufError il y a 1 an
JSONEncodingOptions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
JSONEncodingVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
JSONMapEncodingVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
JSONScanner.swift 799b56ecac Allow block comments for the table in the code. il y a 1 an
MathUtils.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Message+AnyAdditions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Message+BinaryAdditions.swift 86b697a812 Add basic RawSpan support for initializing and merging messages (#1857) il y a 5 mois
Message+BinaryAdditions_Data.swift 3037b9bd0b Support blocking deprecated apis from the runtime. (#1814) il y a 8 mois
Message+FieldMask.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Message+JSONAdditions.swift e4c3a0c5f8 Build out the validation of google.protobuf.Any JSON support. (#1744) il y a 1 an
Message+JSONAdditions_Data.swift e4c3a0c5f8 Build out the validation of google.protobuf.Any JSON support. (#1744) il y a 1 an
Message+JSONArrayAdditions.swift e4c3a0c5f8 Build out the validation of google.protobuf.Any JSON support. (#1744) il y a 1 an
Message+JSONArrayAdditions_Data.swift e4c3a0c5f8 Build out the validation of google.protobuf.Any JSON support. (#1744) il y a 1 an
Message+TextFormatAdditions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Message.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
MessageExtension.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
NameMap.swift 37efaf6284 Mark the legacy _NameMap initializer as deprecated. (#1816) il y a 8 mois
PathDecoder.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
PathVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
PrivacyInfo.xcprivacy e8e1601d1b Include "empty" privacy manifest file il y a 2 ans
ProtoNameProviding.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
ProtobufAPIVersionCheck.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
ProtobufMap.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
SelectiveVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
SimpleExtensionMap.swift 7f94e232d1 Move SwiftProtobufTests to using `package` visibility. (#1791) il y a 9 mois
StringUtils.swift b8f52f8728 Create fewer temporary `String`s when computing JSON names. (#1807) il y a 9 mois
SwiftProtobufContiguousBytes.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
SwiftProtobufError.swift 7f94e232d1 Move SwiftProtobufTests to using `package` visibility. (#1791) il y a 9 mois
TextFormatDecoder.swift 187b938339 Some small cleanups. (#1773) il y a 10 mois
TextFormatDecodingError.swift 9166640f3a Move SwiftProtobufCore -> SwiftProtobuf il y a 2 ans
TextFormatDecodingOptions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
TextFormatEncoder.swift b164ab273a Swap String(bytes:encoding:)! for String(decoding:as:) il y a 1 an
TextFormatEncodingOptions.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
TextFormatEncodingVisitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
TextFormatScanner.swift 60153e3ee8 Support TextFormat skipping reserved field names and numbers. il y a 10 mois
TimeUtils.swift e9b49af478 Add conversions between `Swift.Duration` and `Google_Protobuf_Duration`. (#1745) il y a 1 an
UnknownStorage.swift 7f94e232d1 Move SwiftProtobufTests to using `package` visibility. (#1791) il y a 9 mois
UnsafeRawPointer+Shims.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
Varint.swift a028b77456 Optimize the varint size calculations to be branchless. (#1906) il y a 4 mois
Version.swift c169a57442 Ignore the abseil privacy manifest and bump the patch version (#1885) il y a 5 mois
Visitor.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
WireFormat.swift 7f94e232d1 Move SwiftProtobufTests to using `package` visibility. (#1791) il y a 9 mois
ZigZag.swift ac8da77c93 Run `swift-format -p -r -i .` il y a 1 an
any.pb.swift 4bd401a822 Use implicit returns in generated code (#1894) il y a 4 mois
api.pb.swift 4bd401a822 Use implicit returns in generated code (#1894) il y a 4 mois
descriptor.pb.swift 4bd401a822 Use implicit returns in generated code (#1894) il y a 4 mois
duration.pb.swift 27d8bb9f90 Inline the bytecode string into the `_NameMap.init(bytecode:)` call. (#1804) il y a 9 mois
empty.pb.swift 237a664de8 Regenerate for the change. il y a 1 an
field_mask.pb.swift 27d8bb9f90 Inline the bytecode string into the `_NameMap.init(bytecode:)` call. (#1804) il y a 9 mois
source_context.pb.swift 27d8bb9f90 Inline the bytecode string into the `_NameMap.init(bytecode:)` call. (#1804) il y a 9 mois
struct.pb.swift 27d8bb9f90 Inline the bytecode string into the `_NameMap.init(bytecode:)` call. (#1804) il y a 9 mois
timestamp.pb.swift e271b13e96 Update proto files (#1898) il y a 4 mois
type.pb.swift 4bd401a822 Use implicit returns in generated code (#1894) il y a 4 mois
wrappers.pb.swift 27d8bb9f90 Inline the bytecode string into the `_NameMap.init(bytecode:)` call. (#1804) il y a 9 mois