Skip to content
Snippets Groups Projects
  1. Sep 16, 2014
  2. Jul 18, 2014
  3. Jul 06, 2014
  4. May 11, 2014
  5. Apr 14, 2014
  6. Apr 02, 2014
  7. Mar 22, 2014
  8. Mar 21, 2014
  9. Mar 18, 2014
    • Oliver Sander's avatar
      Test for the 'final' keyword from C++11 · 5525e37a
      Oliver Sander authored
      This patch adds an AutoTools test that tests whether the compiler
      supports the 'final' keyword.  It defines the DUNE_FINAL preprocessor
      macro, which expands to 'final' if the keyword is supported, and
      is empty otherwise.
      5525e37a
  10. Jan 07, 2014
  11. Dec 28, 2013
  12. Dec 03, 2013
    • Martin Nolte's avatar
      [buildsystem] distribute cxx11_constexpr.m4 · 3887555a
      Martin Nolte authored
      The check for constexpr was not copied into the distribution.
      Unfortunately, the autotools will only warn about a missing macro, but
      give valid results otherwise. This patch adds the cxx11_constexpr.m4 to
      Makefile.am, so that it is distributed on "make dist".
      3887555a
  13. Oct 23, 2013
    • Markus Blatt's avatar
      [autotools] Use correct m4 file name (umfpack.m4) · 337a2abc
      Markus Blatt authored
      Previously a non existent file name (umfpack) was used in
      Makefile.am. This broke the build with the message:
      
      make[2]: *** Keine Regel vorhanden, um das Target »umfpack«,
        benötigt von »all-am«, zu erstellen.  Schluss.
      make[2]: Leaving directory `/home/mblatt/src/dune/current/dune-common/build-auto/m4'
      
      This patch fixes this by using the correct name.
      337a2abc
    • Markus Blatt's avatar
      [umfpack] Added buildsystem tests for UMFPack. · 2ab5f3c2
      Markus Blatt authored
      This patch adds test for both CMake and autotools as the
      build system.
      UMFPack is used by several dune modules (e.g. fem and istl)
      the only common required module by both is common. Therefore
      we add the test here to make it usable for all modules.
      
      BTW: These tests are taken from Dominics branch of dune-istl.
           Therefore he deserves the credit for them.
      2ab5f3c2
  14. Aug 27, 2013
  15. Jul 24, 2013
  16. Feb 13, 2013
  17. Nov 06, 2012
  18. Jun 12, 2012
  19. Mar 20, 2012
  20. Feb 11, 2012
  21. Feb 10, 2012
  22. Jan 23, 2012
  23. Jan 22, 2012
  24. Dec 16, 2011
  25. Jun 11, 2011
  26. Feb 22, 2011
  27. Jan 30, 2011
  28. Jan 12, 2011
  29. Aug 06, 2010
Loading