Skip to content
Snippets Groups Projects
  1. Dec 21, 2018
    • Oliver Sander's avatar
      Mention Std::variant in the changelog · 1b59d0e0
      Oliver Sander authored
      1b59d0e0
    • Oliver Sander's avatar
      [!342] Add a C++14 implementation of C++17's std::variant · 5237c2c4
      Oliver Sander authored
      Merge branch 'feature/stdvariant' into 'master'
      
      ref:core/dune-common In dune-subgrid we wanted to use std::variant which is
      part of C++17's STL ([see e.g. here]). Since the corresponding compilers (or
      rather STL implementations) aren't too widespread by now and also out of pure
      curiosity, I reimplemented std::variant myself using only C++14 and some of
      Dune::Hybrid. In the end I ended up with a implementation that covers most of
      the STL functionality and behaves more or less the same way (though it
      probably won't be as safe, fast or complete as e.g. the gcc implementation, of
      course). If this might be of any value for the Dune project, I'd be happy to
      contribute this to dune-common.
      
      See merge request [!342]
      
        [see e.g. here]: http://en.cppreference.com/w/cpp/utility/variant
        [!342]: gitlab.dune-project.org/core/dune-common/merge_requests/342
      5237c2c4
  2. Dec 12, 2018
  3. Dec 08, 2018
  4. Dec 07, 2018
  5. Dec 06, 2018
  6. Dec 05, 2018
  7. Dec 03, 2018
  8. Nov 14, 2018
  9. Nov 12, 2018
  10. Nov 08, 2018
  11. Nov 07, 2018
  12. Oct 04, 2018
    • Markus Blatt's avatar
      [!569] Let cmake disable search for modules with pkg-config. · 1e7fbb59
      Markus Blatt authored
      Merge branch 'let-cmake-disable-pkgconfig-search' into 'master'
      
      For whatever reason we still allow to search for a module with pkg-config if
      CMake was not successful. This leads to the weired situation that if we pass
      -DCMAKE_DISABLE_FIND_PACKAGE_dune-uggrid=ON to cmake and dune-uggrid is
      installed in a default sytem path we will end up with a CMakeCache.txt
      actually using dune-uggrid.
      
      This patch is the minimal change to stop searching for a DUNE module with
      pkg-config if CMake was instructed not to use it.
      
      See merge request [!569]
      
        [!569]: gitlab.dune-project.org/core/dune-common/merge_requests/569
      1e7fbb59
    • Markus Blatt's avatar
      Let cmake disable search for modules with pkg-config. · df4c73f6
      Markus Blatt authored
      For whatever reason we still allow to search for a module
      with pkg-config if CMake was not successful. This leads to
      the weired situation that if we pass
      -DCMAKE_DISABLE_FIND_PACKAGE_dune-uggrid=ON to cmake and
      dune-uggrid is installed in a default sytem path we will end
      up with a CMakeCache.txt actually using dune-uggrid.
      
      This patch is the minimal change to stop searching for a
      DUNE module with pkg-config if CMake was instructed not to
      use it.
      df4c73f6
  13. Aug 21, 2018
Loading