- 25 Aug, 2016 3 commits
-
-
-
Wouter van Oortmerssen authored
Change-Id: Ib5b0ae75617e18094ac31eb5e11d10e5d592cf9b Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Idd49bc61118c29d6d7364d2cd54a6f7932917570
-
- 24 Aug, 2016 7 commits
-
-
Wouter van Oortmerssen authored
Debianization with CPack
-
Wouter van Oortmerssen authored
Initial grpc support for other languages
-
Vitaly Isaev authored
-
Harsh Vardhan authored
-
Wouter van Oortmerssen authored
Remove Struct::GetPointer() useless method
-
Wouter van Oortmerssen authored
C#: added #define BYTEBUFFER_NO_BOUNDS_CHECK
-
Sahil Jain authored
-
- 22 Aug, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Allow GenerateText() to indicate failure to encode flatbuffer to JSON
-
- 21 Aug, 2016 2 commits
- 18 Aug, 2016 1 commit
-
-
Ben Hamilton authored
-
- 17 Aug, 2016 1 commit
-
-
Wouter van Oortmerssen authored
Add byte array and unintialized array creation to FlatBufferBuilder
-
- 16 Aug, 2016 2 commits
-
-
Artem Kazakov authored
-
Wouter van Oortmerssen authored
Change-Id: I001ad8dd5f95e6e5ad43daf956663218d19f5c96
-
- 12 Aug, 2016 1 commit
-
-
Wouter van Oortmerssen authored
They were overloaded, but also had default arguments, so would become ambiguous when used with few arguments. Change-Id: Ifac7f3ea3a6391d971dfeda8e33129c8c38d6f12 Tested: on Linux.
-
- 11 Aug, 2016 1 commit
-
-
Wouter van Oortmerssen authored
This was a frequent source of confusion, since in all implementations the data doesn't start at offset 0 in the buffer. Change-Id: I045966e65928e9acd9def84e215914ecb5510653
-
- 10 Aug, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I9a4f90889c311c454a9c19e78c7db3c79800b44e Tested: on Linux.
-
Wouter van Oortmerssen authored
See e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624 Change-Id: Idae99196c47e015a2ba2416aaf1526f77498ce5d
-
- 08 Aug, 2016 3 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Ie2f1f65be451979d9f8d4da999b1c10737e867af
-
-
Wouter van Oortmerssen authored
Change-Id: Ib283eade157a436e0f3ca0e68d74e7dc6c51c65b
-
- 03 Aug, 2016 1 commit
-
-
Robert authored
Make most of the Go code comply with gofmt (except enums).
-
- 02 Aug, 2016 1 commit
-
-
gonzaloserrano authored
Enums are not fixed because depending on they have comments or not they will be aligned alogn the asssignment character.
-
- 01 Aug, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Allow Unicode values > U+FFFF in string literals, validate UTF-8 by default
-
Ben Hamilton authored
-
- 29 Jul, 2016 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: Ia78dd3b0f213e9ffa49dcec699dcbb21fe6517da Tested: on Linux.
-
Wouter van Oortmerssen authored
-
- 28 Jul, 2016 6 commits
-
-
Caleb Epstein authored
-
https://github.com/google/flatbuffersCaleb Epstein authored
* 'master' of https://github.com/google/flatbuffers: Added AppVeyor CI. Removed pre-made VS2010 and XCode projects.
-
Caleb Epstein authored
-
Wouter van Oortmerssen authored
Change-Id: I01cf630026e25382b585785b471bad21153338f6
-
-
Wouter van Oortmerssen authored
CMake is now required on all platforms. Change-Id: Iad81d9244a05ed70ce8b8860d6b729a873f137c1 Tested: on Windows and OS X.
-
- 27 Jul, 2016 4 commits
-
-
Wouter van Oortmerssen authored
Fix docs for object API usage
-
Michael Paulson authored
This is a port of the tests found in test.cpp
-
Caleb Epstein authored
-
-