Wouter van Oortmerssen
6748c373be
Removal of support for FLATBUFFERS_CPP98_STL ( #6918 )
...
* Removal of support for FLATBUFFERS_CPP98_STL
For context, see https://github.com/google/flatbuffers/issues/6704
* Also removed vector_data
2021-11-12 14:01:11 -08:00
FujiZ
030fee36ab
wrap multiple statements in do {} while(!IsConstTrue(true)) ( #5655 )
2019-12-13 10:14:14 -08:00
Vladimir Glavnyy
c3c32ec942
Fix ambiguity of a type deduction in TEST_EQ macro if arguments have `enum class` type. ( #5630 )
2019-11-25 12:56:47 -08:00
Wouter van Oortmerssen
957d167199
Fixed use of WIN32 needs to be _WIN32.
...
Change-Id: Ie1f88ac5613cc09ed1074608dd6517ae20c7973d
2019-02-19 10:49:55 -08:00
Vladimir Glavnyy
3f388ec747
Repair MSVC-CRT leakage detector and enable this detection with Appveyor-CI ( #5105 )
2019-01-24 13:30:11 -08:00
Vladimir Glavnyy
5f32f94810
Make the Parser independent from the global C-locale ( #5028 )
...
* Make the Parser independent from the global C-locale
* Set a specific test locale using the environment variable FLATBUFFERS_TEST_LOCALE
* Remove redundant static qualifiers
2018-11-16 09:24:06 -08:00
Vladimir Glavnyy
55b30827f2
Add fuzzer test for scalar numbers in json. ( #4996 )
...
* Add fuzzer test for scalar numbers in json. Grammar-based regex used to check correctness.
* Fix conversation
2018-10-22 15:44:18 -07:00
Vladimir Glavnyy
7a43775661
Assert tests on the first failure. ( #4952 )
...
* Assert tests on the first failure. Disable pop-up message box on assertion.
* Fix format and code style
* Move MSVC dependent code to ifdef
2018-10-03 12:04:14 -07:00
Sumant Tambe
49fed8c4f6
Add FlatBufferBuilder move semantics tests to the main test suite ( #4902 )
...
* Add FlatBufferBuilder move semantics tests to main
Do not eagerly delete/reset allocators in release and release_raw functions
Update android, vs2010 build files
New tests for various types of FlatBufferBuilders and move semantics
* Improve test failure output with function names
2018-09-24 12:03:31 -07:00