- 02 Jun, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Added helpers to access objects while creating the flatbuffer.
-
Wouter van Oortmerssen authored
More bit fields patches
-
- 01 Jun, 2016 5 commits
-
-
Martin Ankerl authored
More descriptive name, show that it's really just a temporary object.
-
BogDan Vatra authored
Close #3892
-
BogDan Vatra authored
Instead we need NONE (0) and ANY (all orred values), if the user didn't already defined them
-
BogDan Vatra authored
-
BogDan Vatra authored
We just need to pass it to DEFINE_BITMASK_OPERATORS macro
-
- 31 May, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Define bit mask operators for scoped enums bitfields
-
Wouter van Oortmerssen authored
MSVC doesn't allow alignment on function params.
-
- 30 May, 2016 1 commit
-
-
BogDan Vatra authored
Close #3887
-
- 25 May, 2016 2 commits
-
-
Wouter van Oortmerssen authored
shared method that exits early if everything is generated
-
Lakedaemon authored
-
- 24 May, 2016 1 commit
-
-
James Swift authored
MSVC doesn't allow alignment on function params. This prevents the copy and thus avoids this issue https://msdn.microsoft.com/en-us/library/373ak2y1.aspx
-
- 23 May, 2016 10 commits
-
-
Wouter van Oortmerssen authored
Handle \u-escaped surrogate pairs correctly in IDL parser
-
Ben Gertzfield authored
-
-
Wouter van Oortmerssen authored
Change-Id: I64307ccd0a6f23a7c3860d602813e637415e7c91
-
Wouter van Oortmerssen authored
Change-Id: Ie7cc268a8823aec1d06c8b7cbef54068d832de3a
-
Wouter van Oortmerssen authored
Remove Remaining FBB#createString Allocation
-
pjulien authored
-
Wouter van Oortmerssen authored
Also removed some trailing whitespace. Change-Id: I40bf4f776ca4d467b7ee6f2c9a7500c13700f9d5
-
-
Wouter van Oortmerssen authored
Bug: https://github.com/google/flatbuffers/issues/3872 Change-Id: I5d551168e9bc925e867e5e4ddf5d809418fd44eb Tested: on Linux.
-
- 21 May, 2016 1 commit
-
-
pjulien authored
eliminating the last remaining allocation in string creation
-
- 20 May, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Use the build output flatc to compile test schemas by default.
-
Wouter van Oortmerssen authored
Fix undefined behavior when CheckBitsFit left-shifts 64-bit value by 64 bits
-
- 19 May, 2016 2 commits
-
-
-
Wouter van Oortmerssen authored
Bug: 28762769 Change-Id: Iec370482f67c4585e97dd5175c1a4258ddba47fe Tested: on Linux.
-
- 18 May, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Fixed Library Location in CppUsage.md
-
Mahmut Ali ÖZKURAN authored
Fixed Library Location "https://github.com/google/flatbuffers/tree/master/include/flatbuffers" in CppUsage.md
-
- 03 May, 2016 1 commit
-
-
Martin Ankerl authored
GetObject and GetMutableObject are similar to GetRoot and GetMutableRoot, and can be useful when wanting to access data that has just been created. Unfortunately there is a danger in using these methods, as it is possible that the buffer reallocates which will invalidate the pointers.
-
- 01 May, 2016 1 commit
-
-
Xiaolei Yu authored
-
- 29 Apr, 2016 1 commit
-
-
Ben Gertzfield authored
-
- 28 Apr, 2016 2 commits
-
-
Robert authored
Fix CreateString with already-encoded string or bytearray in Python 2.7.
-
Wouter van Oortmerssen authored
Fix for #3853
-
- 27 Apr, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Transition 1 (nice diffs) Go, C++ and General generators with class
-
Wouter van Oortmerssen authored
Can now use ``CharSequence`` of ``String``. Works with
-
- 26 Apr, 2016 2 commits
-
-
Lakedaemon authored
-
pjulien authored
1. [AsciiString] (http://netty.io/4.1/api/io/netty/util/AsciiString.html) 2. [CharBuffer] (https://docs.oracle.com/javase/8/docs/api/java/nio/CharBuffer.html) 3. [StringBuilder] (https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html)
-
- 24 Apr, 2016 1 commit
-
-
Robert authored
Go: Fix heap allocation when reading a string.
-