- Feb 16, 2024
-
-
Wuttke, Joachim authored
This reverts commit fc86b2a9.
-
Wuttke, Joachim authored
-
- Feb 15, 2024
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Feb 14, 2024
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Feb 13, 2024
-
-
Wuttke, Joachim authored
-
- Feb 09, 2024
-
-
Wuttke, Joachim authored
-
- Feb 07, 2024
-
-
Mikhail Svechnikov authored
-
- Jan 30, 2024
-
-
Wuttke, Joachim authored
-
- Jan 29, 2024
-
-
Wuttke, Joachim authored
-
- Jan 16, 2024
-
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
- Dec 19, 2023
-
-
Wuttke, Joachim authored
-
- Dec 18, 2023
-
-
Wuttke, Joachim authored
-
- Dec 07, 2023
-
-
- Dec 05, 2023
-
-
Wuttke, Joachim authored
def exec_getters_to_h(fstem, th, tc): for m in re.finditer(r'\n(\S+) (\w+)::([a-z]\w*)\(\) const\n{\n (return m_\w+;)\n}\n+', tc): rtyp = m.group(1) clas = m.group(2) fctn = m.group(3) code = m.group(4) old = r'(\nclass '+clas+r'.*?\n '+rtyp+' '+fctn+'\(\) const);' th2 = re.sub(old, r'\1 { '+code+' }', th, 1, re.DOTALL) if th2 != th: tc = tc.replace(m.group(0), '') th = th2 return th, tc
-
- Dec 04, 2023
-
-
Wuttke, Joachim authored
-
- Nov 30, 2023
-
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Mikhail Svechnikov authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
tidy/performance-inefficient-vector-operation,performance-unnecessary-copy-initialization,*-move-const-arg
-
- Nov 29, 2023
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Nov 27, 2023
-
-
Wuttke, Joachim authored
-