1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/src/TopTools/FILES
dpasukhi 1103eb60af 0033370: Foundation Classes - Moving into STL and Boost functionality
NCollection containers update:
  - NCollection_Array1 - updated functionality
  - NCollection_Array2 - NCollection_Array1 as a wrapper for 2array
  - NCollection_Vector -> NCollection_DynamicArray was renamed and reworked.
TCollection:
  - Use static empty string to avoid allocations on empty string
 NCollection allocators update:
  - NCollection_Allocator - allocator that used Standard::Allocate
  - NCollection_OccAllocator - allocator-wrapper that used OCC BaseAllocator objects
  - NCollection_IncAllocator - rework to increase performance
Standard:
  - Rework functionality to use different allocation libs
  - Implement basic of new way to wrap allocations tools
  - Define 4 ways to allocation (defines in configure stage)
 Additional changes:
  - Hash function uses std::hash functionality
   - size_t as a hash value
  - New HashUtils with Murmur and FVN hash algo for x32 and x64
  - Deprecated _0.cxx and .gxx DE classes reorganized
  - Create own utility for std memory
  - Update Standard_Transient to be more platform-independent
 Math TK changes:
  - math_Vector -> match_BaseVector<>
    - Buffer decreased to cash 32 elements instead of 512
2023-12-04 13:37:09 +00:00

54 lines
1.9 KiB
Plaintext

TopTools.cxx
TopTools.hxx
TopTools_Array1OfListOfShape.hxx
TopTools_Array1OfShape.hxx
TopTools_Array2OfShape.hxx
TopTools_DataMapIteratorOfDataMapOfIntegerListOfShape.hxx
TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx
TopTools_DataMapIteratorOfDataMapOfOrientedShapeInteger.hxx
TopTools_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx
TopTools_DataMapIteratorOfDataMapOfShapeInteger.hxx
TopTools_DataMapIteratorOfDataMapOfShapeListOfInteger.hxx
TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx
TopTools_DataMapIteratorOfDataMapOfShapeReal.hxx
TopTools_DataMapIteratorOfDataMapOfShapeSequenceOfShape.hxx
TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx
TopTools_DataMapOfIntegerListOfShape.hxx
TopTools_DataMapOfIntegerShape.hxx
TopTools_DataMapOfOrientedShapeInteger.hxx
TopTools_DataMapOfOrientedShapeShape.hxx
TopTools_DataMapOfShapeBox.hxx
TopTools_DataMapOfShapeInteger.hxx
TopTools_DataMapOfShapeListOfInteger.hxx
TopTools_DataMapOfShapeListOfShape.hxx
TopTools_DataMapOfShapeReal.hxx
TopTools_DataMapOfShapeSequenceOfShape.hxx
TopTools_DataMapOfShapeShape.hxx
TopTools_FormatVersion.hxx
TopTools_HArray1OfListOfShape.hxx
TopTools_HArray1OfShape.hxx
TopTools_HArray2OfShape.hxx
TopTools_HSequenceOfShape.hxx
TopTools_IndexedDataMapOfShapeAddress.hxx
TopTools_IndexedDataMapOfShapeListOfShape.hxx
TopTools_IndexedDataMapOfShapeReal.hxx
TopTools_IndexedDataMapOfShapeShape.hxx
TopTools_IndexedMapOfOrientedShape.hxx
TopTools_IndexedMapOfShape.hxx
TopTools_ListIteratorOfListOfShape.hxx
TopTools_ListOfListOfShape.hxx
TopTools_ListOfShape.hxx
TopTools_LocationSet.cxx
TopTools_LocationSet.hxx
TopTools_LocationSetPtr.hxx
TopTools_MapIteratorOfMapOfOrientedShape.hxx
TopTools_MapIteratorOfMapOfShape.hxx
TopTools_MapOfOrientedShape.hxx
TopTools_MapOfShape.hxx
TopTools_MutexForShapeProvider.cxx
TopTools_MutexForShapeProvider.hxx
TopTools_SequenceOfShape.hxx
TopTools_ShapeMapHasher.hxx
TopTools_ShapeSet.cxx
TopTools_ShapeSet.hxx