summaryrefslogtreecommitdiff
path: root/swift
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-24[Swift] Fix padding function overflow when bufSize is 0 (#5721)vkill1-1/+1
2020-01-16[Swift] Support create long string (#5709)vkill1-7/+7
2020-01-09[Swift] Swift implementation 🎉🎉 (#5603)mustiikhalil10-0/+1146