1. Dec 11, 2020
  2. Dec 10, 2020
  3. Dec 09, 2020
  4. Dec 07, 2020
  5. Nov 26, 2020
  6. Nov 25, 2020
    • Alberto Miranda's avatar
      Merge branch '134-c-17-support' into 'master' · 880a180d
      Alberto Miranda authored
      Resolve "C++17 support"
      
      This MR moves GekkoFS to C++17 with the following replacements:
      
      - CMake modifications
      - Replacing `boost::filesystem` and `boost::optional` with `std::filesystem` and `std::optional`, respectively
      - Using nested namespaces
      - Using `if constexpr`
      
      Closes #134
      
      See merge request !74
      880a180d
    • Marc Vef's avatar
      CMake reformatting · a189335d
      Marc Vef authored
      a189335d