DPL path join for class Path to be introduced
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 25 Feb 2013 15:36:11 +0000 (16:36 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Wed, 6 Mar 2013 09:44:23 +0000 (10:44 +0100)
commitbb5bb9aadf8878f0af27dba2a7eb4a27ddad2e02
treee4195c1a080ad1b65d24b1b9e3ce03706383f3ba
parent52bb36f4b6ec9a1423deef269b00785e4d0be197
DPL path join for class Path to be introduced

[Issue#]       LINUXWRT-86
[Feature]      Utilities before introducing class Path to utils DPL module
[Cause]        N/A
[Solution]     N/A
[Verification] Build repository with tests. Run:
   wrt-commons-tests-core --output=text --regexp='String_Join'     #join implementation for joining paths
   wrt-commons-tests-core --output=text --regexp='ScopedDir_Basic' #scoped dir for to simplify tests

Change-Id: Ie7c3a4fad47cc7aa029a1ead15770b0d9f4b8a2c
modules/core/config.cmake
modules/core/include/dpl/scoped_dir.h [new file with mode: 0644]
modules/core/include/dpl/string.h
modules/core/src/scoped_dir.cpp [new file with mode: 0644]
modules/utils/config.cmake
tests/core/CMakeLists.txt
tests/core/test_scoped_dir.cpp [new file with mode: 0644]
tests/core/test_static_block.cpp
tests/core/test_string.cpp