This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 02, 2015
-
-
Nick Draper authored
-
- Oct 30, 2015
-
-
Nick Draper authored
-
Nick Draper authored
re #14042 Ensure the calling of SetProperty occurs on the PropertyManagerOwner class if setporperties comes from there.
-
- Oct 29, 2015
-
-
Nick Draper authored
re #14042
-
- Oct 28, 2015
-
-
Nick Draper authored
re #14042
-
- Oct 26, 2015
-
-
Nick Draper authored
re #14042 Next steps All unit tests! Livedata History test History with = test
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
WHITFIELDRE email authored
-
- Sep 18, 2015
-
-
Zhou, Wenduo authored
-
- Apr 16, 2015
-
-
Campbell, Stuart authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Feb 10, 2014
-
-
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
-
- Jul 18, 2012
-
-
Gigg, Martyn Anthony authored
Also added a performance test to monitor this.
-
- Apr 05, 2012
-
-
Janik Zikovsky authored
Instead of trying to keep an up-to-date ptr to Algorithm, just pass the right one as late as possible. No more trouble with AlgorithmProxy
-
- Apr 02, 2012
-
-
Roman Tolchenov authored
-
- Mar 20, 2012
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
because the comma is ambiguous
-
- Mar 02, 2012
-
-
Janik Zikovsky authored
-
- Feb 24, 2012
-
-
Janik Zikovsky authored
-
- Dec 29, 2011
-
-
Michael Reuter authored
-
- Dec 19, 2011
-
-
Zhou, Wenduo authored
-
- Sep 08, 2011
-
-
Peterson, Peter authored
-
- Aug 30, 2011
-
-
Janik Zikovsky authored
-
- Jun 10, 2011
-
-
Gigg, Martyn Anthony authored
-
- Jun 03, 2011
-
-
Campbell, Stuart authored
-
- May 19, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #2987. Fix issues with some code I wrote a while a go that shows up as a a warning on the Mac. Also cleaned up another prevalent warning from IMDGeometry.
-
- Mar 30, 2011
-
-
Gigg, Martyn Anthony authored
Refs #2635. Add __str__ to the IAlgorithm python export and remove a trailing comma from the Property::toString output.
-
- Mar 29, 2011
-
-
Gigg, Martyn Anthony authored
Refs #2635. Algorithms can now stringize themselves and also construct themselves from a string. The format is AlgorithmName[.v](prop1=val1,prop2=val2,...), where the .v is optional and determines the version. Added convenience methods on the property manager to stringize itself as well.
-
- Feb 02, 2011
-
-
Gigg, Martyn Anthony authored
This should be everything I need for the Framework to make using the Load algorithm much simpler (including from C++). Re #2329
-
- 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.
-
- Nov 16, 2010
-
-
Janik Zikovsky authored
Refs #1928: PulseTimeType and dateAndTime were combined into a single date and time class, DateAndTime (note the more pleasant capitalization). This class handles all required operators and conversions, and stores the time as the number of nanoseconds since Jan 1, 1990, as an 8-byte int. The class avoids overflows in dates.
-
- Sep 16, 2010
-
-
Janik Zikovsky authored
Refs #1661: FilterByLogValue algorithm added. This required supporting a more generalized splitByTime() function that was propagated to Run, PropertyManager, Property and timeSeriesProperty.
-
- Sep 15, 2010
-
-
Janik Zikovsky authored
Refs #1589: Event filtering by start/stop time; can be specified as relative or absolute times; proton charge and logs are also filtered by the same times.
-
Janik Zikovsky authored
Refs #1659: Filtering a TimeSeriesProperty by absolute time; also the necessary methods to propagate it down.
-
- Sep 09, 2010
-
-
Janik Zikovsky authored
Refs #1621: Implemented a += operator for: Run; PropertyManager; Property; PropertyWithValue; TimeSeriesProperty
-
- Aug 02, 2010
-
-
Russell Taylor authored
ChangeFramework code changes for Visual Studio 2010 happiness. For the reasons why the introduction of nullptr was necessary, see http://connect.microsoft.com/VisualStudio/feedback/details/520043/error-converting-from-null-to-a-pointer-type-in-std-pair Re #1389.
-