tezc / sc

Common libraries and data structures for C.
BSD 3-Clause "New" or "Revised" License
2.23k stars 239 forks source link

sc_sock: Linux to Windows cross-compilation #88

Closed svladykin closed 2 years ago

svladykin commented 2 years ago

Windows NTFS is usually case insensitive, but on Linux this change is needed to build with MinGW-w64 toolchain.

codecov[bot] commented 2 years ago

Codecov Report

Merging #88 (9508111) into master (a770ca3) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          21       21           
  Lines        2192     2192           
  Branches      385      385           
=======================================
  Hits         2188     2188           
  Partials        4        4           
Impacted Files Coverage Δ
socket/sc_sock.c 100.00% <ø> (ø)

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 a770ca3...9508111. Read the comment docs.