• Stewart Miles's avatar
    Disable armeabi builds for Android and re-enable CI builds. (#4970) · 569492e8
    Stewart Miles authored
    armeabi support was removed from the Android NDK so we should no
    longer build it.  Since this fixes the Android build failures this
    commit also re-enables Travis Android builds.
    
    While re-enabling Android builds, some recent changes broke C++98
    support so this fixes those issues as well which include:
    - Conditionally compiling use of move constructors, operators and
      std::move.
    - Changing sample to use flatbuffers::unique_ptr rather than
      std::unique_ptr.
    
    Finally, added the special "default_ptr_type" value for the
    "cpp_ptr_type" attribute.  This expands to the value passed to
    the "--cpp-ptr-type" argument of flatc.
    569492e8
Name
Last commit
Last update
..
clang-format.sh Loading commit data...
code_generators.cpp Loading commit data...
flatc.cpp Loading commit data...
flatc_main.cpp Loading commit data...
flathash.cpp Loading commit data...
idl_gen_cpp.cpp Loading commit data...
idl_gen_dart.cpp Loading commit data...
idl_gen_fbs.cpp Loading commit data...
idl_gen_general.cpp Loading commit data...
idl_gen_go.cpp Loading commit data...
idl_gen_grpc.cpp Loading commit data...
idl_gen_js.cpp Loading commit data...
idl_gen_json_schema.cpp Loading commit data...
idl_gen_lobster.cpp Loading commit data...
idl_gen_lua.cpp Loading commit data...
idl_gen_php.cpp Loading commit data...
idl_gen_python.cpp Loading commit data...
idl_gen_rust.cpp Loading commit data...
idl_gen_text.cpp Loading commit data...
idl_parser.cpp Loading commit data...
reflection.cpp Loading commit data...
util.cpp Loading commit data...