"Detailing"
This patch release enforces Qrack idiomatic style. Specifically, a "foreach
" pattern (for(const auto& x : container)
) should be preferred when sequence or index do not matter; a loop over index should be preferred when index or sequence matters. (In practice, "foreach
" over the elements of a std::vector
, for example, will probably always proceed in stable order according to index, but Qrack style demands that this should be reflected explicitly in the code idiom.) Catch2
for unit tests and benchmarks has also been upgraded to the last official major v2
release.
Full Changelog: vm6502q.v9.13.25...vm6502q.v9.13.29
sha1sum results:
5e466db033bb36640d1aa3ac39d14d3388a8dda7 libqrack-macosx_14_0_arm64.zip
52814bdaa09687573f779d47aa1dcd900984ea60 libqrack-macosx_15_0_arm64.zip
ce5b662e2ca986dbc37c5548a4a8c9b2f8bf17be libqrack-manylinux2014_x86_64.zip
0c84ba8ea1136bb400ad8e13da8491d929d9b7d5 libqrack-manylinux_2_35_x86_64.zip
8ed9d1ef9a0eabbe4ca42ad43ffa6ac28ac3e08c libqrack-manylinux_2_39_x86_64.zip
72dcd247200483eb453066a56b9e1c74eff6028a libqrack-win-amd64.zip