- Feb 08, 2016
-
-
rw authored
-
- Feb 03, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: I080041e533153b2bb2db53f030761852e95c88fa
-
Wouter van Oortmerssen authored
Add -v --version arg support to the flatc command.
-
- Feb 01, 2016
-
-
Eddie Scholtz authored
-
Eddie Scholtz authored
-
Wouter van Oortmerssen authored
Update readme.md for github
-
Mandar authored
-
- Jan 29, 2016
-
-
Eddie Scholtz authored
-
- Jan 28, 2016
-
-
Wouter van Oortmerssen authored
Added support for C# partial class generation using attribute
-
- Jan 22, 2016
-
-
Mandar authored
-
- Jan 21, 2016
-
-
Oli Wilkinson authored
Added support for C# partial class generation when the `csharp_partial` attribute is used on a table/struct.
-
-
Wouter van Oortmerssen authored
Change-Id: Ie3b31719f7b133ec4aea64f00f2029566558cb18 Tested: Linux.
-
- Jan 20, 2016
-
-
Wouter van Oortmerssen authored
Buildfix for VS2010
-
Wouter van Oortmerssen authored
Implemented ForceDefaults option on C# FlatBufferBuilder.
-
Wouter van Oortmerssen authored
Fix build error when flatc binary is missing in path.
-
-
Wouter van Oortmerssen authored
Test was testing for a field to be None, even though it is populated in one particular instance. Change-Id: Id19848d01498d4c0a684efdb2bf49ff12c5b6758 Tested: on Linux.
-
Oli Wilkinson authored
Disabled assignment operator of TableKeyComparator; was causing warning C4512 on VS2010 and thus causing the build to fail.
-
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.
-
- Jan 19, 2016
-
-
-
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
-
Rene Fichter authored
-
- Jan 18, 2016
-
-
Oli Wilkinson authored
-
Oli Wilkinson authored
-
Oli Wilkinson authored
-
- Jan 13, 2016
-
-
Jaak Ristioja authored
-
- Jan 09, 2016
-
-
Chandra Penke authored
- Removed uses of lambda expressions - Added custom defines for constexpr and nullptr - Removed trailing comma of last value from generated enums
-
- Jan 08, 2016
-
-
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.
-