Releases: NorthernTechHQ/libntech
Releases · NorthernTechHQ/libntech
1.1.0
What's Changed
- Change MapSize() complexity to O(1) even if it's a hash map by @vpodzime in #197
- Unit test fixes by @vpodzime in #200
- ENT-10629: Migrate from PCRE to PCRE2 by @vpodzime in #199
- Add unit test for StringMatch() with match start and end by @vpodzime in #201
- Ignore invalid backrefs in BufferSearchAndReplace() by @vpodzime in #202
- Added new StringJoin() utility function by @larsewi in #203
- Define type Regex and implement RegexDestroy() by @vpodzime in #204
- Added const to argument in utility function by @larsewi in #206
- Updated copyright headers to 2024 by @olehermanse in #209
- Changed code in IsStringInArray() function by @larsewi in #210
- Use the real leaf name (basename) when following links in the safe_*() functions by @vpodzime in #211
- Fixed numerous issues with GlobFileList() function by @larsewi in #207
- Fixed
error: unknown type name ‘ssize_t’
on Solaris by @larsewi in #212 - ENT-11434: Fixed bug where basename(3) modified its input string by @larsewi in #216
- Fixed JsonCompare() function and switched to using it for json_test by @craigcomstock in #217
- CFE-4385: Temporary fix for GH Action failures by @larsewi in #219
Full Changelog: 1.0.0...1.1.0
1.0.0
This is the first official release of libntech, so there is no changelog since last release. You can however browse all the commits:
Commits: https://github.com/NorthernTechHQ/libntech/commits/1.0.0