Skip to content
Snippets Groups Projects
  1. Oct 22, 2020
  2. Oct 16, 2020
  3. Oct 07, 2020
  4. Oct 03, 2020
  5. Oct 01, 2020
  6. Sep 24, 2020
  7. Sep 23, 2020
  8. Sep 22, 2020
  9. Sep 08, 2020
  10. Sep 07, 2020
  11. Sep 06, 2020
    • Liam Keegan's avatar
      add fallback std::filesystem implementation · 60248d60
      Liam Keegan authored
        - minor change to existing code:
          - include <dune/copasi/common/filesystem.hh> instead of <filesystem>
          - use namespace `fs` instead of `std::filesystem`
          - where by default `fs` is just an alias for `std::filesystem`
        - if -DUSE_FALLBACK_FILESYSTEM=ON in CMake configuration
          - `fs` instead uses implementation from https://github.com/gulrak/filesystem
          - no longer links or depends on std::filesystem
          - needed for macOS < 10.15 which doesn't have std::filesystem support
      60248d60
    • Liam Keegan's avatar
      explicitly convert path to string · 411112e1
      Liam Keegan authored
        - mingw gcc on msys will not implicitly convert std::filesystem::path to std::string
        - `cannot convert 'path' (type 'const std::filesystem::__cxx11::path') to type 'const string&' {aka 'const std::__cxx11::basic_string<char>&'}`
        - https://stackoverflow.com/a/57377681/6465472
      411112e1
  12. Sep 05, 2020
Loading