Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.5 KB

File metadata and controls

49 lines (40 loc) · 1.5 KB

Sequence

Cross-platform (currently linux and windows) library to identify and handle list of names having a numerical token as a collection.

Linux C/C++ Build & Test Windows C/C++ Build & Test

Inspiration

Dependencies

  • C++11
  • cmake-3.5
  • fmt-6.0.0

Roadmap

v0.2.1

x remove fmt submodule x add Install x add FindSequence.cmake

  • refactor build (see spdlog build system) to use fmt:fmt from external
  • add fmt as a bundled, driven by cmake options

v0.2.2

  • refactor build add support for fmt::fmt from bundled source

v0.3.0

  • support padding
  • more constructors
  • Manipulating indexes, allow frame insertion/removal/update
  • support multiple formatting
  • full doc
  • better coverage

v0.4.0

  • python binding

backlog

  • add flag to consider or ignore single frame collection
  • support variable padding

References