LLNL / units

A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements
https://units.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
146 stars 26 forks source link

Project name #310

Closed phlptp closed 1 year ago

phlptp commented 1 year ago

Add a cmake ability to modify the project name in case of conflicts with other packages

codecov-commenter commented 1 year ago

Codecov Report

Merging #310 (0073510) into main (a99841e) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #310   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines         4821      4821           
=========================================
  Hits          4821      4821           
petersteneteg commented 1 year ago

Nice! this is great exactly what I would need!

phlptp commented 1 year ago

This seems to be working in a test case, so I am going to merge it and make a release shortly. If there is some other issue with it you discover when using it let me know. @petersteneteg