Vladimir Glavnyy
b99332efd7
Move all platform dependent headers and code to util.cpp module ( #5106 )
2019-01-07 10:12:57 -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
a66f9e769b
The asserts replaced by FLATBUFFERS_ASSERT. ( #4701 )
...
* The asserts replaced by FLATBUFFERS_ASSERT. Several asserts have converted to static_asserts.
* Regenerate header monster generate_code.sh
2018-04-16 08:57:59 -07:00
Wouter van Oortmerssen
89711c9c47
Made all C++ files clang-formatted.
...
Also added missing generated files.
Change-Id: Ifd22a643a08e3f2edfce92812ed57b87fc0e1875
2017-12-21 11:45:02 -08:00
Wouter van Oortmerssen
4ffc881fb6
Fixed LoadFile crashing on directory arguments.
...
Change-Id: I737f6fd0bb1302ab7cfa6ab8b06108e221ebb63c
Tested: on Linux.
2016-06-06 11:34:31 -07:00
Wouter van Oortmerssen
e98b1912b3
add setloadfile and setfileexists functions to flatbuffers
...
to allow for custom file loaders. The targeted use case is android runtime.
(from CL 116980408)
Change-Id: I8785c0acf714fab41d8f6fc9f1c52875423b8f5b
2016-04-04 13:03:22 -07:00