Skip to content
Snippets Groups Projects
  1. Aug 24, 2015
  2. May 21, 2015
  3. May 11, 2015
  4. Apr 20, 2015
  5. Mar 14, 2015
    • Christian Engwer's avatar
      [m4] fix mixup when using autools/cmake 2.4 + an installed 2.3 · 826a38d3
      Christian Engwer authored
      Ich a module is not updated to cmake yet, we can have the situation, that the core modules
      are built using cmake, but used by autotools. When trying to detect a dune library, we either
      explicitly stated the /blablabla/libdunefoo.la file if the the dependency was built using autools,
      or used the '-ldunefoo -L/blablabla/' options. This failed with very subtle errors if dune was
      also installed globally, e.g. a 2.3 from your favorite distribution. We fix this now in the same
      way as we fixed it for autotools. If the module is local, we explicitly state the lib...
      either as .la or as .a.
      826a38d3
  6. Mar 10, 2015
  7. Mar 02, 2015
    • Christoph Grüninger's avatar
      [CMake][Autotools] Enable MPI / parallel features by default. · 495f2fce
      Christoph Grüninger authored
      In the past MPI / parallel features were disabled until the
      proper flag was added. This patch changes the behavior to
      enable MPI iff it is found.
      
      * Autotools: --disable-parallel and --enable-parallel work as
        before but the documentation is a bit clumsy to minimize changes.
      * CMake: USE_MPI gets removed, too. It was not used by the Dune
        core modules. The backwards compatible --disable-parallel remains.
      495f2fce
  8. Jan 26, 2015
  9. Dec 19, 2014
  10. Nov 21, 2014
    • Christoph Grüninger's avatar
      [buildsystem] Do not call check for Boost base. · 94fb9167
      Christoph Grüninger authored
      With the removal of the fall-back code for many C++11 features
      like shared_ptr or hash, we no longer need Boost in
      dune-common.
      If your model has relies on a boost check, add the call to
      the buildsystem of your module. The Dune-islt commit
      …3ee92f05012 is an example what must be done.
      94fb9167
  11. Nov 08, 2014
    • Jö Fahlke's avatar
      [vc] Simplify ignore lists. · 251deeb0
      Jö Fahlke authored
      "Makefile.in", "*.o", etc. need only be listed in the toplevel .gitignore, the
      rules are applied recursively.
      
      Test programs etc. should be listed as "/program" in their directory's
      .gitignore, so they are not accidentially ignored in a lower level directory.
      251deeb0
  12. Oct 06, 2014
  13. Sep 16, 2014
  14. Jul 18, 2014
  15. Jul 06, 2014
  16. May 11, 2014
  17. Apr 14, 2014
  18. Apr 09, 2014
  19. Apr 08, 2014
  20. Apr 02, 2014
  21. Mar 23, 2014
  22. Mar 22, 2014
  23. Mar 21, 2014
  24. Mar 18, 2014
    • Oliver Sander's avatar
      Test for the 'final' keyword from C++11 · 5525e37a
      Oliver Sander authored
      This patch adds an AutoTools test that tests whether the compiler
      supports the 'final' keyword.  It defines the DUNE_FINAL preprocessor
      macro, which expands to 'final' if the keyword is supported, and
      is empty otherwise.
      5525e37a
  25. Mar 12, 2014
  26. Mar 05, 2014
Loading