Rename Property API to VirtualTable
authorSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 24 Oct 2019 02:21:40 +0000 (11:21 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Thu, 24 Oct 2019 02:21:40 +0000 (11:21 +0900)
commitd926c820fafc08eb88ac7659f1141e6ef946a167
treeba9c04a971f82456d798a0a102435a1bd3cb9203
parent26544b18ab02cc97dea04b7e2ff23b6351c1332c
Rename Property API to VirtualTable

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
api/README.md [deleted file]
src/vist/CMakeLists.txt
src/vist/client/CMakeLists.txt
src/vist/client/schema/processes.h [moved from api/schema/processes.h with 100% similarity]
src/vist/client/schema/time.h [moved from api/schema/time.h with 100% similarity]
src/vist/client/tests/virtual_table_tests.cpp [moved from src/vist/property/tests/property_tests.cpp with 82% similarity]
src/vist/client/virtual-table.cpp [moved from src/vist/property/property.cpp with 66% similarity]
src/vist/client/virtual-table.h [moved from api/property.h with 65% similarity]
src/vist/property/CMakeLists.txt [deleted file]