From cd92cf19970c6d8124d5835308962be15e4d5373 Mon Sep 17 00:00:00 2001 From: Ebrahim Ebrahim Date: Thu, 23 Jan 2025 16:45:46 -0500 Subject: [PATCH] STYLE: Add historical bulk changes to git blame ignore Issue #2623 --- .git-blame-ignore-revs | 176 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index d6d72e5f7db..e2fb78aad85 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -96,3 +96,179 @@ fbbc7aa38cf23d0966b1dbd0f9825797e84c2502 f3899ce8c6d53fc077c4e0bfa2c6f1fe56166b57 # STYLE: Initial run of cmake-format efa749515db840b54f7329b261d3ec4c3a575f83 +# STYLE: Prefer local initialization +e23a4dbd1d19c3fecd221a25e6f4c5825dc21e00 +# STYLE: Variable can be made constexpr +e1acaf5aa8d23c82594fd1a7cc9282b3c9786b84 +# STYLE: Prefer explicit const designation +7b830c177488e4a0ef2a5c531e5835dffcb1d9c2 +# STYLE: Declaration and assignment can be joined +2ca88c17004e1a093bfe8e5d21cc4c8227e42730 +# STYLE: Use auto for variable type matches +0b16b740df10c2bd498b07bfacffe282da7d789b +# STYLE: Prefer explicit const designation +375ee8c47a03792d0d3d5447c6b4c4be6b9f2fb4 +# STYLE: Rigorous style conformance with clang-format 19.1.4 +814a24c84d3bf4bdc42ce8f07276997fabdb45d3 +# STYLE: One declaration per line for readability +81267efac589bc7889c854c241d89c0dacaff1f7 +# STYLE: Replace Fill calls with `auto var = itk::MakeFilled` in tests +d6c9eed8e1d718b4a4e7f3fdd76e825395a17f4a +# STYLE: Replace `size.Fill` with `auto size = Size::Filled` in tests +be250b8fd39927de0d95a3b442c69ea7dd16926a +# STYLE: Replace Fill(0) with {} initializer for local variables in tests +569a8b6fe9e3945c46e13f7b21e5512ebd61afaf +# STYLE: Replace SetSize/Index calls in tests with `region{ index, size }` +8f70ee7da1082a321e0efda3fb6a3c9d3b058558 +# STYLE: Replace `NumericTraits::ZeroValue()` with `T{}` +13ccff6af85522d77aa0e5e19fa929988a9de49d +# STYLE: Replace itkTypeMacro calls with `itkOverrideGetNameOfClassMacro` +2c264ea2ef62e916c6ef947599ce659cc8fce5fe +# STYLE: Remove initial `<<` insertion from `itkDebugMacro(<< "` calls +b52f423117bac0a0982c58960f7a80e1a25e6f2b +# STYLE: Remove initial `<<` insertion from `itkExceptionMacro(<< "` calls +89beb0447fc9d40dcfdd6ced49f81e1b1a1bc97e +# STYLE: Use trailing return types in multi-line function declarations +f7fa2693f619501142d6183d368afe03a5788ad2 +# STYLE: Replace `T var = NumericTraits::ZeroValue()` with `T var{}` +42b0bfc0771652ade6a1055b00efbcf94376c20b +# STYLE: Add in-class `{}` initializers to classes with virtual functions +5c97b7605e5bec4e9443b57314b50d4e090a845e +# STYLE: Make `PrintSelf` implementation style consistent +c47ed1c1b3e26051de655f7ad03e975fae93b73b +# STYLE: Replace double quotes around escaped chars with single quotes +3ec88007fc06516ac5f49f00e0da07edb50db5e1 +# STYLE: Replace double quotes around single characters with single quotes +ea231d600298a16396a31742b5f26675e6c6334c +# STYLE: Replace double quotes around a space character with single quotes +e8773472ddc1cd3bb0a6b638e1cd70a6b4616160 +# STYLE: Add in-class `{}` member initializers to objects created by New() +5e2c49f9eb80e78903ce8f9fd2b5952062653cab +# STYLE: Replace postfix with prefix increment, decrement (`++`, `--`) +ec510c1749476438b3634a61b9fd7e21c81861fd +# STYLE: Call convenience member function, `ImageBase::SetRegions(region)` +358f537627697ffc629d31073ff4aa4a27e39ef3 +# STYLE: Remove extra spaces between parentheses of CMake command calls +7ba787a2d0df3d99fdbaa5ad343e87506c1045cd +# STYLE: Avoid old, C-style cast +2fa80e8bd329fd4f2240949fcb8eb71dd748432d +# STYLE: Change template parameter name prefix N to V +4b43536c8b22bb716a4f0b76a0582a99d6d8911d +# STYLE: Change unsigned to unsigned int. +a812aa3cefc453a65d493752c186ce2fdc1a7a7d +# STYLE: Use auto for variables initialized by `New()` in Examples +2f291f8dc53763590bc7495596b414414c436d33 +# STYLE: Remove recursive inclusion of .h files +f84720ee0823964bd135de8eb973acc40c1e70e1 +# STYLE: Removing extraneous colons from '::itk' and '::std'. +24e7b452b4d607154e68bb6fdd2ef5bbb5c2d1b4 +# STYLE: Prefer itk::Math::abs over abs or fabs +d715b098ba992404af994d7d009a066c42f8c7f7 +# STYLE: Use `auto` for declaration of variables initialized by `New()` +828453d1bf61c487310d2d8c9570093e08798a40 +# STYLE: Avoid repeating parent aliases +4f309803b9b3c0268679d658e22d2f751f9c7b6c +# STYLE: Increase tests style consistency +16cadc05d04c4ec3079f5e66487ae08b8ef906ca +# STYLE: Replace postfix by prefix increment in `for` loops in ITK/Modules +971aef211cad336ba75cb2da114fc86e873444e5 +# STYLE: Replace postfix by prefix increment in `for` loops in Core/Common +f81578bbb6242032b611d7e3e4dca3b7557fbbe0 +# STYLE: Make prototype match definition names +cde72b3e7d716542b11d2dbb402bbe5816cf731f +# STYLE: Remove space between class and member names in C++ source files +734d6f84d728b343baae5ef66643a5568a5a30c7 +# STYLE: Call ITK_DISALLOW_COPY_AND_MOVE, not ITK_DISALLOW_COPY_AND_ASSIGN +4c0982ddec474b1701d695839c78c7e888659ef4 +# STYLE: Prefer = default to explicitly trivial implementations +240751ac15551a2f200ca583841f45e17b0b356f +# STYLE: Use default member initialization +18d43c85cf451799caa8b6fc5c0b891159fbe3a9 +# STYLE: Prefer enum class definitions internally +e9da13c75e9dc0a835c274a7c535f5ca39559b77 +# STYLE: Convert 'enum' to 'enum class' objects with print enum function +4fe3b5de74c6114e907747758746b3c4ea4406ff +# STYLE: Add ITK prefix to testing macros +dbb1532dd8fc1d0c263a71ded75944a30a890a6c +# STYLE: Move default [con/de]strutor to .h (part 2) +91ab86f63eb5fc9799bb25fa49e76adf0d1b5251 +# STYLE: Use default member initialization +b21dbbb2938911206d9259d3777b163d257031cd +# STYLE: Pefer = default to explicitly trivial implementations +5142ed7bb5e4e5042734fc47bf556a2342be6cec +# STYLE: Prefer error checked std::stod over atof +0e1731bfc9b0c1f4e6e411be33af3737fe161655 +# STYLE: Prefer error checked std::stoi over atoi +b9a384af33e904ae0da212ace9130632c808c6fd +# STYLE: removing void if used in place of empty parameter list +60807f4abcfd7c4d42ddf93796d6acf272aa442b +# STYLE: Do not use itkGetStaticConstMacro in ITK +d72d28f5a1f405f740fe7f296d0f308793263ab2 +# STYLE: Use auto for variable creation +de713e7ac52f7815a35754de885795ff0a1c4981 +# STYLE: Use range-based loops from C++11 +48daed0751df99bcb5fd1077e78ceb1b47546ccc +# STYLE: Prefer constexpr for const numeric literals +605cea4735634acdc3222d1e0f1d3fcb2db05e26 +# STYLE: Replace itkStaticConstMacro with static constexpr +5c14741e1e063a132ea7e7ee69c5bd0a4e49af74 +# STYLE: Prefer C++11 type alias over typedef +66e5d6b3bcc28f1a85b702086b6cedc8cab6723b +# STYLE: Provide a well documented macro for repeated code +4a3257e293a9682b2d8b9063f72bddcae98d70dc +# STYLE: Use consistent names in template parameters +19960679cb05fe1ff5773a046962597bf13342a4 +# STYLE: Rename ITK_WRAP_DIMS to ITK_WRAP_IMAGE_DIMS +a593e2fb73ae37773548fcaefd886a8d8ac84872 +# STYLE: Cleanup up cmake files (if, endif, foreach, endforeach). +41567b1193e84e1665687208dfabcebcd1c7d027 +# STYLE: Use ITK_NULLPTR to utilize c++11 features +277bf38b6d0d7cd50142f78ab4e63e8ca6bfd57a +# STYLE: rm explicit void for parameterless function +b123a3ca65d961559f7bc032730a957de350c508 +# STYLE: Add ITK_NULLPTR supporting c++11 checks +0d61aa0798ee3f1c577e108b727a078005a641f7 +# STYLE: Explicitly recognize virtual functions +10757725be9cbe68ab2903c9cd4b76b738070e63 +# STYLE: Use "typename" for template parameters +86bbb9d092d21bb309b0260c0b4082d9af966b67 +# STYLE: ITK_EXPORT had no use +b788601abbeebd72e5504b10a75a9f417f666c35 +# STYLE: Apply kwstyle to Modules/Filtering tests +9c2f256200e3c7f3d06bc4e8ca2e4b3239c3b140 +# STYLE: Apply kwstyle to Modules/Core tests +8f6dea04da29f16840f745f4b88f3c2fe02cc552 +# STYLE: Made use of .hxx guards consistent +110576c07b89f38b4ec01a4609169caff9455962 +# STYLE: Remove dead code ITK_TEMPLATE_EXPLICIT +fe4e440745d3991ac08ac5b25efcfcb77520a66f +# STYLE: Deprecated functions respect itkLegacyMacro +77202cd3e628e9ed86c42f90840ef7a95d1947ec +# STYLE: Use DisplacementField instead of DeformationField when appropriate. +f0b6131da293b8e7d2f8d6bdbd5e8ecb4be5e9a1 +# STYLE: Removed the MSVS6 compiler pragma 4786 +f1bc82756aaf853c50b6c2b5cfb4dfd88bc4824f +# STYLE: Converted module names to use camel case +540228ef42fb667b3255f8610baa5cd9d7b6760d +# STYLE: Made module name capitalization consistent. +d904d9512d223d40ace584e4a4984b4727773ceb +# STYLE: Change for development tool compliance +13f99f81510fd76b0409b98dac6a4670436e007a +# STYLE: Change to hxx extension for dev tools +2fccd272862ab7cc408d643c8db2e1cb5d098fcf +# STYLE: style fixes in WrapITK +7f0c0ebc2fd375e0869e9ebeb8c2ad85d8ea7c0d +# STYLE: According to KWStyle. +64f1a4cce829da5619dbd7c132a22b4d596ccbf4 +# STYLE: minor style. sed -i -e 's/return 0;/return EXIT_SUCCESS;/g', sed -i -e 's/return 1;/return EXIT_FAILURE;/g' +ac4dd52cd7e1f489c54709ab59225288b57936c5 +# STYLE: various style issues. +1331757ea9a1ac7cdd70badb4239b40fb6169653 +# STYLE: Replaced math functions with vcl_ equivalent forms (i.e. sin with vcl_sin). +77fc281aa2b573094915e52b9fd396b368c2e9ab +# STYLE: Changed namespace macros back to old form. +94cdc2245e559d0c4aad4ace6b10ebc7e5beb07d +# STYLE: Added ITK_NAMESPACE_BEGIN and ITK_NAMESPACE_END macros to improve readability, and make it easy to change the namespace name, or even remove it. +b76ed78d19f42e000a7ec489188047342bed28ad +# STYLE: Reduce indentation else after return +e9af5c5e7745d59ccaa3ff2fd1eff4275ba427d0