platform/upstream/flatbuffers.git
2015-06-29 Wouter van... Made warning settings in Xcode more aggressive.
2015-06-29 Wouter van... Fixed null root_table access in binary schema generation.
2015-06-29 Wouter van... Reflection: generically copy (parts of) FlatBuffers.
2015-06-29 RobertMerge pull request #222 from rw/go-update-panics
2015-06-29 gwvoMerge pull request #224 from rubber-duck/master
2015-06-29 gwvoMerge pull request #223 from belm0/csharp_docs
2015-06-26 Rafael MunitićFixed argument value to correct type
2015-06-25 John BelmonteJava/C-sharp docs: fix typo, clarify parser availability.
2015-06-24 rwPanic when nesting strings. Test panic scenarios.
2015-06-22 Wouter van... Fixed possible crash from reference to non-static variable.
2015-06-18 Wouter van... Small improvements to the C++ API.
2015-06-17 Wouter van... Changed VS flatc test settings to match Linux.
2015-06-17 gwvoMerge pull request #217 from amoldeshpande/master
2015-06-16 Amol DeshpandeMerge branch 'master' of https://github.com/amoldeshpan...
2015-06-16 Amol DeshpandeMerge branch 'master' of https://github.com/google...
2015-06-16 amoldeshpandeMerge pull request #3 from amoldeshpande/google-master
2015-06-16 amoldeshpandeMerge pull request #2 from amoldeshpande/master
2015-06-16 Amol Deshpandemerge
2015-06-16 Wouter van... Fixed warnings on Windows
2015-06-15 Wouter van... Removed unused variable.
2015-06-15 Wouter van... Initial reflection and resizing functionality.
2015-06-15 Wouter van... Make generating dependent include files for C++ the...
2015-06-15 Wouter van... Allowing _ as first character of identifiers in .fbs...
2015-06-15 gwvoMerge pull request #219 from jesta88/master
2015-06-14 Jeremie St... Follow Google code standards
2015-06-14 Jeremie St... Namespace now optional for general generator
2015-06-13 Amol Deshpandefix code formatting and bug with losing enums when...
2015-06-07 Amol Deshpandeoption to generate one file for C#
2015-05-28 Wouter van... Added clang & OS X to .travis
2015-05-27 Wouter van... Added --defaults-json to output fields at default value.
2015-05-27 Wouter van... Added GitHub link to start of documentation page.
2015-05-27 Wouter van... Added a #define for running tests without file access.
2015-05-20 Wouter van... Small readability improvements to recent commits.
2015-05-20 Wouter van... Fixed -Wunused-result warning.
2015-05-20 Wouter van... Java: Allow access to the underlying ByteBuffer from...
2015-05-20 gwvoMerge pull request #207 from zachreizner/header
2015-05-20 Zach ReiznerAdd include for cstdlib for std::bsearch definition
2015-05-20 RobertMerge pull request #206 from rw/go-faster-string-writing
2015-05-20 rwImprove comment for unicode check.
2015-05-20 rwuse escape codes here for non-unicode editors
2015-05-20 rwGo: CreateString now needs zero allocs.
2015-05-20 gwvoMerge pull request #198 from zulli73/master
2015-05-19 gwvoMerge pull request #205 from zachreizner/fb_bsearch
2015-05-19 Zach ReiznerUse std::bsearch in LookupByKey for binary search
2015-05-18 gwvoMerge pull request #201 from rw/python-docs-and-packaging
2015-05-15 rwRegenerate Doxygen docs to add Python usage page.
2015-05-15 rwUpdate Python package description: license, descriptions.
2015-05-14 Wouter van... fixed xcode build files
2015-05-14 Wouter van... fixed the windows build files
2015-05-13 RobertMerge pull request #112 from rw/python23-read-write...
2015-05-13 rwuse EnsureDirExists from util.h instead of mkdir
2015-05-13 rwfix string catenation
2015-05-13 Raphael ZulligerFixed endianness Vector's begin() and end()
2015-05-12 rwPort FlatBuffers to Python.
2015-05-12 RobertMerge pull request #165 from rw/go-faster
2015-05-11 gwvoMerge pull request #189 from pjulien/188
2015-05-11 gwvoMerge pull request #192 from Jiboo/fix190
2015-05-11 Wouter van... Fixed schemas inheriting namespace from included schemas.
2015-05-11 Jean-Baptiste... Added a default costructor for Java's FlatBufferBuilder.
2015-05-09 rwinvoke many fewer growth events
2015-05-09 rwgofmt
2015-05-09 rwremove remaining allocs during build
2015-05-09 rwupdate CheckClash for string accesses
2015-05-09 pjulienIssue #188
2015-05-08 MormegilUnion accessors in C# should use generic type for the...
2015-05-08 pjulienset version for next dev cycle
2015-05-08 pjulienInitially discussed in #178.
2015-05-08 Wouter van... Added namespaced way to refer to types in schemas.
2015-05-08 Brett CooleyMerge "Initial support for propagating namespaces from...
2015-05-07 Jason SanmiyaAdd missing newline in help text for flatc.
2015-05-06 Mormegil[BREAKING CHANGE] Field accessors should use property...
2015-05-06 yinleiFix u_int8_t to uint8_t
2015-05-06 Brett CooleyInitial support for propagating namespaces from schema...
2015-05-04 Wouter van... Merge "Added extra checks for reading binaries in flatc...
2015-05-04 Wouter van... Merge changes I2de7d14d,I56392340 into ub-games-master
2015-05-04 Wouter van... Added extra checks for reading binaries in flatc
2015-05-04 Wouter van... Added accessor for file_extension in generated code.
2015-05-04 Wouter van... Added missing --gen-mutable to CMakeLists.txt
2015-04-29 Jason SanmiyaMerge "Fix bug on flathash compilation option." into...
2015-04-29 Wouter van... Mutable FlatBuffers: in-place updates.
2015-04-28 Jason SanmiyaFix bug on flathash compilation option.
2015-04-15 MormegilTolerate DOS-style EOL in IDL line comments
2015-04-15 franchuti688added .travis.yml file (build with original and biicode...
2015-04-13 MormegilEnums use native enums in C#
2015-04-10 Advay MengleSeal all classes in Java/C#
2015-04-06 Joël LamotteFixed: Readme version is not up to date
2015-04-06 Ben HarperAdd byte slice accessor to Go code
2015-04-06 Kyle JonesAlways add additional space if no more is available
2015-04-06 INADA NaokiFix typo in Benchmarks.md
2015-04-03 rwReduce allocations when reusing a Builder.
2015-04-03 rwReduce allocations when building strings.
2015-04-02 rwRemove all string allocations during parsing.
2015-04-02 rwMerge branch 'go-bytevector-getter' of github.com:benha...
2015-04-02 rwBenchmarks for building and parsing 'gold' data.
2015-04-02 rwchmod GoTest.sh +x
2015-04-02 Advay MengleGenerate appropriate schema doc comments from .proto...
2015-04-02 Advay MengleGenerate Java doc comments in JavaDoc style
2015-04-01 Ben HarperAdd byte slice accessor to Go code
2015-03-30 Wouter van... Clarified Verifier options. v1.1.0
2015-03-27 Jason SanmiyaFix Mac ndk-build error on motive, pie_noon, pindrop.
next