This website requires JavaScript.
Explore
Help
Register
Sign In
BigfootDev
/
flatbuffers-bigfoot
Watch
1
Star
0
Fork
0
You've already forked flatbuffers-bigfoot
forked from
BigfootDev/flatbuffers
Code
Pull Requests
Activity
Files
cccd7003ed395d7f48ce28cac0cfd79e8e137eab
flatbuffers-bigfoot
/
src
History
BogDan Vatra
cccd7003ed
MIN & MAX are useless for bit_flags
...
Instead we need NONE (0) and ANY (all orred values), if the user didn't already defined them
2016-06-01 10:15:41 +03:00
..
flatc.cpp
Added --gen-name-strings command line option.
2016-03-29 22:25:04 +01:00
flathash.cpp
Fixed compile error in older gcc's for trailing comma in enum.
2015-07-22 12:35:40 -07:00
idl_gen_cpp.cpp
MIN & MAX are useless for bit_flags
2016-06-01 10:15:41 +03:00
idl_gen_fbs.cpp
Added --gen-all to generate code for a schema and all its includes.
2015-12-04 09:44:31 -08:00
idl_gen_general.cpp
Merge pull request
#3843
from Lakedaemon/refactoring
2016-04-27 13:59:16 -07:00
idl_gen_go.cpp
memory leak fix + php/js/python transition to class based generator
2016-04-26 20:36:43 +02:00
idl_gen_js.cpp
shared method that exits early if everything is generated
2016-05-25 15:15:56 +02:00
idl_gen_php.cpp
memory leak fix + php/js/python transition to class based generator
2016-04-26 20:36:43 +02:00
idl_gen_python.cpp
memory leak fix + php/js/python transition to class based generator
2016-04-26 20:36:43 +02:00
idl_gen_text.cpp
Added --gen-all to generate code for a schema and all its includes.
2015-12-04 09:44:31 -08:00
idl_parser.cpp
Handle \u-escaped surrogate pairs correctly in IDL parser
2016-05-23 16:38:55 -07:00
reflection.cpp
Added support for easy string pooling.
2016-03-07 12:58:36 -08:00
util.cpp
add setloadfile and setfileexists functions to flatbuffers
2016-04-04 13:03:22 -07:00