Disable armeabi builds for Android and re-enable CI builds. (#4970)

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.
11 files changed
tree: bb97b11396a0e4bd591b40f55895929491cd6ced
  1. .github/
  2. .travis/
  3. android/
  4. CMake/
  5. conan/
  6. dart/
  7. docs/
  8. go/
  9. grpc/
  10. include/
  11. java/
  12. js/
  13. lobster/
  14. lua/
  15. net/
  16. php/
  17. python/
  18. reflection/
  19. rust/
  20. samples/
  21. src/
  22. tests/
  23. .clang-format
  24. .editorconfig
  25. .gitattributes
  26. .gitignore
  27. .travis.yml
  28. appveyor.yml
  29. BUILD
  30. CMakeLists.txt
  31. composer.json
  32. conanfile.py
  33. CONTRIBUTING.md
  34. LICENSE.txt
  35. package.json
  36. pom.xml
  37. readme.md
  38. WORKSPACE
readme.md

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Windows
  • MacOS X
  • Linux
  • Android
  • And any others with a recent C++ compiler.

Supported programming languages

  • C++
  • C#
  • C
  • Dart
  • Go
  • Java
  • JavaScript
  • Lobster
  • Lua
  • PHP
  • Python
  • Rust
  • TypeScript

and more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.