Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 05, 2015
  2. Dec 16, 2014
  3. Mar 18, 2014
  4. Nov 08, 2013
  5. Jun 17, 2013
  6. Apr 01, 2013
  7. Jun 04, 2012
  8. Apr 23, 2012
  9. Mar 01, 2012
  10. Feb 28, 2012
  11. Feb 27, 2012
  12. Feb 24, 2012
  13. Sep 07, 2011
  14. Mar 21, 2011
  15. Mar 14, 2011
  16. Jan 31, 2011
  17. Jan 28, 2011
  18. Dec 29, 2010
  19. May 14, 2010
  20. Jan 25, 2010
  21. Mar 10, 2009
  22. Mar 06, 2009
  23. Jun 18, 2008
    • Russell Taylor's avatar
      Added a ListValidator, which allows a (string type) property to be restricted... · 03d3dac5
      Russell Taylor authored
      Added a ListValidator, which allows a (string type) property to be restricted to a set of values. Changed the "Target" property on ConvertUnits to use this. The Property class now has an allowedValues method which returns the set of allowed values if a ListValidator is attached to the property, or an empty set otherwise.
      Also modifies the PropertyWithValue class so that it is no longer possible to set a property's value to an invalid value.
      Re #150.
      03d3dac5
  24. May 02, 2008
  25. Apr 30, 2008
    • Nick Draper's avatar
      re #125 · 6257196b
      Nick Draper authored
      Missed another >>
      6257196b
    • Nick Draper's avatar
      re #125 · b74cac03
      Nick Draper authored
      End of template >> needs to be > > for gcc to be happy
      b74cac03
    • Nick Draper's avatar
      re #125 · b0c33f4c
      Nick Draper authored
      Category added to algorithm base class.  This allows algorithms to be sensibly grouped in a user interface.
      
      Also added getNamesAndCategories function to AlgorithmManager
      Tests included
      b0c33f4c
  26. Apr 29, 2008
  27. Apr 24, 2008
  28. Apr 23, 2008
  29. Apr 17, 2008
    • Dickon Champion's avatar
      re #110 · eb6e5d88
      Dickon Champion authored
      implementation of algorithm version convolution in the algorithm factory. more than one version of an algorithm can be registered
      
      have edited tests but cannot test they all work on this crummy vista machine
      
      need to test on the 32bit box
      eb6e5d88
  30. Feb 28, 2008
Loading