Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !958

ENH: Update ITKv4: Fix compiling with gcc8

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed phcerdan requested to merge github/fork/phcerdan/update_itkv4 into master May 29, 2018
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 1

Among other improvements, it allows building VNL with gcc8, getting rid of error:

"Dunno about this gcc"

Complete list of changes

$ git shortlog f9ae0a051440b67..bc0d1723cb4442be2f7 --no-merges

Bradley Lowekamp (5): COMP: Use anonymous namespace for internal linkage COMP: Update SimpleITKFilters for dependency issues BUG: Add missing extensions to ImageIO BUG: Add specification of OutputImage Type for TobogganImageFilter BUG: Prevent concurrent read/write in output image

Francois Budin (1): BUG: Initializes CMAKE_DEBUG_POSTFIX to be empty

Jean-Christophe Fillion-Robin (3): BUG: Prevent gdcm "missing implementation" error on macOS STYLE: Refactor support of itkFloatingPointExceptions implementations BUG: Support FPE on macOS without "feenableexcept" function

Jon Haitz Legarreta Gorroño (1): ENH: Add Python wrap file to itk::MultiResolutionPDEDeforableRegistration.

Martino Pilia (1): BUG: fix itkFormatWarning in Python wrapping

Matthew McCormick (9): ENH: Add wrapping for BSplineTransformInitializer COMP: Do not use absolute path to TestBigEndian.cmake in GDCM COMP: Enable pthreads shim with Emscripten BUG: Allow module examples to be enabled when built externally ENH: Ensure external module examples get added to current build tree COMP: Work around RegionGrow2DTest compiler error on ppc64le BUG: Wrap long long instead of long COMP: Detect Linux in itkMemoryUsageObserver.h on Alpine Linux COMP: Wrap MultiResolutionPDEDeformableRegistration for Pyramid filter types

Niels Dekker (1): COMP: Worked around endless VS2015 Release compilation on Math::Floor

Pablo Hernandez-Cerdan (1): COMP: Fix VNL to compile with gcc8.

Sean McBride (5): STYLE: arranged/alphabetized things to make subsequent changes reviewable COMP: Fixed some missing name mangling of libTIFF symbols BUG: fixed crash on macOS under guardmalloc from RunOSCheck() COMP: Mangle HDF5 symbol names COMP: fix warning about implicit double to bool conversion

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/phcerdan/update_itkv4