- Jun 28, 2024
-
-
Ankang Gao authored
-
- Nov 27, 2023
-
-
- Oct 25, 2023
-
-
Jacques Xing authored
-
- Mar 17, 2023
-
-
- Oct 28, 2022
-
-
- Jul 27, 2022
-
-
Spencer Sherwin authored
-
- Jul 19, 2022
-
-
Chris Cantwell authored
-
- Jul 14, 2022
-
-
- Jul 11, 2022
-
-
- Mar 01, 2022
-
-
Daniel Lindblad authored
Since the copy assignment operator (operator=) was already designed to not allow assignment, it has been explicitly deleted. This way, there is no risk that copy assignment happens. With this change, the code compiles on ARCHER2 with Cray build environment. There should be no risk that this commit changes the behaviour of the code, since we only removed a function. If this function would have been used before, the code would not have compiled. The compiler still generates an implicit move assignment operator, copy constructor, and move constructor. These can not be deleted (if this is done, the code does not compile, indicating that they are used somewhere). Since these operators are not explicitly defined, we can't say for sure that the constructors and move assignment operators do what we excpect them to do.
-
- Nov 14, 2019
-
-
Zhen-Guo Yan authored
-
- Sep 25, 2019
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- Sep 24, 2019
-
-
Chris Cantwell authored
-
Chris Cantwell authored
-
- Aug 07, 2019
-
-
Chris Cantwell authored
-
- Jan 17, 2018
-
-
David Moxey authored
-
- Jan 16, 2018
-
-
David Moxey authored
-
- Dec 24, 2017
-
-
Kilian Lackhove authored
by adjusting the parser as suggested by douglas "old" means pre-parseutils cleanup, e.g. 0e69efe9 old before now "" 0 1 0 "," 0 2 0 ",," 0 3 0 "a" 1 1 1 ",a" 0 2 0 "a," 1 2 1 ",a," 0 3 0 "a,b" 2 3 2 "a, b," 2 3 2
-
- Sep 22, 2017
-
-
David Moxey authored
-
David Moxey authored
-
- Sep 20, 2017
-
-
David Moxey authored
-
David Moxey authored
-