This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 27 Aug, 2019 1 commit
-
-
Gigg, Martyn Anthony authored
- Remove bind1st/bind2nd usage. - Avoids an internal compiler error in gcc with getProperty. - Adds wrapper around sip executable to process the output and remove the throw specifiers. They are not allowed in C++ 17. Refs #26261
-
- 07 Jan, 2019 1 commit
-
-
Verena Reimund authored
Refs #23399
-
- 04 Jan, 2019 1 commit
-
-
Verena Reimund authored
Refs #23399
-
- 05 Oct, 2018 1 commit
-
-
Nick Draper authored
Update copyright headers in all files Squashed commit of the following: * First version of a script to manage copyright statements re #23468 * Neatened up script, added comments re #23488 * move script to tools directory re #23488 * small script changes and a couple of manual file changes re #23488 * Minor chnage to whitespace detection in regex re #23488 * Add an excluded directory re #23488 * remove a repeasted copyright statement in a file re #23488 * Don't comsume the comment end if it is on the same line re #23488 * fix error in new copright parsing re #23488 * remove double copyrifght entry re #23488 * Improve handling of old copyrights at the start of comments re #23488 * remove empty comments re #23488 * exclude gsoapgenerated directories re #23488 * Sort out greedy line matching re #23488 * improve empty comment removal re #23488 * improve false positives re #23488 * impressive speedup by limiting regex matching length re #23488 * remove evil invisible non ascii character Also upadte the copyright at the same time re #23488 * resolve multiple copyrights in a single file re #23488 * resolve an issue with new statement detection re #23488 * another unprintable unicode character re #23488 * pep updates and cmake the new copyright fit clang format re #23488 * update already done new format headers re #23488 * wrong type of bracket re #23488 * Update class_maker and friends re #23488 * Update all copyright statements re #23488 * clang format re #23488 * flake8 warnings re #23488 * Flake8 warnings re #23488 * Exclude .cmake.in and rb.in files re #23488 * replace missing line re #23488 * exclude .py.in files as they are flasely recognized as C++ re #23488 * another setp.py.in re #23488 * another .py.in correction re #23488 * Hopefully the last of the .py.in files re #23488 * resolve utf-8 encoding of python files and changed ABINS checksum re #23488 * updates to unit tests that reference line numbers re #23488 * remaining unit test files and other fixes re #23488
-
- 06 Aug, 2018 1 commit
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- 05 Oct, 2015 2 commits
-
-
Campbell, Stuart authored
-
Whitfield, Ross authored
-
- 16 Dec, 2014 1 commit
-
-
Whitfield, Ross authored
-
- 03 Jun, 2014 1 commit
-
-
Gigg, Martyn Anthony authored
The converted text is stored in separate .rst files in the docs directory. Refs #9562
-
- 28 May, 2014 1 commit
-
-
Nick Draper authored
-
- 16 Oct, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #8138
-
- 09 Jul, 2013 2 commits
-
-
Keith Brown authored
BinaryOperation::checkCompatibility no longer uses a stringstream and just throws the message reported by BinaryOperation::checkSizeCompatibility Some error messages were missing some punctuation. One error message was re-worded. Refs #4489
-
Keith Brown authored
BinaryOperation::checkSizeCompatiblity and overridden versions in child classes have been changed to return std::string rather than bool so that a useful error message can be passed back down the call stack before finally being used in throwing std::invalid_argument in BinaryOperation::checkCompatibility. A return of true is now a return of "" (empty string). A return of false is now a string of length 1 or more containing an error about why the algorithm couldn't complete. Functions that used the bool return before have been changed to use checkSizeCompatiblity(lhs,rhs).empty as that is the equivelent of the old boolean return. Removed a load of commented-out code from Multiply.cpp. Indented WeightedMean.cpp and WeightedMean.h as per the guidelines. Refs #4489
-
- 10 Jun, 2013 1 commit
-
-
Peterson, Peter authored
-
- 15 Mar, 2013 1 commit
-
-
Nick Draper authored
-
- 04 Mar, 2013 1 commit
-
-
Nick Draper authored
-
- 01 Mar, 2013 1 commit
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- 25 Oct, 2011 1 commit
-
-
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).
-
- 21 Mar, 2011 1 commit
-
-
Lynch, Vickie authored
-
- 17 Mar, 2011 1 commit
-
-
Russell Taylor authored
This should get the windows unit tests passing reliably. Visual Studio compiler optimizations are now turned off in parts of BinaryOperation.cpp. Re #2669.
-
- 14 Mar, 2011 2 commits
-
-
Janik Zikovsky authored
Refs #2638: A bunch more tests for plus and minus operations. Trying a fix to the occasional windows divide error.
-
Janik Zikovsky authored
-
- 02 Mar, 2011 1 commit
-
-
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.
-
- 28 Jan, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 24 Nov, 2010 1 commit
-
-
Janik Zikovsky authored
Minus and Multiply algorithms now use event weights to preserve the use of EventWorkspace longer in processing. Fixes #1984 and Refs #1781.
-
- 04 Oct, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 19 Mar, 2010 1 commit
-
-
Steve Williams authored
Correcting some error estimates: preventing negative errors and stopping errors from being set to zero when the Y-value is zero. refs #841
-
- 21 Jan, 2010 1 commit
-
-
Russell Taylor authored
Changes so that we handle distributions better. In particular, Divide now changes its output workspace to be a dimensionless distribution if the inputs have the same YUnit. ConvertUnits handles dimensionless distributions correctly. A new field is added to MatrixWorkspace (YUnitLabel) which holds a descriptive string for plotting. m_YUnit should only really be Counts or nothing. Re #438.
-
- 16 Oct, 2009 1 commit
-
-
Russell Taylor authored
Add propagation of masking to BinaryOperation. Also some tidying up while I was there that spidered a small amount. Re #632.
-
- 03 Jul, 2009 1 commit
-
-
Nick Draper authored
Remove redundant loggers from Algorithms project
-
- 15 May, 2009 1 commit
-
-
Russell Taylor authored
-
- 02 Apr, 2009 1 commit
-
-
Russell Taylor authored
Allow a negative data value in WorkspaceSingleValue. Relax YUnit check in Minus for single value workspaces. Re-store InOut workspaces in ADS to trigger update signal. Re #100.
-
- 24 Mar, 2009 1 commit
-
-
Russell Taylor authored
* Added progress reporting to binary operations * Some doxygen fixes Example improvements in binary operation speed, based on 10k Merlin spectra (old values in brackets). Windows Linux(s1) Plus 0.9 (4.5) 1.4 (6.8) seconds Minus 1.0 (4.3) 1.4 (7.9) seconds Multiply 0.8 (4.0) 1.2 (6.6) seconds Divide 4.1 (7.9) 1.9 (6.6) seconds Re #509.
-
- 20 Mar, 2009 1 commit
-
-
Russell Taylor authored
Also introduced a typedef for out workspace data storage (std::vector<double>): MantidVec. Re #509.
-
- 27 Feb, 2009 1 commit
-
-
Russell Taylor authored
Update LOQ script to use LOQScriptInput algorithm to get its input. Also include use of PoissonErrors in first attempt to get sensible error values on the result. As part of this, modified PoissonErrors to copy over fractional errors. Re #397.
-
- 19 Jan, 2009 1 commit
-
-
Russell Taylor authored
Permitted division & multiplication of workspaces when Y units are different, and improved feedback when a validation check fails in BinaryOperation. Also added StripPeaks back into the AlgorithmFactory and enhanced FrameworkManager::clear() to also clear the Instrument Data Service. Re #368.
-
- 16 Jan, 2009 1 commit
-
-
Roman Tolchenov authored
re #351. A change to the workspace hierarchy. What used to be Workspace is now called MatrixWorkspace. New Workspace is a base class for MatrixWorkspace and TableWorkspace. TableWorkspace can be stored in AnalysisDataService and passed to algorithms as a property.
-
- 28 Oct, 2008 1 commit
-
-
Roman Tolchenov authored
-