Introduce 'nncc_foundation' (#93)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 19 Apr 2018 02:04:28 +0000 (11:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 19 Apr 2018 02:04:28 +0000 (11:04 +0900)
commit289035b9a294efd5fbf574e3335e6bb085cbb6d8
treeb2cc0c5c0b07d88030a4693799be76ea98eb326a
parent5e77a625d4865dd9a13c7c1380a4dbf878c2d19d
Introduce 'nncc_foundation' (#93)

This commit introduces 'nncc_foundation' library which includes
functions and classes not directly related with compiler itself, but
useful when implementing it.

The initial version includes the implementation of 'make_unique' which
makes it easy to use 'std::unique_ptr'.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/CMakeLists.txt
libs/foundation/CMakeLists.txt [new file with mode: 0644]
libs/foundation/include/nncc/foundation/Memory.h [new file with mode: 0644]
libs/foundation/src/Memory.test.cpp [new file with mode: 0644]