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