Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: third_party/flatbuffers/README.chromium

Issue 2883063002: Update FlatBuffers to include multiple improvements. (Closed)
Patch Set: Upgrade further. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/flatbuffers/BUILD.gn ('k') | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: FlatBuffers 1 Name: FlatBuffers
2 Short Name: flatbuffers 2 Short Name: flatbuffers
3 URL: https://github.com/google/flatbuffers 3 URL: https://github.com/google/flatbuffers
4 Version: e92ae5199d52fd59540a800bec7eef46cd778257 4 Version: 01c50d57a67a52ee3cddd81b54d4647e9123a290
5 Date: 2016-06-03 5 Date: 2017-06-05
6 License: Apache 2.0 6 License: Apache 2.0
7 License File: LICENSE 7 License File: LICENSE
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
11 FlatBuffers is an efficient cross platform serialization library for games and 11 FlatBuffers is an efficient cross platform serialization library for games and
12 other memory constrained apps. It allows you to directly access serialized data 12 other memory constrained apps. It allows you to directly access serialized data
13 without unpacking/parsing it first, while still having great forwards/backwards 13 without unpacking/parsing it first, while still having great forwards/backwards
14 compatibility. 14 compatibility.
OLDNEW
« no previous file with comments | « third_party/flatbuffers/BUILD.gn ('k') | third_party/flatbuffers/flatbuffer.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698