Skip to content
Snippets Groups Projects
  1. Apr 14, 2014
  2. Apr 13, 2014
    • Christoph Gersbacher's avatar
      [type traits] Provide replacement for deprecated classes AlwaysFalse, AlwaysTrue · 4665e135
      Christoph Gersbacher authored
      The classes AlwaysFalse, AlwaysTrue reside in the deprecated header
      dune/common/static_assert, yet they are frequently used to document
      template code (see FS#1435 for details). As the C++11 standard library
      does not provide a straight forward replacement for theses classes, we
      offer C++11 style reimplementations. The replacements to_false_type,
      to_true_type reside in the namespace Std and are thus easily
      identifiable as Dune specifis.
      4665e135
  3. Apr 10, 2014
  4. Apr 09, 2014
  5. Apr 08, 2014
  6. Apr 07, 2014
  7. Apr 03, 2014
  8. Apr 02, 2014
  9. Mar 27, 2014
  10. Mar 23, 2014
  11. Mar 22, 2014
  12. Mar 21, 2014
  13. 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
Loading