[libcamera-devel] [PATCH 0/3] utils: Provide string splitting

Kieran Bingham kieran.bingham at ideasonboard.com
Thu Feb 13 14:09:05 CET 2020


Three patches from Laurent, which I've rebased to master.

Provide a helper for splitting strings given a separator, and an associated
test case for the implementation.

Laurent Pinchart (3):
  libcamera: utils: Add string splitter utility function
  test: Add a utils::split() test
  libcamera: ipa_manager: Use utils::split()

 Documentation/Doxyfile.in     |  1 +
 src/libcamera/include/utils.h | 34 +++++++++++++++++++
 src/libcamera/ipa_manager.cpp | 21 ++++--------
 src/libcamera/utils.cpp       | 62 +++++++++++++++++++++++++++++++++++
 test/utils.cpp                | 25 ++++++++++++++
 5 files changed, 128 insertions(+), 15 deletions(-)

-- 
2.20.1



More information about the libcamera-devel mailing list