Skip to content
Snippets Groups Projects
  1. Jul 30, 2015
  2. Jul 27, 2015
  3. Jul 21, 2015
  4. Jul 15, 2015
  5. Jul 13, 2015
  6. Jul 09, 2015
  7. Jul 07, 2015
  8. Jul 02, 2015
  9. Jul 01, 2015
  10. Jun 30, 2015
  11. Jun 29, 2015
    • Christian Engwer's avatar
      [bugfix,cmake] allow cmake to parse dune.module files containing shell snippets · bd20824b
      Christian Engwer authored
      The duncontrol / dune.module mechanism allowes to overload the run_* commands, which
      are executed in order to setup/build/etc. a module. This patch fixes a bug in the cmake
      parsing of the dune.module file. Somehow cmake tried to interpret the content of the
      dune.module as cmake code. We now use a different strategy to parse the file and avoid
      storing the content in a temporary variable.
      
      >> please backport to 2.4
      bd20824b
  12. Jun 01, 2015
  13. May 28, 2015
  14. May 21, 2015
    • Steffen Müthing's avatar
      [Release][CMake][Bugfix] Make dune_library_add_sources() work again · 289d3eb6
      Steffen Müthing authored
      dune_library_add_sources() verifies the library name against the
      contents of DUNE_ENABLE_ALL_PACKAGES_MODULE_LIBRARIES. I accidentally
      broke this by converting dune_enable_all_packages (which defines the
      variable) from a macro to a function, which removed the variable from
      global scope.
      
      This patch fixes the problem by explicitly exporting the variable to the
      parent scope, making it available to dune_library_add_sources() again.
      289d3eb6
  15. May 20, 2015
  16. May 19, 2015
  17. May 13, 2015
  18. May 12, 2015
  19. May 11, 2015
    • Steffen Müthing's avatar
      [Release][Bugfix] Fix __cxa_demangle() on recent clang · 70f52c0d
      Steffen Müthing authored
      The test for __cxa_demangle(), which is used by Dune::className() to
      demangle type names, doesn't work on my clang 3.6. Apparently, clang
      requires the user to include <typeinfo> before <cxxabi.h>. While
      classname.hh already does this, the build system tests don't, causing the
      feature to get disabled on clang.
      
      Fixed by adding the include to the build system tests.
      70f52c0d
  20. Apr 27, 2015
Loading