mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Bugfix: ensure consistent localization for sort #149

Closed mmore500 closed 2 years ago

mmore500 commented 2 years ago

Also, use more readable sort flags

codecov[bot] commented 2 years ago

Codecov Report

Merging #149 (4e65da6) into master (3ad8fb8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   50.55%   50.55%           
=======================================
  Files         226      226           
  Lines        5851     5851           
=======================================
  Hits         2958     2958           
  Misses       2893     2893           

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 3ad8fb8...4e65da6. Read the comment docs.