This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 09, 2007
-
-
Russell Taylor authored
-
Russell Taylor authored
-
Matt Clarke authored
-
Matt Clarke authored
-
Anders Markvardsen authored
Added test script for the SaveCSV class! It was tested on linuxs1 using Russell runTest script. Also, this test script links to boost_filesystem. A -lboost_filesystem was added to SConstruct in the Builds/Tests directory. Notice currently the Build/Tests/SConstruct is currently failing on the builds, so SaveCSVTest.h was not tested against this SConstruct for this submit. Refs #26.
-
Nick Draper authored
updated the exceptions the tests expect
-
Nick Draper authored
renamed geometry\auxinc\Exception.h to AuxException.h. Propogated changes throughout Geometry
-
- Nov 08, 2007
-
-
Nick Draper authored
Changes to existing exception calls.
-
Russell Taylor authored
-
Russell Taylor authored
The changes to DynamicFactory caused problems in the Windows tests, so have reverted back to old way. Re #31.
-
Matt Clarke authored
-
Russell Taylor authored
-
Nick Draper authored
Exception classes updated, existing exception calls have not been altered yet.
-
Nick Draper authored
aux is a reserved folder name in windows (this was new to me), renamed to auxsrc
-
Matt Clarke authored
Highlighted the line that causes the FrameworkManagerTest and the ConfigSvcTest to throw segmentation faults. Refs #31
-
Stuart Ansell authored
Additonal stuff for the geometry class in an aux directory. They will be moved/removed over a few days if I am lucky.
-
Russell Taylor authored
-
Russell Taylor authored
-
Matt Clarke authored
Removed AlgorithmFactoryTest as class no longer exists. Tests moved to AlgorithmManagerTest. Refs #31
-
Nick Draper authored
Exception classes added, existing exception calls have not been altered yet.
-
Matt Clarke authored
-
Matt Clarke authored
-
Matt Clarke authored
-
Matt Clarke authored
-
Matt Clarke authored
-
Matt Clarke authored
-
Matt Clarke authored
-
Matt Clarke authored
-
- Nov 07, 2007
-
-
Matt Clarke authored
The changes required to tidy up most of the memory leaks, and other dodgy practices.
-
Russell Taylor authored
-
Matt Clarke authored
Fix of this test (to compile) It still failed but because of a differnt (non-related error)
-
Russell Taylor authored
-
Matt Clarke authored
The big code clean up: The whole kernel build leaks memory and double deletes: Valgrind tells us that 800 problems exist and about 300 are in our code. This is an attempt to clean up this mess. Algorithm is the first to be cleaned. Errors on double deletion of a vector where found [finalize]. Checking for empty strings found , and failure to delete managed memory when exiting on a fail [execute]. Access to subalgorithm has been changed to hand back a std::vector<Algorithm*>& This has both a const / non-const form.
-
Laurent Chapon authored
Adding the Qaut.cpp again
-
Laurent Chapon authored
Modifications of the Quat.cpp
-
Laurent Chapon authored
Modifications of the V3D classes and Quat Classes Check-in base object for Geometry description : Component and CompAssembly classes
-
Laurent Chapon authored
Modifications of the V3D classes and Quat Classes Check-in base object for Geometry description : Component and CompAssembly classes
-
Russell Taylor authored
-
- Nov 06, 2007
-
-
Russell Taylor authored
-
Matt Clarke authored
-