Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: outlook/thrift

ol-20181113161448

14 Nov 00:15

Choose a tag to compare

Updates the Outlook thrift fork from 0.9.3 to 0.11.0.

ol-20180511151742

11 May 22:18
9dbb868

Choose a tag to compare

Fix integer map value JSON generation (#4)

Integer map values were previously output as with format %@, which
caused a crash because the parameter was shortValue. This seems to be an
existing bug, but no FE thrift uses map<k, int> at runtime, so it hasn't
affected anything. List and Set seem to work, so special-case Map to
always use primitive format instead of id format.

ol-20160802102138

02 Aug 17:22

Choose a tag to compare

Fix quote-escaping bug

ol-20160721150138

21 Jul 22:02

Choose a tag to compare

Replace %tu with %lu for NSUInteger formatting

ol-20160721145810

21 Jul 21:58

Choose a tag to compare

Remove pointless nil-check

ol-20160720154055

20 Jul 22:41

Choose a tag to compare

Remove pointless nil-check

ol-20160720153349

20 Jul 22:36

Choose a tag to compare

Add t_visitor for types, implement obfuscation for Cocoa codegen. (#2)

* Add t_visitor for types, implement obfuscation for Cocoa codegen.

* Fix unused-param warnings

ol-20160609110146

09 Jun 18:02

Choose a tag to compare

ThriftToJson protocol extends NSObject

ol-20160602234926

03 Jun 03:51

Choose a tag to compare

Replace private categories with static functions, fix naming conventi…

Outlook 0.0.1

31 May 15:54

Choose a tag to compare

Provides initial support for handling '@redacted' in generated Objective-C thrifts.

Note that to run, you may need to have openssl installed: brew install openssl

Note that only OS X is supported currently.