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

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

Исходный пакет: libcontrol++
Версия: 0.25.0-alt1
Последняя версия по данным Repology
Собран:  16 февраля 2021 г. 8:36 в задании #266375
Категория: Разработка/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++-devel (noarch)

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

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

Права:
Alexey Appolonov

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

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


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.
23 ноября 2019 г. Alexey Appolonov 0.24.0-alt1
- Some of the classes and functions have been relocated, some of the headers
  are gone and the new headers have been added;
- Enhanced trimming functions;
- Minor improvement of TPrinter.