Skip to content
Snippets Groups Projects
  1. Jul 18, 2014
  2. Jul 07, 2014
  3. Jul 04, 2014
    • Andreas Nüßing's avatar
      [duneproject] fix section name in generation of config.h.cmake · f9e3fbf6
      Andreas Nüßing authored and Christoph Grüninger's avatar Christoph Grüninger committed
      When creating a project and generating the config.h.cmake file, duneproject
      surrounds the inserted text with {begin,end} $NAME. $NAME is set to $PROJECT
      without a leading "dune[-_]" and $PROJECT is the module name specified by the
      user (e.g. $PROJECT==dune-grid, $NAME==grid).
      When DuneMacro.cmake generates the config.h.cmake for the created project in
      the build-directory, it searches the config.h.cmake file in the source
      directory of the project for {begin,end} $ProjectName which is set to
      DUNE_MOD_NAME, which is the module name specified in the corresponding
      dune.module file (e.g. dune-grid).
      This leads to DuneMacro not finding and therefore ignoring the block in the
      source config.h.cmake of the new project.
      f9e3fbf6
  4. Jun 30, 2014
    • Tobias Malkmus's avatar
      [bugfix] add move semantics to DynamicVector · f19517d7
      Tobias Malkmus authored
      Gcc 4.6 cannot generate default move constructor for classes containing a
      DynamicVector because there is no move constructor and the copy constructor
      is non-trivial.
      This patch fixes this, by adding move semantics.
      f19517d7
  5. Jun 24, 2014
    • Markus Blatt's avatar
      [dunecontrol] Fixes error with installed old DUNE modules · 099ad827
      Markus Blatt authored
      If duncontrol detects an installed dune-common module, then it always
      assumed that it contains a lib/dunecontrol
      subdirectory. Unfortunately, this does not hold for older dune-common
      modules and dunecontrol will error out later with a message like
      
      /usr/local/lib/dunecontrol: file not found
      Execution of dunecontrol terminated due to errors!
      
      With this commit we fix this by actually checking whether the
      lib/dunecontrol subdirectoy exists before adding it to
      DUNE_CONTROL_PATH.
      
      Thanks a lot to wuhao sife for reporting this problem.
      099ad827
  6. Jun 23, 2014
  7. Jun 22, 2014
  8. Jun 03, 2014
  9. May 22, 2014
  10. May 20, 2014
  11. May 15, 2014
  12. May 14, 2014
  13. May 11, 2014
  14. May 02, 2014
  15. May 01, 2014
  16. Apr 28, 2014
  17. Apr 27, 2014
  18. Apr 17, 2014
  19. Apr 16, 2014
  20. Apr 14, 2014
Loading