- 10 Mar, 2017 2 commits
-
-
chronoxor authored
* Pedantic Visual Studio build (/W4 /WX) * Pedantic Visual Studio build (/W4 /WX) * Pedantic Visual Studio build (/W4 /WX) * Remove /wd4512 from CMakeLists.txt * Suppress Visual Studio 4512 warning ('class' : assignment operator could not be generated)
-
Louis-Paul CORDIER authored
* NoError was returning on DoParse method when file was empty. * change NoError message in DoParse.
-
- 08 Mar, 2017 4 commits
-
-
chronoxor authored
* VS2015 warning "conditional expression is constant" * VS2015 warning "conditional expression is constant"
-
Dale Lukas Peterson authored
-
Christian Helmich authored
-
Hadriel Kaplan authored
-
- 03 Mar, 2017 2 commits
-
-
Zarian Waheed authored
-
xiaohaoliang authored
optimization of FlatBufferBuilder::CreateVector() 1. optimization of FlatBufferBuilder::CreateVector() for "1 == sizeof(T)" ( such as [byte], [ubyte]). 2. For my project, it was about 10x improvement on flatbuffers serialization. 3. why not "string": "string, which may only hold UTF-8 or 7-bit ASCII. For other text encodings or general binary data use vectors ([byte] or [ubyte]) instead."
-
- 28 Feb, 2017 1 commit
-
-
Raman authored
* Fixed problem with uint keys * removed excess check * Resolved problem with big uint, ubyte keys in Java
-
- 26 Feb, 2017 5 commits
-
-
Louis-Paul CORDIER authored
-
Andrei Lebedev authored
* Fixed move constructor in generated union class * Removed delegating constructor
-
Andrei Lebedev authored
-
Kameiha authored
push_small(T little_endian_t) => push_small(const T& little_endian_t)
-
Franken authored
* Additional accessors for fields of union types. * Reveal the hidden parameter. * External explicit specializations for templated accessors. * Changes according to code style. Generated code included as well.
-
- 20 Feb, 2017 1 commit
-
-
litianzhao authored
-
- 16 Feb, 2017 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Ib75b4cc651ac8f67cd262c8293fca1ac590f6b71
-
Wouter van Oortmerssen authored
-
- 15 Feb, 2017 3 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Ia1812d594882ce6c51002d07827ccec267d138bb
-
Wouter van Oortmerssen authored
Change-Id: I215fcc7581253f14171b513d4fc75da960b2064a
-
Sahil Jain authored
-
- 14 Feb, 2017 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I87f291ab6e07b1425850cae25ed500db594f17c8 Tested: on Linux.
-
- 13 Feb, 2017 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: Idd925c9cc5cd2a35e06f4d832734180f5c38378e Tested: on Linux.
-
- 10 Feb, 2017 5 commits
-
-
Shintaro Abe authored
* JS: add package.json to publish the npm pacakge * JS: update package.json to set version and author
-
Wouter van Oortmerssen authored
Change-Id: If3d2e11627b6d08bc6433941208ead577aa0e3b9
-
Wouter van Oortmerssen authored
Change-Id: I288cda33345362f9aec5cbe309e590bf64f328e1 Tested: on Linux.
-
水樹素子 authored
* Add move constructor to generated union class. * Unused default * Add generated code
-
sjoblom65 authored
Error C2668: 'Service::Version2::CreateServiceValues' : ambiguous call to overloaded function (#4161) * Update idl_gen_cpp.cpp Fix for: error C2668: 'Service::Version2::CreateServiceValues' : ambiguous call to overloaded function #4145 * Update idl_gen_cpp.cpp Also needed the same change in the getPostTable * Add files via upload New generation from running generate_test.bat * Add files via upload Lets try this without added line feeds * Added a test for a potential "ambiguous call to overloaded function" * Change to a better name of the table. Didn't like the Service in the name. * Reverted back to the original
-
- 09 Feb, 2017 3 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Iab8d66a8f34910029deb8a5ff5ec7ba50c5b3421
-
Wouter van Oortmerssen authored
Change-Id: I25110bbb171a27626ec6416b810399069d590279
-
Wouter van Oortmerssen authored
Change-Id: Ifb955f3daefedae2cb9930a365c4c7e0641776b4
-
- 08 Feb, 2017 5 commits
-
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: I909ea6866089f36f9cb79d435bbecd29623fd8f7
-
Wouter van Oortmerssen authored
Change-Id: Iabb9448b4f161bba465d455c28bb826529649d30 Tested: on Android.
-
Wouter van Oortmerssen authored
Change-Id: I86b9d002f3441ef9efdb70e059b8530ab2d74bb8 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Iad9c09434f87219e384b294d6221f4cac7a839eb
-
- 01 Feb, 2017 2 commits
-
-
Wouter van Oortmerssen authored
It passed all scalar ints thru a int64_t, which would truncate uint64_t values with the upper bit set. Change-Id: I38fb8c68c911ae44d9863f8e35c2429ca0ab51e5 Tested: on Linux.
-
Benjamin Lerman authored
Change-Id: I6df195cbae621cf2bf6b4f3b56f68be80dc23152
-
- 30 Jan, 2017 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Icc7b4c1cf626f49d0529ff4f66503ea8381bf67c
-
Wouter van Oortmerssen authored
Change-Id: I302245969f6ec2443572799732fce2aa7c071879
-
- 27 Jan, 2017 1 commit
-
-