flatbuffers/tests
Wouter van Oortmerssen 4d7890c2c9 Fixed whole-number float default values missing a .0 suffix.
A previous commit that added "f" for C++/Java/C# would break
on gcc of constants like 3f, which are now output as 3.0f

Tested: on Linux

Change-Id: If9cabbe3c6d6948a5050b8b123bda9c06e181f52
2016-04-18 11:50:46 -07:00
..
FlatBuffers.Test Implemented ForceDefaults option on C# FlatBufferBuilder. 2016-01-20 17:25:58 +00:00
MyGame Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
namespace_test Made user-defined attributes available in the reflection data. 2016-04-11 17:36:56 -07:00
prototest Added support for imports and many other .proto features. 2015-10-13 14:01:55 -07:00
GoTest.sh Reduce allocations when reusing a Builder. 2015-04-02 19:33:00 -07:00
JavaScriptTest.js Merge pull request #3765 from Mischanix/js-typed-arrays 2016-02-26 09:51:50 -08:00
JavaScriptTest.sh Add a test for JavaScript UTF-8 <=> UTF-16 conversion 2015-10-14 21:15: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 Added generation of typed helpers when using nested_flatbuffers in Java/C#. Fixes #3500 2016-01-18 15:23:14 +00:00
JavaTest.sh 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
PythonTest.sh Port FlatBuffers to Python. 2015-05-12 15:40:29 -07:00
generate_code.bat (PHP) improve indirect buffer test 2015-12-24 15:35:28 +09:00
generate_code.sh (PHP) improve indirect buffer test 2015-12-24 15:35:28 +09:00
go_test.go Improve Builder user interface. 2015-11-11 17:08:16 -08:00
include_test1.fbs Schemas now support include files. 2014-08-19 16:44:14 -07:00
include_test2.fbs Referring to types from other namespaces in C++ now works correctly. 2014-08-19 17:20:08 -07:00
monster_test.bfbs Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
monster_test.fbs Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
monster_test_generated.h Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
monster_test_generated.js Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
monsterdata_python_wire.mon Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -07:00
monsterdata_test.golden Added the hash attribute to ints and longs. 2015-02-17 14:10:18 -08: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 Fixed whole-number float default values missing a .0 suffix. 2016-04-18 11:50:46 -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 branch 'master' of https://github.com/google/flatbuffers 2016-01-20 13:30:09 -08:00
test.cpp Made user-defined attributes available in the reflection data. 2016-04-11 17:36:56 -07:00
unicode_test.json Add UTF-8 support to the JavaScript API 2015-10-14 23:07:40 -07:00