Skip to content

Actions: N-Dekker/ITK

Spell Checking Code Comments

Actions

Loading...
Loading

Show workflow options

Create status badge

Loading
453 workflow runs
453 workflow runs

Filter by Event

Filter by Status

Filter by Branch

Filter by Actor

STYLE: Remove p->Initialize() calls directly after p = T::New()
Spell Checking Code Comments #428: Commit 51c7a49 pushed by N-Dekker
November 21, 2024 11:43 1m 21s Remove-Initialize-after-New
November 21, 2024 11:43 1m 21s
STYLE: Remove p->Initialize() calls directly after p = T::New()
Spell Checking Code Comments #427: Commit 9e724f3 pushed by N-Dekker
November 21, 2024 11:38 1m 19s Remove-Initialize-after-New
November 21, 2024 11:38 1m 19s
STYLE: Replace T::Pointer with auto when initializing by New in Examples
Spell Checking Code Comments #426: Commit b03776a pushed by N-Dekker
November 21, 2024 10:37 1m 22s Modernize-Pointer-init-Examples
November 21, 2024 10:37 1m 22s
STYLE: Replace T var; var = x with T var = x
Spell Checking Code Comments #422: Commit 6835b94 pushed by N-Dekker
November 20, 2024 20:59 1m 15s Replace-declaration-assignment-with-init
November 20, 2024 20:59 1m 15s
STYLE: Drop Visual C++ 2013 compiler support from itktiff/libtiff
Spell Checking Code Comments #421: Commit 477e854 pushed by N-Dekker
November 20, 2024 14:49 1m 15s Drop-VS2013-from-itktiff
November 20, 2024 14:49 1m 15s
STYLE: Replace T::Pointer with auto when initializing variables by New()
Spell Checking Code Comments #420: Commit 6e65638 pushed by N-Dekker
November 20, 2024 14:28 1m 11s Modernize-Pointer-initializations
November 20, 2024 14:28 1m 11s
STYLE: Replace T::Pointer with auto when initializing variables by New()
Spell Checking Code Comments #419: Commit bb10ea8 pushed by N-Dekker
November 20, 2024 13:05 1m 11s Modernize-Pointer-initializations
November 20, 2024 13:05 1m 11s
STYLE: Replace T var; var = x with T var = x
Spell Checking Code Comments #418: Commit e06e201 pushed by N-Dekker
November 15, 2024 22:32 1m 10s Replace-declaration-assignment-with-init
November 15, 2024 22:32 1m 10s
STYLE: Replace T var; var = x with T var = x
Spell Checking Code Comments #416: Commit 68e60ba pushed by N-Dekker
November 13, 2024 22:43 1m 15s Replace-declaration-assignment-with-init
November 13, 2024 22:43 1m 15s
STYLE: Use std::abs, instead of doing if (x < 0) x = -x manually
Spell Checking Code Comments #414: Commit a1e7863 pushed by N-Dekker
November 10, 2024 14:23 1m 10s Use-std-abs-instead-of-manual-if
November 10, 2024 14:23 1m 10s
STYLE: Use std::abs, instead of doing if (x < 0) x = -x manually
Spell Checking Code Comments #413: Commit ec2d28f pushed by N-Dekker
November 10, 2024 10:53 1m 13s Use-std-abs-instead-of-manual-if
November 10, 2024 10:53 1m 13s
STYLE: Use std::abs, instead of doing if (x < 0) x = -x manually
Spell Checking Code Comments #412: Commit 4d6d780 pushed by N-Dekker
November 10, 2024 00:03 1m 12s Use-std-abs-instead-of-manual-if
November 10, 2024 00:03 1m 12s