- Aug 26, 2016
- Aug 22, 2016
-
-
TGIshib authored
-
- Aug 15, 2016
-
-
TGIshib authored
-
- Aug 14, 2016
-
-
TGIshib authored
-
- Aug 13, 2016
-
-
TGIshib authored
-
- Aug 12, 2016
-
-
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.
-
- Aug 11, 2016
-
-
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
-
- Aug 10, 2016
-
-
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
-
- Aug 08, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: Ie2f1f65be451979d9f8d4da999b1c10737e867af
-
-
Wouter van Oortmerssen authored
Change-Id: Ib283eade157a436e0f3ca0e68d74e7dc6c51c65b
-
- Aug 03, 2016
- Aug 02, 2016
-
-
gonzaloserrano authored
Enums are not fixed because depending on they have comments or not they will be aligned alogn the asssignment character.
-
TGIshib authored
-
- Aug 01, 2016
-
-
Wouter van Oortmerssen authored
Allow Unicode values > U+FFFF in string literals, validate UTF-8 by default
-
Ben Hamilton authored
-
- Jul 31, 2016
-
-
TGIshib authored
-
- Jul 29, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: Ia78dd3b0f213e9ffa49dcec699dcbb21fe6517da Tested: on Linux.
-
Wouter van Oortmerssen authored
-
- Jul 28, 2016
-
-
Caleb Epstein authored
-
TGIshib 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.
-
- Jul 27, 2016
-
-
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
-
-
- Jul 26, 2016
-
-
Jason Sanmiya authored
The new line in the set(CMAKE_CXX_FLAGS...) line was getting insert verbatim into the Makefile. Makefiles don't like new lines in their assignment operators. The newline escape fix works for CMake 3.0 and above, but since we support 2.x, we need to use the legacy solution, which is to split into two separate statements. Tested: cmake -G"Unix Makefiles" works now on Mac. Change-Id: I6f4655981b85087c4760c3d26ed0c97c4469ba93
-
Robert authored
Add EnumNames to Go code
-
Michael Paulson authored
-
Michael Paulson authored
This is just the initial commit to start the conversation on adding mutation to javascript.
-
Kazuki Sakamoto authored
Tested: on Darwin
-
- Jul 25, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: I4a587102db8c435b739c92b6c464c94c4ea1fe42
-
Wouter van Oortmerssen authored
It would write 64bits offsets instead of 32bit ones, and update the vtable pointer before the fields were processed. Change-Id: I0c0fa942bbd3b42839294f5653ba8fa048612624 Tested: on Linux.
-