Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Jul 05, 2018
  2. Dec 04, 2017
  3. Apr 06, 2017
  4. Jan 25, 2017
  5. Oct 26, 2016
  6. Jul 07, 2016
  7. Jun 07, 2016
  8. Mar 24, 2016
  9. Mar 05, 2016
  10. Feb 28, 2016
  11. Feb 24, 2016
  12. Feb 18, 2016
  13. Jan 30, 2016
  14. Jan 15, 2016
  15. Jan 05, 2016
  16. Dec 11, 2015
  17. Oct 08, 2015
  18. Oct 05, 2015
  19. Aug 12, 2015
  20. Dec 16, 2014
  21. Jul 14, 2014
  22. May 28, 2014
  23. Mar 18, 2014
  24. Aug 14, 2013
    • Keith Brown's avatar
      Fixed some bugs in AlgorithmFactory · 27777863
      Keith Brown authored
      There were a couple of rather major bugs which it's a wonder hadn't been found until now.
      
      The first was that decodeName() could go out the range of the string and return garbage if there wasn't a bar cahracter in the supplied string. A check has been added which will throw an exception if one isn't found.
      
      The second was that getCategories() didn't work at all as the loop wasn't executing due to the variable "it_end" used in the condition not being initialised correctly. It's now initialised correctly to categoryMap.end().
      
      Refs #3344
      27777863
  25. Jul 03, 2013
  26. Feb 18, 2013
  27. Oct 25, 2012
  28. Apr 13, 2012
  29. Mar 14, 2012
  30. Sep 28, 2011
  31. Sep 07, 2011
  32. Jul 12, 2011
  33. Jun 27, 2011
    • Nick Draper's avatar
      fixes #2126 · 80c053bd
      Nick Draper authored
      Fixed problem with configservice not saving new entries.  Also dealt with mantid dock issue on delete 
      80c053bd
  34. Jun 23, 2011
Loading