change c++ standard version for supporting TizenRT
authorYoungjae Shin <yj99.shin@samsung.com>
Wed, 24 Aug 2022 10:12:19 +0000 (19:12 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Thu, 15 Sep 2022 05:32:15 +0000 (14:32 +0900)
commitf82dac6c9669a0fb99d96076f302fee973a5abfa
tree9ea6dd8f9a0a7d2ffabd768ed906c6cff08f0979
parent2b53316f8277983f818a109eb21ba472ea9fbd04
change c++ standard version for supporting TizenRT

- replace make_unique
- replace getrandom which is Linux-specific.
CMakeLists.txt
modules/tcp/Module.cc
modules/tcp/samples/tcp_test.cc
modules/tcp/tests/TCPServer_test.cc
modules/tcp/tests/TCP_test.cc
modules/webrtc/WebRtcStream.cc
modules/webrtc/WebRtcStream.h
src/AITT.cc
tests/AITT_test.cc