Skip to content
Snippets Groups Projects
  1. Jul 02, 2015
  2. Jul 01, 2015
  3. Jun 30, 2015
  4. 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
  5. Jun 01, 2015
  6. May 28, 2015
  7. 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
  8. May 20, 2015
  9. May 19, 2015
  10. May 13, 2015
  11. May 12, 2015
  12. 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
  13. Apr 27, 2015
  14. Apr 21, 2015
  15. Apr 20, 2015
  16. Apr 16, 2015
  17. Apr 15, 2015
Loading