Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc build changes #1209

Merged
merged 4 commits into from
Mar 28, 2022
Merged

Conversation

nmoinvaz
Copy link
Member

No description provided.

@nmoinvaz nmoinvaz added the cleanup Improving maintainability or removing code. label Mar 27, 2022
@codecov
Copy link

codecov bot commented Mar 27, 2022

Codecov Report

Merging #1209 (04c6ecf) into develop (5d41da9) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1209      +/-   ##
===========================================
- Coverage    87.99%   87.95%   -0.04%     
===========================================
  Files          114      114              
  Lines        10145    10145              
  Branches      2530     2530              
===========================================
- Hits          8927     8923       -4     
- Misses         968      971       +3     
- Partials       250      251       +1     
Flag Coverage Δ
macos_clang 30.95% <ø> (ø)
macos_gcc 74.96% <ø> (-0.12%) ⬇️
ubuntu_clang 87.25% <ø> (+0.55%) ⬆️
ubuntu_clang_debug 86.85% <ø> (+0.49%) ⬆️
ubuntu_clang_inflate_allow_invalid_dist 86.17% <ø> (-1.06%) ⬇️
ubuntu_clang_inflate_strict 87.21% <ø> (-0.26%) ⬇️
ubuntu_clang_mmap 87.30% <ø> (-0.26%) ⬇️
ubuntu_clang_pigz 41.29% <ø> (+0.01%) ⬆️
ubuntu_clang_pigz_no_optim 41.53% <ø> (ø)
ubuntu_clang_pigz_no_threads 40.87% <ø> (+0.01%) ⬆️
ubuntu_clang_reduced_mem 87.63% <ø> (+0.55%) ⬆️
ubuntu_gcc 76.99% <ø> (+0.60%) ⬆️
ubuntu_gcc_aarch64 77.27% <ø> (ø)
ubuntu_gcc_aarch64_compat_no_opt 75.41% <ø> (ø)
ubuntu_gcc_aarch64_no_acle 76.24% <ø> (ø)
ubuntu_gcc_aarch64_no_neon 76.13% <ø> (ø)
ubuntu_gcc_armhf 77.29% <ø> (ø)
ubuntu_gcc_armhf_compat_no_opt 75.31% <ø> (ø)
ubuntu_gcc_armhf_no_acle 77.31% <ø> (ø)
ubuntu_gcc_armhf_no_neon 77.06% <ø> (ø)
ubuntu_gcc_armsf 77.15% <ø> (ø)
ubuntu_gcc_armsf_compat_no_opt 74.98% <ø> (ø)
ubuntu_gcc_benchmark 74.50% <ø> (-0.55%) ⬇️
ubuntu_gcc_compat_no_opt 76.47% <ø> (ø)
ubuntu_gcc_compat_sprefix 74.98% <ø> (-0.17%) ⬇️
ubuntu_gcc_m32 74.71% <ø> (+0.21%) ⬆️
ubuntu_gcc_mingw_i686 0.00% <ø> (ø)
ubuntu_gcc_mingw_x86_64 0.00% <ø> (ø)
ubuntu_gcc_no_avx2 76.71% <ø> (+0.69%) ⬆️
ubuntu_gcc_no_ctz 74.65% <ø> (ø)
ubuntu_gcc_no_ctzll 74.68% <ø> (ø)
ubuntu_gcc_no_pclmulqdq 74.67% <ø> (-0.99%) ⬇️
ubuntu_gcc_no_sse2 76.77% <ø> (+0.77%) ⬆️
ubuntu_gcc_no_sse4 76.30% <ø> (-0.18%) ⬇️
ubuntu_gcc_osb ∅ <ø> (∅)
ubuntu_gcc_pigz 39.42% <ø> (ø)
ubuntu_gcc_pigz_aarch64 39.83% <ø> (ø)
ubuntu_gcc_ppc 73.68% <ø> (ø)
ubuntu_gcc_ppc64 74.45% <ø> (ø)
ubuntu_gcc_ppc64le 74.43% <ø> (ø)
ubuntu_gcc_ppc_no_power8 74.62% <ø> (ø)
ubuntu_gcc_s390x 74.61% <ø> (ø)
ubuntu_gcc_s390x_dfltcc 72.13% <ø> (ø)
ubuntu_gcc_s390x_dfltcc_compat 73.86% <ø> (ø)
ubuntu_gcc_s390x_no_crc32 74.37% <ø> (ø)
ubuntu_gcc_sparc64 74.50% <ø> (ø)
ubuntu_gcc_sprefix 74.77% <ø> (-0.17%) ⬇️
win64_gcc 73.71% <ø> (-0.21%) ⬇️
win64_gcc_compat_no_opt 73.74% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
arch/x86/compare256_sse2.c 95.45% <0.00%> (-4.55%) ⬇️
functable.c 78.97% <0.00%> (-3.41%) ⬇️
match_tpl.h 99.31% <0.00%> (-0.69%) ⬇️
arch/x86/adler32_avx512.c 100.00% <0.00%> (+12.19%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d41da9...04c6ecf. Read the comment docs.

@nmoinvaz nmoinvaz mentioned this pull request Mar 27, 2022
@nmoinvaz
Copy link
Member Author

Regarding the upload failures, I have submitted a ticket to Codecov on their community forums here: https://community.codecov.com/t/503-service-unavailable-errors-when-uploading-reports/3552.

@Dead2 Dead2 merged commit fadaca4 into zlib-ng:develop Mar 28, 2022
@Dead2 Dead2 mentioned this pull request Dec 27, 2022
Dead2 added a commit that referenced this pull request Mar 7, 2023
Changes since 2.0.6:
- Fix CVE-2022-37434 #1328
- Fix chunkmemset #1196
- Fix deflateBound too small #1236
- Fix Z_SOLO #1263
- Fix ACLE variant of crc32 #1274
- Fix inflateBack #1311
- Fix deflate_quick windowsize #1431
- Fix DFLTCC bugs related to adler32 #1349 and #1390
- Fix warnings #1194 #1312 #1362
- MacOS build fix #1198
- Add invalid windowBits handling #1293
- Support for Force TZCNT #1186
- Support for aligned_alloc() #1360
- Minideflate improvements #1175 #1238
- Dont use unaligned access for memcpy #1309
- Build system #1209 #1233 #1267 #1273 #1278 #1292 #1316 #1318 #1365
- Test improvements #1208 #1227 #1241 #1353
- Cleanup #1266
- Documentation #1205 #1359
- Misc improvements #1294 #1297 #1306 #1344 #1348
- Backported zlib fixes
- Backported CI workflows from Develop branch
Dead2 added a commit that referenced this pull request Mar 17, 2023
Changes since 2.0.6:
- Fix CVE-2022-37434 #1328
- Fix chunkmemset #1196
- Fix deflateBound too small #1236
- Fix Z_SOLO #1263
- Fix ACLE variant of crc32 #1274
- Fix inflateBack #1311
- Fix deflate_quick windowsize #1431
- Fix DFLTCC bugs related to adler32 #1349 and #1390
- Fix warnings #1194 #1312 #1362
- MacOS build fix #1198
- Add invalid windowBits handling #1293
- Support for Force TZCNT #1186
- Support for aligned_alloc() #1360
- Minideflate improvements #1175 #1238
- Dont use unaligned access for memcpy #1309
- Build system #1209 #1233 #1267 #1273 #1278 #1292 #1316 #1318 #1365
- Test improvements #1208 #1227 #1241 #1353
- Cleanup #1266
- Documentation #1205 #1359
- Misc improvements #1294 #1297 #1306 #1344 #1348
- Backported zlib fixes
- Backported CI workflows from Develop branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Improving maintainability or removing code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants