- 16 Aug, 2016 1 commit
-
-
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
-
-
- 26 Jul, 2016 5 commits
-
-
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
-
- 25 Jul, 2016 4 commits
-
-
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.
-
Wouter van Oortmerssen authored
Also updated generated_code.sh to prevent this from happening in the future. Change-Id: Ib282e9b6c762a79d4b4e09bee06b14781cd2a4c1
-
Wouter van Oortmerssen authored
Add @namespace annotation to namespaces in javascript
-
- 22 Jul, 2016 2 commits
-
-
Wouter van Oortmerssen authored
-
Robert authored
Emit GetRootAs methods for all types in Go and Python
-
- 21 Jul, 2016 5 commits
-
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: I1dfc867e6df5932ab61dad431eb3cb02f15d04df Tested: on Linux. Bug: 30202327
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: I7a2576c6f366b89ef3e1f83941f90294ca7a07fd
-