-
- Downloads
review(ImplicitArray): general reorganization improvements
- Put `ImplicitBackends` into its own module - Improve documentation in multiple areas - Add more details to change log - Remove some commented code in testing - Simplify some cmake variables and logic - Remove the set warnings on implicit arrays - Use the `string(CONCAT ...)` instead of internal function when creating dispatch array list - Add copyright guards to tests that were missing them - Remove some exporting for MSC 2008/2010 compilers - Add some `static_assert`s to testing
Showing
- CMakeLists.txt 5 additions, 1 deletionCMakeLists.txt
- Common/Core/CMakeLists.txt 5 additions, 11 deletionsCommon/Core/CMakeLists.txt
- Common/Core/Testing/Cxx/CMakeLists.txt 0 additions, 9 deletionsCommon/Core/Testing/Cxx/CMakeLists.txt
- Common/Core/Testing/Cxx/TestAffineArray.cxx 5 additions, 4 deletionsCommon/Core/Testing/Cxx/TestAffineArray.cxx
- Common/Core/Testing/Cxx/TestConstantArray.cxx 5 additions, 4 deletionsCommon/Core/Testing/Cxx/TestConstantArray.cxx
- Common/Core/Testing/Cxx/TestImplicitArrayTraits.cxx 10 additions, 2 deletionsCommon/Core/Testing/Cxx/TestImplicitArrayTraits.cxx
- Common/Core/Testing/Cxx/TestImplicitArraysBase.cxx 2 additions, 10 deletionsCommon/Core/Testing/Cxx/TestImplicitArraysBase.cxx
- Common/Core/Testing/Cxx/TestStdFunctionArray.cxx 5 additions, 4 deletionsCommon/Core/Testing/Cxx/TestStdFunctionArray.cxx
- Common/Core/vtk.module 1 addition, 0 deletionsCommon/Core/vtk.module
- Common/Core/vtkAffineArray.h 1 addition, 33 deletionsCommon/Core/vtkAffineArray.h
- Common/Core/vtkConstantArray.h 2 additions, 33 deletionsCommon/Core/vtkConstantArray.h
- Common/Core/vtkCreateArrayDispatchArrayList.cmake 2 additions, 13 deletionsCommon/Core/vtkCreateArrayDispatchArrayList.cmake
- Common/Core/vtkDataArray.cxx 3 additions, 3 deletionsCommon/Core/vtkDataArray.cxx
- Common/Core/vtkGenericDataArray.h 6 additions, 6 deletionsCommon/Core/vtkGenericDataArray.h
- Common/Core/vtkImplicitArray.h 19 additions, 20 deletionsCommon/Core/vtkImplicitArray.h
- Common/Core/vtkImplicitArray.txx 4 additions, 8 deletionsCommon/Core/vtkImplicitArray.txx
- Common/Core/vtkImplicitArrayTraits.h 8 additions, 1 deletionCommon/Core/vtkImplicitArrayTraits.h
- Common/Core/vtkStdFunctionArray.h 1 addition, 43 deletionsCommon/Core/vtkStdFunctionArray.h
- Common/Core/vtkVTK_DISPATCH_IMPLICIT_ARRAYS.h.in 10 additions, 21 deletionsCommon/Core/vtkVTK_DISPATCH_IMPLICIT_ARRAYS.h.in
- Common/Core/vtkVTK_USE_IMPLICIT_ARRAYS.h.in 1 addition, 1 deletionCommon/Core/vtkVTK_USE_IMPLICIT_ARRAYS.h.in
Loading
Please register or sign in to comment