libant4c 2020.9.202107
dotnet add package libant4c --version 2020.9.202107
NuGet\Install-Package libant4c -Version 2020.9.202107
<PackageReference Include="libant4c" Version="2020.9.202107" />
<PackageVersion Include="libant4c" Version="2020.9.202107" />
<PackageReference Include="libant4c" />
paket add libant4c --version 2020.9.202107
#r "nuget: libant4c, 2020.9.202107"
#addin nuget:?package=libant4c&version=2020.9.202107
#tool nuget:?package=libant4c&version=2020.9.202107
libant4c is C cross-platform library. Developed as part of the Ant4C program.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2020.9.202107 | 591 | 8/3/2021 |
2020.9.0 | 563 | 10/18/2020 |
2020.5.0 | 521 | 10/17/2020 |
2020.4.0 | 441 | 10/16/2020 |
2019.10.21 | 465 | 10/15/2020 |
Increased stack that used at BLAKE3 algorithm to allow calculate
hashes of inputs with huge (more than 32 KB) length.
At implementation of 'SHA3/Keccak' algorithm do not loading whole
range of data while calculating hash sum of first one.
Clang: added workaround code that prevents optimization that cause
distortion of the function that calculate 'Keccak' and 'SHA3' sums.
Previous releases for FreeBSD and OpenBSD systems,
that was build by Clang compiler, calculate that sums incorrect.
Added 'operating-system::is-windows-server' and
'platform::is-windows-server' functions.
Added new line after target name while print project help for
target that do not have 'description'.
Added calculation of hash sums according to 'xxh32' and 'xxh64'
algorithms.
Fixed encoding to the UTF16BE and UTF16LE symbols that transforming
into surrogate pairs.
Fixed issue at the 'path_get_full_path' function,
added possibility to deal with paths that contains '..':
'C:\a..a\', '/tmp/a..a' for example.
Function 'platform::get-name()' now return name of platform
not the name of operation system.
Function 'version_exec_function' from version unit allow to work with
empty arguments - they will be interpreted as zero versions.
Fixed issue with using non exists property as argument - name of this
property was used, that actually wrong.
Instead program now stop interpret script in that case.
Allowed to build at Apple macOS environment.
Added 'platform::is-macos' function.
WIN32: fixed using at 'echo' task for scenario when output stream
redirected to the file by capability of operation system -
for example: 'ant4c.exe > 1.txt'.