This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 14, 2010
-
-
Gigg, Martyn Anthony authored
Correction to ConfigService test so that if a test fails and leaves a file, the next run of the test removes the file before starting the test. Re #1248
-
Gigg, Martyn Anthony authored
Fix ConfigService test. Linux/MAC are more forgiving about opening a file that is still open. Re #1248
-
Gigg, Martyn Anthony authored
Allow property values within the ConfigService to be changed at run time. Added a function to save the current configuration to a file. Re #1248
-
- Mar 26, 2010
-
-
Russell Taylor authored
Re-jig the ConfigService so that the logging doesn't start up until after the Mantid.user.properties file has been dealt with. Re #1161.
-
- Jul 03, 2009
-
-
Russell Taylor authored
-
- Jul 02, 2009
-
-
Nick Draper authored
loggers are now defined in the algorithm base class, sumspectra is the only one to take advantage of this so far. Possible mild memory leak reintroduced need to look at the release of the logger in the alg destructor.
-
Nick Draper authored
Loggers should not leak now and can be disabled by calling setEnabledfalse)
-
- Apr 21, 2009
-
-
Russell Taylor authored
Log the offending statement and then ignores the property. Fixes #553.
-
- Apr 07, 2009
-
-
Nick Draper authored
Changes to Properties files Mantid now tries to load TWO properties files Mantid.Properties as before and now a Mantid.user.properties Any entries in the user.properties file overides those on the main file. The intention is that on reinstalls we will not overwrite the user file, but are free to replace the original .properties file to add new keys etc. IMPORTANT: The release properties files are now in the Properties subdirectory, the ones in the release directory have been removed.
-
- Feb 16, 2009
-
-
Gigg, Martyn Anthony authored
Altered ConfigService so that relative path names are converted to absolute ones. Note that the original value is not actually altered but the call for a key is intercepted and a locally stored value is returned. Re #404
-
- Mar 10, 2008
-
-
Russell Taylor authored
Remove the method in ConfigService that's causing a test failure on the Windows build server. Fixes #113.
-
- Feb 22, 2008
-
-
Matt Clarke authored
-
- Jan 31, 2008
-
-
Nick Draper authored
Improved output date format to 2007-Dec-31 12:10:20
-
- Nov 27, 2007
-
-
Nick Draper authored
Added stream interfaces to the logger class
-
- Nov 23, 2007
-
-
Matt Clarke authored
-
- Nov 14, 2007
-
-
Nick Draper authored
re #47
-
- Nov 13, 2007
-
-
Nick Draper authored
Added functionality in the configsvc to return the current directory
-
- Nov 12, 2007
-
-
Nick Draper authored
Updated logging formats
-
Nick Draper authored
corrected bug in the what section of tests. Changed solutions to link to the dll version of the C++ runtime
-
- Nov 06, 2007
-
-
Russell Taylor authored
-
- Oct 26, 2007
-
-
Nick Draper authored
-
- Oct 25, 2007
-
-
Nick Draper authored
C++ is wierd re #21
-
Nick Draper authored
-
- Oct 22, 2007
-
-
Nick Draper authored
-