Actions: InsightSoftwareConsortium/ITK
Actions
2,208 workflow runs
2,208 workflow runs
std::abs
, instead of doing if (x < 0) x = -x
manually
Spell Checking Code Comments
#2209:
Pull request #4943
synchronize
by
N-Dekker
std::abs
, instead of doing if (x < 0) x = -x
manually
Spell Checking Code Comments
#2208:
Pull request #4943
opened
by
N-Dekker
constexpr
to variables initialized by T::Filled(x)
Spell Checking Code Comments
#2207:
Pull request #4942
opened
by
N-Dekker
T var; var = x
with T var = x
for types from std
Spell Checking Code Comments
#2206:
Commit 4f6bdcb
pushed
by
kwrobot
T var; var = x
with T var = x
for types from std
Spell Checking Code Comments
#2205:
Commit 4f6bdcb
pushed
by
kwrobot
T var; var = x
with T var = x
for types from std
Spell Checking Code Comments
#2204:
Commit 4f6bdcb
pushed
by
hjmjohnson
auto *
to declare variables initialized by pointer cast
Spell Checking Code Comments
#2195:
Commit 286996b
pushed
by
kwrobot
auto *
to declare variables initialized by pointer cast
Spell Checking Code Comments
#2194:
Commit 286996b
pushed
by
kwrobot
T var; var = x
with T var = x
for types from std
Spell Checking Code Comments
#2193:
Pull request #4941
opened
by
N-Dekker
MINCImageIO
, FileOutputWindow
, QuadEdgeMesh
Spell Checking Code Comments
#2191:
Pull request #4939
opened
by
N-Dekker
auto *
to declare variables initialized by pointer cast
Spell Checking Code Comments
#2190:
Commit 286996b
pushed
by
hjmjohnson
T * p; p = x
with T * p = x
, use auto *
for variables initialized by a pointer cast
Spell Checking Code Comments
#2187:
Pull request #4937
opened
by
N-Dekker