Skip to content
Snippets Groups Projects
  1. Jan 09, 2015
  2. Jan 02, 2015
  3. Nov 19, 2014
  4. Nov 15, 2014
  5. 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
  6. Nov 02, 2014
  7. Oct 28, 2014
  8. Oct 27, 2014
  9. Oct 10, 2014
  10. Oct 08, 2014
  11. Oct 06, 2014
  12. Sep 15, 2014
  13. 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
  14. May 01, 2014
  15. Mar 19, 2014
    • Christian Engwer's avatar
      [dunecontrol] fix bug in the cmake branch of dunecontrol builddir handling · 5dc6c044
      Christian Engwer authored
      sadly the touchpad added some arbitrary "pwd; ", which slipped my
      test, as I don't use cmake. Thanks to Andi Buhr for pointing this out.
      5dc6c044
    • Christian Engwer's avatar
      [dunecontrol] support out-of-tree builds · 807e48b6
      Christian Engwer authored
      up to now you could specify a BUILDDIR variable, which implied that modules were built in
      $srdir/$BUILDDIR.
      Imagine you have your dune modules in $HOME/Src. When you set BUILDDIR=build.g++
      your dune-common module is built in $HOME/Src/dune-common/build.g++
      Now you change BUILDDIR to an absolute path, e.g. BUILDDIR=$HOME/Build.g++
      With the latest change dunecontrol will now build dune-common in
      $HOME/Build.g++/dune-common/
      
      Thanks to Angar for bugging me :-)
      807e48b6
  16. Mar 14, 2014
  17. Mar 12, 2014
  18. Mar 09, 2014
  19. Feb 16, 2014
  20. Feb 14, 2014
  21. Feb 10, 2014
  22. Jan 31, 2014
  23. Jan 29, 2014
  24. Jan 21, 2014
  25. Jan 19, 2014
    • Markus Blatt's avatar
      [dune-autogen] Prevents overriding am_dir with installed modules. · 073167e6
      Markus Blatt authored
      Before this patch we tried setting am_dir for directory with a
      DUNE module. If one is working with local modules
      (e.g. dune-common and dune-geometry), that are a subset of installed
      modules (e.g. dune-common, dune-geometry, and dune-istl), that are all
      installed under the same prefix, then modules that are part of the difference
      of the set of installed and the set of the local modules caused am_dir to
      point to the am directory of the installed dune-common directory.
      After this patch  am_dir is only set once, which fixes this behaviour and
      flyspray issue #1420
      073167e6
    • Oliver Sander's avatar
      eaaa10ac
Loading