- Jul 14, 2020
-
-
Wuttke, Joachim authored
Thread-safety is guaranteed in C++11. No more need for a mutex lock.
-
Wuttke, Joachim authored
Minimize code around fixed names
-
- Jul 12, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Zero warnings under clang 9.0.1, swig 4.0.1
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
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
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
-
- Jul 11, 2020
-
-
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 10, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Replace ThirdParty/Core/Faddeeva by dependence on our libcerf
-
Wuttke, Joachim authored
-
- Jul 09, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
this requires some ad-hoc code to work with both the C and the CPP version of libcerf.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
CMake: simplification and modernization
-
- Jul 08, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
Extend them to CMakeLists.txt, and bundle the checks in one CMake module.
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
cmake/bornagain/modules -> cmake/modules cmake/bornagain/scripts -> cmake/configurables cmake/generic/modules -> cmake/extensions
-
AlexanderSchober authored
CMake: remove options PYTHON2 (never again) and OPENGL (always on)
-
- Jul 07, 2020
-
-
Wuttke, Joachim authored
-
-