- Jul 12, 2020
-
-
Wuttke, Joachim authored
used script: t = re.sub(r'new QString\(("[^"]*?")\)', r'###NEW(\1)', t) t = re.sub(r'QString\(("[^"]*?")\)(\s*\+\s*)', r'###ADD(\1)\2', t) t = re.sub(r'QString\(("[^"]*?")\)(\s*\.)', r'###ADD(\1)\2', t) t = re.sub(r'QString\(("[^"]*?")\)', r'\1', t) t = re.sub(r'###NEW\(("[^"]*?")\)', r'new QString(\1)', t) t = re.sub(r'###ADD\(("[^"]*?")\)', r'QString(\1)', t)
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 10, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 08, 2020
-
-
Wuttke, Joachim authored
Extend them to CMakeLists.txt, and bundle the checks in one CMake module.
-
Wuttke, Joachim authored
cmake/bornagain/modules -> cmake/modules cmake/bornagain/scripts -> cmake/configurables cmake/generic/modules -> cmake/extensions
-
- Jul 07, 2020
-
-
- Jul 06, 2020
-
-
Wuttke, Joachim authored
As recommended by https://google.github.io/styleguide/cppguide.html#The__define_Guard
-
Wuttke, Joachim authored
-
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 03, 2020
-
-
Wuttke, Joachim authored
-
- Jul 02, 2020
-
-
Wuttke, Joachim authored
Provide doxygen comments. Use seconds from the onset. Internal data now struct, not class.
-
- Jun 29, 2020
-
-
Wuttke, Joachim authored
-
-
-
-
- Jun 08, 2020
-
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
Fix bug with application crash when trying to delete multilayer with 3D view in loced mode (http://apps.jcns.fz-juelich.de/redmine/issues/2461)
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-