Package libcontrol++-devel: Information

  • Default inline alert: Version in the repository: 0.32.0-alt1

Binary package: libcontrol++-devel
Version: 0.25.0-alt2
Architecture: noarch
Build time:  May 14, 2021, 09:35 PM in the task #271742
Source package: libcontrol++
Report package bug
License: GPLv3
Summary: libcontrol++ headers
Description: 
Development package for libcontrol++.

Maintainer: Alexey Appolonov

List of contributors:
Alexey Appolonov

Last changed


May 13, 2021 Alexey Appolonov 0.25.0-alt2
- Build with debuginfo enabled.
Feb. 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!).
July 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.