Skip to content
Snippets Groups Projects
  1. Jun 16, 2015
  2. May 20, 2014
  3. Feb 27, 2014
  4. Oct 29, 2013
    • Martin Nolte's avatar
      [bugfix] Prohibit copy constructor of DenseVector · d8ec10b4
      Martin Nolte authored
      DenseVector is the base class of a CRTP. This is kind of an abstract
      class that works only if it can be casted into a derived type. Copying
      the base class is pointless.
      
      This patch marks the copy constructor of DenseVector private (not even
      implementing it), so that it cannot be called anymore. Once we have a
      DUNE_DELETE macro, we should use it, here.
      
      At the same time, the default constructor is marked protected, so that only
      derived classes can instantiate a DenseVector. Notice that this does not
      prevent the user from building a derivced class which does not pass
      itself as implementation to DenseVector. It is (to my knowledge) not possible
      to make CRTPs completely fail-safe.
      d8ec10b4
  5. Aug 22, 2012
  6. Aug 21, 2012
  7. Jul 31, 2012
    • Christian Engwer's avatar
      [densevector] · 360afd9d
      Christian Engwer authored
      initialize result with 0
      (patch by Matthias Wohlmuth)
      
      [[Imported from SVN: r6877]]
      360afd9d
  8. Jul 11, 2012
  9. May 31, 2012
    • Oliver Sander's avatar
      Document each header file · 98fbc7b3
      Oliver Sander authored
      With the exception of mpicollectivecommunication.hh
      and propertymap.hh, which I didn't understand.
      
      [[Imported from SVN: r6784]]
      98fbc7b3
  10. May 02, 2012
  11. Apr 05, 2012
  12. Nov 26, 2011
  13. Dec 01, 2010
    • Markus Blatt's avatar
      flyspray #827 · 8e498c7e
      Markus Blatt authored
      rbegin -> beforeEnd
      rend   -> beforeBegin
      
      [[Imported from SVN: r6286]]
      8e498c7e
  14. Nov 13, 2010
  15. Nov 07, 2010
  16. Oct 31, 2010
  17. Oct 13, 2010
  18. Oct 12, 2010
  19. Oct 11, 2010
  20. Oct 10, 2010
  21. Sep 08, 2010
Loading