Histórico de Commits

Autor SHA1 Mensagem Data
  Thomas Van Lenten ac8da77c93 Run `swift-format -p -r -i .` há 1 ano atrás
  Thomas Van Lenten cdec060948 Support JSON encoding/decoding on group fields. há 2 anos atrás
  Thomas Van Lenten 0f3e371638 Add `enableUpcomingFeature("ExistentialAny")` and update accordingly. há 2 anos atrás
  Thomas Van Lenten 9166640f3a Move SwiftProtobufCore -> SwiftProtobuf há 3 anos atrás
  Gus Cairo 5002f4cee6 Split SwiftProtobuf into SwiftProtobufCore & SwiftProtobufFoundationCompat há 3 anos atrás
  Tim Kientzle 96d2ce6f64 Update link to LICENSE.txt in the copyright block há 5 anos atrás
  Cory Benfield 4f9d97261e Add modify operation to ExtensionFieldValueSet. há 5 anos atrás
  Thomas Van Lenten 9b9a4cfacf Handle a extension in JSON being 'null' há 5 anos atrás
  Tim Kientzle 2d03e5ede2 Eliminate a redundant cast há 5 anos atrás
  Tim Kientzle 24af779978 Don't accept `null` for standard enums há 5 anos atrás
  Tim Kientzle 11ff8137c2 Correctly handle repeated NullValue fields há 5 anos atrás
  Tim Kientzle aa434f7cd4 Fix JSON coding/decoding of NullValue WKT há 5 anos atrás
  Chris Burrows 160f7aaa05 Stop using Internal.emptyData in source há 5 anos atrás
  Tim Kientzle c0f09b736f Swift 4.2 does not support implicit returns há 5 anos atrás
  Tim Kientzle 212b23a957 Make the JSON API consistent with binary and TextFormat by having the extensions argument be optional and default to nil há 5 anos atrás
  Tim Kientzle b7d7c4c25d Push the options and extensions down into the JSONScanner, since they are immutable for the duration of the decode and are more heavily used in the scanner há 5 anos atrás
  Tim Kientzle 4feb5dc5ea Make messageType non-optional since in practice it is always available há 5 anos atrás
  Tim Kientzle 38274e875e Any + JSON + extensions há 5 anos atrás
  Tim Kientzle cd03369697 Just abort on invariant failures; don't try to recover há 5 anos atrás
  Tim Kientzle e56ffc39ff Basic test for nested messages with extension fields há 5 anos atrás
  Tim Kientzle 218356bbd7 First cut at support for proto2 extensions in JSON há 5 anos atrás
  Cory Benfield defcb54803 Use raw pointers instead of typed pointers. há 6 anos atrás
  Thomas Van Lenten 3dec79b4dc Update JSON unknown field support (#771) há 7 anos atrás
  Tim Kientzle b925121822 Change `extendingOrTruncating` to `truncatingIfNeeded` há 8 anos atrás
  Tim Kientzle b83f103f12 Provide type hint for old Swift compiler há 8 anos atrás
  Tim Kientzle f1bf18864f Consolidate string/number enums down in the scanner há 8 anos atrás
  Tim Kientzle 92b90061b8 Perf: Rework Text and JSON enum handling to take full advantage of NameMap. há 8 anos atrás
  Tim Kientzle 98228eb3c4 Migrate directly to the Swift 4 syntax; shim for old compilers há 8 anos atrás
  Tim Kientzle 566007e981 Swift 3 and Swift 4 have different names for narrowing integer conversions há 8 anos atrás
  Thomas Van Lenten 273aea222b Don't make the JSONDecodingOptions optional, just default them. há 9 anos atrás