mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-15 12:35:51 +03:00
- Refactors `math_DoubleTab` to use `NCollection_Array2` as its underlying container - Eemoves the old C‐array implementation, and updates collection classes to improve move semantics and bounds manipulation. - Rework `math_DoubleTab` to wrap `NCollection_Array2`, with buffer optimization for small sizes - Enhance `NCollection_Array2` and `NCollection_Array1` with proper move semantics and bound‐updating methods - Remove legacy `.lxx`/`.cxx` implementations, add tests and update CMake file lists
10 lines
225 B
CMake
10 lines
225 B
CMake
# Test source files for TKMath
|
|
set(OCCT_TKMath_GTests_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_TKMath_GTests_FILES
|
|
Bnd_BoundSortBox_Test.cxx
|
|
ElCLib_Test.cxx
|
|
math_DoubleTab_Test.cxx
|
|
math_Matrix_Test.cxx
|
|
)
|