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
2015-06-15
Wouter van...
Make generating dependent include files for C++ the...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-15
Wouter van...
Allowing _ as first character of identifiers in .fbs...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-15
gwvo
Merge pull request #219 from jesta88/master
commit
|
commitdiff
|
tree
|
snapshot
2015-06-14
Jeremie St...
Follow Google code standards
commit
|
commitdiff
|
tree
|
snapshot
2015-06-14
Jeremie St...
Namespace now optional for general generator
commit
|
commitdiff
|
tree
|
snapshot
2015-05-28
Wouter van...
Added clang & OS X to .travis
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Wouter van...
Added --defaults-json to output fields at default value.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Wouter van...
Added GitHub link to start of documentation page.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-27
Wouter van...
Added a #define for running tests without file access.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Wouter van...
Small readability improvements to recent commits.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Wouter van...
Fixed -Wunused-result warning.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Wouter van...
Java: Allow access to the underlying ByteBuffer from...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
gwvo
Merge pull request #207 from zachreizner/header
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Zach Reizner
Add include for cstdlib for std::bsearch definition
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
Robert
Merge pull request #206 from rw/go-faster-string-writing
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
rw
Improve comment for unicode check.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
rw
use escape codes here for non-unicode editors
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
rw
Go: CreateString now needs zero allocs.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-20
gwvo
Merge pull request #198 from zulli73/master
commit
|
commitdiff
|
tree
|
snapshot
2015-05-19
gwvo
Merge pull request #205 from zachreizner/fb_bsearch
commit
|
commitdiff
|
tree
|
snapshot
2015-05-19
Zach Reizner
Use std::bsearch in LookupByKey for binary search
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
gwvo
Merge pull request #201 from rw/python-docs-and-packaging
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
rw
Regenerate Doxygen docs to add Python usage page.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
rw
Update Python package description: license, descriptions.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Wouter van...
fixed xcode build files
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Wouter van...
fixed the windows build files
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
Robert
Merge pull request #112 from rw/python23-read-write...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
rw
use EnsureDirExists from util.h instead of mkdir
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
rw
fix string catenation
commit
|
commitdiff
|
tree
|
snapshot
2015-05-13
Raphael Zulliger
Fixed endianness Vector's begin() and end()
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
rw
Port FlatBuffers to Python.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-12
Robert
Merge pull request #165 from rw/go-faster
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
gwvo
Merge pull request #189 from pjulien/188
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
gwvo
Merge pull request #192 from Jiboo/fix190
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
Wouter van...
Fixed schemas inheriting namespace from included schemas.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-11
Jean-Baptiste...
Added a default costructor for Java's FlatBufferBuilder.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-09
rw
invoke many fewer growth events
commit
|
commitdiff
|
tree
|
snapshot
2015-05-09
rw
gofmt
commit
|
commitdiff
|
tree
|
snapshot
2015-05-09
rw
remove remaining allocs during build
commit
|
commitdiff
|
tree
|
snapshot
2015-05-09
rw
update CheckClash for string accesses
commit
|
commitdiff
|
tree
|
snapshot
2015-05-09
pjulien
Issue #188
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
Mormegil
Union accessors in C# should use generic type for the...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
pjulien
set version for next dev cycle
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
pjulien
Initially discussed in #178.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
Wouter van...
Added namespaced way to refer to types in schemas.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
Brett Cooley
Merge "Initial support for propagating namespaces from...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-07
Jason Sanmiya
Add missing newline in help text for flatc.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
Mormegil
[BREAKING CHANGE] Field accessors should use property...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
yinlei
Fix u_int8_t to uint8_t
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
Brett Cooley
Initial support for propagating namespaces from schema...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Wouter van...
Merge "Added extra checks for reading binaries in flatc...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Wouter van...
Merge changes I2de7d14d,I56392340 into ub-games-master
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Wouter van...
Added extra checks for reading binaries in flatc
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Wouter van...
Added accessor for file_extension in generated code.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-04
Wouter van...
Added missing --gen-mutable to CMakeLists.txt
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Jason Sanmiya
Merge "Fix bug on flathash compilation option." into...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-29
Wouter van...
Mutable FlatBuffers: in-place updates.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-28
Jason Sanmiya
Fix bug on flathash compilation option.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-15
Mormegil
Tolerate DOS-style EOL in IDL line comments
commit
|
commitdiff
|
tree
|
snapshot
2015-04-15
franchuti688
added .travis.yml file (build with original and biicode...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-13
Mormegil
Enums use native enums in C#
commit
|
commitdiff
|
tree
|
snapshot
2015-04-10
Advay Mengle
Seal all classes in Java/C#
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
Joël Lamotte
Fixed: Readme version is not up to date
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
Ben Harper
Add byte slice accessor to Go code
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
Kyle Jones
Always add additional space if no more is available
commit
|
commitdiff
|
tree
|
snapshot
2015-04-06
INADA Naoki
Fix typo in Benchmarks.md
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
rw
Reduce allocations when reusing a Builder.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-03
rw
Reduce allocations when building strings.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
rw
Remove all string allocations during parsing.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
rw
Merge branch 'go-bytevector-getter' of github.com:benha...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
rw
Benchmarks for building and parsing 'gold' data.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
rw
chmod GoTest.sh +x
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Advay Mengle
Generate appropriate schema doc comments from .proto...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-02
Advay Mengle
Generate Java doc comments in JavaDoc style
commit
|
commitdiff
|
tree
|
snapshot
2015-04-01
Ben Harper
Add byte slice accessor to Go code
commit
|
commitdiff
|
tree
|
snapshot
2015-03-30
Wouter van...
Clarified Verifier options.
v1.1.0
commit
|
commitdiff
|
tree
|
snapshot
2015-03-27
Jason Sanmiya
Fix Mac ndk-build error on motive, pie_noon, pindrop.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-24
Wouter van...
Unsigned types in Java now return bigger size signed...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Wouter van...
Changed C# ByteBuffer to use bit shifts instead of...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
Wouter van...
Regenerated test code + fixed typo in C# FlatBufferBuilder
commit
|
commitdiff
|
tree
|
snapshot
2015-03-13
reynolma2
Update idl_gen_general.cpp
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Ben Harper
Add CreateByteVector function to Go's builder
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Max Galkin
Make FuzzTest2 fuzzier.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
Max Galkin
Fix for VS 2015 stricter warnings about "shadowed"...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
gregoire-astruc
Implementation of a buffer release strategy.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-12
loverszhaokai
Added Copyright headers
commit
|
commitdiff
|
tree
|
snapshot
2015-03-09
Wouter van...
Android build script works with pre-releases present.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-23
Grégoire Astruc
Fixed C# Table.cs to work with Mono.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Alex Ames
Merge "Added the hash attribute to ints and longs....
commit
|
commitdiff
|
tree
|
snapshot
2015-02-17
Alex Ames
Added the hash attribute to ints and longs.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-13
Stefan Eilemann
Fix pointer underrun when allocating large vectors
commit
|
commitdiff
|
tree
|
snapshot
2015-02-11
Hyungjin Kim
Change nested_root accessor to be const function.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Alex Ames
Merge "Call $(strip) on parameters so newlines work...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Alex Ames
Call $(strip) on parameters so newlines work.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
franramirez688
Added biicode support via biicode.conf and CMake/biicod...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Wouter van...
Merge "Clarified how to create a good pull request...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Wouter van...
Merge "Reset minimum alignment when reusing FlatBufferB...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Wouter van...
Merge "added reuse option for root objects" into ub...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-04
Wouter van...
Clarified how to create a good pull request.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-04
Alex Ames
Merge "Added new Android build target and makefile...
commit
|
commitdiff
|
tree
|
snapshot
next