Skip to content
Snippets Groups Projects
  1. Aug 06, 2012
  2. Jun 12, 2012
  3. May 31, 2012
    • Oliver Sander's avatar
      Document each header file · 98fbc7b3
      Oliver Sander authored
      With the exception of mpicollectivecommunication.hh
      and propertymap.hh, which I didn't understand.
      
      [[Imported from SVN: r6784]]
      98fbc7b3
  4. May 02, 2012
  5. Jan 26, 2012
  6. Sep 08, 2011
  7. 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
  8. Mar 07, 2011
  9. Mar 04, 2011
  10. Mar 03, 2011
  11. Mar 01, 2011
  12. Jan 13, 2011
  13. Nov 26, 2010
  14. Oct 13, 2010
  15. Oct 12, 2010
  16. Oct 11, 2010
  17. Oct 06, 2010
  18. Sep 08, 2010
  19. Aug 25, 2010
  20. Mar 12, 2010
  21. Feb 01, 2010
  22. Jan 25, 2010
  23. Oct 15, 2009
Loading