Skip to content
Snippets Groups Projects
  1. Jun 16, 2015
  2. Jun 15, 2015
    • Christian Engwer's avatar
      Merge branch 'feature/FS1665' · 61b68a36
      Christian Engwer authored
      This fixes bug FS#1665
      
      * we introduce limit the constructor of GMPField to match only those
        types which can initialize the underlying mpf_class
      * we extend the FieldVector<K,1> constructors to accept all scalar
        types which are compatible to K
      * we update DenseVector to use ADL to find functions like max(...),
        otherwise it would fail for GMPField
      61b68a36
  3. Jun 13, 2015
  4. Jun 02, 2015
  5. Jun 01, 2015
  6. May 28, 2015
  7. May 25, 2015
  8. May 21, 2015
    • Steffen Müthing's avatar
      [Release][CMake][Bugfix] Make dune_library_add_sources() work again · 289d3eb6
      Steffen Müthing authored
      dune_library_add_sources() verifies the library name against the
      contents of DUNE_ENABLE_ALL_PACKAGES_MODULE_LIBRARIES. I accidentally
      broke this by converting dune_enable_all_packages (which defines the
      variable) from a macro to a function, which removed the variable from
      global scope.
      
      This patch fixes the problem by explicitly exporting the variable to the
      parent scope, making it available to dune_library_add_sources() again.
      289d3eb6
  9. May 20, 2015
  10. May 19, 2015
  11. May 13, 2015
  12. May 12, 2015
  13. May 11, 2015
Loading