Skip to content
Snippets Groups Projects
  1. Nov 13, 2015
  2. Nov 05, 2015
    • Carsten Gräser's avatar
      Mention new header priorotytag.hh · d939f910
      Carsten Gräser authored
      d939f910
    • Carsten Gräser's avatar
      [utility] Add PriorityTag class · c8a17dc5
      Carsten Gräser authored
      This allows to give priorities to otherwise ambiguous
      overloads. It's main use is to make multiple overloads
      work, when only some are ruled out via SFINAE. This is
      e.g. used in the concepts check that I'll move to
      dune-common soon.
      
      The implemention is trivial but makes such applications
      more readable and idiomatic compared to other approaches
      where, e.g., null pointers are passed to overloads
      have T* and void* dummy arguments.
      
      Due to it's simplicity a separate header may not be justified,
      but none of the existing seems to fit.
      c8a17dc5
  3. Nov 01, 2015
  4. Oct 31, 2015
  5. Oct 30, 2015
  6. Oct 25, 2015
  7. Oct 24, 2015
  8. Oct 23, 2015
  9. Oct 22, 2015
  10. Oct 16, 2015
  11. Oct 15, 2015
  12. Oct 14, 2015
    • Martin Nolte's avatar
      [bugfix] make AddRefTypeEvaluator work in tranformTuple · df037802
      Martin Nolte authored
      As documented, tranformTuple should support AddRefTypeEvaluator. As
      std::make_tuple will remove references (using std::decay) from the
      funtor's return type, the returned tuple would contain copies of the
      values. This is not the intended behavior.
      
      This patch adds AddRefTypeEvaluator to the utilitytest and fixes the
      return type of transformTuple.
      df037802
    • Christoph Grüninger's avatar
      Revert "[cleanup] Remove enable trick for UMFPack" and GMP · d7be1c5c
      Christoph Grüninger authored
      These commits broke compiling / linking if one package was found
      but the includes / libraries were not added. We need a different
      approach to hide the ENABLE_* trick from the user and keep full
      testing capabilities.
      This reverts commits 0f12caff
      and d75c3a46.
      d7be1c5c
  13. Oct 06, 2015
  14. Oct 03, 2015
  15. Sep 30, 2015
Loading