This is an automated email from the ASF dual-hosted git repository.
szaszm pushed a change to branch minifi_rust_impr_2
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit 406ef784a simplify Cow relationships
omit 8aef20910 cargo fmt
omit 6577d724a adds comment to with_attributes.rs
omit a43d52315 build fix
omit d395922cf with_content changes
omit abd395509 apache license for with_attributes.rs
omit 0a23914da wildcard for generate_docs
omit 1994e98cb tests for with_attribute(s)
omit 05eb239fe revert const PROPERTIES -> const fn properties()
omit 08e739337 review changes
omit b6e9239da add anyhow error support and fold parse errors into
validation errors
omit 074d97612 MINIFICPP-2886 Improve rust api process errors
add 11f92483b MINIFICPP-2896 Fix cpack for openssl-fips in debug mode
using conan (#2255)
add a06d0d872 MINIFICPP-2897 Fix LMDB patch command on Windows (#2256)
add 36f1a2d3f MINIFICPP-2899 procfs: Fix CpuStat and CPUStatTests
inaccuracy (#2260)
add edf8c6147 MINIFICPP-2886 Improve rust api process errors
add afa979d90 add anyhow error support and fold parse errors into
validation errors
add 528ceaaeb review changes
add 2e1fa8c5e revert const PROPERTIES -> const fn properties()
add a1fdc9dbf tests for with_attribute(s)
add 5a2751e23 wildcard for generate_docs
add 06344f352 apache license for with_attributes.rs
add c3d44dacd with_content changes
add 1ac8c67ff build fix
add 7469c2ede adds comment to with_attributes.rs
add ddd91a8e9 cargo fmt
add 54d33fd8b simplify Cow relationships
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (406ef784a)
\
N -- N -- N refs/heads/minifi_rust_impr_2 (54d33fd8b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
cmake/GetOpenSSL.cmake | 5 +++--
cmake/LMDB.cmake | 2 +-
extensions/procfs/CpuStat.h | 2 +-
extensions/procfs/tests/CPUStatTests.cpp | 22 ++++++++++------------
4 files changed, 15 insertions(+), 16 deletions(-)