- 07 Jan, 2015 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I7dc4bb3bbe32c6fe83a013790391fba0df8f4888
-
- 09 Dec, 2014 13 commits
-
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
-
Wouter van Oortmerssen authored
Change-Id: Ie187065698dfb6ba9d989e9d2c48bdd7cb870e89
-
Wouter van Oortmerssen authored
Change-Id: Ie62096f7337a476bee7a6d46d652e594fb3124d2 Tested: on Linux. Bug: 18201051
-
Wouter van Oortmerssen authored
Change-Id: I458249d95e6d65ac039e84d947d2fdf4fd1c3809 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: I9787ab88e5bd4846d92995e2bb05d0c2121113ca Tested: on Linux.
-
Lars Magnusson authored
Change-Id: I6ee09cf1e86a41b73bb3aa79b68871afb1a4e34f
-
Wouter van Oortmerssen authored
Change-Id: Ibc2bd88a636f3b4abf82a7c2722fc1e354dab848 Tested: on Linux.
-
Robert Segal authored
Change-Id: I72aa590a0dc13771ca2f17857824f8b6fd76c78f
-
- 19 Nov, 2014 4 commits
-
-
Wouter van Oortmerssen authored
People sometimes accidentally inherit from these types. Bug: 18224703 Change-Id: Ia09489a834ac4941f9b4a46f240cbdcf456f03a1 Tested: on Windows and Linux.
-
Wouter van Oortmerssen authored
This is such that if you mis-spell an attribute, it doesn't get silently ignored. Bug: 18294628 Change-Id: I10013f5b2a21048b7daba2e9410678f528e09761 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Ib36ec71aab02fc66d2a6d0c916ebfa4dd1d0d02f
-
Jon Simantov authored
Change-Id: I5333d45ac43cbba61473bd8ba5b44aedb696a25c Tested: FlatBuffersTest now builds on Android under Windows.
-
- 08 Nov, 2014 1 commit
-
-
Zbigniew Mandziejewicz authored
Change-Id: I5ab692ceb6809493720c1bff69a2e3210efd4618
-
- 07 Nov, 2014 2 commits
-
-
Wouter van Oortmerssen authored
Added extra check to ensure memcmp gets called with a size that is guaranteed within range of the buffer. This wasn't a real problem, but stops address sanitizer from complaining. See: https://github.com/google/flatbuffers/issues/88 https://github.com/joker-eph/flatbuffers/commit/517506b4e105814e0823353c3d6561085c26a1ab#commitcomment-8265231 Change-Id: I7de24da2d36d973e154f92eeb3e093070886037f Tested: on Linux
-
Wouter van Oortmerssen authored
Reported by: https://github.com/google/flatbuffers/issues/99 Change-Id: Ia26da95bbac189836c257fa85f3bec1b153b6207 Tested: on Linux.
-
- 29 Oct, 2014 1 commit
-
-
Luna authored
Change-Id: Iac5894fd8f56da7e420714558a94d63d4fea2d72
-
- 28 Oct, 2014 1 commit
-
-
Wouter van Oortmerssen authored
Change-Id: I85e8a6bf2fd1ce04271e8afc5083fd47502e5075
-
- 24 Oct, 2014 3 commits
-
-
Wouter van Oortmerssen authored
This is helpful working with zero-copy use cases. Bug: 15779698 Change-Id: I7097651ca9a432b5021b4e024da86398d1413ec7 Tested: on Linux and Windows.
-
Wouter van Oortmerssen authored
By replacing DIRECTORY by PATH: http://www.cmake.org/cmake/help/v3.0/command/get_filename_component.html Change-Id: I6f5802deeda53dea443b255294235e43e7bb5389 Tested: on Linux.
-
Wouter van Oortmerssen authored
Change-Id: Iacea45ae0f602f49e46de472286a7a77ee20c301
-
- 22 Oct, 2014 2 commits
-
-
Wouter van Oortmerssen authored
Noticed a memory read that isn't big-endian safe. Was somewhat benign in that it would have simply caused vtable duplication when constructing a FlatBuffer on a big-endian machine. Change-Id: I5de3a2bb3ce6912fdd845ed40668719794920cac
-
Wouter van Oortmerssen authored
Change-Id: I3480de9157fd6d0eeb123e77e448bd57c75c74ad Tested: on OS X
-
- 16 Oct, 2014 2 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I504915c6b5367e8c05dc056463158b8420ad8c5e Tested: on Linux.
-
Wouter van Oortmerssen authored
Bug: 15777858 Change-Id: Iabef9b8c8044e593bb89510feebdee00d2f1840b Tested: on Linux and Windows.
-
- 25 Sep, 2014 2 commits
-
-
Wouter van Oortmerssen authored
Also fixed Go unit tests not being up to date with recent schema changes. Change-Id: I42e619f9c5ea05f6f937c68a5c8a92462c46bce3 Tested: on Linux and Windows.
-
Gabriel Martinez authored
Tested: on Linux Bug: 15779934 Change-Id: I6f822f1705e443d8721ea208dcb021aad3c8715c
-
- 24 Sep, 2014 3 commits
-
-
Wouter van Oortmerssen authored
Accessors and constructors now take enum types rather than ints. Bug: 16570507 Change-Id: I4b50fd64ad2e662ea2481bc0ccea784326fb31c0 Tested: on Linux and Windows.
-
Wouter van Oortmerssen authored
Looks like MSVC on Windows and like gcc everywhere else. For enhanced IDE clickability. Bug: 17208371 Change-Id: Ie3e02658fccd3edfd464b4bacf4bc68c613a8570 Tested: on Linux and Windows.
- 23 Sep, 2014 1 commit
-
-
Wouter van Oortmerssen authored
Bug: 17322776 Change-Id: I3a4d3cb4ccd40bc3200a87653aa0ab8ecb90ce60 Tested: on Linux.
-
- 22 Sep, 2014 3 commits
-
-
Wouter van Oortmerssen authored
Change-Id: I560c7ca11b3d665eecafb528f3737b7e139ca9b0 Tested: on Linux and Windows.
-
Zbigniew Mandziejewicz authored
Change-Id: I16ddb06e887e618fa871e842054115909fbf235c
-
Gabriel Martinez authored
Tested: on Linux for Java and C# Bug: 15781151 Change-Id: I7cb97bcc01d986cac2b24aaf7cb29521ddaa2f6b
-
- 19 Sep, 2014 1 commit
-
-
Wouter van Oortmerssen authored
Bug: 15777857 Tested: on Linux and Windows. Change-Id: I25db724349e2c801bb0e41137540507acd57cd03
-