openfluid icon indicating copy to clipboard operation
openfluid copied to clipboard

Misc code improvements

Open jctophefabre opened this issue 3 years ago • 0 comments

code

  • [ ] In Filesystem and FilesystemPath classes, prefer using Filesystempath objects as arguments instead of string wherever relevant. Provide converting constructors in FilesystemPath for std::string and char*
  • [ ] Adapt whole code to use the refactored string helpers (StringHelpers.hpp)

compilation warnings

  • [ ] GDAL (see also #1077)
  • [ ] Qt : split behaviour, ... (ubuntu 22.04, macOS Ventura)
  • [ ] SpatialUnit possible loop (macOS Ventura)
  • [ ] boost (replace where possible?)
  • [ ] 'visibility' attribute on non-class types (ubuntu 22.04)

CI

  • [x] Split single GitHub workflow into multiple workflow, one per architecture, then update README file to reflect this update

jctophefabre avatar Jan 18 '23 11:01 jctophefabre