summaryrefslogtreecommitdiff
path: root/src/idl_gen_php.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-09fixed bfbs gen to pass extra options (#7949)Derek Bailey1-4/+3
2023-05-09removed extern code generation declarations preferring direct includes (#7948)Derek Bailey1-1/+1
2023-01-31Final refactor for bfsb_generator* and text generator (#7806)Khanh Nguyen1-0/+9
2023-01-25Refactor languages to use CodeGenerator interface. (#7797)Khanh Nguyen1-0/+51
2022-02-23Use ConvertCase instead of Make{Upper,Lower,Snake} implementations (#7127)Derek Bailey1-27/+33
2021-01-25Refactor FieldDef to model presense as an enum rather than 2 bools. (#6420)Casper1-2/+2
2021-01-22Formats cpp code (#6349)mustiikhalil1-3/+1
2020-10-20Mass Refactoring to use `IsString` and other BASE_TYPE helpers (#6193)Casper1-3/+3
2020-03-02Added --filename-suffix and --filename-ext to flatc (#5778)Derek Bailey1-1/+1
2019-11-25Simplify declarations of x-macro FLATBUFFERS_TD (#5638)Vladimir Glavnyy1-7/+7
2019-11-07[C++] Refactor to conform to Google C++ style guide (#5608)Derek Bailey1-1/+2
2019-07-22Add basic Kotlin support (#5409)Paulo Pinheiro1-1/+1
2019-07-01Remove unused variables (#5382)Vladimir Glavnyy1-1/+0
2019-06-02Fix multi-line comments for cpp enums (#5345) (#5346)Vladimir Glavnyy1-2/+2
2019-05-02Fix issues with uint64 enums (#5265)Vladimir Glavnyy1-4/+2
2019-04-08Part of #5265, neutral changes (#5281)Vladimir Glavnyy1-6/+6
2019-02-25Added -Wextra-semi to Clang build.Wouter van Oortmerssen1-1/+1
2019-02-04Changing array to be an associative array so that the Name function can work ...Travis Staley1-1/+1
2018-12-20Performance improvement to generated+supporting PHP (#5080)Peter Dillinger1-2/+2
2018-10-15disallow c style casts (#4981)Frank Benkstein1-1/+1
2018-09-02Port FlatBuffers to Rust (#4898)Robert1-1/+1
2018-04-16The asserts replaced by FLATBUFFERS_ASSERT. (#4701)Vladimir Glavnyy1-1/+1
2018-02-08Misc fixes from internal integration / clang tidy.Wouter van Oortmerssen1-7/+7
2018-01-22Removed truncating of enum vals to int in ReverseLookup.Wouter van Oortmerssen1-1/+1
2017-12-21Made all C++ files clang-formatted.Wouter van Oortmerssen1-877/+822
2017-09-22Made the parser not have any hard-coded keywords.Wouter van Oortmerssen1-1/+1
2017-08-11Vector of unions for TS/JS and PHP (#4404)Kamil Rojewski1-2/+32
2017-08-02Add scalar type aliases for int8, uint8, ..., f32, f64 (#4400)MikkelFJ1-1/+2
2017-05-16C#: Added <autogenerated> in cs generator file header comment (#4291)schoetbi1-1/+1
2016-10-12Fixed inconsistent use of namespace directory prefixing.Wouter van Oortmerssen1-3/+3
2016-06-23sharing the WrapInNameSpace methodslakedaemon1-18/+1
2016-06-23php:removed parser from method signatureslakedaemon1-37/+25
2016-06-23php:pulled methods inside the generatorlakedaemon1-76/+68
2016-06-20Allow unions of table types with the same name but from different namespaces.Wouter van Oortmerssen1-3/+4
2016-05-28sharing namespace_dir and the namespace string methodslakedaemon1-16/+2
2016-05-26sharing the Flatbuffers warninglakedaemon1-51/+47
2016-04-26memory leak fix + php/js/python transition to class based generatorLakedaemon1-22/+41
2016-03-29Implement __vector_as_bytes and methods to get [ubyte] efficientlyArmen Baghumian1-1/+20
2015-12-17(PHP) fixes getting indirect table, also fixes getInt method on 32bit machine.Shuhei Tanuma1-1/+7
2015-12-04Added --gen-all to generate code for a schema and all its includes.Wouter van Oortmerssen1-19/+16
2015-11-18(PHP) add experimental support for PHP language.Shuhei Taunma1-0/+980