Emscripten minimal adaptor build 87/44187/25
authorLee Morgan <Lee.morgan@partner.samsung.com>
Mon, 8 Dec 2014 17:22:44 +0000 (17:22 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Tue, 23 Feb 2016 18:50:58 +0000 (18:50 +0000)
commit6a990dd8eb4918e407cec59874eef340bd4d1a4b
tree7e51d21adbdd22cb6af00df15b4529029c6aecb8
parente83d36a7cc233f95ffdabb26098b9a0b7fae58bd
Emscripten minimal adaptor build

A bare bones adaptor build that isn't compatible with toolkit.

Change-Id: Ice7a5953d34da55d4121e3b4bceb212dbfac36e1
43 files changed:
README
adaptors/common/gl/egl-implementation.h
adaptors/emscripten/egl-implementation-emscripten.cpp [new file with mode: 0644]
adaptors/emscripten/main.cpp [new file with mode: 0644]
adaptors/emscripten/sdl-application.cpp [new file with mode: 0644]
adaptors/emscripten/sdl-application.h [new file with mode: 0644]
adaptors/emscripten/sdl-gesture-manager.h [new file with mode: 0644]
adaptors/emscripten/sdl-gl-sync-abstraction.cpp [new file with mode: 0644]
adaptors/emscripten/sdl-gl-sync-abstraction.h [new file with mode: 0644]
adaptors/emscripten/sdl-render-controller.h [new file with mode: 0644]
adaptors/emscripten/wrappers/actor-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/actor-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/animation-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/animation-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/dali-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/dali-wrapper.js [new file with mode: 0644]
adaptors/emscripten/wrappers/emscripten-utils.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/emscripten-utils.h [new file with mode: 0644]
adaptors/emscripten/wrappers/handle-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/handle-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/image-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/image-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/property-buffer-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/property-buffer-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/property-value-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/property-value-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/render-task-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/render-task-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/shader-effect-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/shader-effect-wrapper.h [new file with mode: 0644]
adaptors/emscripten/wrappers/signal-holder.h [new file with mode: 0644]
adaptors/emscripten/wrappers/type-info-wrapper.cpp [new file with mode: 0644]
adaptors/emscripten/wrappers/type-info-wrapper.h [new file with mode: 0644]
automated-tests/CMakeLists.txt
automated-tests/src/dali-adaptor/dali-test-suite-utils/test-gl-abstraction.h
build/emscripten/.gitignore [new file with mode: 0644]
build/emscripten/CMakeLists.txt [new file with mode: 0644]
build/emscripten/build.sh [new file with mode: 0755]
platform-abstractions/emscripten/emscripten-callbacks.cpp [new file with mode: 0644]
platform-abstractions/emscripten/emscripten-callbacks.h [new file with mode: 0644]
platform-abstractions/emscripten/emscripten-platform-abstraction.cpp [new file with mode: 0644]
platform-abstractions/emscripten/emscripten-platform-abstraction.h [new file with mode: 0644]
platform-abstractions/emscripten/file.list [new file with mode: 0755]