[libcamera-devel,0/3] utils: Provide string splitting
mbox series

Message ID 20200213130908.23638-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • utils: Provide string splitting
Related show

Message

Kieran Bingham Feb. 13, 2020, 1:09 p.m. UTC
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(-)