Skip to content
Snippets Groups Projects
  1. Mar 22, 2014
  2. Mar 18, 2014
  3. Mar 06, 2014
  4. Feb 14, 2014
  5. Jan 17, 2014
  6. Jan 16, 2014
  7. Jan 14, 2014
  8. Jan 10, 2014
  9. Dec 18, 2013
  10. Dec 17, 2013
  11. Dec 13, 2013
  12. 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
  13. Dec 02, 2013
  14. Oct 14, 2013
  15. Sep 23, 2013
  16. Jul 10, 2013
  17. May 08, 2013
  18. Feb 25, 2013
  19. Feb 22, 2013
  20. Feb 13, 2013
  21. Feb 01, 2013
  22. Jan 28, 2013
  23. Jan 24, 2013
  24. 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
  25. Nov 06, 2012
  26. Sep 20, 2012
  27. Aug 26, 2012
  28. Aug 24, 2012
  29. Aug 06, 2012
Loading