summaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-12Remove _POSIX_C_SOURCE and _XOPEN_SOURCE definitions when compiling o… (#6205)Jason Lenz1-0/+3
2020-06-25[C++] Updates real_path to be truly portable (#5787)mjvankampen1-6/+13
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-1/+0
2020-01-24Added the code to embed the binary schema to the source (--bfbs-gen-embed). (...sjoblom651-0/+1
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-3/+3
2019-09-26Adds XOPEN_SOURCE for PATH_MAX and POSIX 1993 for stat (#5529)mjvk1-0/+2
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy1-2/+2
2019-06-13Excluded crtdbg.h from non-MSVC compilation (#5401)Tiger Caldwell1-1/+3
2019-05-09Set default CRTReportMode for the `flatc` target (#5336)Vladimir Glavnyy1-0/+25
2019-01-07Move all platform dependent headers and code to util.cpp module (#5106)Vladimir Glavnyy1-5/+116
2018-11-16Make the Parser independent from the global C-locale (#5028)Vladimir Glavnyy1-0/+49
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy1-2/+2
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-2/+4
2016-06-06Fixed LoadFile crashing on directory arguments.Wouter van Oortmerssen1-1/+16
2016-04-04add setloadfile and setfileexists functions to flatbuffersWouter van Oortmerssen1-0/+71