This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 13, 2015
-
-
Alex Buts authored
-
- Oct 09, 2015
- Oct 07, 2015
-
-
Alex Buts authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Sep 29, 2015
-
-
Alex Buts authored
-
- Sep 18, 2015
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Sep 17, 2015
-
-
Zhou, Wenduo authored
-
- Jun 03, 2015
-
-
Gigg, Martyn Anthony authored
-
- Jun 02, 2015
-
-
Gigg, Martyn Anthony authored
-
- May 19, 2015
-
-
Anton Piccardo-Selg authored
-
- Apr 16, 2015
-
-
Campbell, Stuart authored
-
- Mar 19, 2015
-
-
Harry Jeffery authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Nov 10, 2014
-
-
Hahn, Steven authored
-
- Oct 09, 2014
-
-
Peterson, Peter authored
In the interest of speeding up comparisons, let TimeSeriesProperty check for equality against a generic Property and do the casting check.
-
- Jul 23, 2014
-
-
Roman Tolchenov authored
-
- Jul 22, 2014
-
-
Roman Tolchenov authored
-
- Apr 23, 2014
-
-
Zhou, Wenduo authored
1. Remove a do-nothing "else if" line 833; 2. Enable 'create' to check whether the series is sorted;
-
Zhou, Wenduo authored
1. Add a case in addValue to switch from unknown to unsorted; 2. Fixed an indentation issue.
-
Zhou, Wenduo authored
used m_values.back() instead of first *m_values.rbegin() at line 840; removed the outdated comment at line 1182;
-
- Apr 16, 2014
-
-
Zhou, Wenduo authored
-
- Apr 03, 2014
-
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
Zhou, Wenduo authored
-
- Apr 01, 2014
-
-
Zhou, Wenduo authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Feb 20, 2014
-
-
Gigg, Martyn Anthony authored
This seems more reasonable as thats what really happens. Refs #9045
-
- Feb 10, 2014
-
-
Gigg, Martyn Anthony authored
Mainly removed Poco includes and used forward declarations instead. Unsuprisingly this has affected some algorithms. Refs #8784
-
Gigg, Martyn Anthony authored
Many things here could be forward declared so that the headers don't propagate through the code. The MaskedProperty implementations have been moved to the cpp file to help with this. Refs #8784
-
- Nov 18, 2013
-
-
Keith Brown authored
Removing some instances where i was writing to the console so i could see the QStrings i was working with. Corrected a spelling in a similar command i haddn't added.
-
Keith Brown authored
Graph titles are now the workspace + log name rather than the secion of the log name before the first underscore. Fixed an out of bounds check that was revealed after fixing the issure Martyn highlighted.
-
- Nov 13, 2013
-
-
Nick Draper authored
-
- Nov 05, 2013
-
-
Roman Tolchenov authored
-
- Oct 24, 2013
-
-
Nick Draper authored
-
- Oct 01, 2013
-
-
Russell Taylor authored
This will modify a TimeSeriesProperty to keep only the last entry. Note that 'last' means the last added, unless the property has been sorted first.
-