• - reimplement multivalue using more efficient union inside value
    - remove unnecessary asserts when types dont match
    - cleanup and sanitize scripting
    - remove unnecessary templates from GetEnum, added error handling
    
    Change-Id: If87d7eb6b5a0e3ff32f298cccc670b3f34dd091a
    Kimmo Hoikka authored
     
    Browse File »





  • 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
    Adeel Kazmi authored
     
    Browse File »