"Framework/Kernel/inc/MantidKernel/Strings.h" did not exist on "b5ad9d20df2ada411cfc4da0effff975b94a355f"
This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 13, 2018
-
-
Marina Ganeva authored
-
- 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
-
- Sep 26, 2018
-
-
* Ignore syntax errors on startup There was an uncaught exception in parsing the file on startup. Refs #23555 * Invert the test that the code is executed Refs #23555
-
- Feb 14, 2018
-
-
WHITFIELDRE email authored
._update_indent() was changed not to take arguments and IPython.core.usage.quick_guide was removed. In test_execute_async_returns_failure_on_runtime_error_and_captures_expected_stack the comment was causing an IndentationError, changing it to a docstring fixes the problem. I don't think this is related to IPython but probably a python 3.6 problem.
-
- Jan 26, 2018
-
-
Martyn Gigg authored
Adds numpy and matplotlib to startup code. Also silently executes a new interpreter as it starts so that the completion api is populated.
-
- Jan 16, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
The IPython InputSplitter is assuming an interactive front end whereas we have the whole code at once and do not have to anticipate users possibly entering more. The new InputSplitter overrides behaviour of IPython InputSplitter for these cases. Refs #21251
-
- Jan 15, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 14, 2018
-
-
Martyn Gigg authored
Refs #21251
-
- Jan 12, 2018
-
-
Martyn Gigg authored
The marker should be placed at the end of the block not the start. Refs #21251
-
- Jan 11, 2018
-
-
Martyn Gigg authored
It makes it easier to integrate with other code. This uncovered an error in the code execution that has been fixed here. Previous changes were not always executing the code as blocks and this caused some tests to pass when they would fail in the block-based scenario. We now only execute as blocks so the test now covers this. Refs #21251
-
- Jan 10, 2018
-
-
Martyn Gigg authored
Refs #0
-
- Jan 09, 2018
-
-
Martyn Gigg authored
This effectively becomes the model for code execution within a code editor. Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 08, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 07, 2018
-
-
Martyn Gigg authored
Responsible for executing code asynchronously. Refs #21251
-