Пакет libcontrol++: Информация

  • Default inline alert: Версия в репозитории: 0.32.0-alt1

Исходный пакет: libcontrol++
Версия: 0.25.1-alt1
Последняя версия по данным Repology
Собран:  23 июля 2021 г. 18:35 в задании #280549
Категория: Разработка/C++
Сообщить об ошибке в пакете
Домашняя страница: https://www.altlinux.org/Control++

Лицензия: GPLv3
О пакете: control++ common classes and functions library
Описание: 
libcontrol++ provides useful classes and functions, that can be used
not only in control++ but in other applications as well.

Список rpm-пакетов, предоставляемых данным srpm-пакетом:
libcontrol++ (x86_64, ppc64le, i586, armh, aarch64)
libcontrol++-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libcontrol++-devel (noarch)

Сопровождающий: Alexey Appolonov

Список участников:
Alexey Appolonov

Права:
Alexey Appolonov

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

Последнее изменение


23 июля 2021 г. Alexey Appolonov 0.25.1-alt1
- Fix of the "GetPermModeString" function that could produce incorrect string
  representation of a permission mode.
13 мая 2021 г. Alexey Appolonov 0.25.0-alt2
- Build with debuginfo enabled.
15 февраля 2021 г. Alexey Appolonov 0.25.0-alt1
- New function 'Join' that joins elements of an iterable;
- New function 'Split' that splits given string into a vector of substrings;
- New functions 'Keys' and 'KeysV' that get a set or a vector (respectively)
  of keys of a given map;
- New function 'GetVal' that returns a value of a given map or an empty value
  (constructed fith a default constructor) if specified key is not found;
- Improved capabilities of escaping of special characters;
- Ability to pass a vector of error/warning messages to a TPrinter object;
- Ability to handle an iterable of subpaths with the 'JoinFilePaths' function;
- Lots of minor improvements (the code is heavily refactored, so be aware!).