Skip to content
Snippets Groups Projects
  1. Apr 03, 2012
  2. Mar 25, 2012
  3. Mar 14, 2012
    • Christoph Grüninger's avatar
      [CMake] · 2b015225
      Christoph Grüninger authored
      Exclude linking to MPI_CXX_LIBRARIES if MPI not found.
      
      [[Imported from SVN: r6590]]
      2b015225
    • Christoph Grüninger's avatar
      [CMake] · f2f529b1
      Christoph Grüninger authored
      Added support for MPI.
      Write module version information to config.h.
      
      [[Imported from SVN: r6588]]
      f2f529b1
    • Christoph Grüninger's avatar
      [CMake] · 22a9d2a8
      Christoph Grüninger authored
      Most tests are run correctly, some fail due to an exception or missing MPI support.
      Module name, version and email address is extracted from dune.module.
      
      [[Imported from SVN: r6587]]
      22a9d2a8
  4. Mar 13, 2012
    • Christoph Grüninger's avatar
      [CMake] · 5b0bef05
      Christoph Grüninger authored
      Include config.h even if built ot-of-source.
      Include static_assert_test to be build on test and not run.
      
      [[Imported from SVN: r6586]]
      5b0bef05
  5. Mar 09, 2012
  6. Mar 04, 2012
  7. Feb 06, 2012
  8. 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
  9. Oct 19, 2011
  10. Sep 08, 2011
  11. Sep 06, 2011
  12. 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
  13. Jun 24, 2011
  14. Apr 27, 2011
  15. Apr 26, 2011
  16. Apr 15, 2011
  17. Apr 05, 2011
  18. Mar 07, 2011
  19. Mar 04, 2011
  20. Mar 03, 2011
  21. Feb 16, 2011
  22. Feb 11, 2011
  23. Feb 03, 2011
  24. Jan 13, 2011
Loading