Package libcontrol++: Information

    Source package: libcontrol++
    Version: 0.33.0-alt1
    Build time:  Jun 18, 2024, 09:25 PM
    Category: Development/C++
    Report package bug
    License: GPLv3
    Summary: control++ common classes and functions library
    Description: 
    libcontrol++ provides useful classes and functions, that can be used
    not only in control++ but in other applications as well.

    List of RPM packages built from this SRPM:
    libcontrol++ (loongarch64)
    libcontrol++-debuginfo (loongarch64)
    libcontrol++-devel (noarch)

    Maintainer: Alexey Appolonov

    List of contributors:
    Alexey Appolonov

      1. gcc-c++
      2. libacl-devel

    Last changed


    June 18, 2024 Alexey Appolonov 0.33.0-alt1
    - New function "GetCurrentDateTime", which generates a string containing the
      current date and time;
    - Each message of a "TTick" object is printed over the previous message;
    - Default tick period of a "TTick" object is changed to 1 sec.
    April 3, 2024 Alexey Appolonov 0.32.0-alt1
    - New func "FileIsInThere" that is a fast ver of the "FileIsSomewhereInThere"
      func without formatting, the set of parameters of the "FileIsSomewhereInThere"
      func is modified.
    April 2, 2024 Alexey Appolonov 0.31.0-alt1
    - A new class "TTick" for running a customisable counter in a separate thread;
    - A completed operation is re-printed when finishing the line in the "instant
      feedback" mode via the TPrinter class;
    - The "TRunMode" class is modified to better suit its purpose.