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

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

Исходный пакет: libcontrol++
Версия: 0.25.0-alt2
Последняя версия по данным Repology
Собран:  18 июля 2021 г. 4:25 в задании #279473
Категория: Разработка/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

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


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!).
15 июля 2020 г. Alexey Appolonov 0.24.1-alt1
- Corrected functions 'StripPath' and 'GetWordFromLine';
- Corrected behaviour of 'TPrinter' class in case when winsize cannot be
  properly defined.