Skip to content
Snippets Groups Projects
  1. Oct 30, 2015
  2. Oct 24, 2015
  3. Oct 23, 2015
  4. Oct 22, 2015
  5. Oct 16, 2015
  6. Oct 15, 2015
  7. 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
  8. Oct 06, 2015
  9. Oct 03, 2015
  10. Sep 30, 2015
  11. Sep 23, 2015
  12. Sep 19, 2015
  13. Sep 18, 2015
  14. Sep 16, 2015
    • Oliver Sander's avatar
      Reimplement the PromotionTraits class using decltype and declval · c1177be5
      Oliver Sander authored
      The previous implementation consisted of a list of promotion rules for
      various types.  The new implementation is much shorter and more general:
      it will also work for types not on the old list.  The promoted type is
      now defined as the result type of the addition of the two input types.
      There is no special reason to use addition here, but it does reproduce
      the precise behavior of the old implementation.
      c1177be5
  15. Sep 09, 2015
  16. Sep 01, 2015
  17. Aug 19, 2015
  18. Aug 01, 2015
  19. Jul 27, 2015
  20. Jul 23, 2015
  21. Jul 22, 2015
  22. Jul 17, 2015
Loading