• Michael Beardsworth's avatar
    Improve import handling for proto conversion (#5673) · 13c05f4d
    Michael Beardsworth authored
    * Keep include prefix when converting from proto.
    
    This change preserves the include prefix when generating flatbuffers
    from proto (with FBS_GEN_INCLUDES) defined.
    
    * Improve handling of imports in proto conversion.
    
    Previously, there was no runtime flag to make proto->fbs conversion keep
    the import structure of a collection of files. This change makes proto
    conversion respect the --no-gen-includes flag and skip the output of
    "generated" symbols.
    13c05f4d
test.cpp 130 KB