Home - Gemini67/Celma GitHub Wiki

Welcome to the Celma wiki!

Sub-Libraries of the Celma Library

Project History

  • Version 0.12, 2017-01-29 Added module ManagedThread, a small helper class that helps to check if a tread is still active or not.
  • Version 0.11, 2017-01-05 Argument handler now supports destination type 'tuple'.
  • Version 0.10, 2017-01-04 Added more STL types to the common::type<> templates. Made as many types as possible constexpr.
  • Version 0.9, 2016-12-04 Enhanced string-to-integer conversion for each integer size.
  • Version 0.8, 2016-11-13 Added class to use (scoped) enum values like bit-flags.
  • Version 0.7, 2016-11-08 Added module AsciiTable that makes print ASCII tables easy.
  • Version 0.5, 2016-11-07 Added functions for fast integer-to-string conversion.
  • Version 0.4, 2016-07-03 Added modules for reflection-like member access.
  • Version 0.3, 2016-06-05 New feature 'specify output streams' in prog_args::Handler and some bug fixes.
  • Version 0.2, 2016-04-10 Added program argument handler and related classes.