Activity for Insight Toolkit

  • GitHub committed [80b191] on Code

    Merge pull request #6013 from hjmjohnson/large-test-cleanup

  • Hans J. Johnson Hans J. Johnson committed [eca08f] on Code

    ENH: Add itk_add_file_test_cleanup for automatic test output cleanup

  • Hans J. Johnson Hans J. Johnson committed [8d9c6c] on Code

    STYLE: Consolidate BigIO test scheduling-property blocks

  • GitHub committed [1c46ed] on Code

    Merge pull request #6011 from hjmjohnson/fix-ci-disk-space

  • Hans J. Johnson Hans J. Johnson committed [855276] on Code

    COMP: Free disk space between build and test in Pixi CI

  • GitHub committed [fe35b6] on Code

    Merge pull request #6009 from hjmjohnson/style-allocate-initialized

  • Hans J. Johnson Hans J. Johnson committed [038880] on Code

    STYLE: Replace Allocate(true) with AllocateInitialized() for readability

  • GitHub committed [d1b417] on Code

    Merge pull request #6010 from hjmjohnson/style-sizetype-filled

  • Hans J. Johnson Hans J. Johnson committed [787267] on Code

    STYLE: Use {}-initialization for zero-filled FixedArray-derived types

  • Hans J. Johnson Hans J. Johnson committed [5305a6] on Code

    STYLE: Replace declare-then-Fill(N) with MakeFilled<T>(N)

  • GitHub committed [4c85a5] on Code

    Merge pull request #6008 from N-Dekker/Move-region-iterators-into-for-loops-over-faces

  • Niels Dekker committed [4394f5] on Code

    STYLE: Move region iterator declarations into `for` loops over faces

  • GitHub committed [b94cca] on Code

    Merge pull request #5999 from hjmjohnson/common-code-pitfals-md

  • Hans J. Johnson Hans J. Johnson committed [03bd3d] on Code

    DOC: Fix PySequence_GetItem null guard and section numbering

  • Hans J. Johnson Hans J. Johnson committed [08a59b] on Code

    DOC: Add compiler-cautions.md with pitfalls

  • Hans J. Johnson Hans J. Johnson committed [89df94] on Code

    STYLE: Disable clang-tidy checks that conflict with ITK coding standards

  • GitHub committed [360c9b] on Code

    Merge pull request #6006 from hjmjohnson/fftw-simd-windows-arm64-fix

  • Hans J. Johnson Hans J. Johnson committed [a9b11c] on Code

    STYLE: Add SIMD status message and fix SSE forwarding to fftwd

  • Hans J. Johnson Hans J. Johnson committed [886494] on Code

    PERF: Enable FFTW SIMD codelets with per-CPU introspection at configure time

  • GitHub committed [a43fa8] on Code

    Merge pull request #6004 from hjmjohnson/fftw-compute-optimized-defaults

  • Hans J. Johnson Hans J. Johnson committed [418a2c] on Code

    COMP: Fix FFTW SIMD detection for Windows ARM64 and MSVC

  • Hans J. Johnson Hans J. Johnson committed [e202d1] on Code

    PERF: Enable FFTW SIMD codelets with per-CPU introspection at configure time

  • GitHub committed [76c1bf] on Code

    Merge pull request #6005 from hjmjohnson/fix-expat-system-include-path

  • Hans J. Johnson Hans J. Johnson committed [d5cb04] on Code

    BUG: Fix itk_expat.h not found when ITK_USE_SYSTEM_EXPAT is ON

  • GitHub committed [19eb08] on Code

    Merge pull request #5995 from hjmjohnson/cpp-cg-fem-unique-ptr

  • Hans J. Johnson Hans J. Johnson committed [7d94b9] on Code

    DOC: Add migration guide for FEM DenseVNL private type aliases

  • Hans J. Johnson Hans J. Johnson committed [2d87a4] on Code

    STYLE: Move MatrixRepresentation and MatrixHolder to private section

  • Hans J. Johnson Hans J. Johnson committed [191093] on Code

    STYLE: Move VectorHolder type alias to private section

  • Hans J. Johnson Hans J. Johnson committed [b5f92f] on Code

    COMP: Use std::unique_ptr in FEMLinearSystemWrapperDenseVNL

  • GitHub committed [2fdcea] on Code

    Merge pull request #6002 from hjmjohnson/fix-exported-inline-destructors-abi

  • Hans J. Johnson Hans J. Johnson committed [d3f17d] on Code

    COMP: Move inline = default destructors to .cxx for 30 exported classes

  • GitHub committed [d144a6] on Code

    Merge pull request #6001 from N-Dekker/itk-skip-greptile-review

  • Niels Dekker committed [1d1083] on Code

    ENH: Support "itk-skip-greptile-review" to skip Greptile reviewing

  • GitHub committed [9fb078] on Code

    Merge pull request #5997 from hjmjohnson/cpp-cg-voxbocub-unique-ptr

  • Hans J. Johnson Hans J. Johnson committed [6c699a] on Code

    COMP: Replace raw pointers with std::unique_ptr in VoxBoCUBImageIO

  • GitHub committed [36ea23] on Code

    Merge pull request #5998 from N-Dekker/Simplify-iterator-containers

  • Niels Dekker committed [d1602d] on Code

    STYLE: Use range-based `for` loop in NaryFunctorImageFilter

  • Niels Dekker committed [e2b3f0] on Code

    PERF: Simplify iterator container in NaryFunctorImageFilter

  • Niels Dekker committed [b29616] on Code

    STYLE: Simplify iterator container in DiffusionTensorImage filter

  • GitHub committed [01aa5e] on Code

    Merge pull request #5994 from hjmjohnson/opencv-videoio-smart-pointers

  • Hans J. Johnson Hans J. Johnson committed [80a488] on Code

    BUG: Fix OpenWriter() to check isOpened() before setting m_WriterOpen

  • Hans J. Johnson Hans J. Johnson committed [9cb484] on Code

    COMP: Replace legacy OpenCV C API in Video test files

  • Hans J. Johnson Hans J. Johnson committed [fc98d0] on Code

    COMP: Migrate OpenCV Video IO from legacy C API to C++ API

  • Hans J. Johnson Hans J. Johnson committed [3c255e] on Code

    COMP: Fix OpenCVBasicTypeBridge Matrix specialization for OpenCV 3/4

  • GitHub committed [d608a1] on Code

    Merge pull request #5996 from hjmjohnson/cpp-cg-cellinterface-vector

  • Hans J. Johnson Hans J. Johnson committed [6ff3e2] on Code

    COMP: Replace raw new[] with std::vector in CellInterfaceTest

  • GitHub committed [fdd8f7] on Code

    Merge pull request #5986 from hjmjohnson/ai-commit-and-pr-generation

  • Hans J. Johnson Hans J. Johnson committed [32cdd4] on Code

    DOC: Address PR review comments in building.md and README.md

  • Hans J. Johnson Hans J. Johnson committed [d19f7a] on Code

    DOC: Address thewtex review comments in AGENTS.md and testing.md

  • Hans J. Johnson Hans J. Johnson committed [3b246a] on Code

    DOC: Add git-commits and pull-requests context files with routing

  • Hans J. Johnson Hans J. Johnson committed [2bbf02] on Code

    DOC: Add README for Documentation/AI focused context files

  • Hans J. Johnson Hans J. Johnson committed [f4e5fc] on Code

    DOC: Refactor AGENTS.md into routing layer with focused context files

  • Hans J. Johnson Hans J. Johnson committed [494abe] on Code

    DOC: Add AI-assisted contribution guidelines to AGENTS.md

  • GitHub committed [2b7e6d] on Code

    Merge pull request #5992 from N-Dekker/Remove-GoToBegin-on-ImageIterators

  • Niels Dekker committed [b3a3e4] on Code

    STYLE: Remove GoToBegin() from Image Iterators in hxx files (manually)

  • Niels Dekker committed [b1162f] on Code

    STYLE: Remove GoToBegin() calls from Image Iterators in hxx files

  • Niels Dekker committed [869718] on Code

    STYLE: Remove GoToBegin() calls from ExtensionVelocitiesImageFilter

  • GitHub committed [aed042] on Code

    DOC: Edit phrasing and grammar of FDA software development guidelines (#5991)

  • GitHub committed [151d64] on Code

    Merge pull request #5989 from N-Dekker/Remove-local-type-aliases-Image-Iterators

  • Niels Dekker committed [dbab3e] on Code

    STYLE: Use CTAD when assigning an Image Iterator, in hxx files

  • Niels Dekker committed [350447] on Code

    STYLE: Use CTAD for Image Iterator variables in hxx files

  • Niels Dekker committed [6ee4c3] on Code

    STYLE: Remove local type aliases of Image Iterators in `*.hxx`

  • GitHub committed [aeec98] on Code

    Merge pull request #5988 from hjmjohnson/convert-ThreadedIteratorRangePartitioner-to-gtest

  • Hans J. Johnson Hans J. Johnson committed [7566ae] on Code

    ENH: Add new tests ThreadedIteratorRangePartitioner

  • Hans J. Johnson Hans J. Johnson committed [c81570] on Code

    ENH: Convert itkThreadedIteratorRangePartitionerTest3 to GTest

  • Hans J. Johnson Hans J. Johnson committed [1a5d95] on Code

    ENH: Convert itkThreadedIteratorRangePartitionerTest2 to GTest

  • Hans J. Johnson Hans J. Johnson committed [52b28f] on Code

    ENH: Convert itkThreadedIteratorRangePartitionerTest to GTest

  • GitHub committed [8fcd69] on Code

    Merge pull request #5975 from blowekamp/docs_pr_guidelines

  • Hans J. Johnson Hans J. Johnson committed [bf38fb] on Code

    DOC: Soften tone and incorporate reviewer feedback on AI PR guidelines

  • Bradley Lowekamp Bradley Lowekamp committed [5b39d4] on Code

    DOC: Add Create a Pull Request section with draft PR guidance

  • GitHub committed [f87d03] on Code

    Merge pull request #5985 from hjmjohnson/convert-WindowConvergenceMonitoringFunction-to-gtest

  • Hans J. Johnson Hans J. Johnson committed [adabc5] on Code

    COMP: Initialize convergenceValue to suppress uninitialized warning

  • Hans J. Johnson Hans J. Johnson committed [079d40] on Code

    STYLE: Narrow EXPECT_NO_THROW to guard only GetConvergenceValue call

  • Hans J. Johnson Hans J. Johnson committed [37cf20] on Code

    ENH: Convert itkWindowConvergenceMonitoringFunctionTest to GTest

  • GitHub committed [14d5eb] on Code

    Merge pull request #5987 from N-Dekker/CTAD-ImageRegionConstIterator-hxx

  • Niels Dekker committed [ce1caa] on Code

    STYLE: Use CTAD for `ImageRegionConstIterator` variables in hxx files

  • GitHub committed [887f9f] on Code

    Merge pull request #5984 from hjmjohnson/convert-MathematicalMorphologyEnums-to-gtest

  • Hans J. Johnson Hans J. Johnson committed [d3f730] on Code

    ENH: Convert itkMathematicalMorphologyEnumsTest to GTest

  • GitHub committed [0f0fef] on Code

    Merge pull request #5983 from hjmjohnson/convert-SimplexMeshWithFloatCoordRep-to-gtest

  • Hans J. Johnson Hans J. Johnson committed [7350d5] on Code

    ENH: Convert itkSimplexMeshWithFloatCoordRepTest to GTest

  • GitHub committed [d067ca] on Code

    Merge pull request #5982 from N-Dekker/CTAD-ImageRegionIterator

  • Niels Dekker committed [b6a38b] on Code

    STYLE: Use CTAD for `ImageRegionIterator` variables in hxx files

  • GitHub committed [1f2f97] on Code

    Merge pull request #5981 from N-Dekker/Remove-local-type-aliases-of-ImageRegionIterator

  • Niels Dekker committed [901ea1] on Code

    STYLE: Remove local type aliases of ImageRegionConstIterator in `*.hxx`

  • Niels Dekker committed [3cd638] on Code

    STYLE: Remove local type aliases of ImageRegionIterator in `*.hxx`

  • GitHub committed [ba5c66] on Code

    Merge pull request #5973 from hjmjohnson/dash-board-github-ci-instrument-groupings

  • Hans J. Johnson Hans J. Johnson committed [773bdf] on Code

    ENH: Report build warnings and errors from Build.xml in CI logs

  • Hans J. Johnson Hans J. Johnson committed [470886] on Code

    ENH: Add collapsible CI log sections for dashboard phases

  • GitHub committed [eacb1c] on Code

    Merge pull request #5979 from thewtex/claude-md

  • Matt McCormick committed [b1172e] on Code

    DOC: Add `CLAUDE.md` shim that delegates to `AGENTS.md`

  • GitHub committed [c6efc3] on Code

    Merge pull request #5980 from blowekamp/fix-hdf5-wzero-as-null-pointer-constant

  • Bradley Lowekamp Bradley Lowekamp committed [646379] on Code

    COMP: Suppress -Wzero-as-null-pointer-constant in HDF5 ITK wrapper headers

  • Matt McCormick committed [557084] on Code

    Merge branch 'release'

  • Matt McCormick committed [1adb7e] on Code

    DOC: Add ITK 6.0 Beta 2 release notes

  • GitHub committed [b644fc] on Code

    Merge pull request #5978 from blowekamp/fix-minc-duplicate-hdf5-header

  • Bradley Lowekamp Bradley Lowekamp committed [f4bcee] on Code

    COMP: Replace hdf5.h includes with itk_hdf5.h in MINC library

  • GitHub committed [a893ab] on Code

    Merge pull request #5976 from N-Dekker/FreeSurferBinaryMeshIO-use-MeshIOBase-OpenInputFile

  • Niels Dekker committed [2db7a3] on Code

    BUG: Make `FreeSurferBinaryMeshIO::ReadMeshInformation()` exception-safe

  • GitHub committed [9077d0] on Code

    Merge pull request #5977 from N-Dekker/Replace-buffered-region-iterations-MarkovRandomFieldsClassifiers

  • Niels Dekker committed [e0ccde] on Code

    STYLE: Remove `labelledImageIt` from `RGBGibbsPriorFilter::GibbsEnergy`

1 >
MongoDB Logo MongoDB