util: add class for storing extensions strings
authorJoe Jenner-Bailey <joe.jenner-bailey@arm.com>
Tue, 4 Aug 2020 11:25:34 +0000 (12:25 +0100)
committerMatteo Franchin <matteo.franchin@arm.com>
Mon, 18 Jan 2021 10:33:17 +0000 (10:33 +0000)
commitf0dcf4fb3679f5e7d7b385799128e92ec95f4d54
tree9671b38741e4e9c3044e40e6af7cd7ed91595f10
parentf0b541a4e373cd796c1ba192947e2c1f0de5286b
util: add class for storing extensions strings

This utility will be used in future commits.

Also add -Wno-undefined to the linker flags to prevent leaving
undefined symbols in the layer .so file. Fix issues highlighted while
using this flag.

Change-Id: I682e266f7b3f313742cb2da83e5ad2569fc72da3
Signed-off-by: Joe Jenner-Bailey <joe.jenner-bailey@arm.com>
Signed-off-by: Matteo Franchin <matteo.franchin@arm.com>
Signed-off-by: Rosen Zhelev <rosen.zhelev@arm.com>
CMakeLists.txt
util/custom_allocator.cpp
util/custom_allocator.hpp
util/extension_list.cpp [new file with mode: 0644]
util/extension_list.hpp [new file with mode: 0644]
wsi/swapchain_base.cpp