- Oct 21, 2021
-
-
Matthias Puchner authored
-
Matthias Puchner authored
-
- Oct 15, 2021
-
-
Matthias Puchner authored
-
- Oct 13, 2021
-
-
Matthias Puchner authored
-
- Sep 20, 2021
-
-
Wuttke, Joachim authored
import edtools as et import re def user_edit_pair(fname_stem, th, tc): data = [] mm = re.finditer('const QString (\w+)::([MPT]_[A-Z0-9_]+) = "(.+?)";', tc) for m in mm: data.append([m.group(1), m.group(2), m.group(3)]) mm = re.finditer('const QString (\w+)::([MPT]_[A-Z0-9_]+)\("(.+?)"\);', tc) for m in mm: data.append([m.group(1), m.group(2), m.group(3)]) for cname, typ, label in data: rlabel = re.sub(r'\[', r'\\[', label) rlabel = re.sub(r'\]', r'\\]', rlabel) rlabel = re.sub(r'\(', r'\\(', rlabel) rlabel = re.sub(r'\)', r'\\)', rlabel) tc = re.sub('\n+const QString '+cname+'::'+typ+' =\s+"'+rlabel+'";', '', tc) tc = re.sub('\n+const QString '+cname+'::'+typ+'\("'+rlabel+'"\);', '', tc) th = re.sub(r'class( BA_CORE_API_)? ('+cname+r'.+?)static const QString '+typ+r';(.*?\n};)', r'class \2static constexpr auto '+typ+r'{"'+label+r'"};\3', th, 0, re.S) return th, tc et.ed_argfilepairs(user_edit_pair)
-
- Aug 03, 2021
-
-
Wuttke, Joachim authored
-
- Jul 09, 2021
-
-
Wuttke, Joachim authored
-
- Jul 08, 2021
- May 07, 2021
-
-
t.knopff authored
-
- May 06, 2021
-
-
t.knopff authored
-
- May 05, 2021
-
-
t.knopff authored
-
- May 03, 2021
-
-
Matthias Puchner authored
last user of this has been ParticleDistribution, which was removed in the last commits
-
- Jan 20, 2021
-
-
Gennady Pospelov authored
-
- Dec 17, 2020
-
-
Wuttke, Joachim authored
-
- Nov 20, 2020
-
-
Wuttke, Joachim authored
-
- Nov 17, 2020
-
-
Wuttke, Joachim authored
-
- Nov 15, 2020
-
-
Wuttke, Joachim authored
-
- Oct 16, 2020
-
-
Wuttke, Joachim authored
-
- Oct 14, 2020
-
-
Wuttke, Joachim authored
-
- Jul 15, 2020
-
-
Wuttke, Joachim authored
-
Wuttke, Joachim authored
-
- Jul 06, 2020
-
-
Wuttke, Joachim authored
As recommended by https://google.github.io/styleguide/cppguide.html#The__define_Guard
-
-
- Jul 08, 2019
-
-
Pospelov, Gennady authored
-
Pospelov, Gennady authored
-
- Nov 27, 2018
-
-
anikhalder authored
Add RealSpaceMesoCrystal class for populating MesoCrystal and make methods public in MesoCrystalItem for access
-
- Dec 20, 2017
-
-
Pospelov, Gennady authored
-
- Oct 05, 2017
-
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-
- Oct 04, 2017
-
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-
- Sep 25, 2017
-
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-
Van Herck, Walter authored
-