Skip to content
Snippets Groups Projects
  1. Jan 18, 2012
    • Jorrit Fahlke's avatar
      Only append to CPPFLAGS · 8d142219
      Jorrit Fahlke authored
      Otherwise, the tests will just fail to compile because of missing headers
      
      Author: Elias Pipping <pipping@exherbo.org>
      
      [[Imported from SVN: r6552]]
      8d142219
  2. Jan 14, 2012
    • Oliver Sander's avatar
      Remove method top_and_pop_back() again. · fd405001
      Oliver Sander authored
      Measurements showed no speed increase at all, compared
      to retrieving the last element first and then calling
      pop_back().  See dune-grid commit message 7837 for
      details on the measuring process.
      
      [[Imported from SVN: r6549]]
      fd405001
  3. Jan 11, 2012
  4. Jan 10, 2012
  5. Jan 09, 2012
  6. Jan 08, 2012
  7. Jan 03, 2012
  8. Dec 06, 2011
  9. Nov 26, 2011
  10. Nov 09, 2011
    • Jorrit Fahlke's avatar
      [GeometryTypeIndex] "Move" to dune-geometry. · b24adba1
      Jorrit Fahlke authored
      Kudos to Christoph Grüninger with two additions:
       * Note that the transition code should be removed before the next release.
       * Don't give people warnings about <dune/common/geometrytype.hh> just because
         they included <dune/common/geometrytypeindex.hh> or
         <dune/geometry/typeindex.hh>.
      
      [[Imported from SVN: r6529]]
      b24adba1
  11. Nov 03, 2011
  12. Oct 26, 2011
  13. Oct 19, 2011
  14. Oct 17, 2011
  15. Oct 13, 2011
  16. Oct 10, 2011
  17. Oct 05, 2011
  18. Sep 30, 2011
  19. Sep 13, 2011
  20. Sep 08, 2011
  21. Sep 06, 2011
  22. Aug 30, 2011
  23. Aug 17, 2011
  24. 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
  25. Jun 28, 2011
  26. Jun 24, 2011
  27. Jun 16, 2011
  28. Jun 08, 2011
  29. Jun 06, 2011
  30. May 30, 2011
Loading