Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Oct 28, 2015
  2. Oct 05, 2015
  3. Apr 16, 2015
  4. Mar 19, 2015
  5. Dec 16, 2014
  6. Apr 28, 2013
    • Russell Taylor's avatar
      Re #6941. Clear compiler warning when template type is short int. · f5a26592
      Russell Taylor authored
      A warning had been appeared because a PropertyWithValue<uint16_t>
      was being created. The reason for the warning is that the compiler
      turns variables of this type into ints prior to arithmetic operations,
      but then assigns back to the narrower type. In other cases the cast
      will have no effect.
      f5a26592
  7. Mar 06, 2012
  8. Feb 14, 2012
    • Peter Parker's avatar
      Refs #1419 - Changes to finally support multi file loading. · 6039c89a
      Peter Parker authored
      MultiFileProperty changed to store a vector of vectors of file names. File
      names that share a vector are to be added. Old functionality can be produced
      by calling "flattenFileNames".  See source code for more info.
      
      MultiFileProperty was used in one place previously (MDMergeFiles), this has
      been modified to relect these changes.
      
      Load now implemented in terms of MultiFileProperty, though its interface is
      unchanged.  "Filename" input is now parsed as a multi file, and if that
      fails old functionality is attempted.  Error reports will output the result
      of both attempts.
      
      Some additional template specialisations / "toString" overloads
      surrounding the Property class heirachy were necessary to properly support
      std::vector<std::vector<std::string> >.
      6039c89a
  9. Jun 08, 2011
  10. May 13, 2011
  11. May 12, 2011
  12. Dec 29, 2010
  13. Oct 13, 2010
  14. May 15, 2010
  15. Oct 13, 2009
  16. May 27, 2009
    • Steve Williams's avatar
      There are changes to WorkspacePropertys that affect PropertyManager. In all... · 45ff314c
      Steve Williams authored
      There are changes to WorkspacePropertys that affect PropertyManager.  In all cases Property.setValue() now returns a string containing any validation errors.  This is a change to the WorkspacePropertys that sometimes ignored errors.  There are descriptions for some propertys in MantidPlot available as a tooltip re #593 and re #410 
      45ff314c
  17. Mar 10, 2008
  18. Feb 28, 2008
  19. Nov 23, 2007
  20. Nov 16, 2007
Loading