summaryrefslogtreecommitdiff
path: root/swift
AgeCommit message (Expand)AuthorFilesLines
2022-09-29FlatBuffers Version 22.9.29 (#7557)Derek Bailey1-1/+1
2022-09-27Moves swift package to root of repository so it can be used directly … (#7548)mustiikhalil4-98/+1
2022-09-27FlatBuffers Version 22.9.24 (#7547)Derek Bailey2-2/+2
2022-09-01Fixes issue with cocoapods failing to be published because of docc (#7505)mustiikhalil1-1/+1
2022-08-31Updates cocoapods version (#7497)mustiikhalil1-1/+1
2022-08-29FlatBuffers Version 2.0.8 (#7492)Derek Bailey1-1/+1
2022-05-29Adds full supposed for Wasm in the swift lib (#7328)mustiikhalil20-12/+126
2022-04-26[swift] Make swift module public (#7274)Keith Smiley1-0/+1
2022-04-20[performance] Add aggressive systematic inlining in ByteBuffer and FlatBuffer...Joakim Hassila2-0/+47
2022-04-16Keep the underlying storage capacity when clearing the FlatBufferBuilder. Giv...Joakim Hassila1-2/+2
2022-04-06Adds a way to verify/exposes Entities ids (#7221)mustiikhalil4-2/+52
2022-03-29[swift] Add bazel configuration for Swift (#7195)Keith Smiley1-0/+7
2022-02-11Swift FlatBufferBuilder.sizedByteArray to ByteBuffer.toArray() (#7093)Matt Grippaldi2-6/+11
2021-09-27Improves documentation, and adding DocC (#6784)mustiikhalil43-111/+1085
2021-05-14Implements verifier and code gen for swift (#6373)mustiikhalil17-79/+1102
2021-05-11[Swift] Updated cocoapods to 2.0.0 (#6634)mustiikhalil2-3/+1
2021-05-10Updated main version numbers to 2.0Wouter van Oortmerssen1-1/+1
2021-05-06Updates swift generated monster sample file (#6616)mustiikhalil4-3/+9
2021-04-24[swift] Implements union strings (#6589)mustiikhalil5-27/+92
2021-02-16[Swift] Renaming protocols (#6469)mustiikhalil2-5/+5
2021-02-04Upgrade swift grpc to alpha 24 (#6439)mustiikhalil1-1/+1
2021-01-02Updates license date to 2021 (#6378)mustiikhalil12-12/+12
2020-12-17[Swift] Rebuild the way swift handles structs from scratch (#6326)mustiikhalil7-143/+66
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil13-1246/+1523
2020-11-09Resets buffer without deallocating current pointer (#6247)mustiikhalil2-3/+1
2020-10-25Adds readable size to asserts in read functions (#6210)mustiikhalil1-5/+7
2020-09-17Bump version for latest swift version (#6121)mustiikhalil1-1/+1
2020-09-17[Swift] Migrates struct write APIS to write directly to the buffer (#6093)mustiikhalil2-13/+74
2020-08-04Adds a serialize helper function to native table (#6059)mustiikhalil3-3/+30
2020-07-27[Feature] Checks for Nullable strings (#6050)mustiikhalil1-10/+4
2020-07-20[Swift] Optional Scalars Preparation (#6028)mustiikhalil2-1/+18
2020-06-30Code cleanup + updates test and readme (#6004)mustiikhalil4-53/+46
2020-06-25[Swift] Initialize memory when clear ByteBuffer (#5982)Liu Liu2-3/+4
2020-06-22[Swift] Add parsing from unowned UnsafeMutableRawPointer for ByteBuffer (#5981)Liu Liu1-2/+22
2020-06-18[Swift] Internal library improvements (#5965)mustiikhalil5-78/+69
2020-06-11[Swift] Improving reallocation time by using memcpy and moving reallocation c...mustiikhalil2-25/+26
2020-06-08Required is now implemented in swift (#5952)mustiikhalil1-1/+1
2020-06-04Adds bool support in structs + updates grpc support + CI upgrades (#5943)mustiikhalil4-84/+77
2020-05-07[swift] Moves code to use VTablesStorage (#5888)mustiikhalil4-37/+110
2020-05-04Updates swift docs for package management (#5883)mustiikhalil2-2/+6
2020-04-13[Swift] Object API support (#5826)mustiikhalil3-3/+37
2020-04-06Upgraded swift implementation for grpc (#5843)mustiikhalil1-1/+1
2020-04-02Improves performance for the swift library by using structs + a storage class...mustiikhalil2-126/+148
2020-03-16[Scripts] Adds swift to generated code (#5806)mustiikhalil1-1/+1
2020-03-12pre-tag version bump for 1.12v1.12.0Wouter van Oortmerssen1-1/+1
2020-03-12Removes the inner loop in the endtable check written tables (#5803)mustiikhalil2-13/+11
2020-02-24[Swift] Adds GRPC to Swift (#5758)mustiikhalil5-1/+78
2020-02-21Adds cocoapods and a readme of how to get the package (#5771)mustiikhalil3-0/+233
2020-01-27Adds min and max, comments, and all of swift's keywords + fix docs (#5737)mustiikhalil2-17/+20
2020-01-24Creates a flatbuffers validation function + small fix (#5725)mustiikhalil1-0/+2