]> OCCT Git - occt.git/commit
Coding - PCH improvements #160
authordpasukhi <dpasukhi@opencascade.com>
Sat, 16 Nov 2024 19:05:55 +0000 (19:05 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Sun, 17 Nov 2024 20:14:04 +0000 (20:14 +0000)
commitac5a612645221233f901c2774ec550666b7bff8a
tree09b125b0ddfd6dfcbec507e665146e6daaf9eeda
parent4ebc468140643b3a0e4ce5d5c61e07ed131eead8
Coding - PCH improvements #160

Refactor precompiled headers and improve Windows compatibility.
Extend TKernel, TKMath and TKBRep pch with more usage headers.
Implement PCH for TKDEIGES, TKDESTEP, TKMesh, and TKXSBase.
17 files changed:
adm/cmake/occt_macros.cmake
src/TKBRep/CMakeLists.txt
src/TKBRep/TKBRep_pch.hxx
src/TKDEIGES/CMakeLists.txt
src/TKDEIGES/TKDEIGES_pch.hxx [new file with mode: 0644]
src/TKDESTEP/CMakeLists.txt
src/TKDESTEP/TKDESTEP_pch.hxx [new file with mode: 0644]
src/TKMath/CMakeLists.txt
src/TKMath/TKMath_pch.hxx
src/TKMesh/CMakeLists.txt
src/TKMesh/TKMesh_pch.hxx [new file with mode: 0644]
src/TKV3d/CMakeLists.txt
src/TKV3d/TKV3d_pch.hxx [new file with mode: 0644]
src/TKXSBase/CMakeLists.txt
src/TKXSBase/TKXSBase_pch.hxx [new file with mode: 0644]
src/TKernel/CMakeLists.txt
src/TKernel/TKernel_pch.hxx