Package libcontrol++: Information

    Source package: libcontrol++
    Version: 0.32.0-alt1
    Latest version according to Repology
    Build time:  Apr 5, 2024, 12:58 PM in the task #344283
    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 rpms provided by this srpm:
    libcontrol++ (x86_64, ppc64le, i586, aarch64)
    libcontrol++-debuginfo (x86_64, ppc64le, i586, aarch64)
    libcontrol++-devel (noarch)

    Maintainer: Alexey Appolonov

    List of contributors:
    Alexey Appolonov


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

    Last changed


    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.
    Aug. 10, 2023 Alexey Appolonov 0.30.0-alt1
    - The "OpenAndPerform" function provides more feedback;
    - Modified interface of the "OpenAndPerformOnAllFiles" function (the first arg
      is a full path of a processed file instead of a path of the containing dir).