Skip to content
Snippets Groups Projects
  1. Jun 24, 2013
    • Martin Nolte's avatar
      use field_type( 1 ) instead of 1.0 · de0b6e9e
      Martin Nolte authored
      This fixes FS#1317 for me (use invert for 2x2 matrix with
      std::complex< long double >).
      The problem is that 1.0 is a double, which can be converted implicitly
      to a long double which, in turn, could be converted implicitly into a
      std::complex< long double >. However, the compiler does not use two
      implicit type conversions, so double cannot be divided by a
      std::complex< long double >.
      de0b6e9e
    • Martin Nolte's avatar
      check invert for FieldMatrix< std::complex< double >, 2 > · e4d80dbf
      Martin Nolte authored
      See FS#1317 for details.
      e4d80dbf
  2. Jun 19, 2013
  3. Jun 13, 2013
  4. Jun 11, 2013
  5. Jun 10, 2013
  6. Jun 07, 2013
    • Markus Blatt's avatar
      [autotools] Fixes quoting in test for DUNE symbols · 20620438
      Markus Blatt authored
      Some modules do test for complicated symbols,
      eg. "&StandardMerge<double,1,1,1>::build;", which lead to broken
      configure scripts. In the above case :
      " 1>build;
        ;"
      as a shell command.
      This patch quotes the program body used for AC_LANG_PROGRAM correctly
      to prevent this.
      20620438
  7. Jun 05, 2013
    • Markus Blatt's avatar
      [CMake] Guess build directory of dependencies · 8edbd926
      Markus Blatt authored
      Previously we relied on CMake's export(PACKAGE ...) function when
      finding dune packages without dune-control. This is error prone
      when using several instances of a dune-module (either with differing
      versions or built using different options). In this case there is no
      control which of the instances is used.
      
      Now we try to guess the correct build directory, if it was not
      provided with ${module}_DIR, ${module}_Root or in the
      CMAKE_PREFIX_PATH. Note that when using dunecontrol ${module}_DIR will
      always be set. We take the path of the current toplevel build
      directory and simply substitute any occurence of the name of current
      module with name of the module that we try to find. This works for
      both  building in a subdirectory of the source tree
      (e.g. ${module-source}/build-cmake) or in a sibling directory
      containing the module name (e.g. ${module}-build).
      8edbd926
    • Markus Blatt's avatar
    • Markus Blatt's avatar
    • Markus Blatt's avatar
      [dunecontrol] Adds git command support. · ba3927f8
      Markus Blatt authored
      ba3927f8
  8. May 29, 2013
  9. May 24, 2013
  10. May 23, 2013
  11. May 22, 2013
  12. May 16, 2013
  13. May 15, 2013
  14. May 13, 2013
    • Christian Engwer's avatar
      [dunecontrol] · 8b16eb31
      Christian Engwer authored
      quick-fix to make CMAKE builds respect the DUNE_BUILDDIR entry in opts
      files
      8b16eb31
  15. May 11, 2013
  16. May 10, 2013
  17. May 08, 2013
Loading