Skip to content
Snippets Groups Projects
  1. Oct 03, 2015
  2. Sep 30, 2015
  3. Sep 29, 2015
  4. Aug 25, 2015
  5. Aug 15, 2015
    • Christian Engwer's avatar
      [cmake] make the doxygen rules more flexible (fix FS#1675) · ab40bdfe
      Christian Engwer authored
      The add_doxygen_target macro now takes optional parameters:
      TARGET [name] : overwrite the target appendix, default is the module name
      DEPENDS [list] : add a list of further dependencies for doxygen.
                                     This list might include mainpage.txt
      OUTPUT [name] : change the name of the output target; necessary if you don't generate html.
      ab40bdfe
  6. Jul 30, 2015
  7. Jul 27, 2015
  8. Jul 21, 2015
  9. Jul 15, 2015
  10. Jul 13, 2015
  11. Jul 09, 2015
  12. Jul 07, 2015
  13. Jul 02, 2015
  14. Jul 01, 2015
  15. Jun 30, 2015
  16. 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
  17. Jun 01, 2015
  18. May 28, 2015
  19. 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
  20. May 20, 2015
  21. May 19, 2015
Loading