Skip to content
Snippets Groups Projects
  1. Dec 17, 2013
  2. Dec 13, 2013
  3. 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
  4. Dec 02, 2013
  5. Oct 14, 2013
  6. Sep 23, 2013
  7. Jul 10, 2013
  8. May 08, 2013
  9. Feb 25, 2013
  10. Feb 22, 2013
  11. Feb 13, 2013
  12. Feb 01, 2013
  13. Jan 28, 2013
  14. Jan 24, 2013
  15. 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
  16. Nov 06, 2012
  17. Sep 20, 2012
  18. Aug 26, 2012
  19. Aug 24, 2012
  20. Aug 06, 2012
  21. 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
  22. May 02, 2012
  23. Apr 29, 2012
  24. Apr 17, 2012
  25. Apr 11, 2012
  26. Apr 03, 2012
  27. Mar 15, 2012
    • Christoph Grüninger's avatar
      [CMake] · a314d08d
      Christoph Grüninger authored
      Temporarilly remove syncertest from building.
      Add some comments to config.h.cmake.
      
      [[Imported from SVN: r6591]]
      a314d08d
  28. Mar 14, 2012
    • Christoph Grüninger's avatar
      [CMake] · 2b015225
      Christoph Grüninger authored
      Exclude linking to MPI_CXX_LIBRARIES if MPI not found.
      
      [[Imported from SVN: r6590]]
      2b015225
Loading