Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
3f7ebec Set the shared docs directory by default.

6793703 Fixed uninitialized owner_ field in MutexBase.

f66e93c Merge pull request #233 from aeneid/master

f91591b Removed shared doc directory setup.

a85b447 Removed shared doc directory setup.

b03fa0d Removed shared doc directory setup.

89f5cc6 Modified simd4f to support for SSE1/2.

b7804de Fix inclusion of SDL directory within the AOSP tree.

c156ca2 Removed references to nonexistant mp3 files

8af2771 update ChangeLog

13f53d1 Redirect people to git for ogg development.

1bca48e Fix typo.

f9be567 Better support of user-supplied C++ namespaces.

41a29af Update Arabic shaping table for Unicode 8.0

08ad25a Update SDK and sample app (v0.5.4)
  • Loading branch information
Stewart Miles committed Jul 15, 2015
1 parent ecc51e4 commit 257f2dc
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@
[submodule "dependencies/cardboard-java"]
path = dependencies/cardboard-java
url = https://github.com/googlesamples/cardboard-java.git
[submodule "dependencies/pindrop"]
path = dependencies/pindrop
url = http://github.com/google/pindrop.git
2 changes: 1 addition & 1 deletion dependencies/cardboard-java
2 changes: 1 addition & 1 deletion dependencies/fplutil
Submodule fplutil updated 46 files
+17 −19 .gitignore
+0 −0 __init__.py
+25 −13 bin/build_all_android.py
+265 −71 buildutil/android.py
+286 −71 buildutil/android_test.py
+34 −1 disttools/push_package.py
+29 −0 docs/generate_docs.py
+5 −5 docs/src/buildutil/api_reference.md
+4 −4 docs/src/buildutil/examples.md
+2 −2 docs/src/doxyfile
+19 −14 docs/src/doxygen_layout.xml
+56 −0 docs/src/header.html
+ docs/src/html_overlay/ftv2mnode.png
+ docs/src/html_overlay/ftv2pnode.png
+392 −0 docs/src/style.css
+44 −1 docs/src/tools/build_all_android.md
+33 −15 libfplutil/CMakeLists.txt
+60 −0 libfplutil/include/fplutil/file_utils.h
+367 −49 libfplutil/include/fplutil/index_allocator.h
+547 −0 libfplutil/include/fplutil/intrusive_list.h
+3 −3 libfplutil/jni/Android.mk
+104 −0 libfplutil/src/file_utils.cpp
+0 −72 libfplutil/tests/CMakeLists.txt
+0 −225 libfplutil/tests/test_index_allocator.cc
+0 −91 libfplutil/tests/test_perrormsg.cc
+69 −0 libfplutil/unit_tests/CMakeLists.txt
+36 −0 libfplutil/unit_tests/test_index_allocator/AndroidManifest.xml
+43 −0 libfplutil/unit_tests/test_index_allocator/jni/Android.mk
+20 −0 libfplutil/unit_tests/test_index_allocator/jni/Application.mk
+619 −0 libfplutil/unit_tests/test_index_allocator/test_index_allocator.cc
+36 −0 libfplutil/unit_tests/test_intrusive_list/AndroidManifest.xml
+43 −0 libfplutil/unit_tests/test_intrusive_list/jni/Android.mk
+20 −0 libfplutil/unit_tests/test_intrusive_list/jni/Application.mk
+1,155 −0 libfplutil/unit_tests/test_intrusive_list/test_intrusive_list.cc
+36 −0 libfplutil/unit_tests/test_main/AndroidManifest.xml
+2 −2 libfplutil/unit_tests/test_main/jni/Android.mk
+2 −1 libfplutil/unit_tests/test_main/jni/Application.mk
+0 −0 libfplutil/unit_tests/test_main/test_main.cc
+36 −0 libfplutil/unit_tests/test_perrormsg/AndroidManifest.xml
+43 −0 libfplutil/unit_tests/test_perrormsg/jni/Android.mk
+20 −0 libfplutil/unit_tests/test_perrormsg/jni/Application.mk
+98 −0 libfplutil/unit_tests/test_perrormsg/test_perrormsg.cc
+4 −4 libfplutil/unit_tests/test_stdio/AndroidManifest.xml
+43 −0 libfplutil/unit_tests/test_stdio/jni/Android.mk
+20 −0 libfplutil/unit_tests/test_stdio/jni/Application.mk
+21 −14 libfplutil/unit_tests/test_stdio/test_stdio.cc
2 changes: 1 addition & 1 deletion dependencies/freetype
Submodule freetype updated from 0a6b6f to f9be56
2 changes: 1 addition & 1 deletion dependencies/harfbuzz
2 changes: 1 addition & 1 deletion dependencies/libvorbis
Submodule libvorbis updated from 386f2d to 1bca48
2 changes: 1 addition & 1 deletion dependencies/motive
Submodule motive updated 41 files
+4 −3 .gitignore
+16 −8 CMakeLists.txt
+ bin/Darwin/anim_pipeline
+ bin/Linux/anim_pipeline
+1 −1 docs/generate_docs.py
+3 −3 docs/src/doxyfile
+0 −12 docs/src/footer.html
+57 −0 include/motive/anim.h
+8 −1 include/motive/common.h
+31 −5 include/motive/init.h
+5 −0 include/motive/io/flatbuffers.h
+197 −3 include/motive/math/angle.h
+24 −0 include/motive/math/bulk_spline_evaluator.h
+130 −6 include/motive/math/compact_spline.h
+16 −0 include/motive/math/range.h
+126 −0 include/motive/math/spline_util.h
+94 −0 include/motive/math/vector_converter.h
+96 −52 include/motive/motivator.h
+160 −34 include/motive/processor.h
+185 −0 include/motive/target.h
+16 −2 include/motive/util.h
+1 −0 jni/Android.mk
+73 −0 schemas/matrix_anim.fbs
+102 −0 src/anim_pipeline/CMakeLists.txt
+959 −0 src/anim_pipeline/anim_pipeline.cpp
+1 −1 src/motive/engine.cpp
+83 −1 src/motive/io/flatbuffers.cpp
+13 −7 src/motive/math/bulk_spline_evaluator.cpp
+14 −10 src/motive/math/bulk_spline_evaluator_neon.s
+60 −0 src/motive/math/compact_spline.cpp
+4 −2 src/motive/motivator.cpp
+78 −27 src/motive/processor.cpp
+6 −6 src/motive/processor/overshoot_processor.cpp
+18 −8 src/motive/processor/smooth_processor.cpp
+1 −1 src/samples/CMakeLists.txt
+7 −7 src/samples/linear_processor.cpp
+18 −3 src/samples/own_vector_types.cpp
+1 −1 src/tests/CMakeLists.txt
+157 −0 src/tests/angle_test.cpp
+345 −90 src/tests/motive_test.cpp
+75 −0 src/tests/spline_test.cpp
1 change: 1 addition & 0 deletions dependencies/pindrop
Submodule pindrop added at a85b44

0 comments on commit 257f2dc

Please sign in to comment.