Skip to content
Snippets Groups Projects
  1. Mar 18, 2015
  2. Mar 12, 2015
    • Christian Engwer's avatar
      [dunecontrol] check for left over la files · b54793c6
      Christian Engwer authored
      if the user has for some reason old la files from the autotools era,
      these can lead to very subtle and hard to understand errors. We now
      check for old la files and bail out in case some are found.
      b54793c6
  3. Mar 07, 2015
  4. Mar 05, 2015
  5. Mar 04, 2015
  6. Mar 03, 2015
  7. Feb 25, 2015
  8. Feb 24, 2015
  9. Feb 19, 2015
  10. Feb 04, 2015
  11. Jan 22, 2015
  12. Jan 09, 2015
  13. Jan 02, 2015
  14. Nov 19, 2014
  15. Nov 15, 2014
  16. 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
  17. Nov 02, 2014
  18. Oct 28, 2014
  19. Oct 27, 2014
  20. Oct 10, 2014
  21. Oct 08, 2014
  22. Oct 06, 2014
  23. Sep 15, 2014
  24. 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
  25. May 01, 2014
Loading