Imported Upstream version 0.0.1 84/145884/1 upstream upstream/0.0.1
authorchanywa <cbible.kim@samsung.com>
Thu, 24 Aug 2017 06:34:50 +0000 (15:34 +0900)
committerchanywa <cbible.kim@samsung.com>
Thu, 24 Aug 2017 06:42:40 +0000 (15:42 +0900)
commit3ca60727544aa92eee27e004f1f49273a980bc5d
tree3d0c9006ff895dc27eb0a7047a1323b9cfb7ea91
parentcfd69727ddb6f503f1a85321c96e46c7d9cc9d40
Imported Upstream version 0.0.1

Change-Id: I04965f3704f681495719ba73aab64daa1e7aaa99
Signed-off-by: chanywa <cbible.kim@samsung.com>
776 files changed:
.clang-format [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
ISSUE_TEMPLATE.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
bench/CMakeLists.txt [new file with mode: 0644]
bench/src/builders.cpp [new file with mode: 0644]
bench/src/tileLoading.cpp [new file with mode: 0644]
circle.yml [new file with mode: 0644]
core/CMakeLists.txt [new file with mode: 0644]
core/deps/CMakeLists.txt [new file with mode: 0644]
core/deps/double-conversion/CMakeLists.txt [new file with mode: 0644]
core/deps/double-conversion/include/double-conversion.h [new file with mode: 0644]
core/deps/double-conversion/src/bignum-dtoa.cc [new file with mode: 0644]
core/deps/double-conversion/src/bignum-dtoa.h [new file with mode: 0644]
core/deps/double-conversion/src/bignum.cc [new file with mode: 0644]
core/deps/double-conversion/src/bignum.h [new file with mode: 0644]
core/deps/double-conversion/src/cached-powers.cc [new file with mode: 0644]
core/deps/double-conversion/src/cached-powers.h [new file with mode: 0644]
core/deps/double-conversion/src/diy-fp.cc [new file with mode: 0644]
core/deps/double-conversion/src/diy-fp.h [new file with mode: 0644]
core/deps/double-conversion/src/double-conversion.cc [new file with mode: 0644]
core/deps/double-conversion/src/fast-dtoa.cc [new file with mode: 0644]
core/deps/double-conversion/src/fast-dtoa.h [new file with mode: 0644]
core/deps/double-conversion/src/fixed-dtoa.cc [new file with mode: 0644]
core/deps/double-conversion/src/fixed-dtoa.h [new file with mode: 0644]
core/deps/double-conversion/src/ieee.h [new file with mode: 0644]
core/deps/double-conversion/src/strtod.cc [new file with mode: 0644]
core/deps/double-conversion/src/strtod.h [new file with mode: 0644]
core/deps/double-conversion/src/utils.h [new file with mode: 0644]
core/deps/glm/copying.txt [new file with mode: 0755]
core/deps/glm/glm/CMakeLists.txt [new file with mode: 0755]
core/deps/glm/glm/common.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/_features.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/_fixes.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/_noise.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/_swizzle.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/_swizzle_func.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/_vectorize.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/dummy.cpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_common.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_common.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_common_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_exponential.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_exponential.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_exponential_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_geometric.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_geometric.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_geometric_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_integer.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_integer.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_integer_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_matrix.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_matrix.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_matrix_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_packing.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_packing.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_packing_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_trigonometric.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_trigonometric.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_trigonometric_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_vector_relational.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/func_vector_relational.inl [new file with mode: 0755]
core/deps/glm/glm/detail/func_vector_relational_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/glm.cpp [new file with mode: 0755]
core/deps/glm/glm/detail/precision.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/setup.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_float.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_gentype.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_gentype.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_half.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_half.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_int.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat2x2.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat2x2.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat2x3.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat2x3.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat2x4.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat2x4.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat3x2.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat3x2.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat3x3.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat3x3.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat3x4.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat3x4.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x2.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x2.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x3.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x3.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x4.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x4.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_mat4x4_simd.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec1.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec1.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec2.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec2.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec3.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec3.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec4.hpp [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec4.inl [new file with mode: 0755]
core/deps/glm/glm/detail/type_vec4_simd.inl [new file with mode: 0755]
core/deps/glm/glm/exponential.hpp [new file with mode: 0755]
core/deps/glm/glm/ext.hpp [new file with mode: 0755]
core/deps/glm/glm/fwd.hpp [new file with mode: 0755]
core/deps/glm/glm/geometric.hpp [new file with mode: 0755]
core/deps/glm/glm/glm.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/bitfield.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/bitfield.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/color_encoding.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/color_space.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/color_space.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/constants.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/constants.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/epsilon.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/epsilon.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/functions.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/functions.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/integer.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/integer.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_access.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_access.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_integer.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_inverse.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_inverse.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_transform.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/matrix_transform.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/noise.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/noise.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/packing.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/packing.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/quaternion.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/quaternion.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/quaternion_simd.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/random.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/random.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/reciprocal.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/reciprocal.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/round.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/round.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/type_aligned.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/type_precision.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/type_precision.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/type_ptr.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/type_ptr.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/ulp.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/ulp.inl [new file with mode: 0755]
core/deps/glm/glm/gtc/vec1.hpp [new file with mode: 0755]
core/deps/glm/glm/gtc/vec1.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/associated_min_max.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/associated_min_max.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/bit.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/bit.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/closest_point.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/closest_point.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/color_space.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/color_space.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/color_space_YCoCg.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/color_space_YCoCg.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/common.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/common.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/compatibility.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/compatibility.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/component_wise.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/component_wise.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/dual_quaternion.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/dual_quaternion.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/euler_angles.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/euler_angles.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/extend.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/extend.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/extended_min_max.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/extended_min_max.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/fast_exponential.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/fast_exponential.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/fast_square_root.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/fast_square_root.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/fast_trigonometry.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/fast_trigonometry.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/float_notmalize.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/gradient_paint.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/gradient_paint.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/handed_coordinate_space.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/handed_coordinate_space.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/hash.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/hash.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/integer.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/integer.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/intersect.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/intersect.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/io.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/io.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/log_base.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/log_base.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_cross_product.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_cross_product.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_decompose.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_decompose.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_interpolation.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_interpolation.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_major_storage.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_major_storage.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_operation.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_operation.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_query.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_query.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_transform_2d.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/matrix_transform_2d.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/mixed_product.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/mixed_product.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/norm.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/norm.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/normal.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/normal.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/normalize_dot.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/normalize_dot.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/number_precision.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/number_precision.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/optimum_pow.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/optimum_pow.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/orthonormalize.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/orthonormalize.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/perpendicular.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/perpendicular.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/polar_coordinates.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/polar_coordinates.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/projection.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/projection.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/quaternion.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/quaternion.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/range.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/raw_data.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/raw_data.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/rotate_normalized_axis.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/rotate_normalized_axis.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/rotate_vector.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/rotate_vector.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/scalar_multiplication.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/scalar_relational.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/scalar_relational.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/simd_mat4.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/simd_mat4.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/simd_quat.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/simd_quat.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/simd_vec4.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/simd_vec4.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/spline.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/spline.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/std_based_type.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/std_based_type.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/string_cast.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/string_cast.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/transform.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/transform.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/transform2.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/transform2.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/type_aligned.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/type_aligned.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/type_trait.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/type_trait.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/vector_angle.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/vector_angle.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/vector_query.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/vector_query.inl [new file with mode: 0755]
core/deps/glm/glm/gtx/wrap.hpp [new file with mode: 0755]
core/deps/glm/glm/gtx/wrap.inl [new file with mode: 0755]
core/deps/glm/glm/integer.hpp [new file with mode: 0755]
core/deps/glm/glm/mat2x2.hpp [new file with mode: 0755]
core/deps/glm/glm/mat2x3.hpp [new file with mode: 0755]
core/deps/glm/glm/mat2x4.hpp [new file with mode: 0755]
core/deps/glm/glm/mat3x2.hpp [new file with mode: 0755]
core/deps/glm/glm/mat3x3.hpp [new file with mode: 0755]
core/deps/glm/glm/mat3x4.hpp [new file with mode: 0755]
core/deps/glm/glm/mat4x2.hpp [new file with mode: 0755]
core/deps/glm/glm/mat4x3.hpp [new file with mode: 0755]
core/deps/glm/glm/mat4x4.hpp [new file with mode: 0755]
core/deps/glm/glm/matrix.hpp [new file with mode: 0755]
core/deps/glm/glm/packing.hpp [new file with mode: 0755]
core/deps/glm/glm/simd/common.h [new file with mode: 0755]
core/deps/glm/glm/simd/exponential.h [new file with mode: 0755]
core/deps/glm/glm/simd/geometric.h [new file with mode: 0755]
core/deps/glm/glm/simd/integer.h [new file with mode: 0755]
core/deps/glm/glm/simd/matrix.h [new file with mode: 0755]
core/deps/glm/glm/simd/packing.h [new file with mode: 0755]
core/deps/glm/glm/simd/platform.h [new file with mode: 0755]
core/deps/glm/glm/simd/trigonometric.h [new file with mode: 0755]
core/deps/glm/glm/simd/vector_relational.h [new file with mode: 0755]
core/deps/glm/glm/trigonometric.hpp [new file with mode: 0755]
core/deps/glm/glm/vec2.hpp [new file with mode: 0755]
core/deps/glm/glm/vec3.hpp [new file with mode: 0755]
core/deps/glm/glm/vec4.hpp [new file with mode: 0755]
core/deps/glm/glm/vector_relational.hpp [new file with mode: 0755]
core/deps/glm/readme.md [new file with mode: 0755]
core/deps/hash-library/README.md [new file with mode: 0644]
core/deps/hash-library/md5.cpp [new file with mode: 0644]
core/deps/hash-library/md5.h [new file with mode: 0644]
core/deps/mapbox/geojsonvt_custom_tags.hpp [new file with mode: 0644]
core/deps/mapbox/variant.hpp [new file with mode: 0644]
core/deps/miniz/miniz.c [new file with mode: 0644]
core/deps/miniz/miniz.h [new file with mode: 0644]
core/deps/pbf/pbf.hpp [new file with mode: 0644]
core/deps/rapidjson/allocators.h [new file with mode: 0644]
core/deps/rapidjson/document.h [new file with mode: 0644]
core/deps/rapidjson/encodedstream.h [new file with mode: 0644]
core/deps/rapidjson/encodings.h [new file with mode: 0644]
core/deps/rapidjson/error/en.h [new file with mode: 0644]
core/deps/rapidjson/error/error.h [new file with mode: 0644]
core/deps/rapidjson/filereadstream.h [new file with mode: 0644]
core/deps/rapidjson/filestream.h [new file with mode: 0644]
core/deps/rapidjson/filewritestream.h [new file with mode: 0644]
core/deps/rapidjson/fwd.h [new file with mode: 0644]
core/deps/rapidjson/internal/biginteger.h [new file with mode: 0644]
core/deps/rapidjson/internal/diyfp.h [new file with mode: 0644]
core/deps/rapidjson/internal/dtoa.h [new file with mode: 0644]
core/deps/rapidjson/internal/ieee754.h [new file with mode: 0644]
core/deps/rapidjson/internal/itoa.h [new file with mode: 0644]
core/deps/rapidjson/internal/meta.h [new file with mode: 0644]
core/deps/rapidjson/internal/pow10.h [new file with mode: 0644]
core/deps/rapidjson/internal/regex.h [new file with mode: 0644]
core/deps/rapidjson/internal/stack.h [new file with mode: 0644]
core/deps/rapidjson/internal/strfunc.h [new file with mode: 0644]
core/deps/rapidjson/internal/strtod.h [new file with mode: 0644]
core/deps/rapidjson/internal/swap.h [new file with mode: 0644]
core/deps/rapidjson/istreamwrapper.h [new file with mode: 0644]
core/deps/rapidjson/memorybuffer.h [new file with mode: 0644]
core/deps/rapidjson/memorystream.h [new file with mode: 0644]
core/deps/rapidjson/msinttypes/inttypes.h [new file with mode: 0644]
core/deps/rapidjson/msinttypes/stdint.h [new file with mode: 0644]
core/deps/rapidjson/ostreamwrapper.h [new file with mode: 0644]
core/deps/rapidjson/pointer.h [new file with mode: 0644]
core/deps/rapidjson/prettywriter.h [new file with mode: 0644]
core/deps/rapidjson/rapidjson.h [new file with mode: 0644]
core/deps/rapidjson/reader.h [new file with mode: 0644]
core/deps/rapidjson/schema.h [new file with mode: 0644]
core/deps/rapidjson/stream.h [new file with mode: 0644]
core/deps/rapidjson/stringbuffer.h [new file with mode: 0644]
core/deps/rapidjson/writer.h [new file with mode: 0644]
core/deps/sdf/sdf.h [new file with mode: 0644]
core/deps/stb/stb_easy_font.h [new file with mode: 0644]
core/deps/stb/stb_image.h [new file with mode: 0644]
core/generated/.gitkeep [new file with mode: 0644]
core/include/tangram/data/clientGeoJsonSource.h [new file with mode: 0644]
core/include/tangram/data/properties.h [new file with mode: 0644]
core/include/tangram/data/propertyItem.h [new file with mode: 0644]
core/include/tangram/data/tileSource.h [new file with mode: 0644]
core/include/tangram/log.h [new file with mode: 0644]
core/include/tangram/platform.h [new file with mode: 0644]
core/include/tangram/tangram.h [new file with mode: 0644]
core/include/tangram/tile/tileID.h [new file with mode: 0644]
core/include/tangram/tile/tileTask.h [new file with mode: 0644]
core/include/tangram/util/types.h [new file with mode: 0644]
core/include/tangram/util/url.h [new file with mode: 0644]
core/include/tangram/util/variant.h [new file with mode: 0644]
core/shaders/ambientLight.glsl [new file with mode: 0644]
core/shaders/debug.fs [new file with mode: 0644]
core/shaders/debug.vs [new file with mode: 0644]
core/shaders/debugPrimitive.fs [new file with mode: 0644]
core/shaders/debugPrimitive.vs [new file with mode: 0644]
core/shaders/debugTexture.fs [new file with mode: 0644]
core/shaders/debugTexture.vs [new file with mode: 0644]
core/shaders/directionalLight.glsl [new file with mode: 0644]
core/shaders/lights.glsl [new file with mode: 0644]
core/shaders/material.glsl [new file with mode: 0644]
core/shaders/point.fs [new file with mode: 0644]
core/shaders/point.vs [new file with mode: 0644]
core/shaders/pointLight.glsl [new file with mode: 0644]
core/shaders/polygon.fs [new file with mode: 0644]
core/shaders/polygon.vs [new file with mode: 0644]
core/shaders/polyline.fs [new file with mode: 0644]
core/shaders/polyline.vs [new file with mode: 0644]
core/shaders/rasters.glsl [new file with mode: 0644]
core/shaders/sdf.fs [new file with mode: 0644]
core/shaders/selection.fs [new file with mode: 0644]
core/shaders/spotLight.glsl [new file with mode: 0644]
core/shaders/text.fs [new file with mode: 0644]
core/src/data/clientGeoJsonSource.cpp [new file with mode: 0644]
core/src/data/formats/geoJson.cpp [new file with mode: 0644]
core/src/data/formats/geoJson.h [new file with mode: 0644]
core/src/data/formats/mvt.cpp [new file with mode: 0644]
core/src/data/formats/mvt.h [new file with mode: 0644]
core/src/data/formats/topoJson.cpp [new file with mode: 0644]
core/src/data/formats/topoJson.h [new file with mode: 0644]
core/src/data/mbtilesDataSource.cpp [new file with mode: 0644]
core/src/data/mbtilesDataSource.h [new file with mode: 0644]
core/src/data/memoryCacheDataSource.cpp [new file with mode: 0644]
core/src/data/memoryCacheDataSource.h [new file with mode: 0644]
core/src/data/networkDataSource.cpp [new file with mode: 0644]
core/src/data/networkDataSource.h [new file with mode: 0644]
core/src/data/properties.cpp [new file with mode: 0644]
core/src/data/rasterSource.cpp [new file with mode: 0644]
core/src/data/rasterSource.h [new file with mode: 0644]
core/src/data/tileData.h [new file with mode: 0644]
core/src/data/tileSource.cpp [new file with mode: 0644]
core/src/debug/frameInfo.cpp [new file with mode: 0644]
core/src/debug/frameInfo.h [new file with mode: 0644]
core/src/debug/textDisplay.cpp [new file with mode: 0644]
core/src/debug/textDisplay.h [new file with mode: 0644]
core/src/gl.h [new file with mode: 0644]
core/src/gl/disposer.cpp [new file with mode: 0644]
core/src/gl/disposer.h [new file with mode: 0644]
core/src/gl/dynamicQuadMesh.h [new file with mode: 0644]
core/src/gl/framebuffer.cpp [new file with mode: 0644]
core/src/gl/framebuffer.h [new file with mode: 0644]
core/src/gl/glError.cpp [new file with mode: 0644]
core/src/gl/glError.h [new file with mode: 0644]
core/src/gl/hardware.cpp [new file with mode: 0644]
core/src/gl/hardware.h [new file with mode: 0644]
core/src/gl/mesh.cpp [new file with mode: 0644]
core/src/gl/mesh.h [new file with mode: 0644]
core/src/gl/primitives.cpp [new file with mode: 0644]
core/src/gl/primitives.h [new file with mode: 0644]
core/src/gl/renderState.cpp [new file with mode: 0644]
core/src/gl/renderState.h [new file with mode: 0644]
core/src/gl/shaderProgram.cpp [new file with mode: 0644]
core/src/gl/shaderProgram.h [new file with mode: 0644]
core/src/gl/shaderSource.cpp [new file with mode: 0644]
core/src/gl/shaderSource.h [new file with mode: 0644]
core/src/gl/texture.cpp [new file with mode: 0644]
core/src/gl/texture.h [new file with mode: 0644]
core/src/gl/uniform.h [new file with mode: 0644]
core/src/gl/vao.cpp [new file with mode: 0644]
core/src/gl/vao.h [new file with mode: 0644]
core/src/gl/vertexLayout.cpp [new file with mode: 0644]
core/src/gl/vertexLayout.h [new file with mode: 0644]
core/src/labels/curvedLabel.cpp [new file with mode: 0644]
core/src/labels/curvedLabel.h [new file with mode: 0644]
core/src/labels/fadeEffect.h [new file with mode: 0644]
core/src/labels/label.cpp [new file with mode: 0644]
core/src/labels/label.h [new file with mode: 0644]
core/src/labels/labelCollider.cpp [new file with mode: 0644]
core/src/labels/labelCollider.h [new file with mode: 0644]
core/src/labels/labelProperty.cpp [new file with mode: 0644]
core/src/labels/labelProperty.h [new file with mode: 0644]
core/src/labels/labelSet.cpp [new file with mode: 0644]
core/src/labels/labelSet.h [new file with mode: 0644]
core/src/labels/labels.cpp [new file with mode: 0644]
core/src/labels/labels.h [new file with mode: 0644]
core/src/labels/obbBuffer.h [new file with mode: 0644]
core/src/labels/screenTransform.h [new file with mode: 0644]
core/src/labels/spriteLabel.cpp [new file with mode: 0644]
core/src/labels/spriteLabel.h [new file with mode: 0644]
core/src/labels/textLabel.cpp [new file with mode: 0644]
core/src/labels/textLabel.h [new file with mode: 0644]
core/src/labels/textLabels.h [new file with mode: 0644]
core/src/marker/marker.cpp [new file with mode: 0644]
core/src/marker/marker.h [new file with mode: 0644]
core/src/marker/markerManager.cpp [new file with mode: 0644]
core/src/marker/markerManager.h [new file with mode: 0644]
core/src/platform.cpp [new file with mode: 0644]
core/src/scene/ambientLight.cpp [new file with mode: 0644]
core/src/scene/ambientLight.h [new file with mode: 0644]
core/src/scene/asset.cpp [new file with mode: 0644]
core/src/scene/asset.h [new file with mode: 0644]
core/src/scene/dataLayer.cpp [new file with mode: 0644]
core/src/scene/dataLayer.h [new file with mode: 0644]
core/src/scene/directionalLight.cpp [new file with mode: 0644]
core/src/scene/directionalLight.h [new file with mode: 0644]
core/src/scene/drawRule.cpp [new file with mode: 0644]
core/src/scene/drawRule.h [new file with mode: 0644]
core/src/scene/drawRuleWarnings.h [new file with mode: 0644]
core/src/scene/filters.cpp [new file with mode: 0644]
core/src/scene/filters.h [new file with mode: 0644]
core/src/scene/importer.cpp [new file with mode: 0644]
core/src/scene/importer.h [new file with mode: 0644]
core/src/scene/light.cpp [new file with mode: 0644]
core/src/scene/light.h [new file with mode: 0644]
core/src/scene/lights.h [new file with mode: 0644]
core/src/scene/pointLight.cpp [new file with mode: 0644]
core/src/scene/pointLight.h [new file with mode: 0644]
core/src/scene/scene.cpp [new file with mode: 0644]
core/src/scene/scene.h [new file with mode: 0644]
core/src/scene/sceneLayer.cpp [new file with mode: 0644]
core/src/scene/sceneLayer.h [new file with mode: 0644]
core/src/scene/sceneLoader.cpp [new file with mode: 0644]
core/src/scene/sceneLoader.h [new file with mode: 0644]
core/src/scene/spotLight.cpp [new file with mode: 0644]
core/src/scene/spotLight.h [new file with mode: 0644]
core/src/scene/spriteAtlas.cpp [new file with mode: 0644]
core/src/scene/spriteAtlas.h [new file with mode: 0644]
core/src/scene/stops.cpp [new file with mode: 0644]
core/src/scene/stops.h [new file with mode: 0644]
core/src/scene/styleContext.cpp [new file with mode: 0644]
core/src/scene/styleContext.h [new file with mode: 0644]
core/src/scene/styleMixer.cpp [new file with mode: 0644]
core/src/scene/styleMixer.h [new file with mode: 0644]
core/src/scene/styleParam.cpp [new file with mode: 0644]
core/src/scene/styleParam.h [new file with mode: 0644]
core/src/selection/featureSelection.cpp [new file with mode: 0644]
core/src/selection/featureSelection.h [new file with mode: 0644]
core/src/selection/selectionQuery.cpp [new file with mode: 0644]
core/src/selection/selectionQuery.h [new file with mode: 0644]
core/src/style/debugStyle.cpp [new file with mode: 0644]
core/src/style/debugStyle.h [new file with mode: 0644]
core/src/style/debugTextStyle.cpp [new file with mode: 0644]
core/src/style/debugTextStyle.h [new file with mode: 0644]
core/src/style/material.cpp [new file with mode: 0644]
core/src/style/material.h [new file with mode: 0644]
core/src/style/pointStyle.cpp [new file with mode: 0644]
core/src/style/pointStyle.h [new file with mode: 0644]
core/src/style/pointStyleBuilder.cpp [new file with mode: 0644]
core/src/style/pointStyleBuilder.h [new file with mode: 0644]
core/src/style/polygonStyle.cpp [new file with mode: 0644]
core/src/style/polygonStyle.h [new file with mode: 0644]
core/src/style/polylineStyle.cpp [new file with mode: 0644]
core/src/style/polylineStyle.h [new file with mode: 0644]
core/src/style/rasterStyle.cpp [new file with mode: 0644]
core/src/style/rasterStyle.h [new file with mode: 0644]
core/src/style/style.cpp [new file with mode: 0644]
core/src/style/style.h [new file with mode: 0644]
core/src/style/textStyle.cpp [new file with mode: 0644]
core/src/style/textStyle.h [new file with mode: 0644]
core/src/style/textStyleBuilder.cpp [new file with mode: 0644]
core/src/style/textStyleBuilder.h [new file with mode: 0644]
core/src/tangram.cpp [new file with mode: 0644]
core/src/text/fontContext.cpp [new file with mode: 0644]
core/src/text/fontContext.h [new file with mode: 0644]
core/src/text/textUtil.cpp [new file with mode: 0644]
core/src/text/textUtil.h [new file with mode: 0644]
core/src/tile/tile.cpp [new file with mode: 0644]
core/src/tile/tile.h [new file with mode: 0644]
core/src/tile/tileBuilder.cpp [new file with mode: 0644]
core/src/tile/tileBuilder.h [new file with mode: 0644]
core/src/tile/tileCache.h [new file with mode: 0644]
core/src/tile/tileHash.h [new file with mode: 0644]
core/src/tile/tileManager.cpp [new file with mode: 0644]
core/src/tile/tileManager.h [new file with mode: 0644]
core/src/tile/tileTask.cpp [new file with mode: 0644]
core/src/tile/tileWorker.cpp [new file with mode: 0644]
core/src/tile/tileWorker.h [new file with mode: 0644]
core/src/util/asyncWorker.h [new file with mode: 0644]
core/src/util/base64.h [new file with mode: 0644]
core/src/util/builders.cpp [new file with mode: 0644]
core/src/util/builders.h [new file with mode: 0644]
core/src/util/color.h [new file with mode: 0644]
core/src/util/dashArray.cpp [new file with mode: 0644]
core/src/util/dashArray.h [new file with mode: 0644]
core/src/util/ease.h [new file with mode: 0644]
core/src/util/extrude.cpp [new file with mode: 0644]
core/src/util/extrude.h [new file with mode: 0644]
core/src/util/fastmap.h [new file with mode: 0644]
core/src/util/floatFormatter.cpp [new file with mode: 0644]
core/src/util/floatFormatter.h [new file with mode: 0644]
core/src/util/geom.cpp [new file with mode: 0644]
core/src/util/geom.h [new file with mode: 0644]
core/src/util/hash.h [new file with mode: 0644]
core/src/util/inputHandler.cpp [new file with mode: 0644]
core/src/util/inputHandler.h [new file with mode: 0644]
core/src/util/jobQueue.cpp [new file with mode: 0644]
core/src/util/jobQueue.h [new file with mode: 0644]
core/src/util/json.cpp [new file with mode: 0644]
core/src/util/json.h [new file with mode: 0644]
core/src/util/lineSampler.h [new file with mode: 0644]
core/src/util/mapProjection.cpp [new file with mode: 0644]
core/src/util/mapProjection.h [new file with mode: 0644]
core/src/util/rasterize.cpp [new file with mode: 0644]
core/src/util/rasterize.h [new file with mode: 0644]
core/src/util/topologicalSort.h [new file with mode: 0644]
core/src/util/url.cpp [new file with mode: 0644]
core/src/util/util.h [new file with mode: 0644]
core/src/util/yamlHelper.cpp [new file with mode: 0644]
core/src/util/yamlHelper.h [new file with mode: 0644]
core/src/util/zlibHelper.cpp [new file with mode: 0644]
core/src/util/zlibHelper.h [new file with mode: 0644]
core/src/view/view.cpp [new file with mode: 0644]
core/src/view/view.h [new file with mode: 0644]
core/src/view/viewConstraint.cpp [new file with mode: 0644]
core/src/view/viewConstraint.h [new file with mode: 0644]
images/clion-tangram-target.png [new file with mode: 0644]
images/default-point.png [new file with mode: 0644]
images/screenshot.png [new file with mode: 0644]
package-submodules.sh [new file with mode: 0755]
packaging/tangram-es.spec [new file with mode: 0644]
platforms/android/.gitignore [new file with mode: 0644]
platforms/android/README.md [new file with mode: 0644]
platforms/android/build.gradle [new file with mode: 0644]
platforms/android/demo/build.gradle [new file with mode: 0644]
platforms/android/demo/proguard-project.txt [new file with mode: 0644]
platforms/android/demo/src/main/AndroidManifest.xml [new file with mode: 0644]
platforms/android/demo/src/main/java/com/mapzen/tangram/android/MainActivity.java [new file with mode: 0644]
platforms/android/demo/src/main/java/com/mapzen/tangram/android/PresetSelectionTextView.java [new file with mode: 0644]
platforms/android/demo/src/main/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/demo/src/main/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
platforms/android/demo/src/main/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/demo/src/main/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
platforms/android/demo/src/main/res/layout/main.xml [new file with mode: 0644]
platforms/android/demo/src/main/res/values/strings.xml [new file with mode: 0644]
platforms/android/gradle.properties [new file with mode: 0644]
platforms/android/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
platforms/android/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
platforms/android/gradlew [new file with mode: 0755]
platforms/android/release-checklist.md [new file with mode: 0644]
platforms/android/run.sh [new file with mode: 0755]
platforms/android/settings.gradle [new file with mode: 0644]
platforms/android/tangram/build.gradle [new file with mode: 0644]
platforms/android/tangram/gradle-mvn-push.gradle [new file with mode: 0644]
platforms/android/tangram/gradle.properties [new file with mode: 0644]
platforms/android/tangram/src/main/AndroidManifest.xml [new file with mode: 0644]
platforms/android/tangram/src/main/cpp/jniExports.cpp [new file with mode: 0644]
platforms/android/tangram/src/main/cpp/platform_android.cpp [new file with mode: 0644]
platforms/android/tangram/src/main/cpp/platform_android.h [new file with mode: 0644]
platforms/android/tangram/src/main/cpp/sqlite3ndk.cpp [new file with mode: 0755]
platforms/android/tangram/src/main/cpp/sqlite3ndk.h [new file with mode: 0755]
platforms/android/tangram/src/main/java/com/almeros/android/multitouch/BaseGestureDetector.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/almeros/android/multitouch/MoveGestureDetector.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/almeros/android/multitouch/RotateGestureDetector.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/almeros/android/multitouch/ShoveGestureDetector.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/almeros/android/multitouch/TwoFingerGestureDetector.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/ConfigChooser.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/FontFileParser.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/HttpHandler.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/LabelPickResult.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/LngLat.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/MapController.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/MapData.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/MapView.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/Marker.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/MarkerPickResult.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/SceneUpdate.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/SceneUpdateError.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/TouchInput.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/geometry/Geometry.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/geometry/Point.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/geometry/Polygon.java [new file with mode: 0644]
platforms/android/tangram/src/main/java/com/mapzen/tangram/geometry/Polyline.java [new file with mode: 0644]
platforms/android/tangram/versioning.gradle [new file with mode: 0644]
platforms/common/glfwApp.cpp [new file with mode: 0644]
platforms/common/glfwApp.h [new file with mode: 0644]
platforms/common/platform_gl.cpp [new file with mode: 0644]
platforms/common/platform_gl.h [new file with mode: 0644]
platforms/common/urlClient.cpp [new file with mode: 0644]
platforms/common/urlClient.h [new file with mode: 0644]
platforms/ios/README.md [new file with mode: 0644]
platforms/ios/demo/Config.plist.in [new file with mode: 0644]
platforms/ios/demo/Info.plist [new file with mode: 0644]
platforms/ios/demo/resources/LaunchScreen.xib [new file with mode: 0644]
platforms/ios/demo/resources/Main_iPad.storyboard [new file with mode: 0644]
platforms/ios/demo/resources/Main_iPhone.storyboard [new file with mode: 0644]
platforms/ios/demo/src/AppDelegate.h [new file with mode: 0644]
platforms/ios/demo/src/AppDelegate.m [new file with mode: 0644]
platforms/ios/demo/src/MapViewController.h [new file with mode: 0644]
platforms/ios/demo/src/MapViewController.m [new file with mode: 0644]
platforms/ios/demo/src/main.m [new file with mode: 0644]
platforms/ios/framework/Info.plist [new file with mode: 0644]
platforms/ios/framework/Modules/module.modulemap [new file with mode: 0644]
platforms/ios/framework/TangramMap.h [new file with mode: 0644]
platforms/ios/jazzy.yml [new file with mode: 0644]
platforms/ios/release-checklist.md [new file with mode: 0644]
platforms/ios/src/TangramMap/TGFontConverter.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGFontConverter.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGGeoPoint.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGGeoPolygon.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGGeoPolygon.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGGeoPolyline.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGGeoPolyline.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGHelpers.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGHelpers.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGHttpHandler.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGHttpHandler.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGLabelPickResult+Internal.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGLabelPickResult.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGLabelPickResult.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMapData+Internal.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMapData.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMapData.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMapViewController+Internal.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMapViewController.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMapViewController.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMarker+Internal.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMarker.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMarker.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMarkerPickResult+Internal.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMarkerPickResult.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGMarkerPickResult.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGSceneUpdate.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGSceneUpdate.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/TGTypes.h [new file with mode: 0644]
platforms/ios/src/TangramMap/TGTypes.mm [new file with mode: 0644]
platforms/ios/src/TangramMap/platform_ios.h [new file with mode: 0644]
platforms/ios/src/TangramMap/platform_ios.mm [new file with mode: 0644]
platforms/linux/README.md [new file with mode: 0644]
platforms/linux/src/main.cpp [new file with mode: 0644]
platforms/linux/src/platform_linux.cpp [new file with mode: 0644]
platforms/linux/src/platform_linux.h [new file with mode: 0644]
platforms/osx/Info.plist [new file with mode: 0644]
platforms/osx/README.md [new file with mode: 0644]
platforms/osx/src/main.mm [new file with mode: 0644]
platforms/osx/src/platform_osx.h [new file with mode: 0644]
platforms/osx/src/platform_osx.mm [new file with mode: 0644]
platforms/rpi/README.md [new file with mode: 0644]
platforms/rpi/src/context.cpp [new file with mode: 0644]
platforms/rpi/src/context.h [new file with mode: 0644]
platforms/rpi/src/main.cpp [new file with mode: 0644]
platforms/tizen/src/platform_tizen.cpp [new file with mode: 0644]
platforms/tizen/src/platform_tizen.h [new file with mode: 0644]
platforms/tizen/src/tizen_gl.cpp [new file with mode: 0644]
platforms/tizen/src/tizen_gl.h [new file with mode: 0644]
proxy.py [new file with mode: 0644]
scenes/fonts/DroidSansFallback.ttf [new file with mode: 0755]
scenes/fonts/DroidSansJapanese.ttf [new file with mode: 0755]
scenes/fonts/NotoNaskh-Regular.ttf [new file with mode: 0644]
scenes/fonts/NotoSans-Regular.ttf [new file with mode: 0644]
scenes/fonts/NotoSansHebrew-Regular.ttf [new file with mode: 0644]
scenes/fonts/firasans-medium.ttf [new file with mode: 0644]
scenes/fonts/roboto-regular.ttf [new file with mode: 0755]
scenes/img/arrow-3.png [new file with mode: 0644]
scenes/img/cross.png [new file with mode: 0644]
scenes/img/cubemap.png [new file with mode: 0644]
scenes/img/grid.jpg [new file with mode: 0644]
scenes/img/mapzen-logo.png [new file with mode: 0644]
scenes/img/normals.jpg [new file with mode: 0644]
scenes/img/poi_icons_32.png [new file with mode: 0644]
scenes/img/sem.jpg [new file with mode: 0644]
scenes/import.yaml [new file with mode: 0644]
scenes/import/test.yaml [new file with mode: 0644]
scenes/raster-double.yaml [new file with mode: 0644]
scenes/raster-simple.yaml [new file with mode: 0644]
scenes/raster-terrain.yaml [new file with mode: 0644]
scenes/scene.yaml [new file with mode: 0644]
scripts/incbin.sh [new file with mode: 0755]
scripts/travis/android-sdk-license [new file with mode: 0644]
scripts/travis/before_install.sh [new file with mode: 0755]
scripts/travis/script_build.sh [new file with mode: 0755]
scripts/travis/script_build_bench.sh [new file with mode: 0644]
scripts/travis/script_build_tests.sh [new file with mode: 0755]
scripts/travis/script_deploy_android_demo.sh [new file with mode: 0755]
scripts/travis/script_deploy_android_snapshot.sh [new file with mode: 0755]
scripts/travis/script_run_bench.sh [new file with mode: 0755]
scripts/travis/script_run_tests.sh [new file with mode: 0755]
tangram-es.manifest [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/catch/catch.hpp [new file with mode: 0644]
tests/src/catch.cpp [new file with mode: 0644]
tests/src/gl_mock.cpp [new file with mode: 0644]
tests/src/platform_mock.cpp [new file with mode: 0644]
tests/src/platform_mock.h [new file with mode: 0644]
tests/unit/curlTests.cpp [new file with mode: 0644]
tests/unit/drawRuleTests.cpp [new file with mode: 0644]
tests/unit/dukTests.cpp [new file with mode: 0644]
tests/unit/fileTests.cpp [new file with mode: 0644]
tests/unit/labelTests.cpp [new file with mode: 0644]
tests/unit/labelsTests.cpp [new file with mode: 0644]
tests/unit/layerTests.cpp [new file with mode: 0644]
tests/unit/lineWrapTests.cpp [new file with mode: 0644]
tests/unit/mercProjTests.cpp [new file with mode: 0644]
tests/unit/meshTests.cpp [new file with mode: 0644]
tests/unit/sceneImportTests.cpp [new file with mode: 0644]
tests/unit/sceneLoaderTests.cpp [new file with mode: 0644]
tests/unit/sceneUpdateTests.cpp [new file with mode: 0644]
tests/unit/stopsTests.cpp [new file with mode: 0644]
tests/unit/styleMixerTests.cpp [new file with mode: 0644]
tests/unit/styleSortingTests.cpp [new file with mode: 0644]
tests/unit/styleUniformsTests.cpp [new file with mode: 0644]
tests/unit/textureTests.cpp [new file with mode: 0644]
tests/unit/tileIDTests.cpp [new file with mode: 0644]
tests/unit/tileManagerTests.cpp [new file with mode: 0644]
tests/unit/urlTests.cpp [new file with mode: 0644]
tests/unit/yamlFilterTests.cpp [new file with mode: 0644]
toolchains/android.cmake [new file with mode: 0644]
toolchains/darwin.cmake [new file with mode: 0644]
toolchains/iOS.cmake [new file with mode: 0644]
toolchains/iOS.framework.cmake [new file with mode: 0644]
toolchains/iOS.toolchain.cmake [new file with mode: 0644]
toolchains/linux.cmake [new file with mode: 0644]
toolchains/raspberrypi.cmake [new file with mode: 0644]
toolchains/tizen-lib.cmake [new file with mode: 0644]
toolchains/tizen.cmake [new file with mode: 0644]
toolchains/tizen.toolchain.cmake [new file with mode: 0644]
toolchains/utils.cmake [new file with mode: 0644]