-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathmrbind_flags.txt
More file actions
23 lines (23 loc) · 940 Bytes
/
mrbind_flags.txt
File metadata and controls
23 lines (23 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--combine-types=cv,ref,ptr,smart_ptr
--buggy-substitute-default-template-args
--ignore ::
--ignore MR::detail
--ignore MR::FunctionRef
--ignore MR::Signal
--ignore MR::UniquePtr
--ignore MR::RegisterRenderObjectConstructor
--ignore MR::Config
--ignore '/.*operator<=>.*/'
--ignore '/MR::(Vector|Matrix|SymMatrix)[234]<boost::multiprecision::.*/'
--ignore '/MR::AffineXf<MR::Vector[234]<boost::multiprecision::.*/'
--skip-mentions-of '/std::integral_constant<.*>/'
--skip-mentions-of '/boost::dynamic_bitset<.*>/'
--skip-mentions-of '/openvdb::v[0-9][0-9_a-zA-Z]*::Grid<.*>/'
--skip-mentions-of '/MR::FunctionRef<.*>/'
--skip-mentions-of '/MR::Signal<.*>/'
--skip-mentions-of '/Eigen::Matrix<.*>/'
--skip-mentions-of Json::Value
--skip-mentions-of '/(std|tl)::expected<Json::Value, .*>/'
--skip-mentions-of '/std::initializer_list<.*>/'
--adjust-comments 's@(^|(^///\s*)? )\\([{}]|(def|in|addto)group\s+).*@@g'
--infer-lifetime-constructors