Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 02, 2013
  3. Oct 14, 2013
  4. Sep 23, 2013
  5. Jul 10, 2013
  6. May 08, 2013
  7. Feb 25, 2013
  8. Feb 22, 2013
  9. Feb 13, 2013
  10. Feb 01, 2013
  11. Jan 28, 2013
  12. Jan 24, 2013
  13. 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
  14. Nov 06, 2012
  15. Sep 20, 2012
  16. Aug 26, 2012
  17. Aug 24, 2012
  18. Aug 06, 2012
  19. 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
  20. May 02, 2012
  21. Apr 29, 2012
  22. Apr 17, 2012
  23. Apr 11, 2012
  24. Apr 03, 2012
  25. 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
  26. 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
    • Christoph Grüninger's avatar
      [CMake] · f2f529b1
      Christoph Grüninger authored
      Added support for MPI.
      Write module version information to config.h.
      
      [[Imported from SVN: r6588]]
      f2f529b1
  27. Mar 09, 2012
  28. Mar 04, 2012
  29. May 18, 2011
  30. May 17, 2011
  31. May 13, 2011
Loading