[Release] wrt-commons_0.2.151
authorsung-su.kim <sung-su.kim@samsung.com>
Wed, 4 Sep 2013 06:57:58 +0000 (15:57 +0900)
committersung-su.kim <sung-su.kim@samsung.com>
Wed, 4 Sep 2013 06:57:58 +0000 (15:57 +0900)
commita7ebffb2f71dd1f94d8eefc58f8fc7582915920d
tree8b6ea41d43506c06e2bfafd73c8538450fc2f7d7
parent4f6c003be649aada75e49ada8292e822d67fdadb
[Release] wrt-commons_0.2.151

Change-Id: Ib018f8e7921446fb4430f5f60eb189ef55ffef79
16 files changed:
modules/core/config.cmake
modules/core/include/dpl/mutable_task_list.h [new file with mode: 0644]
modules/core/src/mutable_task_list.cpp [new file with mode: 0644]
modules/test/config.cmake
modules/test/include/dpl/test/test_runner_child.h
modules/test/include/dpl/test/test_runner_multiprocess.h [new file with mode: 0644]
modules/test/src/test_runner_child.cpp
modules/test/src/test_runner_multiprocess.cpp [new file with mode: 0644]
modules/utils/include/dpl/utils/path.h
modules/utils/src/path.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h
packaging/wrt-commons.spec
tests/test/CMakeLists.txt
tests/test/runner_multiprocess.cpp [new file with mode: 0644]
tests/test/test_process_pipe.cpp
tests/utils/path_tests.cpp