• 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
.github Loading commit data...
.travis Loading commit data...
CMake Loading commit data...
android Loading commit data...
conan Loading commit data...
dart Loading commit data...
docs Loading commit data...
go Loading commit data...
grpc Loading commit data...
include/flatbuffers Loading commit data...
java/com/google/flatbuffers Loading commit data...
js Loading commit data...
lobster Loading commit data...
lua Loading commit data...
net/FlatBuffers Loading commit data...
php Loading commit data...
python Loading commit data...
reflection Loading commit data...
rust/flatbuffers Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
WORKSPACE Loading commit data...
appveyor.yml Loading commit data...
composer.json Loading commit data...
conanfile.py Loading commit data...
package.json Loading commit data...
pom.xml Loading commit data...
readme.md Loading commit data...