- Feb 26, 2016
-
-
Wouter van Oortmerssen authored
Javascript helper to get typed array views
-
Wouter van Oortmerssen authored
Fix #3773: Generated JS now avoids the flatbuffers object
-
- Feb 25, 2016
-
-
Evan Wallace authored
-
- Feb 22, 2016
-
-
Wouter van Oortmerssen authored
Fix bug skipping unknown fields
-
Nalinichandra Penke authored
-
ncpenke authored
Catchup
-
Wouter van Oortmerssen authored
Change-Id: I834e6da091ea704a3fe599a5b99f338d29cd3bf1
-
- Feb 17, 2016
-
-
-
Wouter van Oortmerssen authored
The code generator was assuming all declarations for the current file sit in the same namepace. Now uses the "on demand" namespace switching we had for the forward declarations. Also fixed a bug related to namespace lookup. Change-Id: Ib54a3efbc752cbb9590302fa0707c0c73448db3d Tested: on Linux.
-
- Feb 12, 2016
-
-
Robert Nix authored
For scalar vector fields, emit an Array helper that returns a typed array view of the underlying bytes buffer.
-
Robert Nix authored
The generated buffer should be tested for semantic equivalence to the correct buffer, instead of being tested for bytewise equality.
-
- Feb 11, 2016
-
-
Wouter van Oortmerssen authored
fix gcc-4.4 build: -Werror=unused-result is not supported
-
maurice barnum authored
-
- Feb 10, 2016
-
-
-
Wouter van Oortmerssen authored
This caused values in the uint range to be made negative values. Change-Id: Ia4284747f48508b589c034ff3aae0d141e96eb3c Tested: on Linux.
-
- Feb 08, 2016
-
-
Wouter van Oortmerssen authored
Python: remove ctypes dependency in runtime library.
-
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
-