История коммитов

Автор SHA1 Сообщение Дата
  Thomas Van Lenten ac8da77c93 Run `swift-format -p -r -i .` 1 год назад
  Thomas Van Lenten cdec060948 Support JSON encoding/decoding on group fields. 2 лет назад
  Thomas Van Lenten 0f3e371638 Add `enableUpcomingFeature("ExistentialAny")` and update accordingly. 2 лет назад
  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 лет назад
  Cory Benfield 4f9d97261e Add modify operation to ExtensionFieldValueSet. 5 лет назад
  Thomas Van Lenten 9b9a4cfacf Handle a extension in JSON being 'null' 5 лет назад
  Tim Kientzle 2d03e5ede2 Eliminate a redundant cast 5 лет назад
  Tim Kientzle 24af779978 Don't accept `null` for standard enums 5 лет назад
  Tim Kientzle 11ff8137c2 Correctly handle repeated NullValue fields 5 лет назад
  Tim Kientzle aa434f7cd4 Fix JSON coding/decoding of NullValue WKT 5 лет назад
  Chris Burrows 160f7aaa05 Stop using Internal.emptyData in source 5 лет назад
  Tim Kientzle c0f09b736f Swift 4.2 does not support implicit returns 5 лет назад
  Tim Kientzle 212b23a957 Make the JSON API consistent with binary and TextFormat by having the extensions argument be optional and default to nil 5 лет назад
  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 5 лет назад
  Tim Kientzle 4feb5dc5ea Make messageType non-optional since in practice it is always available 5 лет назад
  Tim Kientzle 38274e875e Any + JSON + extensions 5 лет назад
  Tim Kientzle cd03369697 Just abort on invariant failures; don't try to recover 5 лет назад
  Tim Kientzle e56ffc39ff Basic test for nested messages with extension fields 5 лет назад
  Tim Kientzle 218356bbd7 First cut at support for proto2 extensions in JSON 5 лет назад
  Cory Benfield defcb54803 Use raw pointers instead of typed pointers. 6 лет назад
  Thomas Van Lenten 3dec79b4dc Update JSON unknown field support (#771) 7 лет назад
  Tim Kientzle b925121822 Change `extendingOrTruncating` to `truncatingIfNeeded` 8 лет назад
  Tim Kientzle b83f103f12 Provide type hint for old Swift compiler 8 лет назад
  Tim Kientzle f1bf18864f Consolidate string/number enums down in the scanner 8 лет назад
  Tim Kientzle 92b90061b8 Perf: Rework Text and JSON enum handling to take full advantage of NameMap. 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 лет назад
  Thomas Van Lenten 273aea222b Don't make the JSONDecodingOptions optional, just default them. 8 лет назад