flatbuffers/tests
Stewart Miles a892322203 C++98 (stlport) support for core FlatBuffers and FlexBuffers.
* Added internal - limited - implementation of flatbuffers::unique_ptr
  for STLs that don't ship with std::unique_ptr.  In C++11 and beyond
  this is just an alias for std::unique_ptr.
* Aliased used type traits structs is_scalar is_floating_point is_unsigned
  into flatbuffers namespace so they can be replaced in C++98 implementations.
  Right now these point at stlport's TR1 implementations.
* Wrapped vector::data() in vector_data().
* Wrapped vector::emplace_back() in vector_emplace_back().
* Wrapper string::back() in string_back().
* Added variants of FlatBufferBuilder::CreateVector() and
  FlatBufferBuilder::CreateVectorOfStructs() that allow the use of plain
  function pointers.
  Generated code has also been modified to use plain functions to build objects
  rather than std::function() so all generated code will work in C++98
  applications.
* Added flexbuffers::Builder::Vector(), flexbuffers::Builder::TypedVector()
  and flexbuffers::Builder::Map() methods that allow the use of plain function
  pointers.
* Changed Parser to internally use plain function pointers when parsing table
  and vector delimiters.
* Added specializations of NumToString() for 64-bit types that aren't supported
  by stringstream in stlport.
* Overloaded numeric_limits for 64-bit types not supported by stlport.
* Replaced build_apk.sh (which was broken by deprecation of the
  "android" tool in the Android SDK) with build.gradle and the
  appropriate gradle wrapper to build an APK.
* Switched Android build to build against all STL variants.
* Updated travis configuration to build Android test and sample.

Tested:
* Verified all tests continue to work on Linux, OSX and Android.
* Verified Travis build is green.

Change-Id: I9e634363793f85b9f141d21454b10686020a2065
2017-07-20 11:01:00 -07:00
..
FlatBuffers.Test Added more test scripts: Mono on Linux, and one for all. 2017-05-10 12:55:27 -07:00
MyGame Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379) 2017-07-13 08:33:32 -07:00
fuzzer Add simple libfuzzer based test. 2016-05-25 17:25:40 -07:00
include_test Make inter-file cycles compile (#4364) 2017-06-26 09:07:02 -07:00
namespace_test Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379) 2017-07-13 08:33:32 -07:00
prototest Added support for imports and many other .proto features. 2015-10-13 14:01:55 -07:00
union_vector C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
GoTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
JavaScriptTest.js TS tests fixes (#4265) 2017-04-21 09:29:42 -07:00
JavaScriptTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
JavaTest.bat Fix to #360 - Updated the general generator (Java/C#) to emit fully qualified names where the referenced object isn't directly in this namespace. Added test fbs files to verify compilation. 2015-12-05 13:42:09 -05:00
JavaTest.java Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379) 2017-07-13 08:33:32 -07:00
JavaTest.sh cleaning up JavaTest.sh - quote paths, and less error-prone deletion (#4301) 2017-05-10 16:45:08 -07:00
PythonTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
TestAll.sh Added more test scripts: Mono on Linux, and one for all. 2017-05-10 12:55:27 -07:00
TypeScriptTest.sh Fixed --keep-prefix functionality. 2017-05-24 16:26:57 -07:00
generate_code.bat Json schema (#4369) 2017-07-10 08:05:59 -07:00
generate_code.sh Json schema (#4369) 2017-07-10 08:05:59 -07:00
go_test.go go: fix unknown field 'UOffset' to 'Pos' 2017-01-22 20:16:52 +09:00
javatest.bin Java: Added ByteBufferFactory interface and sizedInputStream method. (#4379) 2017-07-13 08:33:32 -07:00
monster_test.bfbs C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
monster_test.fbs Added nested FlexBuffer parsing 2017-06-12 14:34:45 -07:00
monster_test.grpc.fb.cc [C++] Improve flatbuffers + gRPC integration (#4310) 2017-06-07 13:56:49 -07:00
monster_test.grpc.fb.h [C++] Improve flatbuffers + gRPC integration (#4310) 2017-06-07 13:56:49 -07:00
monster_test.schema.json C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
monster_test_generated.h C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
monster_test_generated.js Added nested FlexBuffer parsing 2017-06-12 14:34:45 -07:00
monster_test_generated.ts Added nested FlexBuffer parsing 2017-06-12 14:34:45 -07:00
monsterdata_python_wire.mon Added more test scripts: Mono on Linux, and one for all. 2017-05-10 12:55:27 -07:00
monsterdata_test.golden Added (nested) FlexBuffer JSON parsing and output. 2017-06-12 16:40:47 -07:00
monsterdata_test.json Allow JSON numeric fields to be specified by a numeric data in a string. 2016-03-07 17:22:51 -08:00
monsterdata_test.mon Added nested FlexBuffer parsing 2017-06-12 14:34:45 -07:00
phpTest.php Implement __vector_as_bytes and methods to get [ubyte] efficiently 2016-03-29 14:56:09 +11:00
py_test.py Merge pull request #363 from danring/fix-341 2016-07-22 15:12:35 -07:00
test.cpp C++98 (stlport) support for core FlatBuffers and FlexBuffers. 2017-07-20 11:01:00 -07:00
unicode_test.json Add UTF-8 support to the JavaScript API 2015-10-14 23:07:40 -07:00