コミット履歴

作者 SHA1 メッセージ 日付
  Thomas Van Lenten ac8da77c93 Run `swift-format -p -r -i .` 1 年間 前
  Thomas Van Lenten bbc363d09b Fix TextFormat for unknown length delimited fields of zero length. 1 年間 前
  Takumi Muraishi f6d02e3926 [fix] typos 2 年 前
  Thomas Van Lenten 0f3e371638 Add `enableUpcomingFeature("ExistentialAny")` and update accordingly. 2 年 前
  Michael Rebello 5c446310bd Add `useDeterministicOrdering` to `JSONEncodingOptions` (#1478) 2 年 前
  Thomas Van Lenten 9166640f3a Move SwiftProtobufCore -> SwiftProtobuf 2 年 前
  Gus Cairo 5002f4cee6 Split SwiftProtobuf into SwiftProtobufCore & SwiftProtobufFoundationCompat 3 年 前
  Tim Kientzle 0f36f1b5b9 Collapse the redundant initializers into the only one we need 3 年 前
  Tim Kientzle 82eb33f13d TextFormat Performance: Avoid quadratic behavior for map and Any fields 3 年 前
  Thomas Van Lenten 9356b65101 Minimize our use of `defer` except when cleanup is needed with `throw`. 4 年 前
  Tim Kientzle 96d2ce6f64 Update link to LICENSE.txt in the copyright block 4 年 前
  Thomas Van Lenten ba958ea5ce Sort map fields for TextFormat. 5 年 前
  Chris Burrows 160f7aaa05 Stop using Internal.emptyData in source 5 年 前
  tbkka 57420fb5a5 Merge pull request #1002 from tbkka/tbkka-jsonExtensions 5 年 前
  Thomas Van Lenten e5b7be99fa Add asserts to all the repeated/packed visitors. 5 年 前
  Tim Kientzle 218356bbd7 First cut at support for proto2 extensions in JSON 5 年 前
  Thomas Van Lenten b1d08685b1 Guard against stack overflow when generating TextFormat for unknowns. 6 年 前
  Thomas Van Lenten 3baa19392c Merge branch 'master' into cb-try-raw-pointer 6 年 前
  Thomas Van Lenten edd69cad21 Avoid collecting unknown fields while scanning for message. 6 年 前
  Cory Benfield defcb54803 Use raw pointers instead of typed pointers. 6 年 前
  Tim Kientzle 863db4972f Look up field name just once for a repeated field, not once for every item 6 年 前
  Tim Kientzle 3daa120664 Use defer to ensure cleanup is handled correctly 6 年 前
  Tim Kientzle 79dce594ee TextFormat Performance: Speed up encoding of submessages 6 年 前
  Alan Zeino 48bf5a8b95 swift5 7 年 前
  Tim Kientzle 2152def33b Text Unknown Field Options 7 年 前
  Tim Kientzle ff6ef97ad3 Fix ambiguous reference to encoder struct 8 年 前
  Thomas Van Lenten 3051a0e57e Provide a default for Visitor.visitExtensionFields. 8 年 前
  Thomas Van Lenten d1bce3b67e Add BinaryDecodingOptions with a message depth limit and honor it. 8 年 前
  Tim Kientzle 8d5fddbac0 Remove redundant generic constraints 9 年 前
  Tony Allevato 9d94c44982 Performance improvements for String/Data empty values. (#466) 9 年 前