-
Change-Id: Icca4b02279c7d43dc7cee2a14edb513b2d3483c3
-
Added mechanism to handle optional dependencies Change-Id: Ib24df94c68bb1cca58ff8fbb2be3d32cc5668ed0
-
Change-Id: I40d9fb813bbb7f6360bf1bbadcff4b976e9c47bb
-
Change-Id: Ib5cc186c001952c8f2f74c2371575a08d94bb607
-
How to use : (Tizen) gbs build -A i586 --include-all --define "build_example_name color-visual" (Ubuntu) cmake -DCMAKE_INSTALL_PREFIX=$DESKTOP_PREFIX -DBUILD_EXAMPLE_NAME=color-visual . Change-Id: I919af4adadcee6475672a2cd4bf92bebdc9b71c8 Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I71bdf5359b9bec2d42b4befadcb2561bd6019dc7 Signed-off-by: seungho <sbsh.baek@samsung.com>
-
Change-Id: Icaebd89c26e954b21e5982e067a13f0c607fc840
-
Change-Id: Ieee1546e6f20ad0f5fc29c239d7571e463bdcf6f
-
Change-Id: I2cbd4814fbb3238c188a10900f98b5285da8dc98 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I5a73c87ae9f6b609273ac88ed6ef041dcf3ae810 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Generates DALi examples shared objects and Android DALi launcher application. Android DALi application apk then can be installed on supported Android device. Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
-
This is required for older Tizen builds. Change-Id: Ia81e14360ce657c2b8f1a0809c36649ed17f51a8
-
Change-Id: I5bdebc181f8a67b525e672ab702c78b32112a914
-
"res" directory houses resources like images, models and videos. Change-Id: I7af9c4b1cf3aac06feb06113104c7f8fbc48867d
-
To improve app launching speed on Tizen (using launchpad), Use -fPIE option instead -fPIC and attach DALI_EXPORT_API in front of each example's main function. This is the compare result between before and after patch. (On hawkP 2.4 / using hello-dalidemo that has one pushbutton on stage) | before Patch | After Patch | --------------------------------------------- | hello-dalidemo | hello-dalidemo | --------------------------------------------- | AVG MIN MAX | AVG MIN MAX | | 1134 1060 1188 | 291 250 337 | After patch, launching speed drops to 30% of before. Change-Id:I51a4f673d016f9278f867167dc2ff9f407ea6e7e
-
New Structure: build | tizen builder | dali-builder.cpp demo | [demo source & header files] examples | [example-name] | | [example source files] packaging | com.samsung.dali-demo.spec resources | images | | [all images] | models | | [all models] | scripts | | [all scripts] shared | view.h Now, each example should be in its own subdirectory within the "examples" directory. This will get automatically built. README also updated. Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a
-
Change-Id: Icc2f491187f7832425d18200fad4e4ea041dfd57