Skip to content
Snippets Groups Projects
  1. Sep 14, 2011
  2. Sep 06, 2011
  3. 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
    • Oliver Sander's avatar
      add missing whitespace · 665c2221
      Oliver Sander authored
      [[Imported from SVN: r6483]]
      665c2221
    • Oliver Sander's avatar
      Remove the DUNE_SYMLINK macro. · 64812e39
      Oliver Sander authored
      It has been deprecated at least since dune 2.0.
      
      [[Imported from SVN: r6482]]
      64812e39
  4. Aug 05, 2011
  5. Aug 04, 2011
  6. Jun 11, 2011
  7. May 30, 2011
  8. May 20, 2011
  9. Apr 29, 2011
  10. Apr 12, 2011
  11. Apr 06, 2011
  12. Mar 07, 2011
  13. Feb 23, 2011
  14. Feb 22, 2011
  15. Feb 21, 2011
  16. Feb 14, 2011
  17. Feb 10, 2011
  18. Feb 09, 2011
  19. Jan 30, 2011
  20. Jan 12, 2011
  21. Oct 29, 2010
  22. Oct 24, 2010
  23. Oct 20, 2010
Loading