projects
/
platform
/
upstream
/
flatbuffers.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/flatbuffers.git
2018-11-01
Frank Benkstein
make unions with type aliases more usable (#5019)
commit
|
commitdiff
|
tree
|
snapshot
2018-11-01
Robert
Rust: test that no heap allocs happen on hot paths...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-30
Wouter van...
Disallowed 0 byte structs.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-30
Wouter van...
Revert "Convert net/FlatBuffers project to be compatibl...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-29
Vladimir Glavnyy
Add 'fsanitize=address,undefined' to tests and flatc...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Wouter van...
Fixed Java gRPC version numbers.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-25
Wouter van...
Fixed npm publish appending multiple copies into .mjs
commit
|
commitdiff
|
tree
|
snapshot
2018-10-24
csmoe
clean up unnecessary outer rust gen-snippet (#5013)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Felix Hanley
Use stdlib context in generated Go files (#4904)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Doug Muir
Make alignment checking optional. (#5011)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Frank Benkstein
make flatbuffers::IsFieldPresent safer (#4988)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Vladimir Glavnyy
Add fuzzer test for scalar numbers in json. (#4996)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-22
Frank Benkstein
CI check generate code (#4998)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Frank Benkstein
forbid enum values that are out of range (#4977)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-18
Sumant Tambe
Efficient Conversion of a FlatBufferBuilder to a Messag...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-16
Felix Frank
[Python] Fast serialization of numpy vectors (#4829)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
kostya-sh
Go - Use Go bool type for bool fields (#4962)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Frank Benkstein
disallow c style casts (#4981)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
Frank Benkstein
don't use std::function in flatbuffers::Parser (#4995)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-15
iceboy
add :runtime_cc target (#4994)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Frank Benkstein
fix missing newline in flatc help message (#4992)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Frank Benkstein
fix #4974 (#4989)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Vladimir Glavnyy
Refactoring of idl_parser (#4948)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-11
Frank Benkstein
better output on TestError (#4979)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Rikard Lundmark
Add @javax.annotation.Generated to generated flatbuffer...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Frank Benkstein
don't crash when calling EnumNameXXX on sparse enum...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Michael Edwards
Fix expected type of enum values in reflection tables...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
kostya-sh
Use enum types in generated read/mutate methods for...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
cor3ntin
Add missing const on Reference::As<> (#4975)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-08
Stewart Miles
Disable armeabi builds for Android and re-enable CI...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-04
Taj Morton
In Javascript, generate bidirectional mappings for...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-04
Vladimir Glavnyy
Fix recursion counter check. Add control to override...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Wouter van...
Bumped version to 1.10.1 for all languages.
v1.10.0
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Wouter van...
Updated TestAll.sh with Rust.
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Jason Neufeld
Adds __reset method to Struct and Table (#4966)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
Vladimir Glavnyy
Assert tests on the first failure. (#4952)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-03
kostya-sh
Use standard header for generated Go files (#4961)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-01
Taj Morton
Allow tables that are entirely composed of native inlin...
commit
|
commitdiff
|
tree
|
snapshot
2018-10-01
Sumant Tambe
Turn on gRPC tests in travis build (#4955)
commit
|
commitdiff
|
tree
|
snapshot
2018-10-01
Vladimir Glavnyy
Parser error message reports both the line number and...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-29
Matt Mastracci
Remove lifetime specifier on table getter methods ...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-28
kzvi
loosen lifetimes in type signature of Table::get (...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-27
Shivendra Agarwal
Add more apis to query vector types from a reference...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-27
Vladimir Glavnyy
Add missed defined(clang) and fix the wrong placement...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-27
kzvi
don't return Option from required table field accessors...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-26
jean-airoldie
rust: Fixed MakeCamelCase (#4932) (#4936)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-24
Sumant Tambe
Add FlatBufferBuilder move semantics tests to the main...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-24
Michael Edwards
ToStringVisitor settings to allow pretty formatted...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-21
Thomas
Add compare operator to code generated for c++ (#4940)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-21
Wouter van...
Updated readme.md
commit
|
commitdiff
|
tree
|
snapshot
2018-09-21
Wouter van...
Changed JS/TS codegen to use stable non-compiler depend...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-21
Wouter van...
Added missing Dart codegen files.
commit
|
commitdiff
|
tree
|
snapshot
2018-09-20
Christopher...
[C#] Fix compile issue when compiling with older versio...
commit
|
commitdiff
|
tree
|
snapshot
2018-09-12
Robert
Add Rust to Appveyor config. (#4928)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-06
Enrico Olivelli
Add ByteBufferFactory#releaseByteBuffer (#4914)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-06
Robert
rust: more builder lifetimes predicates (#4923)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-05
Robert
rust: more builder lifetimes logic (#4917)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Onur Karaman
fix rust flatbuffers create_vector docs (#4913)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
rust generator: fix builder lifetime switch (#4912)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
rust generator: fix enum member comments (#4911)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
readme.md: add Rust as a supported language
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
Update Cargo.toml for Crates.io package
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
delete and ignore Cargo.lock files (#4906)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Chris Holcombe
Fix extern crate in root namespace (#4905)
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
Rust: Add basic crate-level documentation
commit
|
commitdiff
|
tree
|
snapshot
2018-09-04
Robert
Update Rust runtime crate version for publishing
commit
|
commitdiff
|
tree
|
snapshot
2018-09-03
Robert
Port FlatBuffers to Rust (#4898)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-30
Sumant Tambe
Add move semantics to MessageBuilder, FlatBufferBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-24
Gabriel Nützi
DetachedBuffer cannot be rewrapped (#4885)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-23
Christopher...
C# support for directly reading and writting to memory...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-23
Derek Bailey
Updated preprocessor check for template aliases. (...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-20
Derek Bailey
Mono Fix for Unsafe Mode (#4887)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-20
Wouter van...
Revert "Performance Increase of Vector of Structures...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-20
Wouter van...
Added missing dart/ts test changes.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-16
Andy Martin
Add C#/Java generator behaviour for 'private' attribute...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-16
Uilian Ries
Conan build packages on CI (#4590) (#4594)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-13
kulswanand
Proposing use of C++ header files and functions (#4869)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-13
iceboy
Use string_view if _HAS_CXX17 is true (#4876)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-13
Wouter van...
Fixed use of uoffset_t in verifier could cause wrap...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
Matias Cudich
Update JavaScript IDL generator to remove invalid...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
iceboy
Remove FLATBUFFERS_COPTS from bazel BUILD (#4872)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
cubeleo
Correctly generate identifier for enums. (#4871)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
Andrew Selle
Clarify flatbuffer reflection struct sizes to be less...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-10
iceboy
Add licenses to BUILD (#4867)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-09
Dan Field
Ensure strings are null terminated when written from...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-06
Wouter van...
Temporarily disabled Android CI until fix.
commit
|
commitdiff
|
tree
|
snapshot
2018-08-06
Vladimir Glavnyy
Attach header directory information to the "flatbuffers...
commit
|
commitdiff
|
tree
|
snapshot
2018-08-06
Kamil Rojewski
Publishing flatc with conan (#4852)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-06
Charlie Harrison
Remove using namespace std; (#4851)
commit
|
commitdiff
|
tree
|
snapshot
2018-08-06
Wouter van...
Fixed VS2010 compile error.
commit
|
commitdiff
|
tree
|
snapshot
2018-07-29
aardappel
FlatBuffers implementation for the Lobster programming...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
shassani
Adds multi-line to FLatBufferToString (#4847)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
Wouter van...
Fixed FlatBufferBuilder::Required not checking vtable...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-27
cubeleo
For sparse enums, use a switch statement to generate...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Robert
Merge pull request #4843 from rw/2018-07--explicit...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
rw
go: give enums their own scalar types
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Paul Reimer
Update FLATBUFFERS_HAS_STRING_VIEW __cplusplus checks...
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Robert
Merge pull request #4820 from nairb774/master
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Dan Field
Update for Dart 2.x constants (#4842)
commit
|
commitdiff
|
tree
|
snapshot
2018-07-26
Derek Bailey
Performance Increase of Vector of Structures using...
commit
|
commitdiff
|
tree
|
snapshot
next