Skip to content
Snippets Groups Projects
  1. Jan 17, 2014
  2. Jan 16, 2014
  3. Jan 14, 2014
  4. Jan 10, 2014
  5. Dec 18, 2013
  6. Dec 17, 2013
  7. Dec 13, 2013
  8. Dec 03, 2013
    • Markus Blatt's avatar
      [release,parallel] Complete patch d561f032 · 79e8fa88
      Markus Blatt authored
      There was one line of diff missing in that patch. Sorry!
      79e8fa88
    • Markus Blatt's avatar
      [release,parallel] Allow copying of RemoteIndexListModifier. · d561f032
      Markus Blatt authored
      Previously, copying a RemoteIndexListModifier resulted in a double
      free of a pointer to a list of global indices. There was no need to
      use a pointer to this, though. After this patch we store the list directly
      by value. Thus the default copy constructor works but makes a rather cheap copy
      of a (most often empty) singly linked list and we get rid off the non-default
      destructor.
      d561f032
  9. Dec 02, 2013
  10. Oct 14, 2013
  11. Sep 23, 2013
  12. Jul 10, 2013
  13. May 08, 2013
  14. Feb 25, 2013
  15. Feb 22, 2013
  16. Feb 13, 2013
  17. Feb 01, 2013
  18. Jan 28, 2013
  19. Jan 24, 2013
  20. Nov 26, 2012
    • Christoph Grüninger's avatar
      [remoteindices.hh] · e4522fc1
      Christoph Grüninger authored
      Fixed function call in test code, because indexSet_ is a pointer. Clang complained.
      
      [[Imported from SVN: r7068]]
      e4522fc1
  21. Nov 06, 2012
  22. Sep 20, 2012
  23. Aug 26, 2012
  24. Aug 24, 2012
  25. Aug 06, 2012
  26. 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
  27. May 02, 2012
  28. Apr 29, 2012
  29. Apr 17, 2012
Loading