summaryrefslogtreecommitdiff
path: root/swift/Sources
AgeCommit message (Expand)AuthorFilesLines
2023-05-09FlatBuffers Version 23.5.9 (#7945)Derek Bailey1-1/+1
2023-05-09FlatBuffers Version 23.5.8 (#7943)RishabhDeep Singh1-1/+1
2023-03-03FlatBuffers Version 23.3.3 (#7852)Derek Bailey1-1/+1
2023-01-21FlatBuffers Version 23.1.21 (#7796)Derek Bailey1-1/+1
2023-01-21Flatbuffers Version 23.1.20 (#7794)Michael Le1-1/+1
2023-01-06Removes Dead code & regenerate code (#7744)mustiikhalil23-46/+46
2023-01-04FlatBuffers Version 23.1.4 (#7758)Derek Bailey1-1/+1
2022-12-06FlatBuffers Version 22.12.06 (#7702)Derek Bailey1-1/+1
2022-11-23FlatBuffers Version 22.11.23 (#7662)Derek Bailey1-1/+1
2022-11-22FlatBuffers Version 22.11.22Derek Bailey1-1/+1
2022-10-26FlatBuffers Version 22.10.26 (#7607)Derek Bailey1-1/+1
2022-10-26FlatBuffers Version 22.10.25 (#7604)Derek Bailey1-1/+1
2022-09-29FlatBuffers Version 22.9.29 (#7557)Derek Bailey1-1/+1
2022-09-27FlatBuffers Version 22.9.24 (#7547)Derek Bailey1-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-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-02-11Swift FlatBufferBuilder.sizedByteArray to ByteBuffer.toArray() (#7093)Matt Grippaldi2-6/+11
2021-09-27Improves documentation, and adding DocC (#6784)mustiikhalil41-110/+1047
2021-05-14Implements verifier and code gen for swift (#6373)mustiikhalil17-79/+1102
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)mustiikhalil5-141/+64
2020-11-16[Swift] Adds a format file and reformats the swift project (#6250)mustiikhalil12-1229/+1493
2020-11-09Resets buffer without deallocating current pointer (#6247)mustiikhalil1-2/+0
2020-10-25Adds readable size to asserts in read functions (#6210)mustiikhalil1-5/+7
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)mustiikhalil2-2/+29
2020-07-27[Feature] Checks for Nullable strings (#6050)mustiikhalil1-10/+4
2020-07-20[Swift] Optional Scalars Preparation (#6028)mustiikhalil1-0/+17
2020-06-30Code cleanup + updates test and readme (#6004)mustiikhalil2-51/+38
2020-06-25[Swift] Initialize memory when clear ByteBuffer (#5982)Liu Liu1-2/+3
2020-06-22[Swift] Add parsing from unowned UnsafeMutableRawPointer for ByteBuffer (#5981)Liu Liu1-2/+22
2020-06-18[Swift] Internal library improvements (#5965)mustiikhalil3-76/+67
2020-06-11[Swift] Improving reallocation time by using memcpy and moving reallocation c...mustiikhalil2-25/+26
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)mustiikhalil2-31/+105
2020-05-04Updates swift docs for package management (#5883)mustiikhalil1-1/+3
2020-04-13[Swift] Object API support (#5826)mustiikhalil3-3/+37
2020-04-02Improves performance for the swift library by using structs + a storage class...mustiikhalil2-126/+148
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)mustiikhalil4-0/+77
2020-01-27Adds min and max, comments, and all of swift's keywords + fix docs (#5737)mustiikhalil2-17/+20