This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 08, 2015
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Nov 28, 2011
-
-
Gigg, Martyn Anthony authored
The ticket is the best place to look for the reason why this is so convoluted. Please also read 'PythonAPI/src/why_is_boost_python_here.txt'.
-
- Jun 13, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Kill the error messages from LibraryManager that appeared when Mantid started up with the plugins directory pointed at the bin directory. The real trouble was that Poco::Path().isDirectory does not actually examine the disk as to whether something is a directory, Poco::File().isdirectory() does this. Also cleared a compiler warning and a warning message on MantidPlot startup about a QWidget already having a layout. Fixes #3170.
-
- Apr 20, 2011
-
-
Gigg, Martyn Anthony authored
Refs #2755. Something I changed here before made the tests fail in when run in parallel. This should fix them.
-
Gigg, Martyn Anthony authored
Refs #2755. Merge bundle python changes back to trunk. This now includes our own version of Qt and python in the third party directory.
-
- Feb 05, 2011
-
-
Campbell, Stuart authored
-
- Jan 28, 2011
-
-
Janik Zikovsky authored
-
- Dec 29, 2010
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- Sep 19, 2010
-
-
Gigg, Martyn Anthony authored
Fix a memory leak that occured when reloading the instrument due to the XML document not being released. Also fixed a small issue that Visual Leak Detector picked up in the library loader. Re #1672
-
- Sep 07, 2010
-
-
Gigg, Martyn Anthony authored
Visual Studio 2010 project updates. Added two property files that contain definitions that are shared across the multiple projects defined within the solution. This saves defining, in particular, preprocessor directives in every project. Also update Geometry code so that the headers can be included without having to find and include other headers first. Re #1389
-
- Mar 11, 2009
-
-
Gigg, Martyn Anthony authored
The PythonFrameworkTest had been failing on the Linux build server with a Poco exception due to libraries trying to be loaded from a non-existent location. The LibraryManager now checks that the path it is trying to load actually exists. Re #464
-
- Mar 06, 2009
-
-
Nick Draper authored
crusade against the usage of cout and cerr in the framework code
-
- Feb 15, 2009
-
-
Gigg, Martyn Anthony authored
-
- Jan 06, 2009
-
-
Russell Taylor authored
Modify buildserver script to report that tests failed if there is a crash (n.b. this change also means that it will report a failure if a test includes output containing a linefeed). Also fixed FileValidatorTest. Re #279.
-
- Sep 26, 2008
-
-
Roman Tolchenov authored
Matrix windows can pick up changes in the underlying workspaces such as replacement and deletion. re #233
-
- May 02, 2008
-
-
Matt Clarke authored
-
Matt Clarke authored
Refs #120. Added a method to dynamic factory to return the keys and adjusted PythonInterface to account for this.
-
- Apr 25, 2008
-
-
Matt Clarke authored
-
- Feb 29, 2008
-
-
Matt Clarke authored
-
- Feb 28, 2008
-
-
Matt Clarke authored
-
Freddie Akeroyd authored
singletons in the correct order. Fix involves implementing our own atexit() handler for singletons. Refs #96.
-
- Feb 27, 2008
-
-
Freddie Akeroyd authored
gets created at a random time and causes problems for singletons that get created as part of other objects static constrcutors. As a workaround I have moved the Logger instance into the class itself for singletons. Refs #96.
-
Freddie Akeroyd authored
LibraryManger instance being closed before the dynamically loaded Algorithm had been destroyed. A better solution would be to implement Singleton longevity as described in Andrei Alexandrescu's book Refs #96.
-
- Feb 26, 2008
-
-
Matt Clarke authored
Created a UserAlgorithm area for creating a dll that is not part of mantid which can be loaded by libraryManager. Refs #95
-
- Feb 22, 2008
-
-
Matt Clarke authored
-
- Jan 24, 2008
-
-
Matt Clarke authored
-
Matt Clarke authored
-
- Jan 18, 2008
-
-
Matt Clarke authored
-
Matt Clarke authored
-
- Jan 11, 2008
-
-
Matt Clarke authored
-
- Dec 13, 2007
-
-
Nick Draper authored
minor bug fix
-
Nick Draper authored
Add a method to allow loading of a directories worth of libraries tidied up DllOpen
-
- Nov 28, 2007
-
-
Matt Clarke authored
-
- Nov 27, 2007
-
-
Matt Clarke authored
-
- Nov 23, 2007
-
-
Russell Taylor authored
-