Skip to content
Snippets Groups Projects
  1. Oct 13, 2011
  2. Oct 10, 2011
  3. Oct 05, 2011
  4. Sep 13, 2011
  5. Sep 08, 2011
  6. Sep 06, 2011
  7. Aug 30, 2011
  8. Aug 17, 2011
  9. Aug 11, 2011
    • Oliver Sander's avatar
      remove the deprecated ConfigParser class · d7f5f3b7
      Oliver Sander authored
      [[Imported from SVN: r6487]]
      d7f5f3b7
    • 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
      bugfix: .cc files need to include config.h · 7235499a
      Oliver Sander authored
      [[Imported from SVN: r6484]]
      7235499a
  10. Jun 28, 2011
  11. Jun 24, 2011
  12. Jun 16, 2011
  13. Jun 08, 2011
  14. Jun 06, 2011
  15. May 30, 2011
  16. May 18, 2011
  17. May 17, 2011
  18. May 13, 2011
  19. May 11, 2011
  20. May 09, 2011
  21. May 05, 2011
  22. May 04, 2011
  23. Apr 30, 2011
  24. Apr 27, 2011
  25. Apr 26, 2011
  26. Apr 17, 2011
  27. Apr 15, 2011
Loading