- Sep 26, 2019
-
-
mjvk authored
* Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat These are the only two required extension for compilation of flatbuffers using -std=c++11 instead of gnu++11. * Sets _XOPEN_SOURCE to 600 and enable POSIX2001 for fseeko
-
- Jul 01, 2019
-
-
Vladimir Glavnyy authored
- Fix GenerateTextFromTable (aliasing typo) - Fix unused variable in idl_gen_dart.cpp - Fix std::string passing (should be non-const value or const-reference) - Remove unused variables
-
- Jun 13, 2019
-
-
Tiger Caldwell authored
-
- May 09, 2019
-
-
Vladimir Glavnyy authored
* Set default CRTReportMode for the `flatc` target * Add util.cpp to GRPC test target * Fix path to util.h
-
- Jan 07, 2019
-
-
Vladimir Glavnyy authored
-
- Nov 16, 2018
-
-
Vladimir Glavnyy authored
* 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
-
- Apr 16, 2018
-
-
Vladimir Glavnyy authored
* The asserts replaced by FLATBUFFERS_ASSERT. Several asserts have converted to static_asserts. * Regenerate header monster generate_code.sh
-
- Dec 21, 2017
-
-
Wouter van Oortmerssen authored
Also added missing generated files. Change-Id: Ifd22a643a08e3f2edfce92812ed57b87fc0e1875
-
- Jun 06, 2016
-
-
Wouter van Oortmerssen authored
Change-Id: I737f6fd0bb1302ab7cfa6ab8b06108e221ebb63c Tested: on Linux.
-
- Apr 04, 2016
-
-
Wouter van Oortmerssen authored
to allow for custom file loaders. The targeted use case is android runtime. (from CL 116980408) Change-Id: I8785c0acf714fab41d8f6fc9f1c52875423b8f5b
-