This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Oct 05, 2018
-
-
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
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Sep 28, 2017
-
-
Peterson, Peter authored
-
- Sep 27, 2017
-
-
Peterson, Peter authored
Also redo Timer.cpp and XMLFormatter.h to use c++11 constructs.
-
- Jun 09, 2017
-
-
David Fairbrother authored
-
- Jun 08, 2017
-
-
David Fairbrother authored
-
- Feb 26, 2016
-
-
Tom Perkins authored
-
- Feb 20, 2016
-
-
Anton Piccardo-Selg authored
-
- Feb 18, 2016
-
-
Anton Piccardo-Selg authored
-
- Feb 12, 2016
-
-
Stuart Campbell authored
refs #15271
-
- Jan 19, 2016
-
-
Hahn, Steven authored
-
Hahn, Steven authored
-
- Jan 16, 2016
-
-
Hahn, Steven authored
-
- Oct 08, 2015
-
-
Federico Montesino Pouzols authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Jun 22, 2015
-
-
Peterson, Peter authored
Re #12882.
-
Peterson, Peter authored
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
WHITFIELDRE email authored
-
- Nov 04, 2014
-
-
WHITFIELDRE email authored
-
- Oct 02, 2014
-
-
Hahn, Steven authored
-
- Sep 23, 2014
-
-
Gigg, Martyn Anthony authored
It will become a library loaded through LD_PRELOAD so we keep the search for it but move tcmalloc_minimal to be found first if it exists. Refs #10271
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Aug 09, 2013
-
-
Gigg, Martyn Anthony authored
This now returns a human-readable string detailing the structure of the workspace. Refs #7708
-
- May 13, 2013
-
-
Nick Draper authored
-
- Mar 19, 2013
-
-
Gigg, Martyn Anthony authored
If it is not closed then every call to verify the free memory leaves open another process handle and very slowly leaks resources.
-
- Mar 29, 2012
-
-
Janik Zikovsky authored
which overflowed the unsigned int giving billions of GB available
-
Janik Zikovsky authored
which overflowed the unsigned int giving billions of GB available
-
- Feb 24, 2012
-
-
Janik Zikovsky authored
Also refs #4808, fix StartLiveDataTest
-
- Dec 12, 2011
-
-
Campbell, Stuart authored
-
- Nov 30, 2011
-
-
Campbell, Stuart authored
Added on the buffer onto the available memory. Added a final debug message the prints the free and total memory. Removed the 'scaling' factor on the cache that was being added to the total free memory.
-
- Nov 01, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Work around windows not freeing up memory straight away causing the ManagedWorkspace performance test to fail. The ifdef will be removed when I check the linux and mac code. Refs #4023
-
- Apr 19, 2011
-
-
Gigg, Martyn Anthony authored
-
- Mar 22, 2011
-
-
Peterson, Peter authored
-
- Mar 21, 2011
-
-
Janik Zikovsky authored
-
- Mar 04, 2011
-
-
Janik Zikovsky authored
Fixes #2588: Call to release memory only if above a certain threshold of memory used. Should save a couple of seconds vs calling it each time.
-
- Mar 01, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #2568. Fixed the reserved memory calculation on Windows which was return 0. This meant that a workspace went managed even though the reserved memory could have saved it. Also re-enabled the low-fragmentation heap and mmap schemes which weren't being enabled in the right place. I've actually moved them to when the FrameworkManager starts up so that it happens as early as possible.
-