IVGCVSW-4513 Remove boost/algorithm/string *
authorDavid Monahan <david.monahan@arm.com>
Thu, 16 Apr 2020 09:01:56 +0000 (10:01 +0100)
committerDavid Monahan <david.monahan@arm.com>
Mon, 20 Apr 2020 11:20:18 +0000 (12:20 +0100)
commita8837bfcf45136f178a9884b7c6f6449b3e6ed41
tree0fa2c4de3646d27f1029d5ebd2cf966c3005522c
parent9b89e0a5e4398672c3b9423b02b3a9257e0ea95f
IVGCVSW-4513 Remove boost/algorithm/string *

 * Removed split, classification, trim, string, join, contains
 * Added StringUtils.hpp to replace the removed Boost String functionality

Signed-off-by: David Monahan <david.monahan@arm.com>
Change-Id: I8aa938dc3942cb65c512cccb2c069da66aa24668
22 files changed:
CMakeLists.txt
include/armnn/utility/StringUtils.hpp [new file with mode: 0644]
src/armnn/Profiling.cpp
src/armnn/test/CsvReaderTest.cpp
src/armnn/test/InferOutputTests.hpp
src/armnn/test/ModelAccuracyCheckerTest.cpp
src/armnn/test/ProfilerTests.cpp
src/armnn/test/UnitTests.cpp
src/armnnConverter/ArmnnConverter.cpp
src/armnnUtils/CsvReader.cpp
src/armnnUtils/DotSerializer.cpp
src/backends/backendsCommon/DynamicBackendUtils.cpp
src/backends/backendsCommon/test/BackendProfilingTests.cpp
src/backends/backendsCommon/test/JsonPrinterTestImpl.cpp
src/backends/reference/test/RefLayerSupportTests.cpp
src/profiling/test/ProfilingTests.cpp
tests/DeepSpeechV1Database.hpp
tests/InferenceModel.hpp
tests/InferenceTest.cpp
tests/InferenceTest.inl
tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp
tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp