Пакет libcontrol++: Изменения

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


0.29.0-alt2 собрано 15 июня 2022 г. Alexey Appolonov в задании #302171
15 июня 2022 г. Alexey Appolonov
- Fixed build (was broken by the GCC update to version 12).
0.29.0-alt1 собрано 4 мая 2022 г. Alexey Appolonov в задании #299475
4 мая 2022 г. Alexey Appolonov
- Enhanced function "Split" that splits given string using whitespace if the
  second argument is absent.
0.28.0-alt1 собрано 28 декабря 2021 г. Alexey Appolonov в задании #291592
16 декабря 2021 г. Alexey Appolonov
- Fixed and modified functions that process strings ("FindSubstrNthOccurrence",
  "UnescapedQtnMarkPos" and others);
- Corrected "TConf" class (regarding the parsing of assigns).
0.27.0-alt1 собрано 28 октября 2021 г. Alexey Appolonov в задании #288290
27 октября 2021 г. Alexey Appolonov
- Fixed segmentation faults in the "TConf" and "TPrinter" classes;
- Improved error handling of the "TConf" class;
- Improved indentation management of the "TPrinter" class (the API is changed!);
- Ability to use the "Stringify" functions with arguments of data types that
  include strings.
0.26.0-alt1 собрано 28 июля 2021 г. Alexey Appolonov в задании #275218
26 июля 2021 г. Alexey Appolonov
- New functions that perform stringification.
0.25.1-alt1 собрано 23 июля 2021 г. Alexey Appolonov в задании #280549
23 июля 2021 г. Alexey Appolonov
- Fix of the "GetPermModeString" function that could produce incorrect string
  representation of a permission mode.
0.25.0-alt2 собрано 18 июля 2021 г. Dmitry V. Levin в задании #279473
0.25.0-alt2 собрано 14 мая 2021 г. Alexey Appolonov в задании #271742
13 мая 2021 г. Alexey Appolonov
- Build with debuginfo enabled.
0.25.0-alt1 собрано 16 февраля 2021 г. Alexey Appolonov в задании #266375
15 февраля 2021 г. Alexey Appolonov
- 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!).
0.24.1-alt1 собрано 16 июля 2020 г. Alexey Appolonov в задании #254969
15 июля 2020 г. Alexey Appolonov
- Corrected functions 'StripPath' and 'GetWordFromLine';
- Corrected behaviour of 'TPrinter' class in case when winsize cannot be
  properly defined.
0.24.0-alt1 собрано 24 ноября 2019 г. Alexey Appolonov в задании #241557
23 ноября 2019 г. Alexey Appolonov
- 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.
0.23.0-alt1 собрано 18 сентября 2019 г. Alexey Appolonov в задании #237723
18 сентября 2019 г. Alexey Appolonov
- New abilities of TPrinter (switching off any activity of TPrinter object,
  restoring 'silent' flag).
0.22.0-alt1 собрано 25 августа 2019 г. Alexey Appolonov в задании #236085
24 августа 2019 г. Alexey Appolonov
- Ability to store only the pointer to TFileMode attributes, and not copy
  the data (performance gain up to 100%);
- New abilities of TPrinter (printing various special messages,
  handling indentation levels, etc.);
- All the printing inside TPrinter is done through one and only point
  of 'cout'-reference;
- Small fixes and optimizations.
0.21.0-alt1 собрано 23 апреля 2019 г. Alexey Appolonov в задании #228007
23 апреля 2019 г. Alexey Appolonov
- Enhanced TConf class;
- Ability to give instant feedback for an operation.
0.20.0-alt1 собрано 12 марта 2019 г. Alexey Appolonov в задании #224814
11 марта 2019 г. Alexey Appolonov
- Ability to get string with current permission status for applied mode;
- Improved performance.
0.19.0-alt1 собрано 6 марта 2019 г. Alexey Appolonov в задании #223924
6 марта 2019 г. Alexey Appolonov
- Fix of the FormatFilePath function;
- Default mode for whitelists is 'neutral' mode;
- Custom mode for whitelists is allowed again.
0.18.0-alt1 собрано 4 марта 2019 г. Alexey Appolonov в задании #223647
4 марта 2019 г. Alexey Appolonov
- Handling SUID, GUID and Sticky bits;
- Escaping and unescaping special symbols when writing to
  or reading from ini-file;
- Ability to sort lines of file in alphabetical order;
- Custom mode for whitelists is disallowed.
0.17.1-alt1 собрано 16 декабря 2018 г. Alexey Appolonov в задании #217225
10 декабря 2018 г. Alexey Appolonov
- Simple line (not "left part - tie symbols - right part" structure)
  can be printed with LineEnd method of TPrinter.
0.17.0-alt1 собрано 30 ноября 2018 г. Alexey Appolonov в задании #217143
30 ноября 2018 г. Alexey Appolonov
- Ability to check controversy between the permission modes;
- Ability to get all names of variables of the ini-file section;
- New interface of the GetUserId and GetGroupId functions;
- Fixed determination of the 'blacklist' section of the permissions
  description file;
- List section of the permissions description file is any kind of list
  not just 'list';
- Sections 'blacklist' & 'whitelist' of the permissions description file
  are considered recursive type.
0.16.0-alt1 собрано 18 ноября 2018 г. Alexey Appolonov в задании #216573
18 ноября 2018 г. Alexey Appolonov
- TFileMode as common interface for TFilePerm and TFileACL classes;
- TGroupOfFilesMode for handling params of a group of files;
- TSectorType for determining and storing sector types of a mode description;
- Ability to check if file is a dir.
0.15.2-alt1 собрано 12 ноября 2018 г. Alexey Appolonov в задании #216383
11 ноября 2018 г. Alexey Appolonov
- Fix of the checks made during access to the TRunMode flags;
- Enhanced constructor of the TFilePerm and TFileACL.
0.15.1-alt1 собрано 6 ноября 2018 г. Alexey Appolonov в задании #216168
6 ноября 2018 г. Alexey Appolonov
- Fixed JoinFilePaths function;
- Duplicate definition of the member variable is removed
  from TGroupOfFilesACL class.
0.15.0-alt1 собрано 29 октября 2018 г. Alexey Appolonov в задании #215193
27 октября 2018 г. Alexey Appolonov
- Functions for searching through file paths;
- Ability to get user/group/other part of the file mode;
- Yes/No dialog;
- Function for comparison of the permission modes;
- Functions for verification of the file's owner/group;
- New section of the project for basic operations with file permissions;
- Ability to restart the print line;
- Class for the variable that can be assigned only once;
- Class for the set of params of a running program;
- Modified FormatFilePath and DirEnding func;
- Function for joining file paths;
- Function for rebasing file paths;
- Ability to set "base directory" for the permission mode;
- Way of determining the neutral mode;
- Ability to use pointer to a struct of params instead of the strings
  for the permission mode;
- Ability to limit the memory step when using PushBack function.
0.14.0-alt1 собрано 16 октября 2018 г. Alexey Appolonov в задании #214229
13 октября 2018 г. Alexey Appolonov
- Writting error messages by the ref instead of outputting;
- More secure way of TFilePerm data access and modification;
- New classes TFileACL and TGroupOfFilesACL;
- Ability to check permission/ACL completeness;
- Set of ACL-related functions;
- Function that forms TFilePerm object for a file;
- Functions to get user id/name and group id/name;
- Modified TPrinter class;
- Modified conf-related classes;
- New common functions - CompareFilenames, Subvector and RemoveEmptyElements;
- Text-processing functions are grouped into the 'text' section;
- Sets-related functions are grouped into the 'sets' section.
0.13.0-alt1 собрано 1 октября 2018 г. Alexey Appolonov в задании #213864
30 сентября 2018 г. Alexey Appolonov
- New section for printing functionality;
- API changes (CutExtension, FormatFilePath and GetHomeDir functions);
- Ability to get feedback while changing permissions;
- Function that gets the intersection of two vectors;
- Function that gets vector that consist of elements of first given vector
  that are not presented in the second given vector;
- Function that gets sector of the conf by given name;
- Ability to clean DOM of the TConf object;
- Ability to add message at the top when rewriting conf;
- Various small modifications.
0.12.0-alt1 собрано 15 сентября 2018 г. Alexey Appolonov в задании #211969
10 сентября 2018 г. Alexey Appolonov
- New section for the filestat-related functions;
- Function for opening the dir and performing the operation inside of it;
- Ability to call the function for the dir or all the files of the dir;
- Ability to add new assgn to the conf DOM and to the conf file;
- Ability to rewrite conf file completely according to DOM;
- Functions for checking/cutting an extension of a filename;
- Function for forming vector of names of all the sectors of the conf file;
- Function for determining special reference dirs;
- Function for converting string to lowercase;
- Lots of small fixes and improvements.
27 июля 2018 г. Alexey Appolonov 0.11.0-alt1
- Introducing refs and const modifier wherever possible;
- Functions for trimming the string;
- Function to access the last element of the conf DOM;
- Attempt to write an empty string to a file not considered as an error;
- Explicit templates instances and unused typedefs was removed.
0.10.0-alt1 собрано 23 июля 2018 г. Alexey Appolonov в задании #210687
9 июня 2018 г. Alexey Appolonov
- Revised PrintOnEntireLine function.
9 июня 2018 г. Alexey Appolonov 0.9.1-alt2
- libcontrol++ is a separate package now.
2 июня 2018 г. Alexey Appolonov 0.9.1-alt1
- Memory leakage fix.
21 мая 2018 г. Alexey Appolonov 0.9.0-alt1
- New libcontrol++ features.