Added build system check for posix_memalign support.#888
Added build system check for posix_memalign support.#888Dead2 merged 2 commits intozlib-ng:developfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #888 +/- ##
========================================
Coverage 78.16% 78.16%
========================================
Files 78 78
Lines 8354 8350 -4
Branches 1362 1359 -3
========================================
- Hits 6530 6527 -3
+ Misses 1293 1291 -2
- Partials 531 532 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
3645225 to
3b95121
Compare
3b95121 to
092c4ca
Compare
|
This pull request introduces 1 alert when merging 092c4ca into b22bc51 - view on LGTM.com new alerts:
|
|
One of the CI checks errors out with |
|
@Dead2 |
|
Needs a rebase |
092c4ca to
8f1c6fc
Compare
|
Rebased. |
|
This pull request introduces 1 alert when merging 8f1c6fc into 558192b - view on LGTM.com new alerts:
|
|
Not sure what include I am missing. |
|
@nmoinvaz |
|
@mtl1979 that doesn't appear to be the issue. I tried different values and also printed them out to make sure. |
903b472 to
0c05690
Compare
|
Merge #1019 first. |
|
|
Have to make sure no other file includes the header before defining |
0c05690 to
63e55c6
Compare
|
Still failing CI... |
63e55c6 to
bbf7d7d
Compare
|
Failing left and right... |
|
Thanks dude I can see the CI for myself. |
|
@nmoinvaz It's spamming other people with notifications... |
|
There is an unsubscribe button on the right side. |
bbf7d7d to
852eaca
Compare
852eaca to
536d3e0
Compare
|
This pull request introduces 1 alert when merging 536d3e0 into 564d473 - view on LGTM.com new alerts:
|
68825c3 to
2fe8e93
Compare
Co-authored-by: concatime <concatime@users.noreply@github.com> Co-authored-by: Mika Lindqvist <postmaster@raasu.org>
2fe8e93 to
ba36dfe
Compare
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1035 #1051 #1056 #1063 #1067 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix deflateBound and compressBound returning too small size estimates #1071 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1032 #1035 #1051 #1056 #1063 #1067 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050 #1075
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix deflateBound and compressBound returning too small size estimates #1071 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1032 #1035 #1051 #1056 #1063 #1067 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050 #1075
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix deflateBound and compressBound returning too small size estimates #1071 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1032 #1035 #1051 #1056 #1063 #1067 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050 #1075
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071 - Fix incorrect function declaration warning #1080 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050 #1075
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071 - Fix incorrect function declaration warning #1080 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 #1079 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050 #1075
- Fix hangs on macOS #1031 - Fix minideflate write buffers being overwritten #1060 - Fix deflateBound and compressBound returning too small size estimates #1049 #1071 - Fix incorrect function declaration warning #1080 - Fix build problems when building outside of source dir #1049 - Fix build problems on arm2-7 #1030 - Fixed some compile warnings #1020 #1036 #1037 #1048 - Improved posix memalign support #888 - Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067 #1079 - Improvements for integration into other projects #1022 #1042 - Code style fixes #637 #1040 #1050 #1075
Build system check I suggested in #884. I have added mentioned @concatime as a co-author since I took some of the code from #884 for calling
posix_memalign.