Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jul 10, 2017
    • David Fairbrother's avatar
      Re #19893 Switch Kernel::Matrix to use unique_ptr · 0f7fd058
      David Fairbrother authored
      This commit switches Kernel::Matrix to use a unique_ptr to fix various
      issues with move constructors and memory leaks. It also touches
      various files with minor fixups such as using auto, fixing spelling
      mistakes and using a safer interface with vectors (push_back)
      0f7fd058
  2. May 01, 2017
  3. Sep 14, 2016
  4. May 05, 2016
  5. Feb 09, 2016
  6. Feb 08, 2016
  7. Oct 05, 2015
  8. Jul 29, 2015
  9. Mar 21, 2015
  10. Mar 05, 2015
  11. Feb 05, 2015
  12. Jul 16, 2014
    • Gigg, Martyn Anthony's avatar
      Add unit test for Matrix transpose. · fc973908
      Gigg, Martyn Anthony authored
      Coverity detected an issue that looks like a false-positive but there was
      no unit test for it. Valgrind says there isn't and it looks like it is
      just an artifact of how the code/memory is Matrix is structured.
      Refs #9946
      fc973908
  13. Jun 20, 2013
  14. Jun 16, 2011
  15. Jun 14, 2011
  16. May 27, 2011
  17. May 12, 2011
  18. May 06, 2011
  19. Jan 28, 2011
  20. Jan 06, 2011
  21. Dec 29, 2010
  22. Aug 28, 2009
    • Nick Draper's avatar
      re #843 · e3dacddf
      Nick Draper authored
      Added subfolders to src and inc in Geometry.vcproj
      Tested with scons and VS sln builds
      e3dacddf
  23. Apr 22, 2008
  24. Apr 11, 2008
    • Nick Draper's avatar
      re #64 · 28d1339f
      Nick Draper authored
      Rearrange test file names to match the scheme used in the other projects.
      i.e. ClassNameTest.h
      28d1339f
  25. Apr 09, 2008
  26. Apr 08, 2008
    • Nick Draper's avatar
      re #64 · c7f50410
      Nick Draper authored
      Corrected bug in TestMatrix and addedd missing template definitions to Matrix.cpp
      c7f50410
  27. Dec 24, 2007
    • Nick Draper's avatar
      re #68 · bf559f50
      Nick Draper authored
      All workspace and algorithm pointers changed to shared pointers.
      
      Typedefs have been created for each workspace type and should be used!
      eg. Workspace_sptr for Workspace 
      bf559f50
  28. Dec 20, 2007
    • Stuart Ansell's avatar
      re #64 · 8476296f
      Stuart Ansell authored
           Fixed a stupid warning in matrix +  a minor error in Faddev 
           routine. Also added the beginnings of a test.[ which needs 
           numerical accuracy test for the TS_ASSERT_EQUALS.
      
      8476296f
Loading