This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Mar 08, 2015
-
-
Martyn Gigg authored
Refs #11209
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Jun 03, 2014
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- May 28, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9523
-
- Jan 02, 2013
-
-
Nick Draper authored
-
- Oct 26, 2012
- May 16, 2012
-
-
Janik Zikovsky authored
-
- Apr 05, 2012
-
-
Janik Zikovsky authored
so changed all algorithms that used it.
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
Touches nearly everything unfortunately but is necessary.
-
- Feb 13, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
To reduce warnings when coord_t = float. Also, fix a warning #4473.
-
- Jan 19, 2012
-
-
Janik Zikovsky authored
-
- Jan 17, 2012
-
-
Janik Zikovsky authored
Merges multiple MDEventWorkspaces in memory. Will need some performance testing to tweak for optimal speed.
-
- Nov 02, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Oct 25, 2011
-
-
Janik Zikovsky authored
Refs #3984 Took the wiki description from every algorithm's wiki page and placed it in a comment in the CPP file (instead of the header file).
-
- Sep 18, 2011
-
-
Janik Zikovsky authored
Refs #3724: Pulled wiki description text from the wiki site and added in algorithms' header file with special tags. The auto_wiki.py script can retrieve the text to generate the wiki page fully.
-
- Sep 16, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Refs #3724: wiki making in python script, wiki page validation, and a few descriptions that were missing from my algorithms.
-
- Sep 15, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Aug 23, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Aug 12, 2011
-
-
Janik Zikovsky authored
Fixes #3543: Implemented MDEvent (with runIndex and detectorId). Added factory methods and macros to support it. CreateMDEventWorkspace can create either type of event workspace. Typedefs for MDEventWorkspace3 changed to MDEventWorkspace3Lean etc.
-
Janik Zikovsky authored
-
- Aug 09, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Jul 12, 2011
-
-
Janik Zikovsky authored
Fixes #3337: By making the BoxController always present in MDEventWorkspace, box IDs are now always generated correctly.
-
- Jun 23, 2011
-
-
Janik Zikovsky authored
-
- Apr 25, 2011
-
-
Janik Zikovsky authored
- Refs #2835: Added a MDDimensionStats object that calculates mean and approximate variance of positions. - Refs #2835: Implemented a binary-tree style splitting for MDEventWorkspaces (MDSplitBox) as an experiment to replace MDGridBox. - Added Utils::NestedForLoop routines. - Refs #2711: Improved MDEventWorkspace binning speed by approximately 20 through better scheduling. Memory use is also much lower. - Refs #2818: Fixed compiler warnings for MDEvents and MDEventsTest (as of last ~Monday with fewer warnings flags). - More flags added to class_maker.py
-
- Apr 05, 2011
-
-
Janik Zikovsky authored
Refs #2767: Deleted the API::Dimension object that was repeating what IMDDimension does. Changed MDEventWorkspace to use MDHistoDimension instead.
-
Janik Zikovsky authored
-
- Mar 30, 2011
-
-
Janik Zikovsky authored
-
- Mar 18, 2011
-
-
Janik Zikovsky authored
Refs #2012: Checkpointing code that is doing a good part of the work of eventworkspace->q-space conversion.
-
- Mar 02, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
Refs #2572: Added an initDocs() for all algorithms that sets the summary string to display in the dialog, as well as the wiki summary for possible later auto-wiki-fication of documentation.
-
- Mar 01, 2011
-
-
Janik Zikovsky authored
-