- 20 Jan, 2016 3 commits
-
-
Oli Wilkinson authored
Tested on: Windows, Unit Tests
-
Wouter van Oortmerssen authored
Added Visual Studio transient files to .gitignore
-
Robert authored
[BUG FIX] [MINOR] Fix encoding with unicode characters.
-
- 19 Jan, 2016 11 commits
-
-
-
Wouter van Oortmerssen authored
Fixed comment typo
-
Mark Klara authored
When built for release, builds were failing with unused variable warnings, since they were only used in `assert()` calls. I added explicit void casting to any potentially unused variables. Change-Id: I9947ba46891fdda5aa925caa950642dedd4e009f
-
Mark Klara authored
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
-
-
Wouter van Oortmerssen authored
These cause the field in question to be skipped. Bug: 16550393 Change-Id: Id05104e89818ee773b8a91fdcc86e18061b9a82f Tested: on Linux.
-
Wouter van Oortmerssen authored
Bug: 21642898 Change-Id: Ifaf0b3c4274fe30ef29507ba1c1216d700efe85b Tested: on Linux.
-
Wouter van Oortmerssen authored
Bug: 26296711 Change-Id: I225067d82ac0f8bd71b2b97b1672517ca86cc3b9 Tested: on Linux.
-
Wouter van Oortmerssen authored
Check (& skip) of the utf-8 byte order mark
-
Wouter van Oortmerssen authored
Java/C#: generation of typed helpers when using nested_flatbuffers
-
Wouter van Oortmerssen authored
Gcc 4.4.3 support
-
- 18 Jan, 2016 3 commits
-
-
Oli Wilkinson authored
-
Oli Wilkinson authored
-
Oli Wilkinson authored
-
- 13 Jan, 2016 1 commit
-
-
Jaak Ristioja authored
-
- 09 Jan, 2016 1 commit
-
-
Chandra Penke authored
- Removed uses of lambda expressions - Added custom defines for constexpr and nullptr - Removed trailing comma of last value from generated enums
-
- 08 Jan, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Binary file arguments to flatc have to be preceded by -- to identify them, forgetting this however results in them being attempted to be parsed as schema/json, with cryptic errors. This instead gives an error if 0 bytes are contained in your text file. Bug: 22069056 Change-Id: I226bf651dcb016f18d7c8ffadcf23466a1fc0b87 Tested: on Linux.
-
Wouter van Oortmerssen authored
The parser state generated from the .proto conversion process is not exactly the same as what you get by parsing the generated schema, which can cause problems. This check enforces that you first convert the .proto, then generate code from the new schema. Change-Id: I04b53af9288d87e256d1cc109388332fefb3a09f Tested: on Linux.
-
- 07 Jan, 2016 3 commits
-
-
Wouter van Oortmerssen authored
Change-Id: If24e3eea90cef2a0d6a9d98fb503d2e3ec34ceed Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: If4c8fac6a421ac6436cab0dd7a0ae822a32e90bf
-
Robert authored
[BUG] [MINOR] Use buffer for specific py versions
-
- 06 Jan, 2016 10 commits
-
-
Wouter van Oortmerssen authored
Fixed MS static analysis warnings
-
Chris Pickett authored
-
Wouter van Oortmerssen authored
Fixed warning building in VS2012
-
Wouter van Oortmerssen authored
Fix build for platforms not supporting realpath
-
Chris Pickett authored
src\reflection.cpp(297): warning C4267: 'argument' : conversion from 'size_t' to 'flatbuffers::uoffset_t', possible loss of data sizeof() was promoting the type from uoffset_t to size_t.
-
Chris Pickett authored
-
Chris Pickett authored
-
Chris Pickett authored
-
Wouter van Oortmerssen authored
Fix vs2012 warnings
-
ncpenke authored
Catchup
-
- 05 Jan, 2016 4 commits
-
-
Chris Pickett authored
Cleaned up a few warnings to allow VS2012 to compile idl_parser and idl_gen_text (for exporting binary protobuf blobs as JSON) cleanly under static analysis.
-
Chris Pickett authored
Added a check for a preprocessor definition that can be set if the platform you're building for doesn't support any notion of absolute path resolution/realpath()/etc.
-
Chris Pickett authored
flatbuffers\src\idl_parser.cpp(1516): warning C4244: 'argument' : conversion from 'int' to 'char', possible loss of data
-
Chris Pickett authored
flatbuffers\src\idl_parser.cpp(1525): warning C4127: conditional expression is constant flatbuffers\src\idl_parser.cpp(1546): warning C4127: conditional expression is constant
-
- 04 Jan, 2016 2 commits
-
-
https://github.com/google/flatbuffersWouter van Oortmerssen authored
Fixed conflicts and added missing generated files. Change-Id: I4321c798543292d814c2c9e8b238c203b7526c7b
-
Wouter van Oortmerssen authored
Change-Id: I60c900a2f7cbd88fe264f7b0dc78ef86b1580655 Tested: in Chrome.
-