summaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-09-22[Python] Python fixed size array (#7529)Joshua Smith1-2/+2
2022-09-10remove travis config (#7522)Derek Bailey1-23/+0
2022-08-16Grouped anonymous namespaces together, (#7455)Paul Harris1-117/+114
2022-08-16Audit and fixups for GCC and Clang (#7212)Paul Harris1-10/+15
2022-08-06Compilation issue msys2 #7399 (#7409)Ivan Shynkarenka1-3/+5
2022-08-06Revert "Compilation issue msys2 (#7403)" (#7407)Derek Bailey1-2/+2
2022-08-05Compilation issue msys2 (#7403)Ivan Shynkarenka1-2/+2
2022-07-26keep-prefix keeps relative pathing (#7394)Derek Bailey1-1/+11
2022-03-28Namerdart (#7187)Casper1-0/+22
2022-03-07Fix missing 'break' (#7151)Casper1-1/+1
2022-03-05Implement a config based name manager and use it in Rust codegen (#7144)Casper1-0/+2
2022-02-23Replaced ToDasherCase with ConvertCase (#7131)Derek Bailey1-1/+35
2022-02-23Use ConvertCase instead of Make{Upper,Lower,Snake} implementations (#7127)Derek Bailey1-0/+91
2021-11-19clang-all (#6941)Derek Bailey1-2/+1
2021-11-12Removal of support for FLATBUFFERS_CPP98_STL (#6918)Wouter van Oortmerssen1-2/+2
2021-06-22Make --bfbs-filenames default to location of first schema file. (#6705)Casper1-13/+22
2021-06-17Add the file a symbol is declared in to Reflection (#6613)Casper1-0/+24
2021-05-15Ran clang-format-all.sh. Removed default --style=file parameter (#6639)Derek Bailey1-1/+3
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