abdulras ce43667751 build: add a CMake based build 6 vuotta sitten
..
AnyMessageStorage.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
AnyUnpackError.swift 9fe94a5963 Documentation cleanup (#411) 9 vuotta sitten
BinaryDecoder.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
BinaryDecodingError.swift d1bce3b67e Add BinaryDecodingOptions with a message depth limit and honor it. 8 vuotta sitten
BinaryDecodingOptions.swift 50da5cba16 Review feedback. 8 vuotta sitten
BinaryDelimited.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
BinaryEncoder.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
BinaryEncodingError.swift 9fe94a5963 Documentation cleanup (#411) 9 vuotta sitten
BinaryEncodingSizeVisitor.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
BinaryEncodingVisitor.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
CMakeLists.txt ce43667751 build: add a CMake based build 6 vuotta sitten
CustomJSONCodable.swift 0b5770a96c Wire JSONEncodingOptions into the encoding api. 7 vuotta sitten
Data+Extensions.swift 79d3adc10e fix swift protobuf build for swift below 5.0 6 vuotta sitten
Decoder.swift ff6ddb62a6 Add a method to Decoder for MessageSet decoding and generate to it. 8 vuotta sitten
DoubleParser.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Enum.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
ExtensibleMessage.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
ExtensionFieldValueSet.swift a381a62107 Move Extension fields to the Swift 4.2 Hashable approach. 7 vuotta sitten
ExtensionFields.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
ExtensionMap.swift 79c9673132 Rename MessageExtensionBase -> AnyMessageExtension 8 vuotta sitten
FieldTag.swift b925121822 Change `extendingOrTruncating` to `truncatingIfNeeded` 8 vuotta sitten
FieldTypes.swift 5c6fd80784 Be consistent about access level vs. static decls. 7 vuotta sitten
Google_Protobuf_Any+Extensions.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Google_Protobuf_Any+Registry.swift 3088a284d3 Swift 4.2 is the current GM, so our min is 3.2. 7 vuotta sitten
Google_Protobuf_Duration+Extensions.swift 3088a284d3 Swift 4.2 is the current GM, so our min is 3.2. 7 vuotta sitten
Google_Protobuf_FieldMask+Extensions.swift 5529100a3e Revert "Drop Swift 4.0 support (#905)" 6 vuotta sitten
Google_Protobuf_ListValue+Extensions.swift 0b5770a96c Wire JSONEncodingOptions into the encoding api. 7 vuotta sitten
Google_Protobuf_Struct+Extensions.swift 0b5770a96c Wire JSONEncodingOptions into the encoding api. 7 vuotta sitten
Google_Protobuf_Timestamp+Extensions.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
Google_Protobuf_Value+Extensions.swift 0b5770a96c Wire JSONEncodingOptions into the encoding api. 7 vuotta sitten
Google_Protobuf_Wrappers+Extensions.swift 0b5770a96c Wire JSONEncodingOptions into the encoding api. 7 vuotta sitten
HashVisitor.swift 91d9250193 Move Message over to hash(into:) for Swift 4.2. 7 vuotta sitten
Internal.swift 18466c1779 Remove more redundant generic types 9 vuotta sitten
JSONDecoder.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
JSONDecodingError.swift 3dec79b4dc Update JSON unknown field support (#771) 7 vuotta sitten
JSONDecodingOptions.swift 3dec79b4dc Update JSON unknown field support (#771) 7 vuotta sitten
JSONEncoder.swift 3baa19392c Merge branch 'master' into cb-try-raw-pointer 6 vuotta sitten
JSONEncodingError.swift baf6d0d20b Get rid of hand-written Struct, Value, and ListValue. (#366) 9 vuotta sitten
JSONEncodingOptions.swift 34ca4ae5b7 Adding JSON encoding option: Use proto field names instead of lowerCamelCase names (#856) 7 vuotta sitten
JSONEncodingVisitor.swift 3daa120664 Use defer to ensure cleanup is handled correctly 6 vuotta sitten
JSONMapEncodingVisitor.swift df784a4ba8 Fix JSON Map encoder 7 vuotta sitten
JSONScanner.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
MathUtils.swift 233a3ab65e Remove support for Swift < 4.0. 7 vuotta sitten
Message+AnyAdditions.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
Message+BinaryAdditions.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Message+JSONAdditions.swift e4811ab4a4 Fix whitespace, update comment 6 vuotta sitten
Message+JSONArrayAdditions.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Message+TextFormatAdditions.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Message.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
MessageExtension.swift ef0c826c11 Move extension default support to lookup instead of Extension creation. 8 vuotta sitten
NameMap.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
ProtoNameProviding.swift a5644ad991 Hide some more symbols. 9 vuotta sitten
ProtobufAPIVersionCheck.swift 8feeced32d Bump compatibilityVersion and regenerate. 8 vuotta sitten
ProtobufMap.swift 18466c1779 Remove more redundant generic types 9 vuotta sitten
SelectiveVisitor.swift 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 vuotta sitten
SimpleExtensionMap.swift 3ec6d19549 Improve the union performance. 8 vuotta sitten
StringUtils.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
TextFormatDecoder.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
TextFormatDecodingError.swift dc78df6640 Add custom errors for extension decoding. 8 vuotta sitten
TextFormatEncoder.swift 3baa19392c Merge branch 'master' into cb-try-raw-pointer 6 vuotta sitten
TextFormatEncodingOptions.swift 2152def33b Text Unknown Field Options 7 vuotta sitten
TextFormatEncodingVisitor.swift b1d08685b1 Guard against stack overflow when generating TextFormat for unknowns. 6 vuotta sitten
TextFormatScanner.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
TimeUtils.swift e256431949 Help the compiler pick the right `div()` function 9 vuotta sitten
UnknownStorage.swift 5529100a3e Revert "Drop Swift 4.0 support (#905)" 6 vuotta sitten
UnsafeBufferPointer+Shims.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
UnsafeRawPointer+Shims.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Varint.swift defcb54803 Use raw pointers instead of typed pointers. 6 vuotta sitten
Version.swift 7790acf0a8 Version bump to make a release. 6 vuotta sitten
Visitor.swift 70469c8a3e Update some comments about Hashable vs. hashValue. 7 vuotta sitten
WireFormat.swift 9668516413 Tweaked the docs on unknown handing. 8 vuotta sitten
ZigZag.swift a630bb0e9c Update copyright on all Swift sources 9 vuotta sitten
any.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
api.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
descriptor.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
duration.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
empty.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
field_mask.pb.swift 32d6b4d783 Updated proto files from google/protocolbuffers. 6 vuotta sitten
source_context.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
struct.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
timestamp.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
type.pb.swift b63f7e870b Regenerate references 6 vuotta sitten
wrappers.pb.swift b63f7e870b Regenerate references 6 vuotta sitten