flatbuffers/docs/source
gregoire-astruc a360958be3 Implementation of a buffer release strategy.
* Tests for Release feature.
* Check vector_downward.buf_ before passing to deallocator.
* Assertions.
* Shared test between unique_ptr and GetBufferPointer()
* Unnecessary using directives.
* Reallocate vector if released on clear operation.
* Use allocator attribute.
* Renamed `Release()` to `ReleaseBufferPointer()`
* For consistency with `GetBufferPointer()`
* Updated documentation for ReleaseBuffer.

Change-Id: I108527778e56ae5127abf9e5b1be6b445ad75cb7
2015-03-11 17:27:38 -07:00
..
Benchmarks.md Added "raw struct" results to benchmark. 2015-02-02 14:02:21 -08:00
Building.md
Compiler.md Parser will allow a table or vector to have a trailing comma. 2015-01-21 11:18:01 -08:00
CppUsage.md Implementation of a buffer release strategy. 2015-03-11 17:27:38 -07:00
doxyfile Port FlatBuffers to Go. 2014-07-21 16:40:39 -07:00
FlatBuffers.md Various documentation clarifications. 2014-12-08 16:47:00 -08:00
GoUsage.md Documentation clarifications. 2015-01-07 10:34:17 -08:00
Grammar.md Added user defined attribute declarations. 2014-11-19 11:06:17 -08:00
Internals.md Documentation clarifications. 2015-01-07 10:34:17 -08:00
JavaUsage.md Fixed C# showing up as C in the documentation 2015-01-07 16:30:10 -08:00
Schemas.md Sorted Vector & binary search functionality. 2015-01-16 10:59:52 -08:00
WhitePaper.md