History log of /external/flatbuffers/samples/sample_text.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
94d5643f97102fffd9e0131541e9385d6d0b7e34 18-Aug-2016 Ben Hamilton <beng@fb.com> Allow GenerateText() to indicate failure to encode flatbuffer to JSON (i.e., non-UTF-8 string data)
/external/flatbuffers/samples/sample_text.cpp
69a31b807a85e9a5ca4efb839f37ecb6dcf3eed5 04-Dec-2015 Mark Klara <mrhappyasthma@google.com> Revamping the FlatBuffers docs.

Adding an API reference for the supported languages.

General docs cleanup, including a new `tutorial` section that
supports all of the supported languages.

Added samples for each supported language to mirror the new
tutorial page.

Cleaned up all the links by making them `@ref` style links,
instead of referencing the names of the generated `.html` files.

Removed all generated files that were unnecessarily committed.

Also fixed the C# tests (two were failing due to a missing file).

Bug: b/25801305

Tested: Tested all samples on Ubuntu, Mac, and Android. Docs were
generated using doxygen and viewed on Chrome.

Change-Id: I2acaba6e332a15ae2deff5f26a4a25da7bd2c954
/external/flatbuffers/samples/sample_text.cpp
45bda6e08de1436e8a25e791b776e0bcc38f232b 01-Dec-2015 Wouter van Oortmerssen <wvo@google.com> Added --gen-all to generate code for a schema and all its includes.

Also refactored the way options are stored.

Change-Id: I709ac908cd2aba396c9c282725cf1d42ccce0882
Tested: on Linux.
/external/flatbuffers/samples/sample_text.cpp
5db12e9907e52bdbee9af5725df166eeda184a06 11-Sep-2015 Jason Sanmiya <jsanmiya@google.com> Fix Visual Studio 2012 build warning.

Also, remove execute permissions on several source files.

Tested: Builds on Visual Studio 2012, and Linux.

Change-Id: Idaacb2ae8eba98ce2974218c2ab840e97a1d67e9
/external/flatbuffers/samples/sample_text.cpp
e57b86bb9f17cabc5bf5b4afe78153dde55f46ea 12-Sep-2014 Wouter van Oortmerssen <wvo@google.com> The parser and flatc now allow include directories to be specified.

Bug: 17139854
Change-Id: I0eac65d054951e00a8811ad1d80ba8c37012dbf0
Tested: on Linux.
/external/flatbuffers/samples/sample_text.cpp
be894f09df2383844d6c19b1d173fec105451e0f 19-Aug-2014 Wouter van Oortmerssen <wvo@google.com> Schemas now support include files.

Bug: 15521443
Change-Id: I2e1ef97e7225a1a0ecf2ca65e31d49d443003747
Tested: on Linux.
/external/flatbuffers/samples/sample_text.cpp
7fcbe723fc821785abfec0348023d9ebf5b4db96 09-Jul-2014 Wouter van Oortmerssen <wvo@google.com> Added a "strict JSON" mode to the text generator and compiler

This will add quotes around field names, as required by the official
standard. By default it will leave quotes out, as it is more readable,
more compact, and is accepted by almost all JSON parsers.
The -S switch to flatc turns on strict mode.

As per rfc 7159.

Change-Id: Ibabe9c8162c47339d00ec581d18721a2ba40c6d0
Tested: on Windows.
/external/flatbuffers/samples/sample_text.cpp
1256307a388f05917b112253ef79e9b79ff76e1d 01-Jul-2014 Wouter van Oortmerssen <wvo@google.com> Switched VS build to -W4, and fixed all resulting warnings.

Change-Id: I654217cbd01a3a449503d95753e19b672ec7ec23
Tested: on Windows, Linux
/external/flatbuffers/samples/sample_text.cpp
26a30738a4fa4e92300821fd761764ec8df2dcf2 28-Jan-2014 Wouter van Oortmerssen <wvo@google.com> Initial commit of the FlatBuffers code.

Change-Id: I4c9f0f722490b374257adb3fec63e44ae93da920
Tested: using VS2010 / Xcode / gcc on Linux.
/external/flatbuffers/samples/sample_text.cpp