-
- Downloads
Drop support for compilers with `__int64` as the only 64-bit int
VTK no longer supports any compilers that have `__int64` but not a `long` or `long long` that is 64-bit. Therefore all code that is conditional on VTK_TYPE_USE___INT64 is never used and can be dropped.
Showing
- CMake/vtkTestTypes.cmake 0 additions, 79 deletionsCMake/vtkTestTypes.cmake
- Common/Core/CMakeLists.txt 0 additions, 18 deletionsCommon/Core/CMakeLists.txt
- Common/Core/vtkAbstractArray.cxx 0 additions, 13 deletionsCommon/Core/vtkAbstractArray.cxx
- Common/Core/vtkArray.cxx 0 additions, 12 deletionsCommon/Core/vtkArray.cxx
- Common/Core/vtkByteSwap.cxx 0 additions, 4 deletionsCommon/Core/vtkByteSwap.cxx
- Common/Core/vtkByteSwap.h 0 additions, 4 deletionsCommon/Core/vtkByteSwap.h
- Common/Core/vtkConfigure.h.in 1 addition, 8 deletionsCommon/Core/vtkConfigure.h.in
- Common/Core/vtkDataArray.cxx 0 additions, 8 deletionsCommon/Core/vtkDataArray.cxx
- Common/Core/vtkLargeInteger.cxx 0 additions, 31 deletionsCommon/Core/vtkLargeInteger.cxx
- Common/Core/vtkLargeInteger.h 0 additions, 4 deletionsCommon/Core/vtkLargeInteger.h
- Common/Core/vtkMath.cxx 0 additions, 10 deletionsCommon/Core/vtkMath.cxx
- Common/Core/vtkOStreamWrapper.cxx 0 additions, 4 deletionsCommon/Core/vtkOStreamWrapper.cxx
- Common/Core/vtkOStreamWrapper.h 0 additions, 4 deletionsCommon/Core/vtkOStreamWrapper.h
- Common/Core/vtkSetGet.h 0 additions, 42 deletionsCommon/Core/vtkSetGet.h
- Common/Core/vtkSortDataArray.cxx 0 additions, 28 deletionsCommon/Core/vtkSortDataArray.cxx
- Common/Core/vtkTemplateAliasMacro.h 0 additions, 10 deletionsCommon/Core/vtkTemplateAliasMacro.h
- Common/Core/vtkType.h 2 additions, 31 deletionsCommon/Core/vtkType.h
- Common/Core/vtkTypeTraits.h 0 additions, 15 deletionsCommon/Core/vtkTypeTraits.h
- Common/Core/vtkUnsigned__Int64Array.cxx 0 additions, 44 deletionsCommon/Core/vtkUnsigned__Int64Array.cxx
- Common/Core/vtkUnsigned__Int64Array.h 0 additions, 80 deletionsCommon/Core/vtkUnsigned__Int64Array.h
Loading
Please register or sign in to comment