Skip to content
Snippets Groups Projects
  1. Jul 06, 2012
    • Christian Engwer's avatar
      [m4] · b2be2a28
      Christian Engwer authored
      fix typo in ax_boost_base (thanks to Bård Skaflestad for the patch)
      
      [[Imported from SVN: r6818]]
      b2be2a28
  2. Jun 12, 2012
  3. May 25, 2012
    • Oliver Sander's avatar
      [m4] · 0837f527
      Oliver Sander authored
      avoid unused variable warnings/error in nullptr test
      patch by Matthias Wohlmuth
      
      
      [[Imported from SVN: r6771]]
      0837f527
  4. May 23, 2012
  5. May 22, 2012
  6. May 20, 2012
  7. May 15, 2012
  8. Apr 30, 2012
  9. Mar 20, 2012
  10. Mar 05, 2012
  11. Mar 03, 2012
  12. Feb 13, 2012
  13. Feb 11, 2012
  14. Feb 10, 2012
  15. Jan 23, 2012
  16. Jan 22, 2012
  17. Jan 05, 2012
  18. Dec 16, 2011
  19. Dec 15, 2011
    • Christian Engwer's avatar
      [m4] · dcf051c1
      Christian Engwer authored
      apply the two caching patches proposed by Christoph Grüninger,
      at least for me they worked flawless and showed some considerable configure speedup.
      
      [[Imported from SVN: r6539]]
      dcf051c1
  20. Nov 17, 2011
  21. Oct 23, 2011
  22. Oct 12, 2011
  23. Oct 05, 2011
  24. Oct 04, 2011
    • Christian Engwer's avatar
      [m4] · b6d7829e
      Christian Engwer authored
      * add DUNE_DEPRECATED_MSG("message") macro
      * credits to Andreas Lauser
      
      [[Imported from SVN: r6508]]
      b6d7829e
  25. Oct 01, 2011
  26. Sep 30, 2011
  27. Sep 14, 2011
  28. Sep 06, 2011
  29. 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
  30. Aug 05, 2011
Loading