Skip to content
Snippets Groups Projects
  1. Apr 29, 2013
  2. Feb 18, 2013
  3. Feb 14, 2013
    • Christian Engwer's avatar
      do not explicitly check for the compiler in Dune::classname · 47ede078
      Christian Engwer authored
      At least since version 3.0 CLang support __cxa_demangle. To support as
      many compilers as possible we test for the feature instead of testing
      for the compiler version.
      
      Thanks to Andreas Lauser <and@poware.org> for providing this patch
      (see FS #1246)
      
      [[Imported from SVN: r7125]]
      47ede078
  4. Nov 25, 2012
    • Christian Engwer's avatar
      [hash] · ab1f43c9
      Christian Engwer authored
      Add support for boost::hash
      
      This patch adds boost::hash as a fallback option for Dune::hash
      if neither std::hash nor std::tr1::hash can be found. We only
      have to include the appropriate header and import the name into
      the Dune namespace, as the built-in extension mechanism of boost::hash
      will automatically pick up the global hash_value() functions.
      
      To test whether the mechanism actually works, the patch also adds
      boost::hash to the list of hash implementations tested in
      bigunsignedinttest.
      
      Kudos to Steffen Müthing, see FS#1192
      
      [[Imported from SVN: r7067]]
      ab1f43c9
  5. Oct 06, 2012
  6. Oct 05, 2012
    • Christian Engwer's avatar
      [m4] · b5256028
      Christian Engwer authored
      add new test for sys/mman.h and the sysmbol posix_mprotect
      
      [[Imported from SVN: r7015]]
      b5256028
  7. Aug 31, 2012
  8. Aug 26, 2012
  9. Aug 12, 2012
  10. Jun 12, 2012
  11. May 15, 2012
  12. Mar 20, 2012
  13. Jan 23, 2012
  14. Aug 11, 2011
    • Oliver Sander's avatar
      Add a mechanism for the transition from FieldVector::size as an enum member · 8d981b1f
      Oliver Sander authored
      to FieldVector::size() as a method.
      
      With this patch applied FieldVector::size remains an enum, hence all your
      code compiles as before.  However you get a compiler warning explaining
      the issue and suggesting to configure with --enable-fieldvector-size-is-method.
      If you do so, then FieldVector::size becomes a method, and you may have
      to go out and adjust your code.  The configure flag is transitional and
      will be removed after dune 2.2 is out.
      
      Remember that there is no smoother way to do the transition, as you can't
      have FieldVector::size to be both an enum value and a method at the same
      time.
      
      This fixes FlySpray issue 819.
      
      
      [[Imported from SVN: r6486]]
      8d981b1f
  15. Feb 23, 2011
  16. Feb 22, 2011
  17. Feb 09, 2011
  18. Oct 24, 2010
  19. Mar 22, 2010
  20. Mar 03, 2010
  21. Feb 12, 2010
  22. Jan 19, 2010
  23. Jan 18, 2010
  24. Dec 08, 2009
  25. Nov 04, 2009
  26. Oct 14, 2009
  27. Oct 13, 2009
  28. Feb 13, 2009
  29. Jan 21, 2009
  30. Nov 06, 2008
  31. Oct 09, 2008
  32. Sep 10, 2008
  33. Jul 02, 2008
  34. May 06, 2008
  35. Apr 21, 2008
  36. Apr 14, 2008
Loading