From 896faa7296b6d79ce265eb5d9f5ddbad181a5596 Mon Sep 17 00:00:00 2001 From: abv Date: Thu, 29 Jun 2017 20:17:39 +0300 Subject: [PATCH] 0028417: Using PRECOMPILED HEADER to speed up compilation time Use of Cotire tool is introduced for acceleration of CMake builds, by usage of precompiled headers. CMake option BUILD_USE_PCH is added to enable / disable use of precompiled headers When precompiled headers are used, additional compiler macros are defined globally in the build system to avoid problems due to different order of included files: - NOMINMAX is defined on Windows to prevent defining "min" and "max" as macros by windows.h - STRSAFE_NO_DEPRECATE and _SCL_SECURE_NO_WARNINGS are defined on Windows to prevent declaring functions of standard C library as deprecated by #pragma, and other warnings in system headers - GL_GLEXT_LEGACY and GLX_GLEXT_LEGACY are defined to ensure that only OCCT's own glext.h is used - __STDC_FORMAT_MACROS is defined to have standard C print format macros always defined Code is corrected to avoid conflicts with system headers and in case of compiling together as unity builds (partially): - Some locally defined variables in TKV3d, TKHLR are renamed to be unique - Duplicated definitions of macros and global functions are eliminated in TKSTEP - Useless header WNT_UInt.hxx is removed - Usage of local variables conflicting with X11 macro is avoided in Draw_Viewer.cxx - Local variables in AIS_ConcentricRelation.cxx are renamed to avoid conflict with macros defined in windows.h - HXX files containing code are renamed to PXX or merged with corresponding CXX files. IVtkTools classes are corrected to avoid compiler warnings disabled in non-PCH builds by inclusion of VTK headers. Useless pragmas disabling warnings on MSVC are removed --- CMakeLists.txt | 33 + adm/cmake/cotire.cmake | 4017 +++++++++++++++++ adm/cmake/occt_toolkit.cmake | 31 + adm/cmake/vardescr.cmake | 4 + dox/dev_guides/upgrade/upgrade.md | 2 +- dox/overview/overview.md | 30 +- src/AIS/AIS_ConcentricRelation.cxx | 6 +- src/AIS/AIS_InteractiveContext_1.cxx | 4 +- src/AIS/AIS_LocalContext_1.cxx | 8 +- src/BOPDS/BOPDS_PassKey.cxx | 4 - src/BOPDS/BOPDS_PaveBlock.cxx | 4 - src/DDF/DDF_IOStream.hxx | 5 - src/DPrsStd/DPrsStd.cxx | 5 - src/Draw/Draw_Viewer.cxx | 3 +- src/Geom/Geom_Ellipse.cxx | 3 +- src/Graphic3d/Graphic3d_Texture1D.cxx | 10 +- src/Graphic3d/Graphic3d_Texture2D.cxx | 10 +- src/Graphic3d/Graphic3d_TextureEnv.cxx | 10 +- src/HLRAlgo/HLRAlgo_PolyData.cxx | 8 +- src/HLRAlgo/HLRAlgo_PolyInternalData.cxx | 16 +- src/HLRBRep/HLRBRep_InternalAlgo.cxx | 12 +- src/IGESSelect/IGESSelect_IGESTypeForm.hxx | 4 + src/IVtkDraw/IVtkDraw.cxx | 8 +- src/IVtkDraw/IVtkDraw_Interactor.cxx | 28 +- src/IVtkTools/IVtkTools_DisplayModeFilter.hxx | 9 + src/IVtkTools/IVtkTools_ShapeDataSource.hxx | 9 + src/IVtkTools/IVtkTools_ShapeObject.hxx | 9 + src/IVtkTools/IVtkTools_ShapePicker.hxx | 9 + src/IVtkTools/IVtkTools_SubPolyDataFilter.cxx | 2 +- src/IVtkTools/IVtkTools_SubPolyDataFilter.hxx | 9 + src/IntTools/IntTools.cxx | 4 - src/IntTools/IntTools_EdgeFace.cxx | 4 - src/Message/Message_ProgressScale.cxx | 10 +- src/OSD/OSD_Chronometer.cxx | 1 - src/OSD/OSD_DirectoryIterator.cxx | 1 - src/OSD/OSD_Disk.cxx | 3 - src/OSD/OSD_Environment.cxx | 1 - src/OSD/OSD_Error.cxx | 1 - src/OSD/OSD_FileIterator.cxx | 1 - src/OSD/OSD_FileNode.cxx | 1 - src/OSD/OSD_Host.cxx | 1 - src/OSD/OSD_Timer.cxx | 1 - src/OSD/OSD_signal.cxx | 4 +- src/OpenGl/OpenGl_Context_1.mm | 2 + src/OpenGl/OpenGl_Window_1.mm | 2 + src/PLib/FILES | 2 +- src/PLib/PLib_JacobiPolynomial.cxx | 3 +- ...l_0.hxx => PLib_JacobiPolynomial_Data.pxx} | 2 - src/Poly/Poly_CoherentNode.cxx | 4 - src/QANCollection/QANCollection_Stl.cxx | 4 +- .../RWStepAP214_ReadWriteModule.cxx | 4 +- src/STEPCAFControl/STEPCAFControl_Reader.cxx | 11 - .../SelectMgr_SelectableObjectSet.cxx | 4 +- src/SelectMgr/SelectMgr_ViewerSelector.cxx | 6 +- src/Standard/Standard_OutOfMemory.cxx | 4 + src/StdDrivers/StdDrivers.cxx | 5 - src/StdLDrivers/StdLDrivers.cxx | 4 - src/StepDimTol/StepDimTol_ToleranceZone.hxx | 5 + src/TNaming/TNaming_NCollections.hxx | 7 - src/TNaming/TNaming_Naming.cxx | 2 - src/TObjDRAW/TObjDRAW.cxx | 4 - src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx | 31 +- src/TopOpeBRepBuild/FILES | 5 - .../TopOpeBRepBuild_Builder.cxx | 958 +++- .../TopOpeBRepBuild_BuilderON.cxx | 3 - src/TopOpeBRepBuild/TopOpeBRepBuild_Fill.pxx | 186 - .../TopOpeBRepBuild_ShapeListOfShape.cxx | 29 +- .../TopOpeBRepBuild_SplitEdge.hxx | 202 - .../TopOpeBRepBuild_SplitFace.hxx | 464 -- .../TopOpeBRepBuild_SplitShapes.hxx | 161 - .../TopOpeBRepBuild_SplitSolid.pxx | 168 - .../TopOpeBRepBuild_WireEdgeClassifier.cxx | 2 - src/TopOpeBRepTool/FILES | 1 - src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx | 2 + src/TopOpeBRepTool/TopOpeBRepTool_PURGE.hxx | 14 +- src/TopOpeBRepTool/TopOpeBRepTool_SC.hxx | 3 - .../TopOpeBRepTool_TOPOLOGY.cxx | 21 - .../TopOpeBRepTool_TOPOLOGY.hxx | 2 - src/TopOpeBRepTool/TopOpeBRepTool_closing.cxx | 128 - src/TopOpeBRepTool/TopOpeBRepTool_define.hxx | 35 - src/TopOpeBRepTool/TopOpeBRepTool_faulty.cxx | 19 +- src/TopTrans/TopTrans_SurfaceTransition.cxx | 8 - src/VrmlData/VrmlData_Geometry.cxx | 19 - src/VrmlData/VrmlData_ShapeConvert.cxx | 11 - src/WNT/FILES | 1 - src/WNT/WNT_Uint.hxx | 44 - src/WNT/WNT_WClass.cxx | 4 +- src/WNT/WNT_WClass.hxx | 3 +- src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx | 5 - src/gp/gp_GTrsf.hxx | 5 +- src/gp/gp_Trsf.hxx | 5 + 91 files changed, 5213 insertions(+), 1746 deletions(-) create mode 100644 adm/cmake/cotire.cmake rename src/PLib/{PLib_JacobiPolynomial_0.hxx => PLib_JacobiPolynomial_Data.pxx} (99%) delete mode 100644 src/TopOpeBRepBuild/TopOpeBRepBuild_Fill.pxx delete mode 100644 src/TopOpeBRepBuild/TopOpeBRepBuild_SplitEdge.hxx delete mode 100644 src/TopOpeBRepBuild/TopOpeBRepBuild_SplitFace.hxx delete mode 100644 src/TopOpeBRepBuild/TopOpeBRepBuild_SplitShapes.hxx delete mode 100644 src/TopOpeBRepBuild/TopOpeBRepBuild_SplitSolid.pxx delete mode 100644 src/TopOpeBRepTool/TopOpeBRepTool_closing.cxx delete mode 100644 src/WNT/WNT_Uint.hxx diff --git a/CMakeLists.txt b/CMakeLists.txt index 11177f6970..772803d0d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) +set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/adm/cmake") + set (CMAKE_SUPPRESS_REGENERATION TRUE) set (CMAKE_CONFIGURATION_TYPES Release Debug RelWithDebInfo CACHE INTERNAL "" FORCE) @@ -85,6 +87,31 @@ if (BUILD_WITH_DEBUG) set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS $<$:OCCT_DEBUG>) endif() +# option to enable or disable use of precompiled headers +if (NOT DEFINED BUILD_USE_PCH) + set (BUILD_USE_PCH OFF CACHE BOOL "${BUILD_USE_PCH_DESCR}") +endif() + +if (BUILD_USE_PCH) + + # Load Cotire tool for accelerating build procedure + include(cotire) + + # Set Cotire to ignore lxx, pxx, gxx + set (COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_EXTENSIONS "lxx;pxx;gxx" CACHE STRING "Set Cotire to ignore OCCT specific files that can be #included" FORCE) + + # Set priority for inclusion of system headers in PCH to reduce problems + # due to incomplete inclusion or wrong order. + if (WIN32) + # on Windows, assume that SDK (windows.h) is in default location + set(ProgramFilesX86 "ProgramFiles(x86)") + file(TO_CMAKE_PATH "$ENV{${ProgramFilesX86}}" ProgramFilesX86) + set_property (DIRECTORY PROPERTY COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH "${ProgramFilesX86}") + unset(ProgramFilesX86) + endif() + +endif() + # copy samples to install directory set (INSTALL_SAMPLES OFF CACHE BOOL "${INSTALL_SAMPLES_DESCR}") @@ -864,6 +891,8 @@ if (MSVC AND 3RDPARTY_DLL_DIRS) endif() endif() +message (STATUS "Info: \(${CURRENT_TIME}\) OCCT toolkits processed") + # samples do not support patch usage if (BUILD_MODULE_MfcSamples) set (OCCT_ROOT ${CMAKE_SOURCE_DIR}) @@ -882,6 +911,8 @@ if (BUILD_MODULE_MfcSamples) add_subdirectory(samples/mfc/standard/08_HLR) add_subdirectory(samples/mfc/standard/09_Animation) add_subdirectory(samples/mfc/standard/10_Convert) + + message (STATUS "Info: \(${CURRENT_TIME}\) MFC Sample projects added") endif() if (BUILD_MODULE_UwpSample) @@ -996,3 +1027,5 @@ endforeach() # Update generated OpenCASCADETargets-*.cmake files # to have correct paths to libraries depending on the configuration OCCT_UPDATE_TARGET_FILE () + +message (STATUS "Info: \(${CURRENT_TIME}\) OCCT configuration files prepared") diff --git a/adm/cmake/cotire.cmake b/adm/cmake/cotire.cmake new file mode 100644 index 0000000000..6cf0cb66a5 --- /dev/null +++ b/adm/cmake/cotire.cmake @@ -0,0 +1,4017 @@ +# - cotire (compile time reducer) +# +# See the cotire manual for usage hints. +# +#============================================================================= +# Copyright 2012-2016 Sascha Kratky +# +# Permission is hereby granted, free of charge, to any person +# obtaining a copy of this software and associated documentation +# files (the "Software"), to deal in the Software without +# restriction, including without limitation the rights to use, +# copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following +# conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +#============================================================================= + +if(__COTIRE_INCLUDED) + return() +endif() +set(__COTIRE_INCLUDED TRUE) + +# call cmake_minimum_required, but prevent modification of the CMake policy stack in include mode +# cmake_minimum_required also sets the policy version as a side effect, which we have to avoid +if (NOT CMAKE_SCRIPT_MODE_FILE) + cmake_policy(PUSH) +endif() +cmake_minimum_required(VERSION 2.8.12) +if (NOT CMAKE_SCRIPT_MODE_FILE) + cmake_policy(POP) +endif() + +set (COTIRE_CMAKE_MODULE_FILE "${CMAKE_CURRENT_LIST_FILE}") +set (COTIRE_CMAKE_MODULE_VERSION "1.7.9") + +# activate select policies +if (POLICY CMP0025) + # Compiler id for Apple Clang is now AppleClang + cmake_policy(SET CMP0025 NEW) +endif() + +if (POLICY CMP0026) + # disallow use of the LOCATION target property + cmake_policy(SET CMP0026 NEW) +endif() + +if (POLICY CMP0038) + # targets may not link directly to themselves + cmake_policy(SET CMP0038 NEW) +endif() + +if (POLICY CMP0039) + # utility targets may not have link dependencies + cmake_policy(SET CMP0039 NEW) +endif() + +if (POLICY CMP0040) + # target in the TARGET signature of add_custom_command() must exist + cmake_policy(SET CMP0040 NEW) +endif() + +if (POLICY CMP0045) + # error on non-existent target in get_target_property + cmake_policy(SET CMP0045 NEW) +endif() + +if (POLICY CMP0046) + # error on non-existent dependency in add_dependencies + cmake_policy(SET CMP0046 NEW) +endif() + +if (POLICY CMP0049) + # do not expand variables in target source entries + cmake_policy(SET CMP0049 NEW) +endif() + +if (POLICY CMP0050) + # disallow add_custom_command SOURCE signatures + cmake_policy(SET CMP0050 NEW) +endif() + +if (POLICY CMP0051) + # include TARGET_OBJECTS expressions in a target's SOURCES property + cmake_policy(SET CMP0051 NEW) +endif() + +if (POLICY CMP0053) + # simplify variable reference and escape sequence evaluation + cmake_policy(SET CMP0053 NEW) +endif() + +if (POLICY CMP0054) + # only interpret if() arguments as variables or keywords when unquoted + cmake_policy(SET CMP0054 NEW) +endif() + +include(CMakeParseArguments) +include(ProcessorCount) + +function (cotire_get_configuration_types _configsVar) + set (_configs "") + if (CMAKE_CONFIGURATION_TYPES) + list (APPEND _configs ${CMAKE_CONFIGURATION_TYPES}) + endif() + if (CMAKE_BUILD_TYPE) + list (APPEND _configs "${CMAKE_BUILD_TYPE}") + endif() + if (_configs) + list (REMOVE_DUPLICATES _configs) + set (${_configsVar} ${_configs} PARENT_SCOPE) + else() + set (${_configsVar} "None" PARENT_SCOPE) + endif() +endfunction() + +function (cotire_get_source_file_extension _sourceFile _extVar) + # get_filename_component returns extension from first occurrence of . in file name + # this function computes the extension from last occurrence of . in file name + string (FIND "${_sourceFile}" "." _index REVERSE) + if (_index GREATER -1) + math (EXPR _index "${_index} + 1") + string (SUBSTRING "${_sourceFile}" ${_index} -1 _sourceExt) + else() + set (_sourceExt "") + endif() + set (${_extVar} "${_sourceExt}" PARENT_SCOPE) +endfunction() + +macro (cotire_check_is_path_relative_to _path _isRelativeVar) + set (${_isRelativeVar} FALSE) + if (IS_ABSOLUTE "${_path}") + foreach (_dir ${ARGN}) + file (RELATIVE_PATH _relPath "${_dir}" "${_path}") + if (NOT _relPath OR (NOT IS_ABSOLUTE "${_relPath}" AND NOT "${_relPath}" MATCHES "^\\.\\.")) + set (${_isRelativeVar} TRUE) + break() + endif() + endforeach() + endif() +endmacro() + +function (cotire_filter_language_source_files _language _target _sourceFilesVar _excludedSourceFilesVar _cotiredSourceFilesVar) + if (CMAKE_${_language}_SOURCE_FILE_EXTENSIONS) + set (_languageExtensions "${CMAKE_${_language}_SOURCE_FILE_EXTENSIONS}") + else() + set (_languageExtensions "") + endif() + if (CMAKE_${_language}_IGNORE_EXTENSIONS) + set (_ignoreExtensions "${CMAKE_${_language}_IGNORE_EXTENSIONS}") + else() + set (_ignoreExtensions "") + endif() + if (COTIRE_UNITY_SOURCE_EXCLUDE_EXTENSIONS) + set (_excludeExtensions "${COTIRE_UNITY_SOURCE_EXCLUDE_EXTENSIONS}") + else() + set (_excludeExtensions "") + endif() + if (COTIRE_DEBUG AND _languageExtensions) + message (STATUS "${_language} source file extensions: ${_languageExtensions}") + endif() + if (COTIRE_DEBUG AND _ignoreExtensions) + message (STATUS "${_language} ignore extensions: ${_ignoreExtensions}") + endif() + if (COTIRE_DEBUG AND _excludeExtensions) + message (STATUS "${_language} exclude extensions: ${_excludeExtensions}") + endif() + if (CMAKE_VERSION VERSION_LESS "3.1.0") + set (_allSourceFiles ${ARGN}) + else() + # as of CMake 3.1 target sources may contain generator expressions + # since we cannot obtain required property information about source files added + # through generator expressions at configure time, we filter them out + string (GENEX_STRIP "${ARGN}" _allSourceFiles) + endif() + set (_filteredSourceFiles "") + set (_excludedSourceFiles "") + foreach (_sourceFile ${_allSourceFiles}) + get_source_file_property(_sourceIsHeaderOnly "${_sourceFile}" HEADER_FILE_ONLY) + get_source_file_property(_sourceIsExternal "${_sourceFile}" EXTERNAL_OBJECT) + get_source_file_property(_sourceIsSymbolic "${_sourceFile}" SYMBOLIC) + if (NOT _sourceIsHeaderOnly AND NOT _sourceIsExternal AND NOT _sourceIsSymbolic) + cotire_get_source_file_extension("${_sourceFile}" _sourceExt) + if (_sourceExt) + list (FIND _ignoreExtensions "${_sourceExt}" _ignoreIndex) + if (_ignoreIndex LESS 0) + list (FIND _excludeExtensions "${_sourceExt}" _excludeIndex) + if (_excludeIndex GREATER -1) + list (APPEND _excludedSourceFiles "${_sourceFile}") + else() + list (FIND _languageExtensions "${_sourceExt}" _sourceIndex) + if (_sourceIndex GREATER -1) + # consider source file unless it is excluded explicitly + get_source_file_property(_sourceIsExcluded "${_sourceFile}" COTIRE_EXCLUDED) + if (_sourceIsExcluded) + list (APPEND _excludedSourceFiles "${_sourceFile}") + else() + list (APPEND _filteredSourceFiles "${_sourceFile}") + endif() + else() + get_source_file_property(_sourceLanguage "${_sourceFile}" LANGUAGE) + if ("${_sourceLanguage}" STREQUAL "${_language}") + # add to excluded sources, if file is not ignored and has correct language without having the correct extension + list (APPEND _excludedSourceFiles "${_sourceFile}") + endif() + endif() + endif() + endif() + endif() + endif() + endforeach() + # separate filtered source files from already cotired ones + # the COTIRE_TARGET property of a source file may be set while a target is being processed by cotire + set (_sourceFiles "") + set (_cotiredSourceFiles "") + foreach (_sourceFile ${_filteredSourceFiles}) + get_source_file_property(_sourceIsCotired "${_sourceFile}" COTIRE_TARGET) + if (_sourceIsCotired) + list (APPEND _cotiredSourceFiles "${_sourceFile}") + else() + get_source_file_property(_sourceCompileFlags "${_sourceFile}" COMPILE_FLAGS) + if (_sourceCompileFlags) + # add to excluded sources, if file has custom compile flags + list (APPEND _excludedSourceFiles "${_sourceFile}") + else() + list (APPEND _sourceFiles "${_sourceFile}") + endif() + endif() + endforeach() + if (COTIRE_DEBUG) + if (_sourceFiles) + message (STATUS "Filtered ${_target} ${_language} sources: ${_sourceFiles}") + endif() + if (_excludedSourceFiles) + message (STATUS "Excluded ${_target} ${_language} sources: ${_excludedSourceFiles}") + endif() + if (_cotiredSourceFiles) + message (STATUS "Cotired ${_target} ${_language} sources: ${_cotiredSourceFiles}") + endif() + endif() + set (${_sourceFilesVar} ${_sourceFiles} PARENT_SCOPE) + set (${_excludedSourceFilesVar} ${_excludedSourceFiles} PARENT_SCOPE) + set (${_cotiredSourceFilesVar} ${_cotiredSourceFiles} PARENT_SCOPE) +endfunction() + +function (cotire_get_objects_with_property_on _filteredObjectsVar _property _type) + set (_filteredObjects "") + foreach (_object ${ARGN}) + get_property(_isSet ${_type} "${_object}" PROPERTY ${_property} SET) + if (_isSet) + get_property(_propertyValue ${_type} "${_object}" PROPERTY ${_property}) + if (_propertyValue) + list (APPEND _filteredObjects "${_object}") + endif() + endif() + endforeach() + set (${_filteredObjectsVar} ${_filteredObjects} PARENT_SCOPE) +endfunction() + +function (cotire_get_objects_with_property_off _filteredObjectsVar _property _type) + set (_filteredObjects "") + foreach (_object ${ARGN}) + get_property(_isSet ${_type} "${_object}" PROPERTY ${_property} SET) + if (_isSet) + get_property(_propertyValue ${_type} "${_object}" PROPERTY ${_property}) + if (NOT _propertyValue) + list (APPEND _filteredObjects "${_object}") + endif() + endif() + endforeach() + set (${_filteredObjectsVar} ${_filteredObjects} PARENT_SCOPE) +endfunction() + +function (cotire_get_source_file_property_values _valuesVar _property) + set (_values "") + foreach (_sourceFile ${ARGN}) + get_source_file_property(_propertyValue "${_sourceFile}" ${_property}) + if (_propertyValue) + list (APPEND _values "${_propertyValue}") + endif() + endforeach() + set (${_valuesVar} ${_values} PARENT_SCOPE) +endfunction() + +function (cotire_resolve_config_properites _configurations _propertiesVar) + set (_properties "") + foreach (_property ${ARGN}) + if ("${_property}" MATCHES "") + foreach (_config ${_configurations}) + string (TOUPPER "${_config}" _upperConfig) + string (REPLACE "" "${_upperConfig}" _configProperty "${_property}") + list (APPEND _properties ${_configProperty}) + endforeach() + else() + list (APPEND _properties ${_property}) + endif() + endforeach() + set (${_propertiesVar} ${_properties} PARENT_SCOPE) +endfunction() + +function (cotire_copy_set_properites _configurations _type _source _target) + cotire_resolve_config_properites("${_configurations}" _properties ${ARGN}) + foreach (_property ${_properties}) + get_property(_isSet ${_type} ${_source} PROPERTY ${_property} SET) + if (_isSet) + get_property(_propertyValue ${_type} ${_source} PROPERTY ${_property}) + set_property(${_type} ${_target} PROPERTY ${_property} "${_propertyValue}") + endif() + endforeach() +endfunction() + +function (cotire_get_target_usage_requirements _target _targetRequirementsVar) + set (_targetRequirements "") + get_target_property(_librariesToProcess ${_target} LINK_LIBRARIES) + while (_librariesToProcess) + # remove from head + list (GET _librariesToProcess 0 _library) + list (REMOVE_AT _librariesToProcess 0) + if (TARGET ${_library}) + list (FIND _targetRequirements ${_library} _index) + if (_index LESS 0) + list (APPEND _targetRequirements ${_library}) + # BFS traversal of transitive libraries + get_target_property(_libraries ${_library} INTERFACE_LINK_LIBRARIES) + if (_libraries) + list (APPEND _librariesToProcess ${_libraries}) + list (REMOVE_DUPLICATES _librariesToProcess) + endif() + endif() + endif() + endwhile() + set (${_targetRequirementsVar} ${_targetRequirements} PARENT_SCOPE) +endfunction() + +function (cotire_filter_compile_flags _language _flagFilter _matchedOptionsVar _unmatchedOptionsVar) + if (WIN32 AND CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + set (_flagPrefix "[/-]") + else() + set (_flagPrefix "--?") + endif() + set (_optionFlag "") + set (_matchedOptions "") + set (_unmatchedOptions "") + foreach (_compileFlag ${ARGN}) + if (_compileFlag) + if (_optionFlag AND NOT "${_compileFlag}" MATCHES "^${_flagPrefix}") + # option with separate argument + list (APPEND _matchedOptions "${_compileFlag}") + set (_optionFlag "") + elseif ("${_compileFlag}" MATCHES "^(${_flagPrefix})(${_flagFilter})$") + # remember option + set (_optionFlag "${CMAKE_MATCH_2}") + elseif ("${_compileFlag}" MATCHES "^(${_flagPrefix})(${_flagFilter})(.+)$") + # option with joined argument + list (APPEND _matchedOptions "${CMAKE_MATCH_3}") + set (_optionFlag "") + else() + # flush remembered option + if (_optionFlag) + list (APPEND _matchedOptions "${_optionFlag}") + set (_optionFlag "") + endif() + # add to unfiltered options + list (APPEND _unmatchedOptions "${_compileFlag}") + endif() + endif() + endforeach() + if (_optionFlag) + list (APPEND _matchedOptions "${_optionFlag}") + endif() + if (COTIRE_DEBUG AND _matchedOptions) + message (STATUS "Filter ${_flagFilter} matched: ${_matchedOptions}") + endif() + if (COTIRE_DEBUG AND _unmatchedOptions) + message (STATUS "Filter ${_flagFilter} unmatched: ${_unmatchedOptions}") + endif() + set (${_matchedOptionsVar} ${_matchedOptions} PARENT_SCOPE) + set (${_unmatchedOptionsVar} ${_unmatchedOptions} PARENT_SCOPE) +endfunction() + +function (cotire_is_target_supported _target _isSupportedVar) + if (NOT TARGET "${_target}") + set (${_isSupportedVar} FALSE PARENT_SCOPE) + return() + endif() + get_target_property(_imported ${_target} IMPORTED) + if (_imported) + set (${_isSupportedVar} FALSE PARENT_SCOPE) + return() + endif() + get_target_property(_targetType ${_target} TYPE) + if (NOT _targetType MATCHES "EXECUTABLE|(STATIC|SHARED|MODULE|OBJECT)_LIBRARY") + set (${_isSupportedVar} FALSE PARENT_SCOPE) + return() + endif() + set (${_isSupportedVar} TRUE PARENT_SCOPE) +endfunction() + +function (cotire_get_target_compile_flags _config _language _target _flagsVar) + string (TOUPPER "${_config}" _upperConfig) + # collect options from CMake language variables + set (_compileFlags "") + if (CMAKE_${_language}_FLAGS) + set (_compileFlags "${_compileFlags} ${CMAKE_${_language}_FLAGS}") + endif() + if (CMAKE_${_language}_FLAGS_${_upperConfig}) + set (_compileFlags "${_compileFlags} ${CMAKE_${_language}_FLAGS_${_upperConfig}}") + endif() + if (_target) + # add target compile flags + get_target_property(_targetflags ${_target} COMPILE_FLAGS) + if (_targetflags) + set (_compileFlags "${_compileFlags} ${_targetflags}") + endif() + endif() + if (UNIX) + separate_arguments(_compileFlags UNIX_COMMAND "${_compileFlags}") + elseif(WIN32) + separate_arguments(_compileFlags WINDOWS_COMMAND "${_compileFlags}") + else() + separate_arguments(_compileFlags) + endif() + # target compile options + if (_target) + get_target_property(_targetOptions ${_target} COMPILE_OPTIONS) + if (_targetOptions) + list (APPEND _compileFlags ${_targetOptions}) + endif() + endif() + # interface compile options from linked library targets + if (_target) + set (_linkedTargets "") + cotire_get_target_usage_requirements(${_target} _linkedTargets) + foreach (_linkedTarget ${_linkedTargets}) + get_target_property(_targetOptions ${_linkedTarget} INTERFACE_COMPILE_OPTIONS) + if (_targetOptions) + list (APPEND _compileFlags ${_targetOptions}) + endif() + endforeach() + endif() + # handle language standard properties + if (CMAKE_${_language}_STANDARD_DEFAULT) + # used compiler supports language standard levels + if (_target) + get_target_property(_targetLanguageStandard ${_target} ${_language}_STANDARD) + if (_targetLanguageStandard) + set (_type "EXTENSION") + get_property(_isSet TARGET ${_target} PROPERTY ${_language}_EXTENSIONS SET) + if (_isSet) + get_target_property(_targetUseLanguageExtensions ${_target} ${_language}_EXTENSIONS) + if (NOT _targetUseLanguageExtensions) + set (_type "STANDARD") + endif() + endif() + if (CMAKE_${_language}${_targetLanguageStandard}_${_type}_COMPILE_OPTION) + list (APPEND _compileFlags "${CMAKE_${_language}${_targetLanguageStandard}_${_type}_COMPILE_OPTION}") + endif() + endif() + endif() + endif() + # handle the POSITION_INDEPENDENT_CODE target property + if (_target) + get_target_property(_targetPIC ${_target} POSITION_INDEPENDENT_CODE) + if (_targetPIC) + get_target_property(_targetType ${_target} TYPE) + if (_targetType STREQUAL "EXECUTABLE" AND CMAKE_${_language}_COMPILE_OPTIONS_PIE) + list (APPEND _compileFlags "${CMAKE_${_language}_COMPILE_OPTIONS_PIE}") + elseif (CMAKE_${_language}_COMPILE_OPTIONS_PIC) + list (APPEND _compileFlags "${CMAKE_${_language}_COMPILE_OPTIONS_PIC}") + endif() + endif() + endif() + # handle visibility target properties + if (_target) + get_target_property(_targetVisibility ${_target} ${_language}_VISIBILITY_PRESET) + if (_targetVisibility AND CMAKE_${_language}_COMPILE_OPTIONS_VISIBILITY) + list (APPEND _compileFlags "${CMAKE_${_language}_COMPILE_OPTIONS_VISIBILITY}${_targetVisibility}") + endif() + get_target_property(_targetVisibilityInlines ${_target} VISIBILITY_INLINES_HIDDEN) + if (_targetVisibilityInlines AND CMAKE_${_language}_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN) + list (APPEND _compileFlags "${CMAKE_${_language}_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN}") + endif() + endif() + # platform specific flags + if (APPLE) + get_target_property(_architectures ${_target} OSX_ARCHITECTURES_${_upperConfig}) + if (NOT _architectures) + get_target_property(_architectures ${_target} OSX_ARCHITECTURES) + endif() + if (_architectures) + foreach (_arch ${_architectures}) + list (APPEND _compileFlags "-arch" "${_arch}") + endforeach() + endif() + if (CMAKE_OSX_SYSROOT) + if (CMAKE_${_language}_SYSROOT_FLAG) + list (APPEND _compileFlags "${CMAKE_${_language}_SYSROOT_FLAG}" "${CMAKE_OSX_SYSROOT}") + else() + list (APPEND _compileFlags "-isysroot" "${CMAKE_OSX_SYSROOT}") + endif() + endif() + if (CMAKE_OSX_DEPLOYMENT_TARGET) + if (CMAKE_${_language}_OSX_DEPLOYMENT_TARGET_FLAG) + list (APPEND _compileFlags "${CMAKE_${_language}_OSX_DEPLOYMENT_TARGET_FLAG}${CMAKE_OSX_DEPLOYMENT_TARGET}") + else() + list (APPEND _compileFlags "-mmacosx-version-min=${CMAKE_OSX_DEPLOYMENT_TARGET}") + endif() + endif() + endif() + if (COTIRE_DEBUG AND _compileFlags) + message (STATUS "Target ${_target} compile flags: ${_compileFlags}") + endif() + set (${_flagsVar} ${_compileFlags} PARENT_SCOPE) +endfunction() + +function (cotire_get_target_include_directories _config _language _target _includeDirsVar _systemIncludeDirsVar) + set (_includeDirs "") + set (_systemIncludeDirs "") + # default include dirs + if (CMAKE_INCLUDE_CURRENT_DIR) + list (APPEND _includeDirs "${CMAKE_CURRENT_BINARY_DIR}") + list (APPEND _includeDirs "${CMAKE_CURRENT_SOURCE_DIR}") + endif() + set (_targetFlags "") + cotire_get_target_compile_flags("${_config}" "${_language}" "${_target}" _targetFlags) + # parse additional include directories from target compile flags + if (CMAKE_INCLUDE_FLAG_${_language}) + string (STRIP "${CMAKE_INCLUDE_FLAG_${_language}}" _includeFlag) + string (REGEX REPLACE "^[-/]+" "" _includeFlag "${_includeFlag}") + if (_includeFlag) + set (_dirs "") + cotire_filter_compile_flags("${_language}" "${_includeFlag}" _dirs _ignore ${_targetFlags}) + if (_dirs) + list (APPEND _includeDirs ${_dirs}) + endif() + endif() + endif() + # parse additional system include directories from target compile flags + if (CMAKE_INCLUDE_SYSTEM_FLAG_${_language}) + string (STRIP "${CMAKE_INCLUDE_SYSTEM_FLAG_${_language}}" _includeFlag) + string (REGEX REPLACE "^[-/]+" "" _includeFlag "${_includeFlag}") + if (_includeFlag) + set (_dirs "") + cotire_filter_compile_flags("${_language}" "${_includeFlag}" _dirs _ignore ${_targetFlags}) + if (_dirs) + list (APPEND _systemIncludeDirs ${_dirs}) + endif() + endif() + endif() + # target include directories + get_directory_property(_dirs DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" INCLUDE_DIRECTORIES) + if (_target) + get_target_property(_targetDirs ${_target} INCLUDE_DIRECTORIES) + if (_targetDirs) + list (APPEND _dirs ${_targetDirs}) + endif() + get_target_property(_targetDirs ${_target} INTERFACE_SYSTEM_INCLUDE_DIRECTORIES) + if (_targetDirs) + list (APPEND _systemIncludeDirs ${_targetDirs}) + endif() + endif() + # interface include directories from linked library targets + if (_target) + set (_linkedTargets "") + cotire_get_target_usage_requirements(${_target} _linkedTargets) + foreach (_linkedTarget ${_linkedTargets}) + get_target_property(_linkedTargetType ${_linkedTarget} TYPE) + if (CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE AND NOT CMAKE_VERSION VERSION_LESS "3.4.0" AND + _linkedTargetType MATCHES "(STATIC|SHARED|MODULE|OBJECT)_LIBRARY") + # CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE refers to CMAKE_CURRENT_BINARY_DIR and CMAKE_CURRENT_SOURCE_DIR + # at the time, when the target was created. These correspond to the target properties BINARY_DIR and SOURCE_DIR + # which are only available with CMake 3.4 or later. + get_target_property(_targetDirs ${_linkedTarget} BINARY_DIR) + if (_targetDirs) + list (APPEND _dirs ${_targetDirs}) + endif() + get_target_property(_targetDirs ${_linkedTarget} SOURCE_DIR) + if (_targetDirs) + list (APPEND _dirs ${_targetDirs}) + endif() + endif() + get_target_property(_targetDirs ${_linkedTarget} INTERFACE_INCLUDE_DIRECTORIES) + if (_targetDirs) + list (APPEND _dirs ${_targetDirs}) + endif() + get_target_property(_targetDirs ${_linkedTarget} INTERFACE_SYSTEM_INCLUDE_DIRECTORIES) + if (_targetDirs) + list (APPEND _systemIncludeDirs ${_targetDirs}) + endif() + endforeach() + endif() + if (dirs) + list (REMOVE_DUPLICATES _dirs) + endif() + list (LENGTH _includeDirs _projectInsertIndex) + foreach (_dir ${_dirs}) + if (CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE) + cotire_check_is_path_relative_to("${_dir}" _isRelative "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}") + if (_isRelative) + list (LENGTH _includeDirs _len) + if (_len EQUAL _projectInsertIndex) + list (APPEND _includeDirs "${_dir}") + else() + list (INSERT _includeDirs _projectInsertIndex "${_dir}") + endif() + math (EXPR _projectInsertIndex "${_projectInsertIndex} + 1") + else() + list (APPEND _includeDirs "${_dir}") + endif() + else() + list (APPEND _includeDirs "${_dir}") + endif() + endforeach() + list (REMOVE_DUPLICATES _includeDirs) + list (REMOVE_DUPLICATES _systemIncludeDirs) + if (CMAKE_${_language}_IMPLICIT_INCLUDE_DIRECTORIES) + list (REMOVE_ITEM _includeDirs ${CMAKE_${_language}_IMPLICIT_INCLUDE_DIRECTORIES}) + endif() + if (WIN32) + # convert Windows paths in include directories to CMake paths + if (_includeDirs) + set (_paths "") + foreach (_dir ${_includeDirs}) + file (TO_CMAKE_PATH "${_dir}" _path) + list (APPEND _paths "${_path}") + endforeach() + set (_includeDirs ${_paths}) + endif() + if (_systemIncludeDirs) + set (_paths "") + foreach (_dir ${_systemIncludeDirs}) + file (TO_CMAKE_PATH "${_dir}" _path) + list (APPEND _paths "${_path}") + endforeach() + set (_systemIncludeDirs ${_paths}) + endif() + endif() + if (COTIRE_DEBUG AND _includeDirs) + message (STATUS "Target ${_target} include dirs: ${_includeDirs}") + endif() + set (${_includeDirsVar} ${_includeDirs} PARENT_SCOPE) + if (COTIRE_DEBUG AND _systemIncludeDirs) + message (STATUS "Target ${_target} system include dirs: ${_systemIncludeDirs}") + endif() + set (${_systemIncludeDirsVar} ${_systemIncludeDirs} PARENT_SCOPE) +endfunction() + +function (cotire_get_target_export_symbol _target _exportSymbolVar) + set (_exportSymbol "") + get_target_property(_targetType ${_target} TYPE) + get_target_property(_enableExports ${_target} ENABLE_EXPORTS) + if (_targetType MATCHES "(SHARED|MODULE)_LIBRARY" OR + (_targetType STREQUAL "EXECUTABLE" AND _enableExports)) + get_target_property(_exportSymbol ${_target} DEFINE_SYMBOL) + if (NOT _exportSymbol) + set (_exportSymbol "${_target}_EXPORTS") + endif() + string (MAKE_C_IDENTIFIER "${_exportSymbol}" _exportSymbol) + endif() + set (${_exportSymbolVar} ${_exportSymbol} PARENT_SCOPE) +endfunction() + +function (cotire_get_target_compile_definitions _config _language _target _definitionsVar) + string (TOUPPER "${_config}" _upperConfig) + set (_configDefinitions "") + # CMAKE_INTDIR for multi-configuration build systems + if (NOT "${CMAKE_CFG_INTDIR}" STREQUAL ".") + list (APPEND _configDefinitions "CMAKE_INTDIR=\"${_config}\"") + endif() + # target export define symbol + cotire_get_target_export_symbol("${_target}" _defineSymbol) + if (_defineSymbol) + list (APPEND _configDefinitions "${_defineSymbol}") + endif() + # directory compile definitions + get_directory_property(_definitions DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" COMPILE_DEFINITIONS) + if (_definitions) + list (APPEND _configDefinitions ${_definitions}) + endif() + get_directory_property(_definitions DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" COMPILE_DEFINITIONS_${_upperConfig}) + if (_definitions) + list (APPEND _configDefinitions ${_definitions}) + endif() + # target compile definitions + get_target_property(_definitions ${_target} COMPILE_DEFINITIONS) + if (_definitions) + list (APPEND _configDefinitions ${_definitions}) + endif() + get_target_property(_definitions ${_target} COMPILE_DEFINITIONS_${_upperConfig}) + if (_definitions) + list (APPEND _configDefinitions ${_definitions}) + endif() + # interface compile definitions from linked library targets + set (_linkedTargets "") + cotire_get_target_usage_requirements(${_target} _linkedTargets) + foreach (_linkedTarget ${_linkedTargets}) + get_target_property(_definitions ${_linkedTarget} INTERFACE_COMPILE_DEFINITIONS) + if (_definitions) + list (APPEND _configDefinitions ${_definitions}) + endif() + endforeach() + # parse additional compile definitions from target compile flags + # and don't look at directory compile definitions, which we already handled + set (_targetFlags "") + cotire_get_target_compile_flags("${_config}" "${_language}" "${_target}" _targetFlags) + cotire_filter_compile_flags("${_language}" "D" _definitions _ignore ${_targetFlags}) + if (_definitions) + list (APPEND _configDefinitions ${_definitions}) + endif() + list (REMOVE_DUPLICATES _configDefinitions) + if (COTIRE_DEBUG AND _configDefinitions) + message (STATUS "Target ${_target} compile definitions: ${_configDefinitions}") + endif() + set (${_definitionsVar} ${_configDefinitions} PARENT_SCOPE) +endfunction() + +function (cotire_get_target_compiler_flags _config _language _target _compilerFlagsVar) + # parse target compile flags omitting compile definitions and include directives + set (_targetFlags "") + cotire_get_target_compile_flags("${_config}" "${_language}" "${_target}" _targetFlags) + set (_flagFilter "D") + if (CMAKE_INCLUDE_FLAG_${_language}) + string (STRIP "${CMAKE_INCLUDE_FLAG_${_language}}" _includeFlag) + string (REGEX REPLACE "^[-/]+" "" _includeFlag "${_includeFlag}") + if (_includeFlag) + set (_flagFilter "${_flagFilter}|${_includeFlag}") + endif() + endif() + if (CMAKE_INCLUDE_SYSTEM_FLAG_${_language}) + string (STRIP "${CMAKE_INCLUDE_SYSTEM_FLAG_${_language}}" _includeFlag) + string (REGEX REPLACE "^[-/]+" "" _includeFlag "${_includeFlag}") + if (_includeFlag) + set (_flagFilter "${_flagFilter}|${_includeFlag}") + endif() + endif() + set (_compilerFlags "") + cotire_filter_compile_flags("${_language}" "${_flagFilter}" _ignore _compilerFlags ${_targetFlags}) + if (COTIRE_DEBUG AND _compilerFlags) + message (STATUS "Target ${_target} compiler flags: ${_compilerFlags}") + endif() + set (${_compilerFlagsVar} ${_compilerFlags} PARENT_SCOPE) +endfunction() + +function (cotire_add_sys_root_paths _pathsVar) + if (APPLE) + if (CMAKE_OSX_SYSROOT AND CMAKE_${_language}_HAS_ISYSROOT) + foreach (_path IN LISTS ${_pathsVar}) + if (IS_ABSOLUTE "${_path}") + get_filename_component(_path "${CMAKE_OSX_SYSROOT}/${_path}" ABSOLUTE) + if (EXISTS "${_path}") + list (APPEND ${_pathsVar} "${_path}") + endif() + endif() + endforeach() + endif() + endif() + set (${_pathsVar} ${${_pathsVar}} PARENT_SCOPE) +endfunction() + +function (cotire_get_source_extra_properties _sourceFile _pattern _resultVar) + set (_extraProperties ${ARGN}) + set (_result "") + if (_extraProperties) + list (FIND _extraProperties "${_sourceFile}" _index) + if (_index GREATER -1) + math (EXPR _index "${_index} + 1") + list (LENGTH _extraProperties _len) + math (EXPR _len "${_len} - 1") + foreach (_index RANGE ${_index} ${_len}) + list (GET _extraProperties ${_index} _value) + if (_value MATCHES "${_pattern}") + list (APPEND _result "${_value}") + else() + break() + endif() + endforeach() + endif() + endif() + set (${_resultVar} ${_result} PARENT_SCOPE) +endfunction() + +function (cotire_get_source_compile_definitions _config _language _sourceFile _definitionsVar) + set (_compileDefinitions "") + if (NOT CMAKE_SCRIPT_MODE_FILE) + string (TOUPPER "${_config}" _upperConfig) + get_source_file_property(_definitions "${_sourceFile}" COMPILE_DEFINITIONS) + if (_definitions) + list (APPEND _compileDefinitions ${_definitions}) + endif() + get_source_file_property(_definitions "${_sourceFile}" COMPILE_DEFINITIONS_${_upperConfig}) + if (_definitions) + list (APPEND _compileDefinitions ${_definitions}) + endif() + endif() + cotire_get_source_extra_properties("${_sourceFile}" "^[a-zA-Z0-9_]+(=.*)?$" _definitions ${ARGN}) + if (_definitions) + list (APPEND _compileDefinitions ${_definitions}) + endif() + if (COTIRE_DEBUG AND _compileDefinitions) + message (STATUS "Source ${_sourceFile} compile definitions: ${_compileDefinitions}") + endif() + set (${_definitionsVar} ${_compileDefinitions} PARENT_SCOPE) +endfunction() + +function (cotire_get_source_files_compile_definitions _config _language _definitionsVar) + set (_configDefinitions "") + foreach (_sourceFile ${ARGN}) + cotire_get_source_compile_definitions("${_config}" "${_language}" "${_sourceFile}" _sourceDefinitions) + if (_sourceDefinitions) + list (APPEND _configDefinitions "${_sourceFile}" ${_sourceDefinitions} "-") + endif() + endforeach() + set (${_definitionsVar} ${_configDefinitions} PARENT_SCOPE) +endfunction() + +function (cotire_get_source_undefs _sourceFile _property _sourceUndefsVar) + set (_sourceUndefs "") + if (NOT CMAKE_SCRIPT_MODE_FILE) + get_source_file_property(_undefs "${_sourceFile}" ${_property}) + if (_undefs) + list (APPEND _sourceUndefs ${_undefs}) + endif() + endif() + cotire_get_source_extra_properties("${_sourceFile}" "^[a-zA-Z0-9_]+$" _undefs ${ARGN}) + if (_undefs) + list (APPEND _sourceUndefs ${_undefs}) + endif() + if (COTIRE_DEBUG AND _sourceUndefs) + message (STATUS "Source ${_sourceFile} ${_property} undefs: ${_sourceUndefs}") + endif() + set (${_sourceUndefsVar} ${_sourceUndefs} PARENT_SCOPE) +endfunction() + +function (cotire_get_source_files_undefs _property _sourceUndefsVar) + set (_sourceUndefs "") + foreach (_sourceFile ${ARGN}) + cotire_get_source_undefs("${_sourceFile}" ${_property} _undefs) + if (_undefs) + list (APPEND _sourceUndefs "${_sourceFile}" ${_undefs} "-") + endif() + endforeach() + set (${_sourceUndefsVar} ${_sourceUndefs} PARENT_SCOPE) +endfunction() + +macro (cotire_set_cmd_to_prologue _cmdVar) + set (${_cmdVar} "${CMAKE_COMMAND}") + if (COTIRE_DEBUG) + list (APPEND ${_cmdVar} "--warn-uninitialized") + endif() + list (APPEND ${_cmdVar} "-DCOTIRE_BUILD_TYPE:STRING=$") + if (COTIRE_VERBOSE) + list (APPEND ${_cmdVar} "-DCOTIRE_VERBOSE:BOOL=ON") + elseif("${CMAKE_GENERATOR}" MATCHES "Makefiles") + list (APPEND ${_cmdVar} "-DCOTIRE_VERBOSE:BOOL=$(VERBOSE)") + endif() +endmacro() + +function (cotire_init_compile_cmd _cmdVar _language _compilerLauncher _compilerExe _compilerArg1) + if (NOT _compilerLauncher) + set (_compilerLauncher ${CMAKE_${_language}_COMPILER_LAUNCHER}) + endif() + if (NOT _compilerExe) + set (_compilerExe "${CMAKE_${_language}_COMPILER}") + endif() + if (NOT _compilerArg1) + set (_compilerArg1 ${CMAKE_${_language}_COMPILER_ARG1}) + endif() + string (STRIP "${_compilerArg1}" _compilerArg1) + if ("${CMAKE_GENERATOR}" MATCHES "Make|Ninja") + # compiler launcher is only supported for Makefile and Ninja + set (${_cmdVar} ${_compilerLauncher} "${_compilerExe}" ${_compilerArg1} PARENT_SCOPE) + else() + set (${_cmdVar} "${_compilerExe}" ${_compilerArg1} PARENT_SCOPE) + endif() +endfunction() + +macro (cotire_add_definitions_to_cmd _cmdVar _language) + foreach (_definition ${ARGN}) + if (WIN32 AND CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + list (APPEND ${_cmdVar} "/D${_definition}") + else() + list (APPEND ${_cmdVar} "-D${_definition}") + endif() + endforeach() +endmacro() + +function (cotire_add_includes_to_cmd _cmdVar _language _includesVar _systemIncludesVar) + set (_includeDirs ${${_includesVar}} ${${_systemIncludesVar}}) + if (_includeDirs) + list (REMOVE_DUPLICATES _includeDirs) + foreach (_include ${_includeDirs}) + if (WIN32 AND CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + file (TO_NATIVE_PATH "${_include}" _include) + list (APPEND ${_cmdVar} "${CMAKE_INCLUDE_FLAG_${_language}}${CMAKE_INCLUDE_FLAG_${_language}_SEP}${_include}") + else() + set (_index -1) + if ("${CMAKE_INCLUDE_SYSTEM_FLAG_${_language}}" MATCHES ".+") + list (FIND ${_systemIncludesVar} "${_include}" _index) + endif() + if (_index GREATER -1) + list (APPEND ${_cmdVar} "${CMAKE_INCLUDE_SYSTEM_FLAG_${_language}}${_include}") + else() + list (APPEND ${_cmdVar} "${CMAKE_INCLUDE_FLAG_${_language}}${CMAKE_INCLUDE_FLAG_${_language}_SEP}${_include}") + endif() + endif() + endforeach() + endif() + set (${_cmdVar} ${${_cmdVar}} PARENT_SCOPE) +endfunction() + +function (cotire_add_frameworks_to_cmd _cmdVar _language _includesVar _systemIncludesVar) + if (APPLE) + set (_frameworkDirs "") + foreach (_include ${${_includesVar}}) + if (IS_ABSOLUTE "${_include}" AND _include MATCHES "\\.framework$") + get_filename_component(_frameworkDir "${_include}" DIRECTORY) + list (APPEND _frameworkDirs "${_frameworkDir}") + endif() + endforeach() + set (_systemFrameworkDirs "") + foreach (_include ${${_systemIncludesVar}}) + if (IS_ABSOLUTE "${_include}" AND _include MATCHES "\\.framework$") + get_filename_component(_frameworkDir "${_include}" DIRECTORY) + list (APPEND _systemFrameworkDirs "${_frameworkDir}") + endif() + endforeach() + if (_systemFrameworkDirs) + list (APPEND _frameworkDirs ${_systemFrameworkDirs}) + endif() + if (_frameworkDirs) + list (REMOVE_DUPLICATES _frameworkDirs) + foreach (_frameworkDir ${_frameworkDirs}) + set (_index -1) + if ("${CMAKE_${_language}_SYSTEM_FRAMEWORK_SEARCH_FLAG}" MATCHES ".+") + list (FIND _systemFrameworkDirs "${_frameworkDir}" _index) + endif() + if (_index GREATER -1) + list (APPEND ${_cmdVar} "${CMAKE_${_language}_SYSTEM_FRAMEWORK_SEARCH_FLAG}${_frameworkDir}") + else() + list (APPEND ${_cmdVar} "${CMAKE_${_language}_FRAMEWORK_SEARCH_FLAG}${_frameworkDir}") + endif() + endforeach() + endif() + endif() + set (${_cmdVar} ${${_cmdVar}} PARENT_SCOPE) +endfunction() + +macro (cotire_add_compile_flags_to_cmd _cmdVar) + foreach (_flag ${ARGN}) + list (APPEND ${_cmdVar} "${_flag}") + endforeach() +endmacro() + +function (cotire_check_file_up_to_date _fileIsUpToDateVar _file) + if (EXISTS "${_file}") + set (_triggerFile "") + foreach (_dependencyFile ${ARGN}) + if (EXISTS "${_dependencyFile}") + # IS_NEWER_THAN returns TRUE if both files have the same timestamp + # thus we do the comparison in both directions to exclude ties + if ("${_dependencyFile}" IS_NEWER_THAN "${_file}" AND + NOT "${_file}" IS_NEWER_THAN "${_dependencyFile}") + set (_triggerFile "${_dependencyFile}") + break() + endif() + endif() + endforeach() + if (_triggerFile) + if (COTIRE_VERBOSE) + get_filename_component(_fileName "${_file}" NAME) + message (STATUS "${_fileName} update triggered by ${_triggerFile} change.") + endif() + set (${_fileIsUpToDateVar} FALSE PARENT_SCOPE) + else() + if (COTIRE_VERBOSE) + get_filename_component(_fileName "${_file}" NAME) + message (STATUS "${_fileName} is up-to-date.") + endif() + set (${_fileIsUpToDateVar} TRUE PARENT_SCOPE) + endif() + else() + if (COTIRE_VERBOSE) + get_filename_component(_fileName "${_file}" NAME) + message (STATUS "${_fileName} does not exist yet.") + endif() + set (${_fileIsUpToDateVar} FALSE PARENT_SCOPE) + endif() +endfunction() + +macro (cotire_find_closest_relative_path _headerFile _includeDirs _relPathVar) + set (${_relPathVar} "") + foreach (_includeDir ${_includeDirs}) + if (IS_DIRECTORY "${_includeDir}") + file (RELATIVE_PATH _relPath "${_includeDir}" "${_headerFile}") + if (NOT IS_ABSOLUTE "${_relPath}" AND NOT "${_relPath}" MATCHES "^\\.\\.") + string (LENGTH "${${_relPathVar}}" _closestLen) + string (LENGTH "${_relPath}" _relLen) + if (_closestLen EQUAL 0 OR _relLen LESS _closestLen) + set (${_relPathVar} "${_relPath}") + endif() + endif() + elseif ("${_includeDir}" STREQUAL "${_headerFile}") + # if path matches exactly, return short non-empty string + set (${_relPathVar} "1") + break() + endif() + endforeach() +endmacro() + +macro (cotire_check_header_file_location _headerFile _insideIncludeDirs _outsideIncludeDirs _headerIsInside) + # check header path against ignored and honored include directories + cotire_find_closest_relative_path("${_headerFile}" "${_insideIncludeDirs}" _insideRelPath) + if (_insideRelPath) + # header is inside, but could be become outside if there is a shorter outside match + cotire_find_closest_relative_path("${_headerFile}" "${_outsideIncludeDirs}" _outsideRelPath) + if (_outsideRelPath) + string (LENGTH "${_insideRelPath}" _insideRelPathLen) + string (LENGTH "${_outsideRelPath}" _outsideRelPathLen) + if (_outsideRelPathLen LESS _insideRelPathLen) + set (${_headerIsInside} FALSE) + else() + set (${_headerIsInside} TRUE) + endif() + else() + set (${_headerIsInside} TRUE) + endif() + else() + # header is outside + set (${_headerIsInside} FALSE) + endif() +endmacro() + +macro (cotire_check_ignore_header_file_path _headerFile _headerIsIgnoredVar) + if (NOT EXISTS "${_headerFile}") + set (${_headerIsIgnoredVar} TRUE) + elseif (IS_DIRECTORY "${_headerFile}") + set (${_headerIsIgnoredVar} TRUE) + elseif ("${_headerFile}" MATCHES "\\.\\.|[_-]fixed" AND "${_headerFile}" MATCHES "\\.h$") + # heuristic: ignore C headers with embedded parent directory references or "-fixed" or "_fixed" in path + # these often stem from using GCC #include_next tricks, which may break the precompiled header compilation + # with the error message "error: no include path in which to search for header.h" + set (${_headerIsIgnoredVar} TRUE) + else() + set (${_headerIsIgnoredVar} FALSE) + endif() +endmacro() + +macro (cotire_check_ignore_header_file_ext _headerFile _ignoreExtensionsVar _headerIsIgnoredVar) + # check header file extension + cotire_get_source_file_extension("${_headerFile}" _headerFileExt) + set (${_headerIsIgnoredVar} FALSE) + if (_headerFileExt) + list (FIND ${_ignoreExtensionsVar} "${_headerFileExt}" _index) + if (_index GREATER -1) + set (${_headerIsIgnoredVar} TRUE) + endif() + endif() +endmacro() + +macro (cotire_parse_line _line _headerFileVar _headerDepthVar) + if (MSVC) + # cl.exe /showIncludes output looks different depending on the language pack used, e.g.: + # English: "Note: including file: C:\directory\file" + # German: "Hinweis: Einlesen der Datei: C:\directory\file" + # We use a very general regular expression, relying on the presence of the : characters + if (_line MATCHES "( +)([a-zA-Z]:[^:]+)$") + # Visual Studio compiler output + string (LENGTH "${CMAKE_MATCH_1}" ${_headerDepthVar}) + get_filename_component(${_headerFileVar} "${CMAKE_MATCH_2}" ABSOLUTE) + else() + set (${_headerFileVar} "") + set (${_headerDepthVar} 0) + endif() + else() + if (_line MATCHES "^(\\.+) (.*)$") + # GCC like output + string (LENGTH "${CMAKE_MATCH_1}" ${_headerDepthVar}) + if (IS_ABSOLUTE "${CMAKE_MATCH_2}") + set (${_headerFileVar} "${CMAKE_MATCH_2}") + else() + get_filename_component(${_headerFileVar} "${CMAKE_MATCH_2}" REALPATH) + endif() + else() + set (${_headerFileVar} "") + set (${_headerDepthVar} 0) + endif() + endif() +endmacro() + +function (cotire_parse_includes _language _scanOutput _ignoredIncludeDirs _honoredIncludeDirs _ignoredExtensions _selectedIncludesVar _unparsedLinesVar) + if (WIN32) + # prevent CMake macro invocation errors due to backslash characters in Windows paths + string (REPLACE "\\" "/" _scanOutput "${_scanOutput}") + endif() + # canonize slashes + string (REPLACE "//" "/" _scanOutput "${_scanOutput}") + # prevent semicolon from being interpreted as a line separator + string (REPLACE ";" "\\;" _scanOutput "${_scanOutput}") + # then separate lines + string (REGEX REPLACE "\n" ";" _scanOutput "${_scanOutput}") + list (LENGTH _scanOutput _len) + # remove duplicate lines to speed up parsing + list (REMOVE_DUPLICATES _scanOutput) + list (LENGTH _scanOutput _uniqueLen) + if (COTIRE_VERBOSE OR COTIRE_DEBUG) + message (STATUS "Scanning ${_uniqueLen} unique lines of ${_len} for includes") + if (_ignoredExtensions) + message (STATUS "Ignored extensions: ${_ignoredExtensions}") + endif() + if (_ignoredIncludeDirs) + message (STATUS "Ignored paths: ${_ignoredIncludeDirs}") + endif() + if (_honoredIncludeDirs) + message (STATUS "Included paths: ${_honoredIncludeDirs}") + endif() + endif() + set (_sourceFiles ${ARGN}) + set (_selectedIncludes "") + set (_unparsedLines "") + # stack keeps track of inside/outside project status of processed header files + set (_headerIsInsideStack "") + foreach (_line IN LISTS _scanOutput) + if (_line) + cotire_parse_line("${_line}" _headerFile _headerDepth) + if (_headerFile) + cotire_check_header_file_location("${_headerFile}" "${_ignoredIncludeDirs}" "${_honoredIncludeDirs}" _headerIsInside) + if (COTIRE_DEBUG) + message (STATUS "${_headerDepth}: ${_headerFile} ${_headerIsInside}") + endif() + # update stack + list (LENGTH _headerIsInsideStack _stackLen) + if (_headerDepth GREATER _stackLen) + math (EXPR _stackLen "${_stackLen} + 1") + foreach (_index RANGE ${_stackLen} ${_headerDepth}) + list (APPEND _headerIsInsideStack ${_headerIsInside}) + endforeach() + else() + foreach (_index RANGE ${_headerDepth} ${_stackLen}) + list (REMOVE_AT _headerIsInsideStack -1) + endforeach() + list (APPEND _headerIsInsideStack ${_headerIsInside}) + endif() + if (COTIRE_DEBUG) + message (STATUS "${_headerIsInsideStack}") + endif() + # header is a candidate if it is outside project + if (NOT _headerIsInside) + # get parent header file's inside/outside status + if (_headerDepth GREATER 1) + math (EXPR _index "${_headerDepth} - 2") + list (GET _headerIsInsideStack ${_index} _parentHeaderIsInside) + else() + set (_parentHeaderIsInside TRUE) + endif() + # select header file if parent header file is inside project + # (e.g., a project header file that includes a standard header file) + if (_parentHeaderIsInside) + cotire_check_ignore_header_file_path("${_headerFile}" _headerIsIgnored) + if (NOT _headerIsIgnored) + cotire_check_ignore_header_file_ext("${_headerFile}" _ignoredExtensions _headerIsIgnored) + if (NOT _headerIsIgnored) + list (APPEND _selectedIncludes "${_headerFile}") + else() + # fix header's inside status on stack, it is ignored by extension now + list (REMOVE_AT _headerIsInsideStack -1) + list (APPEND _headerIsInsideStack TRUE) + endif() + endif() + if (COTIRE_DEBUG) + message (STATUS "${_headerFile} ${_ignoredExtensions} ${_headerIsIgnored}") + endif() + endif() + endif() + else() + if (MSVC) + # for cl.exe do not keep unparsed lines which solely consist of a source file name + string (FIND "${_sourceFiles}" "${_line}" _index) + if (_index LESS 0) + list (APPEND _unparsedLines "${_line}") + endif() + else() + list (APPEND _unparsedLines "${_line}") + endif() + endif() + endif() + endforeach() + list (REMOVE_DUPLICATES _selectedIncludes) + set (${_selectedIncludesVar} ${_selectedIncludes} PARENT_SCOPE) + set (${_unparsedLinesVar} ${_unparsedLines} PARENT_SCOPE) +endfunction() + +function (cotire_scan_includes _includesVar) + set(_options "") + set(_oneValueArgs COMPILER_ID COMPILER_EXECUTABLE COMPILER_ARG1 COMPILER_VERSION LANGUAGE UNPARSED_LINES SCAN_RESULT) + set(_multiValueArgs COMPILE_DEFINITIONS COMPILE_FLAGS INCLUDE_DIRECTORIES SYSTEM_INCLUDE_DIRECTORIES + IGNORE_PATH INCLUDE_PATH IGNORE_EXTENSIONS INCLUDE_PRIORITY_PATH COMPILER_LAUNCHER) + cmake_parse_arguments(_option "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) + set (_sourceFiles ${_option_UNPARSED_ARGUMENTS}) + if (NOT _option_LANGUAGE) + set (_option_LANGUAGE "CXX") + endif() + if (NOT _option_COMPILER_ID) + set (_option_COMPILER_ID "${CMAKE_${_option_LANGUAGE}_ID}") + endif() + if (NOT _option_COMPILER_VERSION) + set (_option_COMPILER_VERSION "${CMAKE_${_option_LANGUAGE}_COMPILER_VERSION}") + endif() + cotire_init_compile_cmd(_cmd "${_option_LANGUAGE}" "${_option_COMPILER_LAUNCHER}" "${_option_COMPILER_EXECUTABLE}" "${_option_COMPILER_ARG1}") + cotire_add_definitions_to_cmd(_cmd "${_option_LANGUAGE}" ${_option_COMPILE_DEFINITIONS}) + cotire_add_compile_flags_to_cmd(_cmd ${_option_COMPILE_FLAGS}) + cotire_add_includes_to_cmd(_cmd "${_option_LANGUAGE}" _option_INCLUDE_DIRECTORIES _option_SYSTEM_INCLUDE_DIRECTORIES) + cotire_add_frameworks_to_cmd(_cmd "${_option_LANGUAGE}" _option_INCLUDE_DIRECTORIES _option_SYSTEM_INCLUDE_DIRECTORIES) + cotire_add_makedep_flags("${_option_LANGUAGE}" "${_option_COMPILER_ID}" "${_option_COMPILER_VERSION}" _cmd) + # only consider existing source files for scanning + set (_existingSourceFiles "") + foreach (_sourceFile ${_sourceFiles}) + if (EXISTS "${_sourceFile}") + list (APPEND _existingSourceFiles "${_sourceFile}") + endif() + endforeach() + if (NOT _existingSourceFiles) + set (${_includesVar} "" PARENT_SCOPE) + return() + endif() + list (APPEND _cmd ${_existingSourceFiles}) + if (COTIRE_VERBOSE) + message (STATUS "execute_process: ${_cmd}") + endif() + if (_option_COMPILER_ID MATCHES "MSVC") + # cl.exe messes with the output streams unless the environment variable VS_UNICODE_OUTPUT is cleared + unset (ENV{VS_UNICODE_OUTPUT}) + endif() + execute_process( + COMMAND ${_cmd} + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + RESULT_VARIABLE _result + OUTPUT_QUIET + ERROR_VARIABLE _output) + if (_result) + message (STATUS "Result ${_result} scanning includes of ${_existingSourceFiles}.") + endif() + cotire_parse_includes( + "${_option_LANGUAGE}" "${_output}" + "${_option_IGNORE_PATH}" "${_option_INCLUDE_PATH}" + "${_option_IGNORE_EXTENSIONS}" + _includes _unparsedLines + ${_sourceFiles}) + if (_option_INCLUDE_PRIORITY_PATH) + set (_sortedIncludes "") + foreach (_priorityPath ${_option_INCLUDE_PRIORITY_PATH}) + foreach (_include ${_includes}) + string (FIND ${_include} ${_priorityPath} _position) + if (_position GREATER -1) + list (APPEND _sortedIncludes ${_include}) + endif() + endforeach() + endforeach() + if (_sortedIncludes) + list (INSERT _includes 0 ${_sortedIncludes}) + list (REMOVE_DUPLICATES _includes) + endif() + endif() + set (${_includesVar} ${_includes} PARENT_SCOPE) + if (_option_UNPARSED_LINES) + set (${_option_UNPARSED_LINES} ${_unparsedLines} PARENT_SCOPE) + endif() + if (_option_SCAN_RESULT) + set (${_option_SCAN_RESULT} ${_result} PARENT_SCOPE) + endif() +endfunction() + +macro (cotire_append_undefs _contentsVar) + set (_undefs ${ARGN}) + if (_undefs) + list (REMOVE_DUPLICATES _undefs) + foreach (_definition ${_undefs}) + list (APPEND ${_contentsVar} "#undef ${_definition}") + endforeach() + endif() +endmacro() + +macro (cotire_comment_str _language _commentText _commentVar) + if ("${_language}" STREQUAL "CMAKE") + set (${_commentVar} "# ${_commentText}") + else() + set (${_commentVar} "/* ${_commentText} */") + endif() +endmacro() + +function (cotire_write_file _language _file _contents _force) + get_filename_component(_moduleName "${COTIRE_CMAKE_MODULE_FILE}" NAME) + cotire_comment_str("${_language}" "${_moduleName} ${COTIRE_CMAKE_MODULE_VERSION} generated file" _header1) + cotire_comment_str("${_language}" "${_file}" _header2) + set (_contents "${_header1}\n${_header2}\n${_contents}") + if (COTIRE_DEBUG) + message (STATUS "${_contents}") + endif() + if (_force OR NOT EXISTS "${_file}") + file (WRITE "${_file}" "${_contents}") + else() + file (READ "${_file}" _oldContents) + if (NOT "${_oldContents}" STREQUAL "${_contents}") + file (WRITE "${_file}" "${_contents}") + else() + if (COTIRE_DEBUG) + message (STATUS "${_file} unchanged") + endif() + endif() + endif() +endfunction() + +function (cotire_generate_unity_source _unityFile) + set(_options "") + set(_oneValueArgs LANGUAGE) + set(_multiValueArgs + DEPENDS SOURCES_COMPILE_DEFINITIONS + PRE_UNDEFS SOURCES_PRE_UNDEFS POST_UNDEFS SOURCES_POST_UNDEFS PROLOGUE EPILOGUE) + cmake_parse_arguments(_option "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) + if (_option_DEPENDS) + cotire_check_file_up_to_date(_unityFileIsUpToDate "${_unityFile}" ${_option_DEPENDS}) + if (_unityFileIsUpToDate) + return() + endif() + endif() + set (_sourceFiles ${_option_UNPARSED_ARGUMENTS}) + if (NOT _option_PRE_UNDEFS) + set (_option_PRE_UNDEFS "") + endif() + if (NOT _option_SOURCES_PRE_UNDEFS) + set (_option_SOURCES_PRE_UNDEFS "") + endif() + if (NOT _option_POST_UNDEFS) + set (_option_POST_UNDEFS "") + endif() + if (NOT _option_SOURCES_POST_UNDEFS) + set (_option_SOURCES_POST_UNDEFS "") + endif() + set (_contents "") + if (_option_PROLOGUE) + list (APPEND _contents ${_option_PROLOGUE}) + endif() + if (_option_LANGUAGE AND _sourceFiles) + if ("${_option_LANGUAGE}" STREQUAL "CXX") + list (APPEND _contents "#ifdef __cplusplus") + elseif ("${_option_LANGUAGE}" STREQUAL "C") + list (APPEND _contents "#ifndef __cplusplus") + endif() + endif() + set (_compileUndefinitions "") + foreach (_sourceFile ${_sourceFiles}) + cotire_get_source_compile_definitions( + "${_option_CONFIGURATION}" "${_option_LANGUAGE}" "${_sourceFile}" _compileDefinitions + ${_option_SOURCES_COMPILE_DEFINITIONS}) + cotire_get_source_undefs("${_sourceFile}" COTIRE_UNITY_SOURCE_PRE_UNDEFS _sourcePreUndefs ${_option_SOURCES_PRE_UNDEFS}) + cotire_get_source_undefs("${_sourceFile}" COTIRE_UNITY_SOURCE_POST_UNDEFS _sourcePostUndefs ${_option_SOURCES_POST_UNDEFS}) + if (_option_PRE_UNDEFS) + list (APPEND _compileUndefinitions ${_option_PRE_UNDEFS}) + endif() + if (_sourcePreUndefs) + list (APPEND _compileUndefinitions ${_sourcePreUndefs}) + endif() + if (_compileUndefinitions) + cotire_append_undefs(_contents ${_compileUndefinitions}) + set (_compileUndefinitions "") + endif() + if (_sourcePostUndefs) + list (APPEND _compileUndefinitions ${_sourcePostUndefs}) + endif() + if (_option_POST_UNDEFS) + list (APPEND _compileUndefinitions ${_option_POST_UNDEFS}) + endif() + foreach (_definition ${_compileDefinitions}) + if (_definition MATCHES "^([a-zA-Z0-9_]+)=(.+)$") + list (APPEND _contents "#define ${CMAKE_MATCH_1} ${CMAKE_MATCH_2}") + list (INSERT _compileUndefinitions 0 "${CMAKE_MATCH_1}") + else() + list (APPEND _contents "#define ${_definition}") + list (INSERT _compileUndefinitions 0 "${_definition}") + endif() + endforeach() + # use absolute path as source file location + get_filename_component(_sourceFileLocation "${_sourceFile}" ABSOLUTE) + if (WIN32) + file (TO_NATIVE_PATH "${_sourceFileLocation}" _sourceFileLocation) + endif() + list (APPEND _contents "#include \"${_sourceFileLocation}\"") + endforeach() + if (_compileUndefinitions) + cotire_append_undefs(_contents ${_compileUndefinitions}) + set (_compileUndefinitions "") + endif() + if (_option_LANGUAGE AND _sourceFiles) + list (APPEND _contents "#endif") + endif() + if (_option_EPILOGUE) + list (APPEND _contents ${_option_EPILOGUE}) + endif() + list (APPEND _contents "") + string (REPLACE ";" "\n" _contents "${_contents}") + if (COTIRE_VERBOSE) + message ("${_contents}") + endif() + cotire_write_file("${_option_LANGUAGE}" "${_unityFile}" "${_contents}" TRUE) +endfunction() + +function (cotire_generate_prefix_header _prefixFile) + set(_options "") + set(_oneValueArgs LANGUAGE COMPILER_EXECUTABLE COMPILER_ARG1 COMPILER_ID COMPILER_VERSION) + set(_multiValueArgs DEPENDS COMPILE_DEFINITIONS COMPILE_FLAGS + INCLUDE_DIRECTORIES SYSTEM_INCLUDE_DIRECTORIES IGNORE_PATH INCLUDE_PATH + IGNORE_EXTENSIONS INCLUDE_PRIORITY_PATH COMPILER_LAUNCHER) + cmake_parse_arguments(_option "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) + if (NOT _option_COMPILER_ID) + set (_option_COMPILER_ID "${CMAKE_${_option_LANGUAGE}_ID}") + endif() + if (NOT _option_COMPILER_VERSION) + set (_option_COMPILER_VERSION "${CMAKE_${_option_LANGUAGE}_COMPILER_VERSION}") + endif() + if (_option_DEPENDS) + cotire_check_file_up_to_date(_prefixFileIsUpToDate "${_prefixFile}" ${_option_DEPENDS}) + if (_prefixFileIsUpToDate) + # create empty log file + set (_unparsedLinesFile "${_prefixFile}.log") + file (WRITE "${_unparsedLinesFile}" "") + return() + endif() + endif() + set (_prologue "") + set (_epilogue "") + if (_option_COMPILER_ID MATCHES "Clang") + set (_prologue "#pragma clang system_header") + elseif (_option_COMPILER_ID MATCHES "GNU") + set (_prologue "#pragma GCC system_header") + elseif (_option_COMPILER_ID MATCHES "MSVC") + set (_prologue "#pragma warning(push, 0)") + set (_epilogue "#pragma warning(pop)") + elseif (_option_COMPILER_ID MATCHES "Intel") + # Intel compiler requires hdrstop pragma to stop generating PCH file + set (_epilogue "#pragma hdrstop") + endif() + set (_sourceFiles ${_option_UNPARSED_ARGUMENTS}) + cotire_scan_includes(_selectedHeaders ${_sourceFiles} + LANGUAGE "${_option_LANGUAGE}" + COMPILER_LAUNCHER "${_option_COMPILER_LAUNCHER}" + COMPILER_EXECUTABLE "${_option_COMPILER_EXECUTABLE}" + COMPILER_ARG1 "${_option_COMPILER_ARG1}" + COMPILER_ID "${_option_COMPILER_ID}" + COMPILER_VERSION "${_option_COMPILER_VERSION}" + COMPILE_DEFINITIONS ${_option_COMPILE_DEFINITIONS} + COMPILE_FLAGS ${_option_COMPILE_FLAGS} + INCLUDE_DIRECTORIES ${_option_INCLUDE_DIRECTORIES} + SYSTEM_INCLUDE_DIRECTORIES ${_option_SYSTEM_INCLUDE_DIRECTORIES} + IGNORE_PATH ${_option_IGNORE_PATH} + INCLUDE_PATH ${_option_INCLUDE_PATH} + IGNORE_EXTENSIONS ${_option_IGNORE_EXTENSIONS} + INCLUDE_PRIORITY_PATH ${_option_INCLUDE_PRIORITY_PATH} + UNPARSED_LINES _unparsedLines + SCAN_RESULT _scanResult) + cotire_generate_unity_source("${_prefixFile}" + PROLOGUE ${_prologue} EPILOGUE ${_epilogue} LANGUAGE "${_option_LANGUAGE}" ${_selectedHeaders}) + set (_unparsedLinesFile "${_prefixFile}.log") + if (_unparsedLines) + if (COTIRE_VERBOSE OR _scanResult OR NOT _selectedHeaders) + list (LENGTH _unparsedLines _skippedLineCount) + message (STATUS "${_skippedLineCount} line(s) skipped, see ${_unparsedLinesFile}") + endif() + string (REPLACE ";" "\n" _unparsedLines "${_unparsedLines}") + endif() + file (WRITE "${_unparsedLinesFile}" "${_unparsedLines}") +endfunction() + +function (cotire_add_makedep_flags _language _compilerID _compilerVersion _flagsVar) + set (_flags ${${_flagsVar}}) + if (_compilerID MATCHES "MSVC") + # cl.exe options used + # /nologo suppresses display of sign-on banner + # /TC treat all files named on the command line as C source files + # /TP treat all files named on the command line as C++ source files + # /EP preprocess to stdout without #line directives + # /showIncludes list include files + set (_sourceFileTypeC "/TC") + set (_sourceFileTypeCXX "/TP") + if (_flags) + # append to list + list (APPEND _flags /nologo "${_sourceFileType${_language}}" /EP /showIncludes) + else() + # return as a flag string + set (_flags "${_sourceFileType${_language}} /EP /showIncludes") + endif() + elseif (_compilerID MATCHES "GNU") + # GCC options used + # -H print the name of each header file used + # -E invoke preprocessor + # -fdirectives-only do not expand macros, requires GCC >= 4.3 + if (_flags) + # append to list + list (APPEND _flags -H -E) + if (NOT "${_compilerVersion}" VERSION_LESS "4.3.0") + list (APPEND _flags "-fdirectives-only") + endif() + else() + # return as a flag string + set (_flags "-H -E") + if (NOT "${_compilerVersion}" VERSION_LESS "4.3.0") + set (_flags "${_flags} -fdirectives-only") + endif() + endif() + elseif (_compilerID MATCHES "Clang") + # Clang options used + # -H print the name of each header file used + # -E invoke preprocessor + # -fno-color-diagnostics don't prints diagnostics in color + if (_flags) + # append to list + list (APPEND _flags -H -E -fno-color-diagnostics) + else() + # return as a flag string + set (_flags "-H -E -fno-color-diagnostics") + endif() + elseif (_compilerID MATCHES "Intel") + if (WIN32) + # Windows Intel options used + # /nologo do not display compiler version information + # /QH display the include file order + # /EP preprocess to stdout, omitting #line directives + # /TC process all source or unrecognized file types as C source files + # /TP process all source or unrecognized file types as C++ source files + set (_sourceFileTypeC "/TC") + set (_sourceFileTypeCXX "/TP") + if (_flags) + # append to list + list (APPEND _flags /nologo "${_sourceFileType${_language}}" /EP /QH) + else() + # return as a flag string + set (_flags "${_sourceFileType${_language}} /EP /QH") + endif() + else() + # Linux / Mac OS X Intel options used + # -H print the name of each header file used + # -EP preprocess to stdout, omitting #line directives + # -Kc++ process all source or unrecognized file types as C++ source files + if (_flags) + # append to list + if ("${_language}" STREQUAL "CXX") + list (APPEND _flags -Kc++) + endif() + list (APPEND _flags -H -EP) + else() + # return as a flag string + if ("${_language}" STREQUAL "CXX") + set (_flags "-Kc++ ") + endif() + set (_flags "${_flags}-H -EP") + endif() + endif() + else() + message (FATAL_ERROR "cotire: unsupported ${_language} compiler ${_compilerID} version ${_compilerVersion}.") + endif() + set (${_flagsVar} ${_flags} PARENT_SCOPE) +endfunction() + +function (cotire_add_pch_compilation_flags _language _compilerID _compilerVersion _prefixFile _pchFile _hostFile _flagsVar) + set (_flags ${${_flagsVar}}) + if (_compilerID MATCHES "MSVC") + file (TO_NATIVE_PATH "${_prefixFile}" _prefixFileNative) + file (TO_NATIVE_PATH "${_pchFile}" _pchFileNative) + file (TO_NATIVE_PATH "${_hostFile}" _hostFileNative) + # cl.exe options used + # /Yc creates a precompiled header file + # /Fp specifies precompiled header binary file name + # /FI forces inclusion of file + # /TC treat all files named on the command line as C source files + # /TP treat all files named on the command line as C++ source files + # /Zs syntax check only + # /Zm precompiled header memory allocation scaling factor + set (_sourceFileTypeC "/TC") + set (_sourceFileTypeCXX "/TP") + if (_flags) + # append to list + list (APPEND _flags /nologo "${_sourceFileType${_language}}" + "/Yc${_prefixFileNative}" "/Fp${_pchFileNative}" "/FI${_prefixFileNative}" /Zs "${_hostFileNative}") + if (COTIRE_PCH_MEMORY_SCALING_FACTOR) + list (APPEND _flags "/Zm${COTIRE_PCH_MEMORY_SCALING_FACTOR}") + endif() + else() + # return as a flag string + set (_flags "/Yc\"${_prefixFileNative}\" /Fp\"${_pchFileNative}\" /FI\"${_prefixFileNative}\"") + if (COTIRE_PCH_MEMORY_SCALING_FACTOR) + set (_flags "${_flags} /Zm${COTIRE_PCH_MEMORY_SCALING_FACTOR}") + endif() + endif() + elseif (_compilerID MATCHES "GNU|Clang") + # GCC / Clang options used + # -x specify the source language + # -c compile but do not link + # -o place output in file + # note that we cannot use -w to suppress all warnings upon pre-compiling, because turning off a warning may + # alter compile flags as a side effect (e.g., -Wwrite-string implies -fconst-strings) + set (_xLanguage_C "c-header") + set (_xLanguage_CXX "c++-header") + if (_flags) + # append to list + list (APPEND _flags "-x" "${_xLanguage_${_language}}" "-c" "${_prefixFile}" -o "${_pchFile}") + else() + # return as a flag string + set (_flags "-x ${_xLanguage_${_language}} -c \"${_prefixFile}\" -o \"${_pchFile}\"") + endif() + elseif (_compilerID MATCHES "Intel") + if (WIN32) + file (TO_NATIVE_PATH "${_prefixFile}" _prefixFileNative) + file (TO_NATIVE_PATH "${_pchFile}" _pchFileNative) + file (TO_NATIVE_PATH "${_hostFile}" _hostFileNative) + # Windows Intel options used + # /nologo do not display compiler version information + # /Yc create a precompiled header (PCH) file + # /Fp specify a path or file name for precompiled header files + # /FI tells the preprocessor to include a specified file name as the header file + # /TC process all source or unrecognized file types as C source files + # /TP process all source or unrecognized file types as C++ source files + # /Zs syntax check only + # /Wpch-messages enable diagnostics related to pre-compiled headers (requires Intel XE 2013 Update 2) + set (_sourceFileTypeC "/TC") + set (_sourceFileTypeCXX "/TP") + if (_flags) + # append to list + list (APPEND _flags /nologo "${_sourceFileType${_language}}" + "/Yc" "/Fp${_pchFileNative}" "/FI${_prefixFileNative}" /Zs "${_hostFileNative}") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + list (APPEND _flags "/Wpch-messages") + endif() + else() + # return as a flag string + set (_flags "/Yc /Fp\"${_pchFileNative}\" /FI\"${_prefixFileNative}\"") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + set (_flags "${_flags} /Wpch-messages") + endif() + endif() + else() + # Linux / Mac OS X Intel options used + # -pch-dir location for precompiled header files + # -pch-create name of the precompiled header (PCH) to create + # -Kc++ process all source or unrecognized file types as C++ source files + # -fsyntax-only check only for correct syntax + # -Wpch-messages enable diagnostics related to pre-compiled headers (requires Intel XE 2013 Update 2) + get_filename_component(_pchDir "${_pchFile}" DIRECTORY) + get_filename_component(_pchName "${_pchFile}" NAME) + set (_xLanguage_C "c-header") + set (_xLanguage_CXX "c++-header") + if (_flags) + # append to list + if ("${_language}" STREQUAL "CXX") + list (APPEND _flags -Kc++) + endif() + list (APPEND _flags "-include" "${_prefixFile}" "-pch-dir" "${_pchDir}" "-pch-create" "${_pchName}" "-fsyntax-only" "${_hostFile}") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + list (APPEND _flags "-Wpch-messages") + endif() + else() + # return as a flag string + set (_flags "-include \"${_prefixFile}\" -pch-dir \"${_pchDir}\" -pch-create \"${_pchName}\"") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + set (_flags "${_flags} -Wpch-messages") + endif() + endif() + endif() + else() + message (FATAL_ERROR "cotire: unsupported ${_language} compiler ${_compilerID} version ${_compilerVersion}.") + endif() + set (${_flagsVar} ${_flags} PARENT_SCOPE) +endfunction() + +function (cotire_add_prefix_pch_inclusion_flags _language _compilerID _compilerVersion _prefixFile _pchFile _flagsVar) + set (_flags ${${_flagsVar}}) + if (_compilerID MATCHES "MSVC") + file (TO_NATIVE_PATH "${_prefixFile}" _prefixFileNative) + # cl.exe options used + # /Yu uses a precompiled header file during build + # /Fp specifies precompiled header binary file name + # /FI forces inclusion of file + # /Zm precompiled header memory allocation scaling factor + if (_pchFile) + file (TO_NATIVE_PATH "${_pchFile}" _pchFileNative) + if (_flags) + # append to list + list (APPEND _flags "/Yu${_prefixFileNative}" "/Fp${_pchFileNative}" "/FI${_prefixFileNative}") + if (COTIRE_PCH_MEMORY_SCALING_FACTOR) + list (APPEND _flags "/Zm${COTIRE_PCH_MEMORY_SCALING_FACTOR}") + endif() + else() + # return as a flag string + set (_flags "/Yu\"${_prefixFileNative}\" /Fp\"${_pchFileNative}\" /FI\"${_prefixFileNative}\"") + if (COTIRE_PCH_MEMORY_SCALING_FACTOR) + set (_flags "${_flags} /Zm${COTIRE_PCH_MEMORY_SCALING_FACTOR}") + endif() + endif() + else() + # no precompiled header, force inclusion of prefix header + if (_flags) + # append to list + list (APPEND _flags "/FI${_prefixFileNative}") + else() + # return as a flag string + set (_flags "/FI\"${_prefixFileNative}\"") + endif() + endif() + elseif (_compilerID MATCHES "GNU") + # GCC options used + # -include process include file as the first line of the primary source file + # -Winvalid-pch warns if precompiled header is found but cannot be used + # note: ccache requires the -include flag to be used in order to process precompiled header correctly + if (_flags) + # append to list + list (APPEND _flags "-Winvalid-pch" "-include" "${_prefixFile}") + else() + # return as a flag string + set (_flags "-Winvalid-pch -include \"${_prefixFile}\"") + endif() + elseif (_compilerID MATCHES "Clang") + # Clang options used + # -include process include file as the first line of the primary source file + # -include-pch include precompiled header file + # -Qunused-arguments don't emit warning for unused driver arguments + # note: ccache requires the -include flag to be used in order to process precompiled header correctly + if (_flags) + # append to list + list (APPEND _flags "-Qunused-arguments" "-include" "${_prefixFile}") + else() + # return as a flag string + set (_flags "-Qunused-arguments -include \"${_prefixFile}\"") + endif() + elseif (_compilerID MATCHES "Intel") + if (WIN32) + file (TO_NATIVE_PATH "${_prefixFile}" _prefixFileNative) + # Windows Intel options used + # /Yu use a precompiled header (PCH) file + # /Fp specify a path or file name for precompiled header files + # /FI tells the preprocessor to include a specified file name as the header file + # /Wpch-messages enable diagnostics related to pre-compiled headers (requires Intel XE 2013 Update 2) + if (_pchFile) + file (TO_NATIVE_PATH "${_pchFile}" _pchFileNative) + if (_flags) + # append to list + list (APPEND _flags "/Yu" "/Fp${_pchFileNative}" "/FI${_prefixFileNative}") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + list (APPEND _flags "/Wpch-messages") + endif() + else() + # return as a flag string + set (_flags "/Yu /Fp\"${_pchFileNative}\" /FI\"${_prefixFileNative}\"") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + set (_flags "${_flags} /Wpch-messages") + endif() + endif() + else() + # no precompiled header, force inclusion of prefix header + if (_flags) + # append to list + list (APPEND _flags "/FI${_prefixFileNative}") + else() + # return as a flag string + set (_flags "/FI\"${_prefixFileNative}\"") + endif() + endif() + else() + # Linux / Mac OS X Intel options used + # -pch-dir location for precompiled header files + # -pch-use name of the precompiled header (PCH) to use + # -include process include file as the first line of the primary source file + # -Wpch-messages enable diagnostics related to pre-compiled headers (requires Intel XE 2013 Update 2) + if (_pchFile) + get_filename_component(_pchDir "${_pchFile}" DIRECTORY) + get_filename_component(_pchName "${_pchFile}" NAME) + if (_flags) + # append to list + list (APPEND _flags "-include" "${_prefixFile}" "-pch-dir" "${_pchDir}" "-pch-use" "${_pchName}") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + list (APPEND _flags "-Wpch-messages") + endif() + else() + # return as a flag string + set (_flags "-include \"${_prefixFile}\" -pch-dir \"${_pchDir}\" -pch-use \"${_pchName}\"") + if (NOT "${_compilerVersion}" VERSION_LESS "13.1.0") + set (_flags "${_flags} -Wpch-messages") + endif() + endif() + else() + # no precompiled header, force inclusion of prefix header + if (_flags) + # append to list + list (APPEND _flags "-include" "${_prefixFile}") + else() + # return as a flag string + set (_flags "-include \"${_prefixFile}\"") + endif() + endif() + endif() + else() + message (FATAL_ERROR "cotire: unsupported ${_language} compiler ${_compilerID} version ${_compilerVersion}.") + endif() + set (${_flagsVar} ${_flags} PARENT_SCOPE) +endfunction() + +function (cotire_precompile_prefix_header _prefixFile _pchFile _hostFile) + set(_options "") + set(_oneValueArgs COMPILER_EXECUTABLE COMPILER_ARG1 COMPILER_ID COMPILER_VERSION LANGUAGE) + set(_multiValueArgs COMPILE_DEFINITIONS COMPILE_FLAGS INCLUDE_DIRECTORIES SYSTEM_INCLUDE_DIRECTORIES SYS COMPILER_LAUNCHER) + cmake_parse_arguments(_option "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) + if (NOT _option_LANGUAGE) + set (_option_LANGUAGE "CXX") + endif() + if (NOT _option_COMPILER_ID) + set (_option_COMPILER_ID "${CMAKE_${_option_LANGUAGE}_ID}") + endif() + if (NOT _option_COMPILER_VERSION) + set (_option_COMPILER_VERSION "${CMAKE_${_option_LANGUAGE}_COMPILER_VERSION}") + endif() + cotire_init_compile_cmd(_cmd "${_option_LANGUAGE}" "${_option_COMPILER_LAUNCHER}" "${_option_COMPILER_EXECUTABLE}" "${_option_COMPILER_ARG1}") + cotire_add_definitions_to_cmd(_cmd "${_option_LANGUAGE}" ${_option_COMPILE_DEFINITIONS}) + cotire_add_compile_flags_to_cmd(_cmd ${_option_COMPILE_FLAGS}) + cotire_add_includes_to_cmd(_cmd "${_option_LANGUAGE}" _option_INCLUDE_DIRECTORIES _option_SYSTEM_INCLUDE_DIRECTORIES) + cotire_add_frameworks_to_cmd(_cmd "${_option_LANGUAGE}" _option_INCLUDE_DIRECTORIES _option_SYSTEM_INCLUDE_DIRECTORIES) + cotire_add_pch_compilation_flags( + "${_option_LANGUAGE}" "${_option_COMPILER_ID}" "${_option_COMPILER_VERSION}" + "${_prefixFile}" "${_pchFile}" "${_hostFile}" _cmd) + if (COTIRE_VERBOSE) + message (STATUS "execute_process: ${_cmd}") + endif() + if (_option_COMPILER_ID MATCHES "MSVC") + # cl.exe messes with the output streams unless the environment variable VS_UNICODE_OUTPUT is cleared + unset (ENV{VS_UNICODE_OUTPUT}) + endif() + execute_process( + COMMAND ${_cmd} + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + RESULT_VARIABLE _result) + if (_result) + message (FATAL_ERROR "cotire: error ${_result} precompiling ${_prefixFile}.") + endif() +endfunction() + +function (cotire_check_precompiled_header_support _language _target _msgVar) + set (_unsupportedCompiler + "Precompiled headers not supported for ${_language} compiler ${CMAKE_${_language}_COMPILER_ID}") + if (CMAKE_${_language}_COMPILER_ID MATCHES "MSVC") + # supported since Visual Studio C++ 6.0 + # and CMake does not support an earlier version + set (${_msgVar} "" PARENT_SCOPE) + elseif (CMAKE_${_language}_COMPILER_ID MATCHES "GNU") + # GCC PCH support requires version >= 3.4 + if ("${CMAKE_${_language}_COMPILER_VERSION}" VERSION_LESS "3.4.0") + set (${_msgVar} "${_unsupportedCompiler} version ${CMAKE_${_language}_COMPILER_VERSION}." PARENT_SCOPE) + else() + set (${_msgVar} "" PARENT_SCOPE) + endif() + elseif (CMAKE_${_language}_COMPILER_ID MATCHES "Clang") + # all Clang versions have PCH support + set (${_msgVar} "" PARENT_SCOPE) + elseif (CMAKE_${_language}_COMPILER_ID MATCHES "Intel") + # Intel PCH support requires version >= 8.0.0 + if ("${CMAKE_${_language}_COMPILER_VERSION}" VERSION_LESS "8.0.0") + set (${_msgVar} "${_unsupportedCompiler} version ${CMAKE_${_language}_COMPILER_VERSION}." PARENT_SCOPE) + else() + set (${_msgVar} "" PARENT_SCOPE) + endif() + else() + set (${_msgVar} "${_unsupportedCompiler}." PARENT_SCOPE) + endif() + get_target_property(_launcher ${_target} ${_language}_COMPILER_LAUNCHER) + if (CMAKE_${_language}_COMPILER MATCHES "ccache" OR _launcher MATCHES "ccache") + if (DEFINED ENV{CCACHE_SLOPPINESS}) + if (NOT "$ENV{CCACHE_SLOPPINESS}" MATCHES "pch_defines" OR NOT "$ENV{CCACHE_SLOPPINESS}" MATCHES "time_macros") + set (${_msgVar} + "ccache requires the environment variable CCACHE_SLOPPINESS to be set to \"pch_defines,time_macros\"." + PARENT_SCOPE) + endif() + else() + if (_launcher MATCHES "ccache") + get_filename_component(_ccacheExe "${_launcher}" REALPATH) + else() + get_filename_component(_ccacheExe "${CMAKE_${_language}_COMPILER}" REALPATH) + endif() + execute_process( + COMMAND "${_ccacheExe}" "--print-config" + WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}" + RESULT_VARIABLE _result + OUTPUT_VARIABLE _ccacheConfig OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_QUIET) + if (_result OR NOT + _ccacheConfig MATCHES "sloppiness.*=.*time_macros" OR NOT + _ccacheConfig MATCHES "sloppiness.*=.*pch_defines") + set (${_msgVar} + "ccache requires configuration setting \"sloppiness\" to be set to \"pch_defines,time_macros\"." + PARENT_SCOPE) + endif() + endif() + endif() + if (APPLE) + # PCH compilation not supported by GCC / Clang for multi-architecture builds (e.g., i386, x86_64) + cotire_get_configuration_types(_configs) + foreach (_config ${_configs}) + set (_targetFlags "") + cotire_get_target_compile_flags("${_config}" "${_language}" "${_target}" _targetFlags) + cotire_filter_compile_flags("${_language}" "arch" _architectures _ignore ${_targetFlags}) + list (LENGTH _architectures _numberOfArchitectures) + if (_numberOfArchitectures GREATER 1) + string (REPLACE ";" ", " _architectureStr "${_architectures}") + set (${_msgVar} + "Precompiled headers not supported on Darwin for multi-architecture builds (${_architectureStr})." + PARENT_SCOPE) + break() + endif() + endforeach() + endif() +endfunction() + +macro (cotire_get_intermediate_dir _cotireDir) + # ${CMAKE_CFG_INTDIR} may reference a build-time variable when using a generator which supports configuration types + get_filename_component(${_cotireDir} "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/${COTIRE_INTDIR}" ABSOLUTE) +endmacro() + +macro (cotire_setup_file_extension_variables) + set (_unityFileExt_C ".c") + set (_unityFileExt_CXX ".cxx") + set (_prefixFileExt_C ".h") + set (_prefixFileExt_CXX ".hxx") + set (_prefixSourceFileExt_C ".c") + set (_prefixSourceFileExt_CXX ".cxx") +endmacro() + +function (cotire_make_single_unity_source_file_path _language _target _unityFileVar) + cotire_setup_file_extension_variables() + if (NOT DEFINED _unityFileExt_${_language}) + set (${_unityFileVar} "" PARENT_SCOPE) + return() + endif() + set (_unityFileBaseName "${_target}_${_language}${COTIRE_UNITY_SOURCE_FILENAME_SUFFIX}") + set (_unityFileName "${_unityFileBaseName}${_unityFileExt_${_language}}") + cotire_get_intermediate_dir(_baseDir) + set (_unityFile "${_baseDir}/${_unityFileName}") + set (${_unityFileVar} "${_unityFile}" PARENT_SCOPE) +endfunction() + +function (cotire_make_unity_source_file_paths _language _target _maxIncludes _unityFilesVar) + cotire_setup_file_extension_variables() + if (NOT DEFINED _unityFileExt_${_language}) + set (${_unityFileVar} "" PARENT_SCOPE) + return() + endif() + set (_unityFileBaseName "${_target}_${_language}${COTIRE_UNITY_SOURCE_FILENAME_SUFFIX}") + cotire_get_intermediate_dir(_baseDir) + set (_startIndex 0) + set (_index 0) + set (_unityFiles "") + set (_sourceFiles ${ARGN}) + foreach (_sourceFile ${_sourceFiles}) + get_source_file_property(_startNew "${_sourceFile}" COTIRE_START_NEW_UNITY_SOURCE) + math (EXPR _unityFileCount "${_index} - ${_startIndex}") + if (_startNew OR (_maxIncludes GREATER 0 AND NOT _unityFileCount LESS _maxIncludes)) + if (_index GREATER 0) + # start new unity file segment + math (EXPR _endIndex "${_index} - 1") + set (_unityFileName "${_unityFileBaseName}_${_startIndex}_${_endIndex}${_unityFileExt_${_language}}") + list (APPEND _unityFiles "${_baseDir}/${_unityFileName}") + endif() + set (_startIndex ${_index}) + endif() + math (EXPR _index "${_index} + 1") + endforeach() + list (LENGTH _sourceFiles _numberOfSources) + if (_startIndex EQUAL 0) + # there is only a single unity file + cotire_make_single_unity_source_file_path(${_language} ${_target} _unityFiles) + elseif (_startIndex LESS _numberOfSources) + # end with final unity file segment + math (EXPR _endIndex "${_index} - 1") + set (_unityFileName "${_unityFileBaseName}_${_startIndex}_${_endIndex}${_unityFileExt_${_language}}") + list (APPEND _unityFiles "${_baseDir}/${_unityFileName}") + endif() + set (${_unityFilesVar} ${_unityFiles} PARENT_SCOPE) + if (COTIRE_DEBUG AND _unityFiles) + message (STATUS "unity files: ${_unityFiles}") + endif() +endfunction() + +function (cotire_unity_to_prefix_file_path _language _target _unityFile _prefixFileVar) + cotire_setup_file_extension_variables() + if (NOT DEFINED _unityFileExt_${_language}) + set (${_prefixFileVar} "" PARENT_SCOPE) + return() + endif() + set (_unityFileBaseName "${_target}_${_language}${COTIRE_UNITY_SOURCE_FILENAME_SUFFIX}") + set (_prefixFileBaseName "${_target}_${_language}${COTIRE_PREFIX_HEADER_FILENAME_SUFFIX}") + string (REPLACE "${_unityFileBaseName}" "${_prefixFileBaseName}" _prefixFile "${_unityFile}") + string (REGEX REPLACE "${_unityFileExt_${_language}}$" "${_prefixFileExt_${_language}}" _prefixFile "${_prefixFile}") + set (${_prefixFileVar} "${_prefixFile}" PARENT_SCOPE) +endfunction() + +function (cotire_prefix_header_to_source_file_path _language _prefixHeaderFile _prefixSourceFileVar) + cotire_setup_file_extension_variables() + if (NOT DEFINED _prefixSourceFileExt_${_language}) + set (${_prefixSourceFileVar} "" PARENT_SCOPE) + return() + endif() + string (REGEX REPLACE "${_prefixFileExt_${_language}}$" "${_prefixSourceFileExt_${_language}}" _prefixSourceFile "${_prefixHeaderFile}") + set (${_prefixSourceFileVar} "${_prefixSourceFile}" PARENT_SCOPE) +endfunction() + +function (cotire_make_prefix_file_name _language _target _prefixFileBaseNameVar _prefixFileNameVar) + cotire_setup_file_extension_variables() + if (NOT _language) + set (_prefixFileBaseName "${_target}${COTIRE_PREFIX_HEADER_FILENAME_SUFFIX}") + set (_prefixFileName "${_prefixFileBaseName}${_prefixFileExt_C}") + elseif (DEFINED _prefixFileExt_${_language}) + set (_prefixFileBaseName "${_target}_${_language}${COTIRE_PREFIX_HEADER_FILENAME_SUFFIX}") + set (_prefixFileName "${_prefixFileBaseName}${_prefixFileExt_${_language}}") + else() + set (_prefixFileBaseName "") + set (_prefixFileName "") + endif() + set (${_prefixFileBaseNameVar} "${_prefixFileBaseName}" PARENT_SCOPE) + set (${_prefixFileNameVar} "${_prefixFileName}" PARENT_SCOPE) +endfunction() + +function (cotire_make_prefix_file_path _language _target _prefixFileVar) + cotire_make_prefix_file_name("${_language}" "${_target}" _prefixFileBaseName _prefixFileName) + set (${_prefixFileVar} "" PARENT_SCOPE) + if (_prefixFileName) + if (NOT _language) + set (_language "C") + endif() + if (CMAKE_${_language}_COMPILER_ID MATCHES "GNU|Clang|Intel|MSVC") + cotire_get_intermediate_dir(_baseDir) + set (${_prefixFileVar} "${_baseDir}/${_prefixFileName}" PARENT_SCOPE) + endif() + endif() +endfunction() + +function (cotire_make_pch_file_path _language _target _pchFileVar) + cotire_make_prefix_file_name("${_language}" "${_target}" _prefixFileBaseName _prefixFileName) + set (${_pchFileVar} "" PARENT_SCOPE) + if (_prefixFileBaseName AND _prefixFileName) + cotire_check_precompiled_header_support("${_language}" "${_target}" _msg) + if (NOT _msg) + if (XCODE) + # For Xcode, we completely hand off the compilation of the prefix header to the IDE + return() + endif() + cotire_get_intermediate_dir(_baseDir) + if (CMAKE_${_language}_COMPILER_ID MATCHES "MSVC") + # MSVC uses the extension .pch added to the prefix header base name + set (${_pchFileVar} "${_baseDir}/${_prefixFileBaseName}.pch" PARENT_SCOPE) + elseif (CMAKE_${_language}_COMPILER_ID MATCHES "Clang") + # Clang looks for a precompiled header corresponding to the prefix header with the extension .pch appended + set (${_pchFileVar} "${_baseDir}/${_prefixFileName}.pch" PARENT_SCOPE) + elseif (CMAKE_${_language}_COMPILER_ID MATCHES "GNU") + # GCC looks for a precompiled header corresponding to the prefix header with the extension .gch appended + set (${_pchFileVar} "${_baseDir}/${_prefixFileName}.gch" PARENT_SCOPE) + elseif (CMAKE_${_language}_COMPILER_ID MATCHES "Intel") + # Intel uses the extension .pchi added to the prefix header base name + set (${_pchFileVar} "${_baseDir}/${_prefixFileBaseName}.pchi" PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + +function (cotire_select_unity_source_files _unityFile _sourcesVar) + set (_sourceFiles ${ARGN}) + if (_sourceFiles AND "${_unityFile}" MATCHES "${COTIRE_UNITY_SOURCE_FILENAME_SUFFIX}_([0-9]+)_([0-9]+)") + set (_startIndex ${CMAKE_MATCH_1}) + set (_endIndex ${CMAKE_MATCH_2}) + list (LENGTH _sourceFiles _numberOfSources) + if (NOT _startIndex LESS _numberOfSources) + math (EXPR _startIndex "${_numberOfSources} - 1") + endif() + if (NOT _endIndex LESS _numberOfSources) + math (EXPR _endIndex "${_numberOfSources} - 1") + endif() + set (_files "") + foreach (_index RANGE ${_startIndex} ${_endIndex}) + list (GET _sourceFiles ${_index} _file) + list (APPEND _files "${_file}") + endforeach() + else() + set (_files ${_sourceFiles}) + endif() + set (${_sourcesVar} ${_files} PARENT_SCOPE) +endfunction() + +function (cotire_get_unity_source_dependencies _language _target _dependencySourcesVar) + set (_dependencySources "") + # depend on target's generated source files + get_target_property(_targetSourceFiles ${_target} SOURCES) + cotire_get_objects_with_property_on(_generatedSources GENERATED SOURCE ${_targetSourceFiles}) + if (_generatedSources) + # but omit all generated source files that have the COTIRE_EXCLUDED property set to true + cotire_get_objects_with_property_on(_excludedGeneratedSources COTIRE_EXCLUDED SOURCE ${_generatedSources}) + if (_excludedGeneratedSources) + list (REMOVE_ITEM _generatedSources ${_excludedGeneratedSources}) + endif() + # and omit all generated source files that have the COTIRE_DEPENDENCY property set to false explicitly + cotire_get_objects_with_property_off(_excludedNonDependencySources COTIRE_DEPENDENCY SOURCE ${_generatedSources}) + if (_excludedNonDependencySources) + list (REMOVE_ITEM _generatedSources ${_excludedNonDependencySources}) + endif() + if (_generatedSources) + list (APPEND _dependencySources ${_generatedSources}) + endif() + endif() + if (COTIRE_DEBUG AND _dependencySources) + message (STATUS "${_language} ${_target} unity source dependencies: ${_dependencySources}") + endif() + set (${_dependencySourcesVar} ${_dependencySources} PARENT_SCOPE) +endfunction() + +function (cotire_get_prefix_header_dependencies _language _target _dependencySourcesVar) + set (_dependencySources "") + # depend on target source files marked with custom COTIRE_DEPENDENCY property + get_target_property(_targetSourceFiles ${_target} SOURCES) + cotire_get_objects_with_property_on(_dependencySources COTIRE_DEPENDENCY SOURCE ${_targetSourceFiles}) + if (COTIRE_DEBUG AND _dependencySources) + message (STATUS "${_language} ${_target} prefix header dependencies: ${_dependencySources}") + endif() + set (${_dependencySourcesVar} ${_dependencySources} PARENT_SCOPE) +endfunction() + +function (cotire_generate_target_script _language _configurations _target _targetScriptVar _targetConfigScriptVar) + set (_targetSources ${ARGN}) + cotire_get_prefix_header_dependencies(${_language} ${_target} COTIRE_TARGET_PREFIX_DEPENDS ${_targetSources}) + cotire_get_unity_source_dependencies(${_language} ${_target} COTIRE_TARGET_UNITY_DEPENDS ${_targetSources}) + # set up variables to be configured + set (COTIRE_TARGET_LANGUAGE "${_language}") + get_target_property(COTIRE_TARGET_IGNORE_PATH ${_target} COTIRE_PREFIX_HEADER_IGNORE_PATH) + cotire_add_sys_root_paths(COTIRE_TARGET_IGNORE_PATH) + get_target_property(COTIRE_TARGET_INCLUDE_PATH ${_target} COTIRE_PREFIX_HEADER_INCLUDE_PATH) + cotire_add_sys_root_paths(COTIRE_TARGET_INCLUDE_PATH) + get_target_property(COTIRE_TARGET_PRE_UNDEFS ${_target} COTIRE_UNITY_SOURCE_PRE_UNDEFS) + get_target_property(COTIRE_TARGET_POST_UNDEFS ${_target} COTIRE_UNITY_SOURCE_POST_UNDEFS) + get_target_property(COTIRE_TARGET_MAXIMUM_NUMBER_OF_INCLUDES ${_target} COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES) + get_target_property(COTIRE_TARGET_INCLUDE_PRIORITY_PATH ${_target} COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH) + cotire_get_source_files_undefs(COTIRE_UNITY_SOURCE_PRE_UNDEFS COTIRE_TARGET_SOURCES_PRE_UNDEFS ${_targetSources}) + cotire_get_source_files_undefs(COTIRE_UNITY_SOURCE_POST_UNDEFS COTIRE_TARGET_SOURCES_POST_UNDEFS ${_targetSources}) + set (COTIRE_TARGET_CONFIGURATION_TYPES "${_configurations}") + foreach (_config ${_configurations}) + string (TOUPPER "${_config}" _upperConfig) + cotire_get_target_include_directories( + "${_config}" "${_language}" "${_target}" COTIRE_TARGET_INCLUDE_DIRECTORIES_${_upperConfig} COTIRE_TARGET_SYSTEM_INCLUDE_DIRECTORIES_${_upperConfig}) + cotire_get_target_compile_definitions( + "${_config}" "${_language}" "${_target}" COTIRE_TARGET_COMPILE_DEFINITIONS_${_upperConfig}) + cotire_get_target_compiler_flags( + "${_config}" "${_language}" "${_target}" COTIRE_TARGET_COMPILE_FLAGS_${_upperConfig}) + cotire_get_source_files_compile_definitions( + "${_config}" "${_language}" COTIRE_TARGET_SOURCES_COMPILE_DEFINITIONS_${_upperConfig} ${_targetSources}) + endforeach() + get_target_property(COTIRE_TARGET_${_language}_COMPILER_LAUNCHER ${_target} ${_language}_COMPILER_LAUNCHER) + # set up COTIRE_TARGET_SOURCES + set (COTIRE_TARGET_SOURCES "") + foreach (_sourceFile ${_targetSources}) + get_source_file_property(_generated "${_sourceFile}" GENERATED) + if (_generated) + # use absolute paths for generated files only, retrieving the LOCATION property is an expensive operation + get_source_file_property(_sourceLocation "${_sourceFile}" LOCATION) + list (APPEND COTIRE_TARGET_SOURCES "${_sourceLocation}") + else() + list (APPEND COTIRE_TARGET_SOURCES "${_sourceFile}") + endif() + endforeach() + # copy variable definitions to cotire target script + get_cmake_property(_vars VARIABLES) + string (REGEX MATCHALL "COTIRE_[A-Za-z0-9_]+" _matchVars "${_vars}") + # omit COTIRE_*_INIT variables + string (REGEX MATCHALL "COTIRE_[A-Za-z0-9_]+_INIT" _initVars "${_matchVars}") + if (_initVars) + list (REMOVE_ITEM _matchVars ${_initVars}) + endif() + # omit COTIRE_VERBOSE which is passed as a CMake define on command line + list (REMOVE_ITEM _matchVars COTIRE_VERBOSE) + set (_contents "") + set (_contentsHasGeneratorExpressions FALSE) + foreach (_var IN LISTS _matchVars ITEMS + XCODE MSVC CMAKE_GENERATOR CMAKE_BUILD_TYPE CMAKE_CONFIGURATION_TYPES + CMAKE_${_language}_COMPILER_ID CMAKE_${_language}_COMPILER_VERSION + CMAKE_${_language}_COMPILER_LAUNCHER CMAKE_${_language}_COMPILER CMAKE_${_language}_COMPILER_ARG1 + CMAKE_INCLUDE_FLAG_${_language} CMAKE_INCLUDE_FLAG_${_language}_SEP + CMAKE_INCLUDE_SYSTEM_FLAG_${_language} + CMAKE_${_language}_FRAMEWORK_SEARCH_FLAG + CMAKE_${_language}_SYSTEM_FRAMEWORK_SEARCH_FLAG + CMAKE_${_language}_SOURCE_FILE_EXTENSIONS) + if (DEFINED ${_var}) + string (REPLACE "\"" "\\\"" _value "${${_var}}") + set (_contents "${_contents}set (${_var} \"${_value}\")\n") + if (NOT _contentsHasGeneratorExpressions) + if ("${_value}" MATCHES "\\$<.*>") + set (_contentsHasGeneratorExpressions TRUE) + endif() + endif() + endif() + endforeach() + # generate target script file + get_filename_component(_moduleName "${COTIRE_CMAKE_MODULE_FILE}" NAME) + set (_targetCotireScript "${CMAKE_CURRENT_BINARY_DIR}/${_target}_${_language}_${_moduleName}") + cotire_write_file("CMAKE" "${_targetCotireScript}" "${_contents}" FALSE) + if (_contentsHasGeneratorExpressions) + # use file(GENERATE ...) to expand generator expressions in the target script at CMake generate-time + set (_configNameOrNoneGeneratorExpression "$<$:None>$<$>:$>") + set (_targetCotireConfigScript "${CMAKE_CURRENT_BINARY_DIR}/${_target}_${_language}_${_configNameOrNoneGeneratorExpression}_${_moduleName}") + file (GENERATE OUTPUT "${_targetCotireConfigScript}" INPUT "${_targetCotireScript}") + else() + set (_targetCotireConfigScript "${_targetCotireScript}") + endif() + set (${_targetScriptVar} "${_targetCotireScript}" PARENT_SCOPE) + set (${_targetConfigScriptVar} "${_targetCotireConfigScript}" PARENT_SCOPE) +endfunction() + +function (cotire_setup_pch_file_compilation _language _target _targetScript _prefixFile _pchFile _hostFile) + set (_sourceFiles ${ARGN}) + if (CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + # for Visual Studio and Intel, we attach the precompiled header compilation to the host file + # the remaining files include the precompiled header, see cotire_setup_pch_file_inclusion + if (_sourceFiles) + set (_flags "") + cotire_add_pch_compilation_flags( + "${_language}" "${CMAKE_${_language}_COMPILER_ID}" "${CMAKE_${_language}_COMPILER_VERSION}" + "${_prefixFile}" "${_pchFile}" "${_hostFile}" _flags) + set_property (SOURCE ${_hostFile} APPEND_STRING PROPERTY COMPILE_FLAGS " ${_flags} ") + set_property (SOURCE ${_hostFile} APPEND PROPERTY OBJECT_OUTPUTS "${_pchFile}") + # make object file generated from host file depend on prefix header + set_property (SOURCE ${_hostFile} APPEND PROPERTY OBJECT_DEPENDS "${_prefixFile}") + # mark host file as cotired to prevent it from being used in another cotired target + set_property (SOURCE ${_hostFile} PROPERTY COTIRE_TARGET "${_target}") + endif() + elseif ("${CMAKE_GENERATOR}" MATCHES "Make|Ninja") + # for makefile based generator, we add a custom command to precompile the prefix header + if (_targetScript) + cotire_set_cmd_to_prologue(_cmds) + list (APPEND _cmds -P "${COTIRE_CMAKE_MODULE_FILE}" "precompile" "${_targetScript}" "${_prefixFile}" "${_pchFile}" "${_hostFile}") + if (MSVC_IDE) + file (TO_NATIVE_PATH "${_pchFile}" _pchFileLogPath) + else() + file (RELATIVE_PATH _pchFileLogPath "${CMAKE_BINARY_DIR}" "${_pchFile}") + endif() + # make precompiled header compilation depend on the actual compiler executable used to force + # re-compilation when the compiler executable is updated. This prevents "created by a different GCC executable" + # warnings when the precompiled header is included. + get_filename_component(_realCompilerExe "${CMAKE_${_language}_COMPILER}" ABSOLUTE) + if (COTIRE_DEBUG) + message (STATUS "add_custom_command: OUTPUT ${_pchFile} ${_cmds} DEPENDS ${_prefixFile} ${_realCompilerExe} IMPLICIT_DEPENDS ${_language} ${_prefixFile}") + endif() + set_property (SOURCE "${_pchFile}" PROPERTY GENERATED TRUE) + add_custom_command( + OUTPUT "${_pchFile}" + COMMAND ${_cmds} + DEPENDS "${_prefixFile}" "${_realCompilerExe}" + IMPLICIT_DEPENDS ${_language} "${_prefixFile}" + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + COMMENT "Building ${_language} precompiled header ${_pchFileLogPath}" + VERBATIM) + endif() + endif() +endfunction() + +function (cotire_setup_pch_file_inclusion _language _target _wholeTarget _prefixFile _pchFile _hostFile) + if (CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + # for Visual Studio and Intel, we include the precompiled header in all but the host file + # the host file does the precompiled header compilation, see cotire_setup_pch_file_compilation + set (_sourceFiles ${ARGN}) + list (LENGTH _sourceFiles _numberOfSourceFiles) + if (_numberOfSourceFiles GREATER 0) + # mark sources as cotired to prevent them from being used in another cotired target + set_source_files_properties(${_sourceFiles} PROPERTIES COTIRE_TARGET "${_target}") + set (_flags "") + cotire_add_prefix_pch_inclusion_flags( + "${_language}" "${CMAKE_${_language}_COMPILER_ID}" "${CMAKE_${_language}_COMPILER_VERSION}" + "${_prefixFile}" "${_pchFile}" _flags) + set_property (SOURCE ${_sourceFiles} APPEND_STRING PROPERTY COMPILE_FLAGS " ${_flags} ") + # make object files generated from source files depend on precompiled header + set_property (SOURCE ${_sourceFiles} APPEND PROPERTY OBJECT_DEPENDS "${_pchFile}") + endif() + elseif ("${CMAKE_GENERATOR}" MATCHES "Make|Ninja") + set (_sourceFiles ${_hostFile} ${ARGN}) + if (NOT _wholeTarget) + # for makefile based generator, we force the inclusion of the prefix header for a subset + # of the source files, if this is a multi-language target or has excluded files + set (_flags "") + cotire_add_prefix_pch_inclusion_flags( + "${_language}" "${CMAKE_${_language}_COMPILER_ID}" "${CMAKE_${_language}_COMPILER_VERSION}" + "${_prefixFile}" "${_pchFile}" _flags) + set_property (SOURCE ${_sourceFiles} APPEND_STRING PROPERTY COMPILE_FLAGS " ${_flags} ") + # mark sources as cotired to prevent them from being used in another cotired target + set_source_files_properties(${_sourceFiles} PROPERTIES COTIRE_TARGET "${_target}") + endif() + # make object files generated from source files depend on precompiled header + set_property (SOURCE ${_sourceFiles} APPEND PROPERTY OBJECT_DEPENDS "${_pchFile}") + endif() +endfunction() + +function (cotire_setup_prefix_file_inclusion _language _target _prefixFile) + set (_sourceFiles ${ARGN}) + # force the inclusion of the prefix header for the given source files + set (_flags "") + set (_pchFile "") + cotire_add_prefix_pch_inclusion_flags( + "${_language}" "${CMAKE_${_language}_COMPILER_ID}" "${CMAKE_${_language}_COMPILER_VERSION}" + "${_prefixFile}" "${_pchFile}" _flags) + set_property (SOURCE ${_sourceFiles} APPEND_STRING PROPERTY COMPILE_FLAGS " ${_flags} ") + # mark sources as cotired to prevent them from being used in another cotired target + set_source_files_properties(${_sourceFiles} PROPERTIES COTIRE_TARGET "${_target}") + # make object files generated from source files depend on prefix header + set_property (SOURCE ${_sourceFiles} APPEND PROPERTY OBJECT_DEPENDS "${_prefixFile}") +endfunction() + +function (cotire_get_first_set_property_value _propertyValueVar _type _object) + set (_properties ${ARGN}) + foreach (_property ${_properties}) + get_property(_propertyValue ${_type} "${_object}" PROPERTY ${_property}) + if (_propertyValue) + set (${_propertyValueVar} ${_propertyValue} PARENT_SCOPE) + return() + endif() + endforeach() + set (${_propertyValueVar} "" PARENT_SCOPE) +endfunction() + +function (cotire_setup_combine_command _language _targetScript _joinedFile _cmdsVar) + set (_files ${ARGN}) + set (_filesPaths "") + foreach (_file ${_files}) + get_filename_component(_filePath "${_file}" ABSOLUTE) + list (APPEND _filesPaths "${_filePath}") + endforeach() + cotire_set_cmd_to_prologue(_prefixCmd) + list (APPEND _prefixCmd -P "${COTIRE_CMAKE_MODULE_FILE}" "combine") + if (_targetScript) + list (APPEND _prefixCmd "${_targetScript}") + endif() + list (APPEND _prefixCmd "${_joinedFile}" ${_filesPaths}) + if (COTIRE_DEBUG) + message (STATUS "add_custom_command: OUTPUT ${_joinedFile} COMMAND ${_prefixCmd} DEPENDS ${_files}") + endif() + set_property (SOURCE "${_joinedFile}" PROPERTY GENERATED TRUE) + if (MSVC_IDE) + file (TO_NATIVE_PATH "${_joinedFile}" _joinedFileLogPath) + else() + file (RELATIVE_PATH _joinedFileLogPath "${CMAKE_BINARY_DIR}" "${_joinedFile}") + endif() + get_filename_component(_joinedFileBaseName "${_joinedFile}" NAME_WE) + get_filename_component(_joinedFileExt "${_joinedFile}" EXT) + if (_language AND _joinedFileBaseName MATCHES "${COTIRE_UNITY_SOURCE_FILENAME_SUFFIX}$") + set (_comment "Generating ${_language} unity source ${_joinedFileLogPath}") + elseif (_language AND _joinedFileBaseName MATCHES "${COTIRE_PREFIX_HEADER_FILENAME_SUFFIX}$") + if (_joinedFileExt MATCHES "^\\.c") + set (_comment "Generating ${_language} prefix source ${_joinedFileLogPath}") + else() + set (_comment "Generating ${_language} prefix header ${_joinedFileLogPath}") + endif() + else() + set (_comment "Generating ${_joinedFileLogPath}") + endif() + add_custom_command( + OUTPUT "${_joinedFile}" + COMMAND ${_prefixCmd} + DEPENDS ${_files} + COMMENT "${_comment}" + WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" + VERBATIM) + list (APPEND ${_cmdsVar} COMMAND ${_prefixCmd}) + set (${_cmdsVar} ${${_cmdsVar}} PARENT_SCOPE) +endfunction() + +function (cotire_setup_target_pch_usage _languages _target _wholeTarget) + if (XCODE) + # for Xcode, we attach a pre-build action to generate the unity sources and prefix headers + set (_prefixFiles "") + foreach (_language ${_languages}) + get_property(_prefixFile TARGET ${_target} PROPERTY COTIRE_${_language}_PREFIX_HEADER) + if (_prefixFile) + list (APPEND _prefixFiles "${_prefixFile}") + endif() + endforeach() + set (_cmds ${ARGN}) + list (LENGTH _prefixFiles _numberOfPrefixFiles) + if (_numberOfPrefixFiles GREATER 1) + # we also generate a generic, single prefix header which includes all language specific prefix headers + set (_language "") + set (_targetScript "") + cotire_make_prefix_file_path("${_language}" ${_target} _prefixHeader) + cotire_setup_combine_command("${_language}" "${_targetScript}" "${_prefixHeader}" _cmds ${_prefixFiles}) + else() + set (_prefixHeader "${_prefixFiles}") + endif() + if (COTIRE_DEBUG) + message (STATUS "add_custom_command: TARGET ${_target} PRE_BUILD ${_cmds}") + endif() + # because CMake PRE_BUILD command does not support dependencies, + # we check dependencies explicity in cotire script mode when the pre-build action is run + add_custom_command( + TARGET "${_target}" + PRE_BUILD ${_cmds} + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + COMMENT "Updating target ${_target} prefix headers" + VERBATIM) + # make Xcode precompile the generated prefix header with ProcessPCH and ProcessPCH++ + set_target_properties(${_target} PROPERTIES XCODE_ATTRIBUTE_GCC_PRECOMPILE_PREFIX_HEADER "YES") + set_target_properties(${_target} PROPERTIES XCODE_ATTRIBUTE_GCC_PREFIX_HEADER "${_prefixHeader}") + elseif ("${CMAKE_GENERATOR}" MATCHES "Make|Ninja") + # for makefile based generator, we force inclusion of the prefix header for all target source files + # if this is a single-language target without any excluded files + if (_wholeTarget) + set (_language "${_languages}") + # for Visual Studio and Intel, precompiled header inclusion is always done on the source file level + # see cotire_setup_pch_file_inclusion + if (NOT CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + get_property(_prefixFile TARGET ${_target} PROPERTY COTIRE_${_language}_PREFIX_HEADER) + if (_prefixFile) + get_property(_pchFile TARGET ${_target} PROPERTY COTIRE_${_language}_PRECOMPILED_HEADER) + set (_options COMPILE_OPTIONS) + cotire_add_prefix_pch_inclusion_flags( + "${_language}" "${CMAKE_${_language}_COMPILER_ID}" "${CMAKE_${_language}_COMPILER_VERSION}" + "${_prefixFile}" "${_pchFile}" _options) + set_property(TARGET ${_target} APPEND PROPERTY ${_options}) + endif() + endif() + endif() + endif() +endfunction() + +function (cotire_setup_unity_generation_commands _language _target _targetScript _targetConfigScript _unityFiles _cmdsVar) + set (_dependencySources "") + cotire_get_unity_source_dependencies(${_language} ${_target} _dependencySources ${ARGN}) + foreach (_unityFile ${_unityFiles}) + set_property (SOURCE "${_unityFile}" PROPERTY GENERATED TRUE) + # set up compiled unity source dependencies via OBJECT_DEPENDS + # this ensures that missing source files are generated before the unity file is compiled + if (COTIRE_DEBUG AND _dependencySources) + message (STATUS "${_unityFile} OBJECT_DEPENDS ${_dependencySources}") + endif() + if (_dependencySources) + # the OBJECT_DEPENDS property requires a list of full paths + set (_objectDependsPaths "") + foreach (_sourceFile ${_dependencySources}) + get_source_file_property(_sourceLocation "${_sourceFile}" LOCATION) + list (APPEND _objectDependsPaths "${_sourceLocation}") + endforeach() + set_property (SOURCE "${_unityFile}" PROPERTY OBJECT_DEPENDS ${_objectDependsPaths}) + endif() + if (WIN32 AND CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + # unity file compilation results in potentially huge object file, thus use /bigobj by default unter MSVC and Windows Intel + set_property (SOURCE "${_unityFile}" APPEND_STRING PROPERTY COMPILE_FLAGS "/bigobj") + endif() + cotire_set_cmd_to_prologue(_unityCmd) + list (APPEND _unityCmd -P "${COTIRE_CMAKE_MODULE_FILE}" "unity" "${_targetConfigScript}" "${_unityFile}") + if (CMAKE_VERSION VERSION_LESS "3.1.0") + set (_unityCmdDepends "${_targetScript}") + else() + # CMake 3.1.0 supports generator expressions in arguments to DEPENDS + set (_unityCmdDepends "${_targetConfigScript}") + endif() + if (MSVC_IDE) + file (TO_NATIVE_PATH "${_unityFile}" _unityFileLogPath) + else() + file (RELATIVE_PATH _unityFileLogPath "${CMAKE_BINARY_DIR}" "${_unityFile}") + endif() + if (COTIRE_DEBUG) + message (STATUS "add_custom_command: OUTPUT ${_unityFile} COMMAND ${_unityCmd} DEPENDS ${_unityCmdDepends}") + endif() + add_custom_command( + OUTPUT "${_unityFile}" + COMMAND ${_unityCmd} + DEPENDS ${_unityCmdDepends} + COMMENT "Generating ${_language} unity source ${_unityFileLogPath}" + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + VERBATIM) + list (APPEND ${_cmdsVar} COMMAND ${_unityCmd}) + endforeach() + set (${_cmdsVar} ${${_cmdsVar}} PARENT_SCOPE) +endfunction() + +function (cotire_setup_prefix_generation_command _language _target _targetScript _prefixFile _unityFiles _cmdsVar) + set (_sourceFiles ${ARGN}) + set (_dependencySources "") + cotire_get_prefix_header_dependencies(${_language} ${_target} _dependencySources ${_sourceFiles}) + cotire_set_cmd_to_prologue(_prefixCmd) + list (APPEND _prefixCmd -P "${COTIRE_CMAKE_MODULE_FILE}" "prefix" "${_targetScript}" "${_prefixFile}" ${_unityFiles}) + set_property (SOURCE "${_prefixFile}" PROPERTY GENERATED TRUE) + # make prefix header generation depend on the actual compiler executable used to force + # re-generation when the compiler executable is updated. This prevents "file not found" + # errors for compiler version specific system header files. + get_filename_component(_realCompilerExe "${CMAKE_${_language}_COMPILER}" ABSOLUTE) + if (COTIRE_DEBUG) + message (STATUS "add_custom_command: OUTPUT ${_prefixFile} COMMAND ${_prefixCmd} DEPENDS ${_unityFile} ${_dependencySources} ${_realCompilerExe}") + endif() + if (MSVC_IDE) + file (TO_NATIVE_PATH "${_prefixFile}" _prefixFileLogPath) + else() + file (RELATIVE_PATH _prefixFileLogPath "${CMAKE_BINARY_DIR}" "${_prefixFile}") + endif() + get_filename_component(_prefixFileExt "${_prefixFile}" EXT) + if (_prefixFileExt MATCHES "^\\.c") + set (_comment "Generating ${_language} prefix source ${_prefixFileLogPath}") + else() + set (_comment "Generating ${_language} prefix header ${_prefixFileLogPath}") + endif() + # prevent pre-processing errors upon generating the prefix header when a target's generated include file does not yet exist + # we do not add a file-level dependency for the target's generated files though, because we only want to depend on their existence + # thus we make the prefix header generation depend on a custom helper target which triggers the generation of the files + set (_preTargetName "${_target}${COTIRE_PCH_TARGET_SUFFIX}_pre") + if (TARGET ${_preTargetName}) + # custom helper target has already been generated while processing a different language + list (APPEND _dependencySources ${_preTargetName}) + else() + get_target_property(_targetSourceFiles ${_target} SOURCES) + cotire_get_objects_with_property_on(_generatedSources GENERATED SOURCE ${_targetSourceFiles}) + if (_generatedSources) + add_custom_target("${_preTargetName}" DEPENDS ${_generatedSources}) + cotire_init_target("${_preTargetName}") + list (APPEND _dependencySources ${_preTargetName}) + endif() + endif() + add_custom_command( + OUTPUT "${_prefixFile}" "${_prefixFile}.log" + COMMAND ${_prefixCmd} + DEPENDS ${_unityFiles} ${_dependencySources} "${_realCompilerExe}" + COMMENT "${_comment}" + WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" + VERBATIM) + list (APPEND ${_cmdsVar} COMMAND ${_prefixCmd}) + set (${_cmdsVar} ${${_cmdsVar}} PARENT_SCOPE) +endfunction() + +function (cotire_setup_prefix_generation_from_unity_command _language _target _targetScript _prefixFile _unityFiles _cmdsVar) + set (_sourceFiles ${ARGN}) + if (CMAKE_${_language}_COMPILER_ID MATCHES "GNU|Clang") + # GNU and Clang require indirect compilation of the prefix header to make them honor the system_header pragma + cotire_prefix_header_to_source_file_path(${_language} "${_prefixFile}" _prefixSourceFile) + else() + set (_prefixSourceFile "${_prefixFile}") + endif() + cotire_setup_prefix_generation_command( + ${_language} ${_target} "${_targetScript}" + "${_prefixSourceFile}" "${_unityFiles}" ${_cmdsVar} ${_sourceFiles}) + if (CMAKE_${_language}_COMPILER_ID MATCHES "GNU|Clang") + # set up generation of a prefix source file which includes the prefix header + cotire_setup_combine_command(${_language} "${_targetScript}" "${_prefixFile}" _cmds ${_prefixSourceFile}) + endif() + set (${_cmdsVar} ${${_cmdsVar}} PARENT_SCOPE) +endfunction() + +function (cotire_setup_prefix_generation_from_provided_command _language _target _targetScript _prefixFile _cmdsVar) + set (_prefixHeaderFiles ${ARGN}) + if (CMAKE_${_language}_COMPILER_ID MATCHES "GNU|Clang") + # GNU and Clang require indirect compilation of the prefix header to make them honor the system_header pragma + cotire_prefix_header_to_source_file_path(${_language} "${_prefixFile}" _prefixSourceFile) + else() + set (_prefixSourceFile "${_prefixFile}") + endif() + cotire_setup_combine_command(${_language} "${_targetScript}" "${_prefixSourceFile}" _cmds ${_prefixHeaderFiles}) + if (CMAKE_${_language}_COMPILER_ID MATCHES "GNU|Clang") + # set up generation of a prefix source file which includes the prefix header + cotire_setup_combine_command(${_language} "${_targetScript}" "${_prefixFile}" _cmds ${_prefixSourceFile}) + endif() + set (${_cmdsVar} ${${_cmdsVar}} PARENT_SCOPE) +endfunction() + +function (cotire_init_cotire_target_properties _target) + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_ENABLE_PRECOMPILED_HEADER SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_ENABLE_PRECOMPILED_HEADER TRUE) + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_ADD_UNITY_BUILD SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_ADD_UNITY_BUILD TRUE) + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_ADD_CLEAN SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_ADD_CLEAN FALSE) + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_PREFIX_HEADER_IGNORE_PATH SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_PREFIX_HEADER_IGNORE_PATH "${CMAKE_SOURCE_DIR}") + cotire_check_is_path_relative_to("${CMAKE_BINARY_DIR}" _isRelative "${CMAKE_SOURCE_DIR}") + if (NOT _isRelative) + set_property(TARGET ${_target} APPEND PROPERTY COTIRE_PREFIX_HEADER_IGNORE_PATH "${CMAKE_BINARY_DIR}") + endif() + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_PREFIX_HEADER_INCLUDE_PATH SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_PREFIX_HEADER_INCLUDE_PATH "") + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH "") + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_PRE_UNDEFS SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_PRE_UNDEFS "") + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_POST_UNDEFS SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_POST_UNDEFS "") + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_UNITY_LINK_LIBRARIES_INIT SET) + if (NOT _isSet) + set_property(TARGET ${_target} PROPERTY COTIRE_UNITY_LINK_LIBRARIES_INIT "COPY_UNITY") + endif() + get_property(_isSet TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES SET) + if (NOT _isSet) + if (COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES) + set_property(TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES "${COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES}") + else() + set_property(TARGET ${_target} PROPERTY COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES "") + endif() + endif() +endfunction() + +function (cotire_make_target_message _target _languages _disableMsg _targetMsgVar) + get_target_property(_targetUsePCH ${_target} COTIRE_ENABLE_PRECOMPILED_HEADER) + get_target_property(_targetAddSCU ${_target} COTIRE_ADD_UNITY_BUILD) + string (REPLACE ";" " " _languagesStr "${_languages}") + math (EXPR _numberOfExcludedFiles "${ARGC} - 4") + if (_numberOfExcludedFiles EQUAL 0) + set (_excludedStr "") + elseif (COTIRE_VERBOSE OR _numberOfExcludedFiles LESS 4) + string (REPLACE ";" ", " _excludedStr "excluding ${ARGN}") + else() + set (_excludedStr "excluding ${_numberOfExcludedFiles} files") + endif() + set (_targetMsg "") + if (NOT _languages) + set (_targetMsg "Target ${_target} cannot be cotired.") + if (_disableMsg) + set (_targetMsg "${_targetMsg} ${_disableMsg}") + endif() + elseif (NOT _targetUsePCH AND NOT _targetAddSCU) + set (_targetMsg "${_languagesStr} target ${_target} cotired without unity build and precompiled header.") + if (_disableMsg) + set (_targetMsg "${_targetMsg} ${_disableMsg}") + endif() + elseif (NOT _targetUsePCH) + if (_excludedStr) + set (_targetMsg "${_languagesStr} target ${_target} cotired without precompiled header ${_excludedStr}.") + else() + set (_targetMsg "${_languagesStr} target ${_target} cotired without precompiled header.") + endif() + if (_disableMsg) + set (_targetMsg "${_targetMsg} ${_disableMsg}") + endif() + elseif (NOT _targetAddSCU) + if (_excludedStr) + set (_targetMsg "${_languagesStr} target ${_target} cotired without unity build ${_excludedStr}.") + else() + set (_targetMsg "${_languagesStr} target ${_target} cotired without unity build.") + endif() + else() + if (_excludedStr) + set (_targetMsg "${_languagesStr} target ${_target} cotired ${_excludedStr}.") + else() + set (_targetMsg "${_languagesStr} target ${_target} cotired.") + endif() + endif() + set (${_targetMsgVar} "${_targetMsg}" PARENT_SCOPE) +endfunction() + +function (cotire_choose_target_languages _target _targetLanguagesVar _wholeTargetVar) + set (_languages ${ARGN}) + set (_allSourceFiles "") + set (_allExcludedSourceFiles "") + set (_allCotiredSourceFiles "") + set (_targetLanguages "") + set (_pchEligibleTargetLanguages "") + get_target_property(_targetType ${_target} TYPE) + get_target_property(_targetSourceFiles ${_target} SOURCES) + get_target_property(_targetUsePCH ${_target} COTIRE_ENABLE_PRECOMPILED_HEADER) + get_target_property(_targetAddSCU ${_target} COTIRE_ADD_UNITY_BUILD) + set (_disableMsg "") + foreach (_language ${_languages}) + get_target_property(_prefixHeader ${_target} COTIRE_${_language}_PREFIX_HEADER) + get_target_property(_unityBuildFile ${_target} COTIRE_${_language}_UNITY_SOURCE) + if (_prefixHeader OR _unityBuildFile) + message (STATUS "cotire: target ${_target} has already been cotired.") + set (${_targetLanguagesVar} "" PARENT_SCOPE) + return() + endif() + if (_targetUsePCH AND "${_language}" MATCHES "^C|CXX$" AND DEFINED CMAKE_${_language}_COMPILER_ID) + if (CMAKE_${_language}_COMPILER_ID) + cotire_check_precompiled_header_support("${_language}" "${_target}" _disableMsg) + if (_disableMsg) + set (_targetUsePCH FALSE) + endif() + endif() + endif() + set (_sourceFiles "") + set (_excludedSources "") + set (_cotiredSources "") + cotire_filter_language_source_files(${_language} ${_target} _sourceFiles _excludedSources _cotiredSources ${_targetSourceFiles}) + if (_sourceFiles OR _excludedSources OR _cotiredSources) + list (APPEND _targetLanguages ${_language}) + endif() + if (_sourceFiles) + list (APPEND _allSourceFiles ${_sourceFiles}) + endif() + list (LENGTH _sourceFiles _numberOfSources) + if (NOT _numberOfSources LESS ${COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES}) + list (APPEND _pchEligibleTargetLanguages ${_language}) + endif() + if (_excludedSources) + list (APPEND _allExcludedSourceFiles ${_excludedSources}) + endif() + if (_cotiredSources) + list (APPEND _allCotiredSourceFiles ${_cotiredSources}) + endif() + endforeach() + set (_targetMsgLevel STATUS) + if (NOT _targetLanguages) + string (REPLACE ";" " or " _languagesStr "${_languages}") + set (_disableMsg "No ${_languagesStr} source files.") + set (_targetUsePCH FALSE) + set (_targetAddSCU FALSE) + endif() + if (_targetUsePCH) + if (_allCotiredSourceFiles) + cotire_get_source_file_property_values(_cotireTargets COTIRE_TARGET ${_allCotiredSourceFiles}) + list (REMOVE_DUPLICATES _cotireTargets) + string (REPLACE ";" ", " _cotireTargetsStr "${_cotireTargets}") + set (_disableMsg "Target sources already include a precompiled header for target(s) ${_cotireTargets}.") + set (_disableMsg "${_disableMsg} Set target property COTIRE_ENABLE_PRECOMPILED_HEADER to FALSE for targets ${_target},") + set (_disableMsg "${_disableMsg} ${_cotireTargetsStr} to get a workable build system.") + set (_targetMsgLevel SEND_ERROR) + set (_targetUsePCH FALSE) + elseif (NOT _pchEligibleTargetLanguages) + set (_disableMsg "Too few applicable sources.") + set (_targetUsePCH FALSE) + elseif (XCODE AND _allExcludedSourceFiles) + # for Xcode, we cannot apply the precompiled header to individual sources, only to the whole target + set (_disableMsg "Exclusion of source files not supported for generator Xcode.") + set (_targetUsePCH FALSE) + elseif (XCODE AND "${_targetType}" STREQUAL "OBJECT_LIBRARY") + # for Xcode, we cannot apply the required PRE_BUILD action to generate the prefix header to an OBJECT_LIBRARY target + set (_disableMsg "Required PRE_BUILD action not supported for OBJECT_LIBRARY targets for generator Xcode.") + set (_targetUsePCH FALSE) + endif() + endif() + set_property(TARGET ${_target} PROPERTY COTIRE_ENABLE_PRECOMPILED_HEADER ${_targetUsePCH}) + set_property(TARGET ${_target} PROPERTY COTIRE_ADD_UNITY_BUILD ${_targetAddSCU}) + cotire_make_target_message(${_target} "${_targetLanguages}" "${_disableMsg}" _targetMsg ${_allExcludedSourceFiles}) + if (_targetMsg) + if (NOT DEFINED COTIREMSG_${_target}) + set (COTIREMSG_${_target} "") + endif() + if (COTIRE_VERBOSE OR NOT "${_targetMsgLevel}" STREQUAL "STATUS" OR + NOT "${COTIREMSG_${_target}}" STREQUAL "${_targetMsg}") + # cache message to avoid redundant messages on re-configure + set (COTIREMSG_${_target} "${_targetMsg}" CACHE INTERNAL "${_target} cotire message.") + message (${_targetMsgLevel} "${_targetMsg}") + endif() + endif() + list (LENGTH _targetLanguages _numberOfLanguages) + if (_numberOfLanguages GREATER 1 OR _allExcludedSourceFiles) + set (${_wholeTargetVar} FALSE PARENT_SCOPE) + else() + set (${_wholeTargetVar} TRUE PARENT_SCOPE) + endif() + set (${_targetLanguagesVar} ${_targetLanguages} PARENT_SCOPE) +endfunction() + +function (cotire_compute_unity_max_number_of_includes _target _maxIncludesVar) + set (_sourceFiles ${ARGN}) + get_target_property(_maxIncludes ${_target} COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES) + if (_maxIncludes MATCHES "(-j|--parallel|--jobs) ?([0-9]*)") + set (_numberOfThreads "${CMAKE_MATCH_2}") + if (NOT _numberOfThreads) + # use all available cores + ProcessorCount(_numberOfThreads) + endif() + list (LENGTH _sourceFiles _numberOfSources) + math (EXPR _maxIncludes "(${_numberOfSources} + ${_numberOfThreads} - 1) / ${_numberOfThreads}") + elseif (NOT _maxIncludes MATCHES "[0-9]+") + set (_maxIncludes 0) + endif() + if (COTIRE_DEBUG) + message (STATUS "${_target} unity source max includes: ${_maxIncludes}") + endif() + set (${_maxIncludesVar} ${_maxIncludes} PARENT_SCOPE) +endfunction() + +function (cotire_process_target_language _language _configurations _target _wholeTarget _cmdsVar) + set (${_cmdsVar} "" PARENT_SCOPE) + get_target_property(_targetSourceFiles ${_target} SOURCES) + set (_sourceFiles "") + set (_excludedSources "") + set (_cotiredSources "") + cotire_filter_language_source_files(${_language} ${_target} _sourceFiles _excludedSources _cotiredSources ${_targetSourceFiles}) + if (NOT _sourceFiles AND NOT _cotiredSources) + return() + endif() + set (_cmds "") + # check for user provided unity source file list + get_property(_unitySourceFiles TARGET ${_target} PROPERTY COTIRE_${_language}_UNITY_SOURCE_INIT) + if (NOT _unitySourceFiles) + set (_unitySourceFiles ${_sourceFiles} ${_cotiredSources}) + endif() + cotire_generate_target_script( + ${_language} "${_configurations}" ${_target} _targetScript _targetConfigScript ${_unitySourceFiles}) + # set up unity files for parallel compilation + cotire_compute_unity_max_number_of_includes(${_target} _maxIncludes ${_unitySourceFiles}) + cotire_make_unity_source_file_paths(${_language} ${_target} ${_maxIncludes} _unityFiles ${_unitySourceFiles}) + list (LENGTH _unityFiles _numberOfUnityFiles) + if (_numberOfUnityFiles EQUAL 0) + return() + elseif (_numberOfUnityFiles GREATER 1) + cotire_setup_unity_generation_commands( + ${_language} ${_target} "${_targetScript}" "${_targetConfigScript}" "${_unityFiles}" _cmds ${_unitySourceFiles}) + endif() + # set up single unity file for prefix header generation + cotire_make_single_unity_source_file_path(${_language} ${_target} _unityFile) + cotire_setup_unity_generation_commands( + ${_language} ${_target} "${_targetScript}" "${_targetConfigScript}" "${_unityFile}" _cmds ${_unitySourceFiles}) + cotire_make_prefix_file_path(${_language} ${_target} _prefixFile) + # set up prefix header + if (_prefixFile) + # check for user provided prefix header files + get_property(_prefixHeaderFiles TARGET ${_target} PROPERTY COTIRE_${_language}_PREFIX_HEADER_INIT) + if (_prefixHeaderFiles) + cotire_setup_prefix_generation_from_provided_command( + ${_language} ${_target} "${_targetConfigScript}" "${_prefixFile}" _cmds ${_prefixHeaderFiles}) + else() + cotire_setup_prefix_generation_from_unity_command( + ${_language} ${_target} "${_targetConfigScript}" "${_prefixFile}" "${_unityFile}" _cmds ${_unitySourceFiles}) + endif() + # check if selected language has enough sources at all + list (LENGTH _sourceFiles _numberOfSources) + if (_numberOfSources LESS ${COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES}) + set (_targetUsePCH FALSE) + else() + get_target_property(_targetUsePCH ${_target} COTIRE_ENABLE_PRECOMPILED_HEADER) + endif() + if (_targetUsePCH) + cotire_make_pch_file_path(${_language} ${_target} _pchFile) + if (_pchFile) + # first file in _sourceFiles is passed as the host file + cotire_setup_pch_file_compilation( + ${_language} ${_target} "${_targetConfigScript}" "${_prefixFile}" "${_pchFile}" ${_sourceFiles}) + cotire_setup_pch_file_inclusion( + ${_language} ${_target} ${_wholeTarget} "${_prefixFile}" "${_pchFile}" ${_sourceFiles}) + endif() + elseif (_prefixHeaderFiles) + # user provided prefix header must be included unconditionally + cotire_setup_prefix_file_inclusion(${_language} ${_target} "${_prefixFile}" ${_sourceFiles}) + endif() + endif() + # mark target as cotired for language + set_property(TARGET ${_target} PROPERTY COTIRE_${_language}_UNITY_SOURCE "${_unityFiles}") + if (_prefixFile) + set_property(TARGET ${_target} PROPERTY COTIRE_${_language}_PREFIX_HEADER "${_prefixFile}") + if (_targetUsePCH AND _pchFile) + set_property(TARGET ${_target} PROPERTY COTIRE_${_language}_PRECOMPILED_HEADER "${_pchFile}") + endif() + endif() + set (${_cmdsVar} ${_cmds} PARENT_SCOPE) +endfunction() + +function (cotire_setup_clean_target _target) + set (_cleanTargetName "${_target}${COTIRE_CLEAN_TARGET_SUFFIX}") + if (NOT TARGET "${_cleanTargetName}") + cotire_set_cmd_to_prologue(_cmds) + get_filename_component(_outputDir "${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}" ABSOLUTE) + list (APPEND _cmds -P "${COTIRE_CMAKE_MODULE_FILE}" "cleanup" "${_outputDir}" "${COTIRE_INTDIR}" "${_target}") + add_custom_target(${_cleanTargetName} + COMMAND ${_cmds} + WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" + COMMENT "Cleaning up target ${_target} cotire generated files" + VERBATIM) + cotire_init_target("${_cleanTargetName}") + endif() +endfunction() + +function (cotire_setup_pch_target _languages _configurations _target) + if ("${CMAKE_GENERATOR}" MATCHES "Make|Ninja") + # for makefile based generators, we add a custom target to trigger the generation of the cotire related files + set (_dependsFiles "") + foreach (_language ${_languages}) + set (_props COTIRE_${_language}_PREFIX_HEADER COTIRE_${_language}_UNITY_SOURCE) + if (NOT CMAKE_${_language}_COMPILER_ID MATCHES "MSVC|Intel") + # Visual Studio and Intel only create precompiled header as a side effect + list (INSERT _props 0 COTIRE_${_language}_PRECOMPILED_HEADER) + endif() + cotire_get_first_set_property_value(_dependsFile TARGET ${_target} ${_props}) + if (_dependsFile) + list (APPEND _dependsFiles "${_dependsFile}") + endif() + endforeach() + if (_dependsFiles) + set (_pchTargetName "${_target}${COTIRE_PCH_TARGET_SUFFIX}") + add_custom_target("${_pchTargetName}" DEPENDS ${_dependsFiles}) + cotire_init_target("${_pchTargetName}") + cotire_add_to_pch_all_target(${_pchTargetName}) + endif() + else() + # for other generators, we add the "clean all" target to clean up the precompiled header + cotire_setup_clean_all_target() + endif() +endfunction() + +function (cotire_filter_object_libraries _target _objectLibrariesVar) + set (_objectLibraries "") + foreach (_source ${ARGN}) + if (_source MATCHES "^\\$$") + list (APPEND _objectLibraries "${_source}") + endif() + endforeach() + set (${_objectLibrariesVar} ${_objectLibraries} PARENT_SCOPE) +endfunction() + +function (cotire_collect_unity_target_sources _target _languages _unityTargetSourcesVar) + get_target_property(_targetSourceFiles ${_target} SOURCES) + set (_unityTargetSources ${_targetSourceFiles}) + foreach (_language ${_languages}) + get_property(_unityFiles TARGET ${_target} PROPERTY COTIRE_${_language}_UNITY_SOURCE) + if (_unityFiles) + # remove source files that are included in the unity source + set (_sourceFiles "") + set (_excludedSources "") + set (_cotiredSources "") + cotire_filter_language_source_files(${_language} ${_target} _sourceFiles _excludedSources _cotiredSources ${_targetSourceFiles}) + if (_sourceFiles OR _cotiredSources) + list (REMOVE_ITEM _unityTargetSources ${_sourceFiles} ${_cotiredSources}) + endif() + # add unity source files instead + list (APPEND _unityTargetSources ${_unityFiles}) + endif() + endforeach() + get_target_property(_linkLibrariesStrategy ${_target} COTIRE_UNITY_LINK_LIBRARIES_INIT) + if ("${_linkLibrariesStrategy}" MATCHES "^COPY_UNITY$") + cotire_filter_object_libraries(${_target} _objectLibraries ${_targetSourceFiles}) + if (_objectLibraries) + cotire_map_libraries("${_linkLibrariesStrategy}" _unityObjectLibraries ${_objectLibraries}) + list (REMOVE_ITEM _unityTargetSources ${_objectLibraries}) + list (APPEND _unityTargetSources ${_unityObjectLibraries}) + endif() + endif() + set (${_unityTargetSourcesVar} ${_unityTargetSources} PARENT_SCOPE) +endfunction() + +function (cotire_setup_unity_target_pch_usage _languages _target) + foreach (_language ${_languages}) + get_property(_unityFiles TARGET ${_target} PROPERTY COTIRE_${_language}_UNITY_SOURCE) + if (_unityFiles) + get_property(_userPrefixFile TARGET ${_target} PROPERTY COTIRE_${_language}_PREFIX_HEADER_INIT) + get_property(_prefixFile TARGET ${_target} PROPERTY COTIRE_${_language}_PREFIX_HEADER) + if (_userPrefixFile AND _prefixFile) + # user provided prefix header must be included unconditionally by unity sources + cotire_setup_prefix_file_inclusion(${_language} ${_target} "${_prefixFile}" ${_unityFiles}) + endif() + endif() + endforeach() +endfunction() + +function (cotire_setup_unity_build_target _languages _configurations _target) + get_target_property(_unityTargetName ${_target} COTIRE_UNITY_TARGET_NAME) + if (NOT _unityTargetName) + set (_unityTargetName "${_target}${COTIRE_UNITY_BUILD_TARGET_SUFFIX}") + endif() + # determine unity target sub type + get_target_property(_targetType ${_target} TYPE) + if ("${_targetType}" STREQUAL "EXECUTABLE") + set (_unityTargetSubType "") + elseif (_targetType MATCHES "(STATIC|SHARED|MODULE|OBJECT)_LIBRARY") + set (_unityTargetSubType "${CMAKE_MATCH_1}") + else() + message (WARNING "cotire: target ${_target} has unknown target type ${_targetType}.") + return() + endif() + # determine unity target sources + set (_unityTargetSources "") + cotire_collect_unity_target_sources(${_target} "${_languages}" _unityTargetSources) + # handle automatic Qt processing + get_target_property(_targetAutoMoc ${_target} AUTOMOC) + get_target_property(_targetAutoUic ${_target} AUTOUIC) + get_target_property(_targetAutoRcc ${_target} AUTORCC) + if (_targetAutoMoc OR _targetAutoUic OR _targetAutoRcc) + # if the original target sources are subject to CMake's automatic Qt processing, + # also include implicitly generated _automoc.cpp file + if (CMAKE_VERSION VERSION_LESS "3.8.0") + list (APPEND _unityTargetSources "${_target}_automoc.cpp") + set_property (SOURCE "${_target}_automoc.cpp" PROPERTY GENERATED TRUE) + else() + list (APPEND _unityTargetSources "${_target}_autogen/moc_compilation.cpp") + set_property (SOURCE "${_target}_autogen/moc_compilation.cpp" PROPERTY GENERATED TRUE) + endif() + endif() + # prevent AUTOMOC, AUTOUIC and AUTORCC properties from being set when the unity target is created + set (CMAKE_AUTOMOC OFF) + set (CMAKE_AUTOUIC OFF) + set (CMAKE_AUTORCC OFF) + if (COTIRE_DEBUG) + message (STATUS "add target ${_targetType} ${_unityTargetName} ${_unityTargetSubType} EXCLUDE_FROM_ALL ${_unityTargetSources}") + endif() + # generate unity target + if ("${_targetType}" STREQUAL "EXECUTABLE") + add_executable(${_unityTargetName} ${_unityTargetSubType} EXCLUDE_FROM_ALL ${_unityTargetSources}) + else() + add_library(${_unityTargetName} ${_unityTargetSubType} EXCLUDE_FROM_ALL ${_unityTargetSources}) + endif() + if ("${CMAKE_GENERATOR}" MATCHES "Visual Studio") + # depend on original target's automoc target, if it exists + if (TARGET ${_target}_automoc) + add_dependencies(${_unityTargetName} ${_target}_automoc) + endif() + else() + if (_targetAutoMoc OR _targetAutoUic OR _targetAutoRcc) + # depend on the original target's implicity generated _automoc target + if (CMAKE_VERSION VERSION_LESS "3.8.0") + add_dependencies(${_unityTargetName} ${_target}_automoc) + else() + add_dependencies(${_unityTargetName} ${_target}_autogen) + endif() + endif() + endif() + # copy output location properties + set (_outputDirProperties + ARCHIVE_OUTPUT_DIRECTORY ARCHIVE_OUTPUT_DIRECTORY_ + LIBRARY_OUTPUT_DIRECTORY LIBRARY_OUTPUT_DIRECTORY_ + RUNTIME_OUTPUT_DIRECTORY RUNTIME_OUTPUT_DIRECTORY_) + if (COTIRE_UNITY_OUTPUT_DIRECTORY) + set (_setDefaultOutputDir TRUE) + if (IS_ABSOLUTE "${COTIRE_UNITY_OUTPUT_DIRECTORY}") + set (_outputDir "${COTIRE_UNITY_OUTPUT_DIRECTORY}") + else() + # append relative COTIRE_UNITY_OUTPUT_DIRECTORY to target's actual output directory + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} ${_outputDirProperties}) + cotire_resolve_config_properites("${_configurations}" _properties ${_outputDirProperties}) + foreach (_property ${_properties}) + get_property(_outputDir TARGET ${_target} PROPERTY ${_property}) + if (_outputDir) + get_filename_component(_outputDir "${_outputDir}/${COTIRE_UNITY_OUTPUT_DIRECTORY}" ABSOLUTE) + set_property(TARGET ${_unityTargetName} PROPERTY ${_property} "${_outputDir}") + set (_setDefaultOutputDir FALSE) + endif() + endforeach() + if (_setDefaultOutputDir) + get_filename_component(_outputDir "${CMAKE_CURRENT_BINARY_DIR}/${COTIRE_UNITY_OUTPUT_DIRECTORY}" ABSOLUTE) + endif() + endif() + if (_setDefaultOutputDir) + set_target_properties(${_unityTargetName} PROPERTIES + ARCHIVE_OUTPUT_DIRECTORY "${_outputDir}" + LIBRARY_OUTPUT_DIRECTORY "${_outputDir}" + RUNTIME_OUTPUT_DIRECTORY "${_outputDir}") + endif() + else() + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + ${_outputDirProperties}) + endif() + # copy output name + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + ARCHIVE_OUTPUT_NAME ARCHIVE_OUTPUT_NAME_ + LIBRARY_OUTPUT_NAME LIBRARY_OUTPUT_NAME_ + OUTPUT_NAME OUTPUT_NAME_ + RUNTIME_OUTPUT_NAME RUNTIME_OUTPUT_NAME_ + PREFIX _POSTFIX SUFFIX + IMPORT_PREFIX IMPORT_SUFFIX) + # copy compile stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + COMPILE_DEFINITIONS COMPILE_DEFINITIONS_ + COMPILE_FLAGS COMPILE_OPTIONS + Fortran_FORMAT Fortran_MODULE_DIRECTORY + INCLUDE_DIRECTORIES + INTERPROCEDURAL_OPTIMIZATION INTERPROCEDURAL_OPTIMIZATION_ + POSITION_INDEPENDENT_CODE + C_COMPILER_LAUNCHER CXX_COMPILER_LAUNCHER + C_INCLUDE_WHAT_YOU_USE CXX_INCLUDE_WHAT_YOU_USE + C_VISIBILITY_PRESET CXX_VISIBILITY_PRESET VISIBILITY_INLINES_HIDDEN + C_CLANG_TIDY CXX_CLANG_TIDY) + # copy compile features + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + C_EXTENSIONS C_STANDARD C_STANDARD_REQUIRED + CXX_EXTENSIONS CXX_STANDARD CXX_STANDARD_REQUIRED + COMPILE_FEATURES) + # copy interface stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + COMPATIBLE_INTERFACE_BOOL COMPATIBLE_INTERFACE_NUMBER_MAX COMPATIBLE_INTERFACE_NUMBER_MIN + COMPATIBLE_INTERFACE_STRING + INTERFACE_COMPILE_DEFINITIONS INTERFACE_COMPILE_FEATURES INTERFACE_COMPILE_OPTIONS + INTERFACE_INCLUDE_DIRECTORIES INTERFACE_SOURCES + INTERFACE_POSITION_INDEPENDENT_CODE INTERFACE_SYSTEM_INCLUDE_DIRECTORIES + INTERFACE_AUTOUIC_OPTIONS NO_SYSTEM_FROM_IMPORTED) + # copy link stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + BUILD_WITH_INSTALL_RPATH INSTALL_RPATH INSTALL_RPATH_USE_LINK_PATH SKIP_BUILD_RPATH + LINKER_LANGUAGE LINK_DEPENDS LINK_DEPENDS_NO_SHARED + LINK_FLAGS LINK_FLAGS_ + LINK_INTERFACE_LIBRARIES LINK_INTERFACE_LIBRARIES_ + LINK_INTERFACE_MULTIPLICITY LINK_INTERFACE_MULTIPLICITY_ + LINK_SEARCH_START_STATIC LINK_SEARCH_END_STATIC + STATIC_LIBRARY_FLAGS STATIC_LIBRARY_FLAGS_ + NO_SONAME SOVERSION VERSION + LINK_WHAT_YOU_USE) + # copy cmake stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + IMPLICIT_DEPENDS_INCLUDE_TRANSFORM RULE_LAUNCH_COMPILE RULE_LAUNCH_CUSTOM RULE_LAUNCH_LINK) + # copy Apple platform specific stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + BUNDLE BUNDLE_EXTENSION FRAMEWORK FRAMEWORK_VERSION INSTALL_NAME_DIR + MACOSX_BUNDLE MACOSX_BUNDLE_INFO_PLIST MACOSX_FRAMEWORK_INFO_PLIST MACOSX_RPATH + OSX_ARCHITECTURES OSX_ARCHITECTURES_ PRIVATE_HEADER PUBLIC_HEADER RESOURCE XCTEST + IOS_INSTALL_COMBINED) + # copy Windows platform specific stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + GNUtoMS + COMPILE_PDB_NAME COMPILE_PDB_NAME_ + COMPILE_PDB_OUTPUT_DIRECTORY COMPILE_PDB_OUTPUT_DIRECTORY_ + PDB_NAME PDB_NAME_ PDB_OUTPUT_DIRECTORY PDB_OUTPUT_DIRECTORY_ + VS_DESKTOP_EXTENSIONS_VERSION VS_DOTNET_REFERENCES VS_DOTNET_TARGET_FRAMEWORK_VERSION + VS_GLOBAL_KEYWORD VS_GLOBAL_PROJECT_TYPES VS_GLOBAL_ROOTNAMESPACE + VS_IOT_EXTENSIONS_VERSION VS_IOT_STARTUP_TASK + VS_KEYWORD VS_MOBILE_EXTENSIONS_VERSION + VS_SCC_AUXPATH VS_SCC_LOCALPATH VS_SCC_PROJECTNAME VS_SCC_PROVIDER + VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION + VS_WINRT_COMPONENT VS_WINRT_EXTENSIONS VS_WINRT_REFERENCES + WIN32_EXECUTABLE WINDOWS_EXPORT_ALL_SYMBOLS + DEPLOYMENT_REMOTE_DIRECTORY VS_CONFIGURATION_TYPE + VS_SDK_REFERENCES) + # copy Android platform specific stuff + cotire_copy_set_properites("${_configurations}" TARGET ${_target} ${_unityTargetName} + ANDROID_API ANDROID_API_MIN ANDROID_GUI + ANDROID_ANT_ADDITIONAL_OPTIONS ANDROID_ARCH ANDROID_ASSETS_DIRECTORIES + ANDROID_JAR_DEPENDENCIES ANDROID_JAR_DIRECTORIES ANDROID_JAVA_SOURCE_DIR + ANDROID_NATIVE_LIB_DEPENDENCIES ANDROID_NATIVE_LIB_DIRECTORIES + ANDROID_PROCESS_MAX ANDROID_PROGUARD ANDROID_PROGUARD_CONFIG_PATH + ANDROID_SECURE_PROPS_PATH ANDROID_SKIP_ANT_STEP ANDROID_STL_TYPE) + # use output name from original target + get_target_property(_targetOutputName ${_unityTargetName} OUTPUT_NAME) + if (NOT _targetOutputName) + set_property(TARGET ${_unityTargetName} PROPERTY OUTPUT_NAME "${_target}") + endif() + # use export symbol from original target + cotire_get_target_export_symbol("${_target}" _defineSymbol) + if (_defineSymbol) + set_property(TARGET ${_unityTargetName} PROPERTY DEFINE_SYMBOL "${_defineSymbol}") + if ("${_targetType}" STREQUAL "EXECUTABLE") + set_property(TARGET ${_unityTargetName} PROPERTY ENABLE_EXPORTS TRUE) + endif() + endif() + cotire_init_target(${_unityTargetName}) + cotire_add_to_unity_all_target(${_unityTargetName}) + set_property(TARGET ${_target} PROPERTY COTIRE_UNITY_TARGET_NAME "${_unityTargetName}") +endfunction(cotire_setup_unity_build_target) + +function (cotire_target _target) + set(_options "") + set(_oneValueArgs "") + set(_multiValueArgs LANGUAGES CONFIGURATIONS) + cmake_parse_arguments(_option "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) + if (NOT _option_LANGUAGES) + get_property (_option_LANGUAGES GLOBAL PROPERTY ENABLED_LANGUAGES) + endif() + if (NOT _option_CONFIGURATIONS) + cotire_get_configuration_types(_option_CONFIGURATIONS) + endif() + # check if cotire can be applied to target at all + cotire_is_target_supported(${_target} _isSupported) + if (NOT _isSupported) + get_target_property(_imported ${_target} IMPORTED) + get_target_property(_targetType ${_target} TYPE) + if (_imported) + message (WARNING "cotire: imported ${_targetType} target ${_target} cannot be cotired.") + else() + message (STATUS "cotire: ${_targetType} target ${_target} cannot be cotired.") + endif() + return() + endif() + # resolve alias + get_target_property(_aliasName ${_target} ALIASED_TARGET) + if (_aliasName) + if (COTIRE_DEBUG) + message (STATUS "${_target} is an alias. Applying cotire to aliased target ${_aliasName} instead.") + endif() + set (_target ${_aliasName}) + endif() + # check if target needs to be cotired for build type + # when using configuration types, the test is performed at build time + cotire_init_cotire_target_properties(${_target}) + if (NOT CMAKE_CONFIGURATION_TYPES) + if (CMAKE_BUILD_TYPE) + list (FIND _option_CONFIGURATIONS "${CMAKE_BUILD_TYPE}" _index) + else() + list (FIND _option_CONFIGURATIONS "None" _index) + endif() + if (_index EQUAL -1) + if (COTIRE_DEBUG) + message (STATUS "CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} not cotired (${_option_CONFIGURATIONS})") + endif() + return() + endif() + endif() + # when not using configuration types, immediately create cotire intermediate dir + if (NOT CMAKE_CONFIGURATION_TYPES) + cotire_get_intermediate_dir(_baseDir) + file (MAKE_DIRECTORY "${_baseDir}") + endif() + # choose languages that apply to the target + cotire_choose_target_languages("${_target}" _targetLanguages _wholeTarget ${_option_LANGUAGES}) + if (NOT _targetLanguages) + return() + endif() + set (_cmds "") + foreach (_language ${_targetLanguages}) + cotire_process_target_language("${_language}" "${_option_CONFIGURATIONS}" ${_target} ${_wholeTarget} _cmd) + if (_cmd) + list (APPEND _cmds ${_cmd}) + endif() + endforeach() + get_target_property(_targetAddSCU ${_target} COTIRE_ADD_UNITY_BUILD) + if (_targetAddSCU) + cotire_setup_unity_build_target("${_targetLanguages}" "${_option_CONFIGURATIONS}" ${_target}) + endif() + get_target_property(_targetUsePCH ${_target} COTIRE_ENABLE_PRECOMPILED_HEADER) + if (_targetUsePCH) + cotire_setup_target_pch_usage("${_targetLanguages}" ${_target} ${_wholeTarget} ${_cmds}) + cotire_setup_pch_target("${_targetLanguages}" "${_option_CONFIGURATIONS}" ${_target}) + if (_targetAddSCU) + cotire_setup_unity_target_pch_usage("${_targetLanguages}" ${_target}) + endif() + endif() + get_target_property(_targetAddCleanTarget ${_target} COTIRE_ADD_CLEAN) + if (_targetAddCleanTarget) + cotire_setup_clean_target(${_target}) + endif() +endfunction(cotire_target) + +function (cotire_map_libraries _strategy _mappedLibrariesVar) + set (_mappedLibraries "") + foreach (_library ${ARGN}) + if (_library MATCHES "^\\$$") + set (_libraryName "${CMAKE_MATCH_1}") + set (_linkOnly TRUE) + set (_objectLibrary FALSE) + elseif (_library MATCHES "^\\$$") + set (_libraryName "${CMAKE_MATCH_1}") + set (_linkOnly FALSE) + set (_objectLibrary TRUE) + else() + set (_libraryName "${_library}") + set (_linkOnly FALSE) + set (_objectLibrary FALSE) + endif() + if ("${_strategy}" MATCHES "COPY_UNITY") + cotire_is_target_supported(${_libraryName} _isSupported) + if (_isSupported) + # use target's corresponding unity target, if available + get_target_property(_libraryUnityTargetName ${_libraryName} COTIRE_UNITY_TARGET_NAME) + if (TARGET "${_libraryUnityTargetName}") + if (_linkOnly) + list (APPEND _mappedLibraries "$") + elseif (_objectLibrary) + list (APPEND _mappedLibraries "$") + else() + list (APPEND _mappedLibraries "${_libraryUnityTargetName}") + endif() + else() + list (APPEND _mappedLibraries "${_library}") + endif() + else() + list (APPEND _mappedLibraries "${_library}") + endif() + else() + list (APPEND _mappedLibraries "${_library}") + endif() + endforeach() + list (REMOVE_DUPLICATES _mappedLibraries) + set (${_mappedLibrariesVar} ${_mappedLibraries} PARENT_SCOPE) +endfunction() + +function (cotire_target_link_libraries _target) + cotire_is_target_supported(${_target} _isSupported) + if (NOT _isSupported) + return() + endif() + get_target_property(_unityTargetName ${_target} COTIRE_UNITY_TARGET_NAME) + if (TARGET "${_unityTargetName}") + get_target_property(_linkLibrariesStrategy ${_target} COTIRE_UNITY_LINK_LIBRARIES_INIT) + if (COTIRE_DEBUG) + message (STATUS "unity target ${_unityTargetName} link strategy: ${_linkLibrariesStrategy}") + endif() + if ("${_linkLibrariesStrategy}" MATCHES "^(COPY|COPY_UNITY)$") + get_target_property(_linkLibraries ${_target} LINK_LIBRARIES) + if (_linkLibraries) + cotire_map_libraries("${_linkLibrariesStrategy}" _unityLinkLibraries ${_linkLibraries}) + set_target_properties(${_unityTargetName} PROPERTIES LINK_LIBRARIES "${_unityLinkLibraries}") + if (COTIRE_DEBUG) + message (STATUS "unity target ${_unityTargetName} link libraries: ${_unityLinkLibraries}") + endif() + endif() + get_target_property(_interfaceLinkLibraries ${_target} INTERFACE_LINK_LIBRARIES) + if (_interfaceLinkLibraries) + cotire_map_libraries("${_linkLibrariesStrategy}" _unityLinkInterfaceLibraries ${_interfaceLinkLibraries}) + set_target_properties(${_unityTargetName} PROPERTIES INTERFACE_LINK_LIBRARIES "${_unityLinkInterfaceLibraries}") + if (COTIRE_DEBUG) + message (STATUS "unity target ${_unityTargetName} interface link libraries: ${_unityLinkInterfaceLibraries}") + endif() + endif() + endif() + endif() +endfunction(cotire_target_link_libraries) + +function (cotire_cleanup _binaryDir _cotireIntermediateDirName _targetName) + if (_targetName) + file (GLOB_RECURSE _cotireFiles "${_binaryDir}/${_targetName}*.*") + else() + file (GLOB_RECURSE _cotireFiles "${_binaryDir}/*.*") + endif() + # filter files in intermediate directory + set (_filesToRemove "") + foreach (_file ${_cotireFiles}) + get_filename_component(_dir "${_file}" DIRECTORY) + get_filename_component(_dirName "${_dir}" NAME) + if ("${_dirName}" STREQUAL "${_cotireIntermediateDirName}") + list (APPEND _filesToRemove "${_file}") + endif() + endforeach() + if (_filesToRemove) + if (COTIRE_VERBOSE) + message (STATUS "cleaning up ${_filesToRemove}") + endif() + file (REMOVE ${_filesToRemove}) + endif() +endfunction() + +function (cotire_init_target _targetName) + if (COTIRE_TARGETS_FOLDER) + set_target_properties(${_targetName} PROPERTIES FOLDER "${COTIRE_TARGETS_FOLDER}") + endif() + set_target_properties(${_targetName} PROPERTIES EXCLUDE_FROM_ALL TRUE) + if (MSVC_IDE) + set_target_properties(${_targetName} PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD TRUE) + endif() +endfunction() + +function (cotire_add_to_pch_all_target _pchTargetName) + set (_targetName "${COTIRE_PCH_ALL_TARGET_NAME}") + if (NOT TARGET "${_targetName}") + add_custom_target("${_targetName}" + WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" + VERBATIM) + cotire_init_target("${_targetName}") + endif() + cotire_setup_clean_all_target() + add_dependencies(${_targetName} ${_pchTargetName}) +endfunction() + +function (cotire_add_to_unity_all_target _unityTargetName) + set (_targetName "${COTIRE_UNITY_BUILD_ALL_TARGET_NAME}") + if (NOT TARGET "${_targetName}") + add_custom_target("${_targetName}" + WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" + VERBATIM) + cotire_init_target("${_targetName}") + endif() + cotire_setup_clean_all_target() + add_dependencies(${_targetName} ${_unityTargetName}) +endfunction() + +function (cotire_setup_clean_all_target) + set (_targetName "${COTIRE_CLEAN_ALL_TARGET_NAME}") + if (NOT TARGET "${_targetName}") + cotire_set_cmd_to_prologue(_cmds) + list (APPEND _cmds -P "${COTIRE_CMAKE_MODULE_FILE}" "cleanup" "${CMAKE_BINARY_DIR}" "${COTIRE_INTDIR}") + add_custom_target(${_targetName} + COMMAND ${_cmds} + WORKING_DIRECTORY "${CMAKE_BINARY_DIR}" + COMMENT "Cleaning up all cotire generated files" + VERBATIM) + cotire_init_target("${_targetName}") + endif() +endfunction() + +function (cotire) + set(_options "") + set(_oneValueArgs "") + set(_multiValueArgs LANGUAGES CONFIGURATIONS) + cmake_parse_arguments(_option "${_options}" "${_oneValueArgs}" "${_multiValueArgs}" ${ARGN}) + set (_targets ${_option_UNPARSED_ARGUMENTS}) + foreach (_target ${_targets}) + if (TARGET ${_target}) + cotire_target(${_target} LANGUAGES ${_option_LANGUAGES} CONFIGURATIONS ${_option_CONFIGURATIONS}) + else() + message (WARNING "cotire: ${_target} is not a target.") + endif() + endforeach() + foreach (_target ${_targets}) + if (TARGET ${_target}) + cotire_target_link_libraries(${_target}) + endif() + endforeach() +endfunction() + +if (CMAKE_SCRIPT_MODE_FILE) + + # cotire is being run in script mode + # locate -P on command args + set (COTIRE_ARGC -1) + foreach (_index RANGE ${CMAKE_ARGC}) + if (COTIRE_ARGC GREATER -1) + set (COTIRE_ARGV${COTIRE_ARGC} "${CMAKE_ARGV${_index}}") + math (EXPR COTIRE_ARGC "${COTIRE_ARGC} + 1") + elseif ("${CMAKE_ARGV${_index}}" STREQUAL "-P") + set (COTIRE_ARGC 0) + endif() + endforeach() + + # include target script if available + if ("${COTIRE_ARGV2}" MATCHES "\\.cmake$") + # the included target scripts sets up additional variables relating to the target (e.g., COTIRE_TARGET_SOURCES) + include("${COTIRE_ARGV2}") + endif() + + if (COTIRE_DEBUG) + message (STATUS "${COTIRE_ARGV0} ${COTIRE_ARGV1} ${COTIRE_ARGV2} ${COTIRE_ARGV3} ${COTIRE_ARGV4} ${COTIRE_ARGV5}") + endif() + + if (NOT COTIRE_BUILD_TYPE) + set (COTIRE_BUILD_TYPE "None") + endif() + string (TOUPPER "${COTIRE_BUILD_TYPE}" _upperConfig) + set (_includeDirs ${COTIRE_TARGET_INCLUDE_DIRECTORIES_${_upperConfig}}) + set (_systemIncludeDirs ${COTIRE_TARGET_SYSTEM_INCLUDE_DIRECTORIES_${_upperConfig}}) + set (_compileDefinitions ${COTIRE_TARGET_COMPILE_DEFINITIONS_${_upperConfig}}) + set (_compileFlags ${COTIRE_TARGET_COMPILE_FLAGS_${_upperConfig}}) + # check if target has been cotired for actual build type COTIRE_BUILD_TYPE + list (FIND COTIRE_TARGET_CONFIGURATION_TYPES "${COTIRE_BUILD_TYPE}" _index) + if (_index GREATER -1) + set (_sources ${COTIRE_TARGET_SOURCES}) + set (_sourcesDefinitions ${COTIRE_TARGET_SOURCES_COMPILE_DEFINITIONS_${_upperConfig}}) + else() + if (COTIRE_DEBUG) + message (STATUS "COTIRE_BUILD_TYPE=${COTIRE_BUILD_TYPE} not cotired (${COTIRE_TARGET_CONFIGURATION_TYPES})") + endif() + set (_sources "") + set (_sourcesDefinitions "") + endif() + set (_targetPreUndefs ${COTIRE_TARGET_PRE_UNDEFS}) + set (_targetPostUndefs ${COTIRE_TARGET_POST_UNDEFS}) + set (_sourcesPreUndefs ${COTIRE_TARGET_SOURCES_PRE_UNDEFS}) + set (_sourcesPostUndefs ${COTIRE_TARGET_SOURCES_POST_UNDEFS}) + + if ("${COTIRE_ARGV1}" STREQUAL "unity") + + if (XCODE) + # executing pre-build action under Xcode, check dependency on target script + set (_dependsOption DEPENDS "${COTIRE_ARGV2}") + else() + # executing custom command, no need to re-check for dependencies + set (_dependsOption "") + endif() + + cotire_select_unity_source_files("${COTIRE_ARGV3}" _sources ${_sources}) + + cotire_generate_unity_source( + "${COTIRE_ARGV3}" ${_sources} + LANGUAGE "${COTIRE_TARGET_LANGUAGE}" + SOURCES_COMPILE_DEFINITIONS ${_sourcesDefinitions} + PRE_UNDEFS ${_targetPreUndefs} + POST_UNDEFS ${_targetPostUndefs} + SOURCES_PRE_UNDEFS ${_sourcesPreUndefs} + SOURCES_POST_UNDEFS ${_sourcesPostUndefs} + ${_dependsOption}) + + elseif ("${COTIRE_ARGV1}" STREQUAL "prefix") + + if (XCODE) + # executing pre-build action under Xcode, check dependency on unity file and prefix dependencies + set (_dependsOption DEPENDS "${COTIRE_ARGV4}" ${COTIRE_TARGET_PREFIX_DEPENDS}) + else() + # executing custom command, no need to re-check for dependencies + set (_dependsOption "") + endif() + + set (_files "") + foreach (_index RANGE 4 ${COTIRE_ARGC}) + if (COTIRE_ARGV${_index}) + list (APPEND _files "${COTIRE_ARGV${_index}}") + endif() + endforeach() + + cotire_generate_prefix_header( + "${COTIRE_ARGV3}" ${_files} + COMPILER_LAUNCHER "${COTIRE_TARGET_${COTIRE_TARGET_LANGUAGE}_COMPILER_LAUNCHER}" + COMPILER_EXECUTABLE "${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER}" + COMPILER_ARG1 ${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER_ARG1} + COMPILER_ID "${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER_ID}" + COMPILER_VERSION "${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER_VERSION}" + LANGUAGE "${COTIRE_TARGET_LANGUAGE}" + IGNORE_PATH "${COTIRE_TARGET_IGNORE_PATH};${COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH}" + INCLUDE_PATH ${COTIRE_TARGET_INCLUDE_PATH} + IGNORE_EXTENSIONS "${CMAKE_${COTIRE_TARGET_LANGUAGE}_SOURCE_FILE_EXTENSIONS};${COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_EXTENSIONS}" + INCLUDE_PRIORITY_PATH ${COTIRE_TARGET_INCLUDE_PRIORITY_PATH} + INCLUDE_DIRECTORIES ${_includeDirs} + SYSTEM_INCLUDE_DIRECTORIES ${_systemIncludeDirs} + COMPILE_DEFINITIONS ${_compileDefinitions} + COMPILE_FLAGS ${_compileFlags} + ${_dependsOption}) + + elseif ("${COTIRE_ARGV1}" STREQUAL "precompile") + + set (_files "") + foreach (_index RANGE 5 ${COTIRE_ARGC}) + if (COTIRE_ARGV${_index}) + list (APPEND _files "${COTIRE_ARGV${_index}}") + endif() + endforeach() + + cotire_precompile_prefix_header( + "${COTIRE_ARGV3}" "${COTIRE_ARGV4}" "${COTIRE_ARGV5}" + COMPILER_LAUNCHER "${COTIRE_TARGET_${COTIRE_TARGET_LANGUAGE}_COMPILER_LAUNCHER}" + COMPILER_EXECUTABLE "${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER}" + COMPILER_ARG1 ${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER_ARG1} + COMPILER_ID "${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER_ID}" + COMPILER_VERSION "${CMAKE_${COTIRE_TARGET_LANGUAGE}_COMPILER_VERSION}" + LANGUAGE "${COTIRE_TARGET_LANGUAGE}" + INCLUDE_DIRECTORIES ${_includeDirs} + SYSTEM_INCLUDE_DIRECTORIES ${_systemIncludeDirs} + COMPILE_DEFINITIONS ${_compileDefinitions} + COMPILE_FLAGS ${_compileFlags}) + + elseif ("${COTIRE_ARGV1}" STREQUAL "combine") + + if (COTIRE_TARGET_LANGUAGE) + set (_combinedFile "${COTIRE_ARGV3}") + set (_startIndex 4) + else() + set (_combinedFile "${COTIRE_ARGV2}") + set (_startIndex 3) + endif() + set (_files "") + foreach (_index RANGE ${_startIndex} ${COTIRE_ARGC}) + if (COTIRE_ARGV${_index}) + list (APPEND _files "${COTIRE_ARGV${_index}}") + endif() + endforeach() + + if (XCODE) + # executing pre-build action under Xcode, check dependency on files to be combined + set (_dependsOption DEPENDS ${_files}) + else() + # executing custom command, no need to re-check for dependencies + set (_dependsOption "") + endif() + + if (COTIRE_TARGET_LANGUAGE) + cotire_generate_unity_source( + "${_combinedFile}" ${_files} + LANGUAGE "${COTIRE_TARGET_LANGUAGE}" + ${_dependsOption}) + else() + cotire_generate_unity_source("${_combinedFile}" ${_files} ${_dependsOption}) + endif() + + elseif ("${COTIRE_ARGV1}" STREQUAL "cleanup") + + cotire_cleanup("${COTIRE_ARGV2}" "${COTIRE_ARGV3}" "${COTIRE_ARGV4}") + + else() + message (FATAL_ERROR "cotire: unknown command \"${COTIRE_ARGV1}\".") + endif() + +else() + + # cotire is being run in include mode + # set up all variable and property definitions + + if (NOT DEFINED COTIRE_DEBUG_INIT) + if (DEFINED COTIRE_DEBUG) + set (COTIRE_DEBUG_INIT ${COTIRE_DEBUG}) + else() + set (COTIRE_DEBUG_INIT FALSE) + endif() + endif() + option (COTIRE_DEBUG "Enable cotire debugging output?" ${COTIRE_DEBUG_INIT}) + + if (NOT DEFINED COTIRE_VERBOSE_INIT) + if (DEFINED COTIRE_VERBOSE) + set (COTIRE_VERBOSE_INIT ${COTIRE_VERBOSE}) + else() + set (COTIRE_VERBOSE_INIT FALSE) + endif() + endif() + option (COTIRE_VERBOSE "Enable cotire verbose output?" ${COTIRE_VERBOSE_INIT}) + + set (COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_EXTENSIONS "inc;inl;ipp" CACHE STRING + "Ignore headers with the listed file extensions from the generated prefix header.") + + set (COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH "" CACHE STRING + "Ignore headers from these directories when generating the prefix header.") + + set (COTIRE_UNITY_SOURCE_EXCLUDE_EXTENSIONS "m;mm" CACHE STRING + "Ignore sources with the listed file extensions from the generated unity source.") + + set (COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES "3" CACHE STRING + "Minimum number of sources in target required to enable use of precompiled header.") + + if (NOT DEFINED COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES_INIT) + if (DEFINED COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES) + set (COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES_INIT ${COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES}) + elseif ("${CMAKE_GENERATOR}" MATCHES "JOM|Ninja|Visual Studio") + # enable parallelization for generators that run multiple jobs by default + set (COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES_INIT "-j") + else() + set (COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES_INIT "0") + endif() + endif() + set (COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES "${COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES_INIT}" CACHE STRING + "Maximum number of source files to include in a single unity source file.") + + if (NOT COTIRE_PREFIX_HEADER_FILENAME_SUFFIX) + set (COTIRE_PREFIX_HEADER_FILENAME_SUFFIX "_prefix") + endif() + if (NOT COTIRE_UNITY_SOURCE_FILENAME_SUFFIX) + set (COTIRE_UNITY_SOURCE_FILENAME_SUFFIX "_unity") + endif() + if (NOT COTIRE_INTDIR) + set (COTIRE_INTDIR "cotire") + endif() + if (NOT COTIRE_PCH_ALL_TARGET_NAME) + set (COTIRE_PCH_ALL_TARGET_NAME "all_pch") + endif() + if (NOT COTIRE_UNITY_BUILD_ALL_TARGET_NAME) + set (COTIRE_UNITY_BUILD_ALL_TARGET_NAME "all_unity") + endif() + if (NOT COTIRE_CLEAN_ALL_TARGET_NAME) + set (COTIRE_CLEAN_ALL_TARGET_NAME "clean_cotire") + endif() + if (NOT COTIRE_CLEAN_TARGET_SUFFIX) + set (COTIRE_CLEAN_TARGET_SUFFIX "_clean_cotire") + endif() + if (NOT COTIRE_PCH_TARGET_SUFFIX) + set (COTIRE_PCH_TARGET_SUFFIX "_pch") + endif() + if (MSVC) + # MSVC default PCH memory scaling factor of 100 percent (75 MB) is too small for template heavy C++ code + # use a bigger default factor of 170 percent (128 MB) + if (NOT DEFINED COTIRE_PCH_MEMORY_SCALING_FACTOR) + set (COTIRE_PCH_MEMORY_SCALING_FACTOR "170") + endif() + endif() + if (NOT COTIRE_UNITY_BUILD_TARGET_SUFFIX) + set (COTIRE_UNITY_BUILD_TARGET_SUFFIX "_unity") + endif() + if (NOT DEFINED COTIRE_TARGETS_FOLDER) + set (COTIRE_TARGETS_FOLDER "cotire") + endif() + if (NOT DEFINED COTIRE_UNITY_OUTPUT_DIRECTORY) + if ("${CMAKE_GENERATOR}" MATCHES "Ninja") + # generated Ninja build files do not work if the unity target produces the same output file as the cotired target + set (COTIRE_UNITY_OUTPUT_DIRECTORY "unity") + else() + set (COTIRE_UNITY_OUTPUT_DIRECTORY "") + endif() + endif() + + # define cotire cache variables + + define_property( + CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_PATH" + BRIEF_DOCS "Ignore headers from these directories when generating the prefix header." + FULL_DOCS + "The variable can be set to a semicolon separated list of include directories." + "If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header." + "If not defined, defaults to empty list." + ) + + define_property( + CACHED_VARIABLE PROPERTY "COTIRE_ADDITIONAL_PREFIX_HEADER_IGNORE_EXTENSIONS" + BRIEF_DOCS "Ignore includes with the listed file extensions from the generated prefix header." + FULL_DOCS + "The variable can be set to a semicolon separated list of file extensions." + "If a header file extension matches one in the list, it will be excluded from the generated prefix header." + "Includes with an extension in CMAKE__SOURCE_FILE_EXTENSIONS are always ignored." + "If not defined, defaults to inc;inl;ipp." + ) + + define_property( + CACHED_VARIABLE PROPERTY "COTIRE_UNITY_SOURCE_EXCLUDE_EXTENSIONS" + BRIEF_DOCS "Exclude sources with the listed file extensions from the generated unity source." + FULL_DOCS + "The variable can be set to a semicolon separated list of file extensions." + "If a source file extension matches one in the list, it will be excluded from the generated unity source file." + "Source files with an extension in CMAKE__IGNORE_EXTENSIONS are always excluded." + "If not defined, defaults to m;mm." + ) + + define_property( + CACHED_VARIABLE PROPERTY "COTIRE_MINIMUM_NUMBER_OF_TARGET_SOURCES" + BRIEF_DOCS "Minimum number of sources in target required to enable use of precompiled header." + FULL_DOCS + "The variable can be set to an integer > 0." + "If a target contains less than that number of source files, cotire will not enable the use of the precompiled header for the target." + "If not defined, defaults to 3." + ) + + define_property( + CACHED_VARIABLE PROPERTY "COTIRE_MAXIMUM_NUMBER_OF_UNITY_INCLUDES" + BRIEF_DOCS "Maximum number of source files to include in a single unity source file." + FULL_DOCS + "This may be set to an integer >= 0." + "If 0, cotire will only create a single unity source file." + "If a target contains more than that number of source files, cotire will create multiple unity source files for it." + "Can be set to \"-j\" to optimize the count of unity source files for the number of available processor cores." + "Can be set to \"-j jobs\" to optimize the number of unity source files for the given number of simultaneous jobs." + "Is used to initialize the target property COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES." + "Defaults to \"-j\" for the generators Visual Studio, JOM or Ninja. Defaults to 0 otherwise." + ) + + # define cotire directory properties + + define_property( + DIRECTORY PROPERTY "COTIRE_ENABLE_PRECOMPILED_HEADER" + BRIEF_DOCS "Modify build command of cotired targets added in this directory to make use of the generated precompiled header." + FULL_DOCS + "See target property COTIRE_ENABLE_PRECOMPILED_HEADER." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_ADD_UNITY_BUILD" + BRIEF_DOCS "Add a new target that performs a unity build for cotired targets added in this directory." + FULL_DOCS + "See target property COTIRE_ADD_UNITY_BUILD." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_ADD_CLEAN" + BRIEF_DOCS "Add a new target that cleans all cotire generated files for cotired targets added in this directory." + FULL_DOCS + "See target property COTIRE_ADD_CLEAN." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_IGNORE_PATH" + BRIEF_DOCS "Ignore headers from these directories when generating the prefix header." + FULL_DOCS + "See target property COTIRE_PREFIX_HEADER_IGNORE_PATH." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PATH" + BRIEF_DOCS "Honor headers from these directories when generating the prefix header." + FULL_DOCS + "See target property COTIRE_PREFIX_HEADER_INCLUDE_PATH." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH" + BRIEF_DOCS "Header paths matching one of these directories are put at the top of the prefix header." + FULL_DOCS + "See target property COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS" + BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of each source file." + FULL_DOCS + "See target property COTIRE_UNITY_SOURCE_PRE_UNDEFS." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS" + BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of each source file." + FULL_DOCS + "See target property COTIRE_UNITY_SOURCE_POST_UNDEFS." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES" + BRIEF_DOCS "Maximum number of source files to include in a single unity source file." + FULL_DOCS + "See target property COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES." + ) + + define_property( + DIRECTORY PROPERTY "COTIRE_UNITY_LINK_LIBRARIES_INIT" + BRIEF_DOCS "Define strategy for setting up the unity target's link libraries." + FULL_DOCS + "See target property COTIRE_UNITY_LINK_LIBRARIES_INIT." + ) + + # define cotire target properties + + define_property( + TARGET PROPERTY "COTIRE_ENABLE_PRECOMPILED_HEADER" INHERITED + BRIEF_DOCS "Modify this target's build command to make use of the generated precompiled header." + FULL_DOCS + "If this property is set to TRUE, cotire will modify the build command to make use of the generated precompiled header." + "Irrespective of the value of this property, cotire will setup custom commands to generate the unity source and prefix header for the target." + "For makefile based generators cotire will also set up a custom target to manually invoke the generation of the precompiled header." + "The target name will be set to this target's name with the suffix _pch appended." + "Inherited from directory." + "Defaults to TRUE." + ) + + define_property( + TARGET PROPERTY "COTIRE_ADD_UNITY_BUILD" INHERITED + BRIEF_DOCS "Add a new target that performs a unity build for this target." + FULL_DOCS + "If this property is set to TRUE, cotire creates a new target of the same type that uses the generated unity source file instead of the target sources." + "Most of the relevant target properties will be copied from this target to the new unity build target." + "Target dependencies and linked libraries have to be manually set up for the new unity build target." + "The unity target name will be set to this target's name with the suffix _unity appended." + "Inherited from directory." + "Defaults to TRUE." + ) + + define_property( + TARGET PROPERTY "COTIRE_ADD_CLEAN" INHERITED + BRIEF_DOCS "Add a new target that cleans all cotire generated files for this target." + FULL_DOCS + "If this property is set to TRUE, cotire creates a new target that clean all files (unity source, prefix header, precompiled header)." + "The clean target name will be set to this target's name with the suffix _clean_cotire appended." + "Inherited from directory." + "Defaults to FALSE." + ) + + define_property( + TARGET PROPERTY "COTIRE_PREFIX_HEADER_IGNORE_PATH" INHERITED + BRIEF_DOCS "Ignore headers from these directories when generating the prefix header." + FULL_DOCS + "The property can be set to a list of directories." + "If a header file is found in one of these directories or sub-directories, it will be excluded from the generated prefix header." + "Inherited from directory." + "If not set, this property is initialized to \${CMAKE_SOURCE_DIR};\${CMAKE_BINARY_DIR}." + ) + + define_property( + TARGET PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PATH" INHERITED + BRIEF_DOCS "Honor headers from these directories when generating the prefix header." + FULL_DOCS + "The property can be set to a list of directories." + "If a header file is found in one of these directories or sub-directories, it will be included in the generated prefix header." + "If a header file is both selected by COTIRE_PREFIX_HEADER_IGNORE_PATH and COTIRE_PREFIX_HEADER_INCLUDE_PATH," + "the option which yields the closer relative path match wins." + "Inherited from directory." + "If not set, this property is initialized to the empty list." + ) + + define_property( + TARGET PROPERTY "COTIRE_PREFIX_HEADER_INCLUDE_PRIORITY_PATH" INHERITED + BRIEF_DOCS "Header paths matching one of these directories are put at the top of prefix header." + FULL_DOCS + "The property can be set to a list of directories." + "Header file paths matching one of these directories will be inserted at the beginning of the generated prefix header." + "Header files are sorted according to the order of the directories in the property." + "If not set, this property is initialized to the empty list." + ) + + define_property( + TARGET PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS" INHERITED + BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of each target source file." + FULL_DOCS + "This may be set to a semicolon-separated list of preprocessor symbols." + "cotire will add corresponding #undef directives to the generated unit source file before each target source file." + "Inherited from directory." + "Defaults to empty string." + ) + + define_property( + TARGET PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS" INHERITED + BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of each target source file." + FULL_DOCS + "This may be set to a semicolon-separated list of preprocessor symbols." + "cotire will add corresponding #undef directives to the generated unit source file after each target source file." + "Inherited from directory." + "Defaults to empty string." + ) + + define_property( + TARGET PROPERTY "COTIRE_UNITY_SOURCE_MAXIMUM_NUMBER_OF_INCLUDES" INHERITED + BRIEF_DOCS "Maximum number of source files to include in a single unity source file." + FULL_DOCS + "This may be set to an integer > 0." + "If a target contains more than that number of source files, cotire will create multiple unity build files for it." + "If not set, cotire will only create a single unity source file." + "Inherited from directory." + "Defaults to empty." + ) + + define_property( + TARGET PROPERTY "COTIRE__UNITY_SOURCE_INIT" + BRIEF_DOCS "User provided unity source file to be used instead of the automatically generated one." + FULL_DOCS + "If set, cotire will only add the given file(s) to the generated unity source file." + "If not set, cotire will add all the target source files to the generated unity source file." + "The property can be set to a user provided unity source file." + "Defaults to empty." + ) + + define_property( + TARGET PROPERTY "COTIRE__PREFIX_HEADER_INIT" + BRIEF_DOCS "User provided prefix header file to be used instead of the automatically generated one." + FULL_DOCS + "If set, cotire will add the given header file(s) to the generated prefix header file." + "If not set, cotire will generate a prefix header by tracking the header files included by the unity source file." + "The property can be set to a user provided prefix header file (e.g., stdafx.h)." + "Defaults to empty." + ) + + define_property( + TARGET PROPERTY "COTIRE_UNITY_LINK_LIBRARIES_INIT" INHERITED + BRIEF_DOCS "Define strategy for setting up unity target's link libraries." + FULL_DOCS + "If this property is empty or set to NONE, the generated unity target's link libraries have to be set up manually." + "If this property is set to COPY, the unity target's link libraries will be copied from this target." + "If this property is set to COPY_UNITY, the unity target's link libraries will be copied from this target with considering existing unity targets." + "Inherited from directory." + "Defaults to empty." + ) + + define_property( + TARGET PROPERTY "COTIRE__UNITY_SOURCE" + BRIEF_DOCS "Read-only property. The generated unity source file(s)." + FULL_DOCS + "cotire sets this property to the path of the generated single computation unit source file for the target." + "Defaults to empty string." + ) + + define_property( + TARGET PROPERTY "COTIRE__PREFIX_HEADER" + BRIEF_DOCS "Read-only property. The generated prefix header file." + FULL_DOCS + "cotire sets this property to the full path of the generated language prefix header for the target." + "Defaults to empty string." + ) + + define_property( + TARGET PROPERTY "COTIRE__PRECOMPILED_HEADER" + BRIEF_DOCS "Read-only property. The generated precompiled header file." + FULL_DOCS + "cotire sets this property to the full path of the generated language precompiled header binary for the target." + "Defaults to empty string." + ) + + define_property( + TARGET PROPERTY "COTIRE_UNITY_TARGET_NAME" + BRIEF_DOCS "The name of the generated unity build target corresponding to this target." + FULL_DOCS + "This property can be set to the desired name of the unity target that will be created by cotire." + "If not set, the unity target name will be set to this target's name with the suffix _unity appended." + "After this target has been processed by cotire, the property is set to the actual name of the generated unity target." + "Defaults to empty string." + ) + + # define cotire source properties + + define_property( + SOURCE PROPERTY "COTIRE_EXCLUDED" + BRIEF_DOCS "Do not modify source file's build command." + FULL_DOCS + "If this property is set to TRUE, the source file's build command will not be modified to make use of the precompiled header." + "The source file will also be excluded from the generated unity source file." + "Source files that have their COMPILE_FLAGS property set will be excluded by default." + "Defaults to FALSE." + ) + + define_property( + SOURCE PROPERTY "COTIRE_DEPENDENCY" + BRIEF_DOCS "Add this source file to dependencies of the automatically generated prefix header file." + FULL_DOCS + "If this property is set to TRUE, the source file is added to dependencies of the generated prefix header file." + "If the file is modified, cotire will re-generate the prefix header source upon build." + "Defaults to FALSE." + ) + + define_property( + SOURCE PROPERTY "COTIRE_UNITY_SOURCE_PRE_UNDEFS" + BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file before the inclusion of this source file." + FULL_DOCS + "This may be set to a semicolon-separated list of preprocessor symbols." + "cotire will add corresponding #undef directives to the generated unit source file before this file is included." + "Defaults to empty string." + ) + + define_property( + SOURCE PROPERTY "COTIRE_UNITY_SOURCE_POST_UNDEFS" + BRIEF_DOCS "Preprocessor undefs to place in the generated unity source file after the inclusion of this source file." + FULL_DOCS + "This may be set to a semicolon-separated list of preprocessor symbols." + "cotire will add corresponding #undef directives to the generated unit source file after this file is included." + "Defaults to empty string." + ) + + define_property( + SOURCE PROPERTY "COTIRE_START_NEW_UNITY_SOURCE" + BRIEF_DOCS "Start a new unity source file which includes this source file as the first one." + FULL_DOCS + "If this property is set to TRUE, cotire will complete the current unity file and start a new one." + "The new unity source file will include this source file as the first one." + "This property essentially works as a separator for unity source files." + "Defaults to FALSE." + ) + + define_property( + SOURCE PROPERTY "COTIRE_TARGET" + BRIEF_DOCS "Read-only property. Mark this source file as cotired for the given target." + FULL_DOCS + "cotire sets this property to the name of target, that the source file's build command has been altered for." + "Defaults to empty string." + ) + + message (STATUS "cotire ${COTIRE_CMAKE_MODULE_VERSION} loaded.") + +endif() diff --git a/adm/cmake/occt_toolkit.cmake b/adm/cmake/occt_toolkit.cmake index b2b5a2795a..06901e9a21 100644 --- a/adm/cmake/occt_toolkit.cmake +++ b/adm/cmake/occt_toolkit.cmake @@ -286,3 +286,34 @@ endif() if (BUILD_SHARED_LIBS) target_link_libraries (${PROJECT_NAME} ${USED_TOOLKITS_BY_CURRENT_PROJECT} ${USED_EXTERNAL_LIBS_BY_CURRENT_PROJECT}) endif() + +# use Cotire to accelerate build via usage of precompiled headers +if (BUILD_USE_PCH) + if (WIN32) + # prevent definition of min and max macros through inclusion of Windows.h + # (for cotire builds) + add_definitions("-DNOMINMAX") + # avoid warnings on deprecated names from standard C library (see strsafe.h) + add_definitions("-DSTRSAFE_NO_DEPRECATE") + # avoid "std::Equal1" warning in QANCollection_Stl.cxx in debug mode + # suggesting using msvc "Checked Iterators" + add_definitions("-D_SCL_SECURE_NO_WARNINGS") + endif() + + # Exclude system-provided glext.h. + # These macros are already defined within OpenGl_GlFunctions.hxx, + # however we have to duplicate them here for building TKOpenGl with PCH. + add_definitions("-DGL_GLEXT_LEGACY") + add_definitions("-DGLX_GLXEXT_LEGACY") + + # workaround for old gcc + if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX) + add_definitions("-D__STDC_FORMAT_MACROS") + endif() + + # unity builds are not used since they do not add speed but cause conflicts + # in TKV3d + set_target_properties(${PROJECT_NAME} PROPERTIES COTIRE_ADD_UNITY_BUILD FALSE) + + cotire(${PROJECT_NAME}) +endif() diff --git a/adm/cmake/vardescr.cmake b/adm/cmake/vardescr.cmake index f8bab3b495..9e27add172 100644 --- a/adm/cmake/vardescr.cmake +++ b/adm/cmake/vardescr.cmake @@ -33,6 +33,10 @@ set (BUILD_ENABLE_FPE_SIGNAL_HANDLER_DESCR Corresponding environment variable (CSF_FPE) can be changed manually in custom.bat/sh scripts without regeneration by CMake.") +set (BUILD_USE_PCH_DESCR +"Use precompiled headers to accelerate the build. +Precompiled headers are generated automatically by Cotire tool.") + # install variables set (INSTALL_DIR_DESCR "The place where built OCCT libraries, headers, test cases (INSTALL_TEST_CASES variable), diff --git a/dox/dev_guides/upgrade/upgrade.md b/dox/dev_guides/upgrade/upgrade.md index 3ba4a0efd1..ce24c92cdd 100644 --- a/dox/dev_guides/upgrade/upgrade.md +++ b/dox/dev_guides/upgrade/upgrade.md @@ -1397,7 +1397,7 @@ Since 7.2.0 version, method *IsPeriodic()* returns the corresponding status of p Method *IsClosed()* for adaptor can return false even on periodic curve, in the case if its parametric range is not full period, e.g. for adaptor on circle in range [0, @f$ \pi @f$]. In previous versions, *IsPeriodic()* always returned false if *IsClosed()* returned false. -@subsection upgrade_720_persistence Change in algorithm ShapeUpgrade_UnifySameDomain +@subsection upgrade_720_UnifySameDomain Change in algorithm ShapeUpgrade_UnifySameDomain The history of the changing of the initial shape was corrected: * all shapes created by the algorithm are considered as modified shapes instead of generated ones; diff --git a/dox/overview/overview.md b/dox/overview/overview.md index 88a2e9a86f..176527efbc 100644 --- a/dox/overview/overview.md +++ b/dox/overview/overview.md @@ -21,7 +21,7 @@ Open CASCADE Technology and all materials, including this documentation, is Copyright (c) 1999-2016 by OPEN CASCADE S.A.S. All rights reserved. @htmlonly
@endhtmlonly -http://www.opencascade.com +https://www.opencascade.com @figure{/resources/occ_logo.png} @htmlonly
@endhtmlonly @@ -71,7 +71,7 @@ and, in case you need any further information, directly contact their authors. **Qt** is a cross-platform application framework that is widely used for developing application software with graphical user interface (GUI). Qt is free and open source software distributed under the terms of the GNU Lesser General Public License. In OCCT Qt is used for programming samples. -If you need further information on Qt, please, refer to Qt Homepage (http://www.qt.io/) +If you need further information on Qt, please, refer to Qt Homepage (https://www.qt.io/) **Tcl** is a high-level programming language. Tk is a graphical user interface (GUI) toolkit, with buttons, menus, listboxes, scrollbars, and so on. Taken together Tcl and Tk provide a solution @@ -79,11 +79,11 @@ to develop cross-platform graphical user interfaces with a native look and feel. Scriptics Corp., Sun Microsystems, and other companies. However, Tcl/Tk is an open source, and the copyright allows you to use, modify, and redistribute Tcl/Tk for any purpose, without an explicit license agreement and without paying any license fees or royalties. -To use Tcl/Tk, please refer to the Licensing Terms (http://www.tcl.tk/software/tcltk/license.html). +To use Tcl/Tk, please refer to the Licensing Terms (https://www.tcl.tk/software/tcltk/license.html). **GL2PS** is developed by Christophe Geuzaine and others. It is optionally used by OCCT to export content of OpenGL scene to vector graphics formats (PS, PDF, EMF, SVG). -The library is licensed under GL2PS LICENSE http://www.geuz.org/gl2ps/COPYING.GL2PS Version 2, November 2003. +The library is licensed under GL2PS LICENSE https://www.geuz.org/gl2ps/COPYING.GL2PS Version 2, November 2003. **FreeType 2** is developed by Antoine Leca, David Turner, Werner Lemberg and others. It is a software font engine that is designed to be small, efficient, highly customizable and @@ -101,34 +101,42 @@ TBB is available under GPLv2 license with the runtime exception. **OpenGL** is an industry standard API for 3D graphics used by OCCT for implementation of 3D viewer. OpenGL specification is developed by the -Khronos group, http://www.khronos.org/opengl/. OCCT code includes header +Khronos group, https://www.khronos.org/opengl/. OCCT code includes header file *glext.h* obtained from Khronos web site. -**VTK** -- The **Visualization Toolkit (VTK)** is an open-source, freely available software system for 3D computer graphics, image processing and visualization. OCCT VIS component provides adaptation functionality for visualization of OCCT topological shapes by means of VTK library. If you need further information on VTK, please, refer to VTK Homepage http://www.vtk.org/. +**VTK** -- The **Visualization Toolkit (VTK)** is an open-source, freely available software system for 3D computer graphics, image processing and visualization. OCCT VIS component provides adaptation functionality for visualization of OCCT topological shapes by means of VTK library. If you need further information on VTK, please, refer to VTK Homepage https://www.vtk.org/. **Doxygen** developed by Dimitri van Heesch is open source documentation system for C++, C, Java, Objective-C, Python, IDL, PHP and C#. This product is used in Open CASCADE Technology for automatic creation of Technical Documentation from C++ header files. -If you need further information on Doxygen, please refer to http://www.stack.nl/~dimitri/doxygen/index.html. +If you need further information on Doxygen, please refer to https://www.stack.nl/~dimitri/doxygen/index.html. **Graphviz** is open source graph visualization software developed by John Ellson, Emden Gansner, Yifan Hu and Arif Bilgin. Graph visualization is representiation of structured information as diagrams of abstract graphs and networks. This product is used together with Doxygen in Open CASCADE Technology for automatic creation of Technical Documentation (generation of dependency graphs). Current versions of Graphviz are licensed on an open source -basis under The Eclipse Public License (EPL) (http://www.graphviz.org/License.php). +basis under The Eclipse Public License (EPL) (https://www.graphviz.org/License.php). **Inno Setup** is a free script-driven installation system created in CodeGear Delphi by Jordan Russell. In OCCT Inno Setup is used to create Installation Wizard on Windows. -It is licensed under Inno Setup License (http://www.jrsoftware.org/files/is/license.txt). +It is licensed under Inno Setup License (https://www.jrsoftware.org/files/is/license.txt). **FreeImage** is an Open Source library supporting popular graphics image formats, such as PNG, BMP, JPEG, TIFF, and others used by multimedia applications. This library is developed by Hervé Drolon and Floris van den Berg. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit or 64-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X). FreeImage is optionally used by OCCT to work -with images, on conditions of the FreeImage Public License (FIPL) (http://freeimage.sourceforge.net/freeimage-license.txt). +with images, on conditions of the FreeImage Public License (FIPL) (https://freeimage.sourceforge.net/freeimage-license.txt). + +**CMake** is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. +OCCT uses CMake as a build system. CMake is available under BSD 3-Clause license. See more at https://cmake.org/ + +**Cotire** (compile time reducer) is a CMake module that speeds up the build process of CMake based build systems +by fully automating techniques as precompiled header usage and single compilation unit builds for C and C++. +Cotire is included in OCCT repository and used optionally by OCCT CMake scripts to accelerate builds by use of precompiled headers. +Cotire is licensed under the MIT license (https://github.com/sakra/cotire/blob/master/license). **MikTEX** is up-to-date implementation of TeX/LaTeX and related programs for Windows. It is used -for generation of User and Developer Guides in PDF format. See http://miktex.org for information +for generation of User and Developer Guides in PDF format. See https://miktex.org for information on this tool. Adobe Systems, Inc. provides **Adobe Reader**, which can be used to view files in Portable Document Format (PDF). diff --git a/src/AIS/AIS_ConcentricRelation.cxx b/src/AIS/AIS_ConcentricRelation.cxx index 473ce2c6f7..42402080ef 100644 --- a/src/AIS/AIS_ConcentricRelation.cxx +++ b/src/AIS/AIS_ConcentricRelation.cxx @@ -186,9 +186,9 @@ void AIS_ConcentricRelation::ComputeTwoEdgesConcentric(const Handle(Prs3d_Presen // choose the radius equal to 1/5 of the smallest radius of // 2 circles. Limit is imposed ( 0.02 by chance) - Standard_Real rad1 = gcirc1->Radius(); - Standard_Real rad2 = gcirc2->Radius(); - myRad = (rad1 > rad2 ) ? rad2 : rad1; + Standard_Real aRad1 = gcirc1->Radius(); + Standard_Real aRad2 = gcirc2->Radius(); + myRad = (aRad1 > aRad2 ) ? aRad2 : aRad1; myRad /= 5; if (myRad > 15.) myRad =15.; diff --git a/src/AIS/AIS_InteractiveContext_1.cxx b/src/AIS/AIS_InteractiveContext_1.cxx index eced2f01fd..778808727f 100644 --- a/src/AIS/AIS_InteractiveContext_1.cxx +++ b/src/AIS/AIS_InteractiveContext_1.cxx @@ -56,7 +56,7 @@ typedef NCollection_DataMapShape(); diff --git a/src/AIS/AIS_LocalContext_1.cxx b/src/AIS/AIS_LocalContext_1.cxx index 3739620f3a..d2cb07c845 100644 --- a/src/AIS/AIS_LocalContext_1.cxx +++ b/src/AIS/AIS_LocalContext_1.cxx @@ -54,7 +54,7 @@ namespace { - TopoDS_Shape AIS_myDummyShape; + TopoDS_Shape AIS_LocalContext_myDummyShape; } //================================================== @@ -1209,10 +1209,10 @@ AIS_LocalContext::DetectedShape() const if(mylastindex != 0) { Handle(StdSelect_BRepOwner) BROwnr = Handle(StdSelect_BRepOwner)::DownCast(myMapOfOwner->FindKey (mylastindex)); - if(BROwnr.IsNull()) return AIS_myDummyShape; + if(BROwnr.IsNull()) return AIS_LocalContext_myDummyShape; return BROwnr->Shape(); } - return AIS_myDummyShape; + return AIS_LocalContext_myDummyShape; } //======================================================================= @@ -1476,7 +1476,7 @@ const TopoDS_Shape& AIS_LocalContext::DetectedCurrentShape() const if (aCurrentShape.IsNull()) { - return AIS_myDummyShape; + return AIS_LocalContext_myDummyShape; } return aCurrentShape->Shape(); diff --git a/src/BOPDS/BOPDS_PassKey.cxx b/src/BOPDS/BOPDS_PassKey.cxx index fcc5cdf5f9..1c94667526 100644 --- a/src/BOPDS/BOPDS_PassKey.cxx +++ b/src/BOPDS/BOPDS_PassKey.cxx @@ -19,10 +19,6 @@ #include #include -#ifdef _MSC_VER -#pragma warning( disable : 4101) -#endif - //======================================================================= //function : Dump diff --git a/src/BOPDS/BOPDS_PaveBlock.cxx b/src/BOPDS/BOPDS_PaveBlock.cxx index 3f2ea71b7c..63471df951 100755 --- a/src/BOPDS/BOPDS_PaveBlock.cxx +++ b/src/BOPDS/BOPDS_PaveBlock.cxx @@ -25,10 +25,6 @@ #include IMPLEMENT_STANDARD_RTTIEXT(BOPDS_PaveBlock,MMgt_TShared) -#ifdef _MSC_VER -#pragma warning ( disable : 4291 ) -#endif - //======================================================================= //function : //purpose : diff --git a/src/DDF/DDF_IOStream.hxx b/src/DDF/DDF_IOStream.hxx index bd9419a520..d36cd6faf3 100644 --- a/src/DDF/DDF_IOStream.hxx +++ b/src/DDF/DDF_IOStream.hxx @@ -223,11 +223,6 @@ ostream* myOStream; }; -#ifdef _MSC_VER -#pragma warning (default : 4275) -#endif - - // other inline functions and methods (like "C++: function call" methods) // #endif diff --git a/src/DPrsStd/DPrsStd.cxx b/src/DPrsStd/DPrsStd.cxx index 9662352b6d..94100d67fd 100644 --- a/src/DPrsStd/DPrsStd.cxx +++ b/src/DPrsStd/DPrsStd.cxx @@ -30,11 +30,6 @@ #include #include -// avoid warnings on 'extern "C"' functions returning C++ classes -#ifdef _MSC_VER -#pragma warning(4:4190) -#endif - //======================================================================= //function : AllComands //purpose : diff --git a/src/Draw/Draw_Viewer.cxx b/src/Draw/Draw_Viewer.cxx index 66c3573c2d..6e075af4b5 100644 --- a/src/Draw/Draw_Viewer.cxx +++ b/src/Draw/Draw_Viewer.cxx @@ -926,14 +926,13 @@ Draw_Display Draw_Viewer::MakeDisplay (const Standard_Integer id) const if (Draw_Batch) {Draw_Display dis;return dis;} curviewId = id; curview = myViews[id]; - int GXcopy = 0x3; nbseg = 0; Draw_Color initcol(Draw_blanc); // to force setting the color currentcolor = Draw_Color(Draw_rouge); Draw_Display dis; dis.SetColor(initcol); - dis.SetMode(GXcopy); + dis.SetMode(0x3 /*GXcopy*/); return dis; } diff --git a/src/Geom/Geom_Ellipse.cxx b/src/Geom/Geom_Ellipse.cxx index 296bb01968..f272490102 100644 --- a/src/Geom/Geom_Ellipse.cxx +++ b/src/Geom/Geom_Ellipse.cxx @@ -31,7 +31,6 @@ IMPLEMENT_STANDARD_RTTIEXT(Geom_Ellipse,Geom_Conic) -typedef Geom_Ellipse Ellipse; typedef gp_Ax1 Ax1; typedef gp_Ax2 Ax2; typedef gp_Pnt Pnt; @@ -47,7 +46,7 @@ typedef gp_XYZ XYZ; Handle(Geom_Geometry) Geom_Ellipse::Copy() const { Handle(Geom_Ellipse) E; - E = new Ellipse (pos, majorRadius, minorRadius); + E = new Geom_Ellipse(pos, majorRadius, minorRadius); return E; } diff --git a/src/Graphic3d/Graphic3d_Texture1D.cxx b/src/Graphic3d/Graphic3d_Texture1D.cxx index 78548825ec..ebac2e49af 100644 --- a/src/Graphic3d/Graphic3d_Texture1D.cxx +++ b/src/Graphic3d/Graphic3d_Texture1D.cxx @@ -22,7 +22,7 @@ IMPLEMENT_STANDARD_RTTIEXT(Graphic3d_Texture1D,Graphic3d_TextureMap) -static const char *NameOfTexture_to_FileName[] = +static const char *NameOfTexture1d_to_FileName[] = { "1d_elevation.rgb" }; @@ -44,12 +44,12 @@ Graphic3d_Texture1D::Graphic3d_Texture1D (const TCollection_AsciiString& theFile // ======================================================================= Graphic3d_Texture1D::Graphic3d_Texture1D (const Graphic3d_NameOfTexture1D theNOT, const Graphic3d_TypeOfTexture theType) -: Graphic3d_TextureMap (NameOfTexture_to_FileName[theNOT], theType), +: Graphic3d_TextureMap (NameOfTexture1d_to_FileName[theNOT], theType), myName (theNOT) { myPath.SetTrek (Graphic3d_TextureRoot::TexturesFolder()); myTexId = TCollection_AsciiString ("Graphic3d_Texture1D_") - + NameOfTexture_to_FileName[theNOT]; + + NameOfTexture1d_to_FileName[theNOT]; } // ======================================================================= @@ -78,7 +78,7 @@ Graphic3d_NameOfTexture1D Graphic3d_Texture1D::Name() const // ======================================================================= Standard_Integer Graphic3d_Texture1D::NumberOfTextures() { - return sizeof(NameOfTexture_to_FileName)/sizeof(char*); + return sizeof(NameOfTexture1d_to_FileName)/sizeof(char*); } // ======================================================================= @@ -92,7 +92,7 @@ TCollection_AsciiString Graphic3d_Texture1D::TextureName (const Standard_Integer throw Standard_OutOfRange("BAD index of texture"); } - TCollection_AsciiString aFileName (NameOfTexture_to_FileName[theRank - 1]); + TCollection_AsciiString aFileName (NameOfTexture1d_to_FileName[theRank - 1]); Standard_Integer i = aFileName.SearchFromEnd ("."); return aFileName.SubString (4, i - 1); } diff --git a/src/Graphic3d/Graphic3d_Texture2D.cxx b/src/Graphic3d/Graphic3d_Texture2D.cxx index 362f5477c8..be3a4944d8 100644 --- a/src/Graphic3d/Graphic3d_Texture2D.cxx +++ b/src/Graphic3d/Graphic3d_Texture2D.cxx @@ -20,7 +20,7 @@ IMPLEMENT_STANDARD_RTTIEXT(Graphic3d_Texture2D,Graphic3d_TextureMap) -static const char *NameOfTexture_to_FileName[] = +static const char *NameOfTexture2d_to_FileName[] = { "2d_MatraDatavision.rgb", "2d_alienskin.rgb", @@ -63,12 +63,12 @@ Graphic3d_Texture2D::Graphic3d_Texture2D (const TCollection_AsciiString& theFile // ======================================================================= Graphic3d_Texture2D::Graphic3d_Texture2D (const Graphic3d_NameOfTexture2D theNOT, const Graphic3d_TypeOfTexture theType) -: Graphic3d_TextureMap (NameOfTexture_to_FileName[theNOT], theType), +: Graphic3d_TextureMap (NameOfTexture2d_to_FileName[theNOT], theType), myName (theNOT) { myPath.SetTrek (Graphic3d_TextureRoot::TexturesFolder()); myTexId = TCollection_AsciiString ("Graphic3d_Texture2D_") - + NameOfTexture_to_FileName[theNOT]; + + NameOfTexture2d_to_FileName[theNOT]; } // ======================================================================= @@ -88,7 +88,7 @@ Graphic3d_Texture2D::Graphic3d_Texture2D (const Handle(Image_PixMap)& thePixM // ======================================================================= Standard_Integer Graphic3d_Texture2D::NumberOfTextures() { - return sizeof(NameOfTexture_to_FileName)/sizeof(char*); + return sizeof(NameOfTexture2d_to_FileName)/sizeof(char*); } // ======================================================================= @@ -111,7 +111,7 @@ TCollection_AsciiString Graphic3d_Texture2D::TextureName (const Standard_Integer throw Standard_OutOfRange("BAD index of texture"); } - TCollection_AsciiString aFileName (NameOfTexture_to_FileName[theRank - 1]); + TCollection_AsciiString aFileName (NameOfTexture2d_to_FileName[theRank - 1]); Standard_Integer i = aFileName.SearchFromEnd ("."); return aFileName.SubString (4, i - 1); } diff --git a/src/Graphic3d/Graphic3d_TextureEnv.cxx b/src/Graphic3d/Graphic3d_TextureEnv.cxx index 4ee13777c7..c11f14197b 100644 --- a/src/Graphic3d/Graphic3d_TextureEnv.cxx +++ b/src/Graphic3d/Graphic3d_TextureEnv.cxx @@ -25,7 +25,7 @@ IMPLEMENT_STANDARD_RTTIEXT(Graphic3d_TextureEnv,Graphic3d_TextureRoot) -static const char *NameOfTexture_to_FileName[] = +static const char *NameOfTextureEnv_to_FileName[] = { "env_clouds.rgb", "env_cv.rgb", @@ -56,12 +56,12 @@ Graphic3d_TextureEnv::Graphic3d_TextureEnv (const TCollection_AsciiString& theFi // purpose : // ======================================================================= Graphic3d_TextureEnv::Graphic3d_TextureEnv (const Graphic3d_NameOfTextureEnv theNOT) -: Graphic3d_TextureRoot (NameOfTexture_to_FileName[theNOT], Graphic3d_TOT_2D_MIPMAP), +: Graphic3d_TextureRoot (NameOfTextureEnv_to_FileName[theNOT], Graphic3d_TOT_2D_MIPMAP), myName (theNOT) { myPath.SetTrek (Graphic3d_TextureRoot::TexturesFolder()); myTexId = TCollection_AsciiString ("Graphic3d_TextureEnv_") - + NameOfTexture_to_FileName[theNOT]; + + NameOfTextureEnv_to_FileName[theNOT]; myParams->SetFilter (Graphic3d_TOTF_TRILINEAR); myParams->SetGenMode (Graphic3d_TOTM_SPHERE, @@ -98,7 +98,7 @@ Graphic3d_NameOfTextureEnv Graphic3d_TextureEnv::Name() const // ======================================================================= Standard_Integer Graphic3d_TextureEnv::NumberOfTextures() { - return sizeof(NameOfTexture_to_FileName)/sizeof(char*); + return sizeof(NameOfTextureEnv_to_FileName)/sizeof(char*); } // ======================================================================= @@ -112,7 +112,7 @@ TCollection_AsciiString Graphic3d_TextureEnv::TextureName (const Standard_Intege throw Standard_OutOfRange("BAD index of texture"); } - TCollection_AsciiString aFileName (NameOfTexture_to_FileName[theRank - 1]); + TCollection_AsciiString aFileName (NameOfTextureEnv_to_FileName[theRank - 1]); Standard_Integer i = aFileName.SearchFromEnd("."); return aFileName.SubString (5, i - 1); } diff --git a/src/HLRAlgo/HLRAlgo_PolyData.cxx b/src/HLRAlgo/HLRAlgo_PolyData.cxx index b57055b374..4b294241be 100644 --- a/src/HLRAlgo/HLRAlgo_PolyData.cxx +++ b/src/HLRAlgo/HLRAlgo_PolyData.cxx @@ -24,7 +24,7 @@ IMPLEMENT_STANDARD_RTTIEXT(HLRAlgo_PolyData,MMgt_TShared) #ifdef OCCT_DEBUG -static Standard_Integer ERROR = Standard_False; +static Standard_Integer HLRAlgo_PolyData_ERROR = Standard_False; #endif //======================================================================= //function : PolyData @@ -381,7 +381,7 @@ void HLRAlgo_PolyData::hideByOneTriangle (const HLRAlgo_BiPoint::PointsT& thePoi m[npi] = Multiple; } #ifdef OCCT_DEBUG - else if (ERROR) { + else if (HLRAlgo_PolyData_ERROR) { cout << " error : HLRAlgo_PolyData::HideByOneTriangle " << endl; cout << " ( more than 2 points )." << endl; } @@ -523,7 +523,7 @@ void HLRAlgo_PolyData::hideByOneTriangle (const HLRAlgo_BiPoint::PointsT& thePoi m[npi] = Multiple; } #ifdef OCCT_DEBUG - else if (ERROR) { + else if (HLRAlgo_PolyData_ERROR) { cout << " error : HLRAlgo_PolyData::HideByOneTriangle " << endl; cout << " ( more than 2 points )." << endl; } @@ -665,7 +665,7 @@ void HLRAlgo_PolyData::hideByOneTriangle (const HLRAlgo_BiPoint::PointsT& thePoi m[npi] = Multiple; } #ifdef OCCT_DEBUG - else if (ERROR) { + else if (HLRAlgo_PolyData_ERROR) { cout << " error : HLRAlgo_PolyData::HideByOneTriangle " << endl; cout << " ( more than 2 points )." << endl; } diff --git a/src/HLRAlgo/HLRAlgo_PolyInternalData.cxx b/src/HLRAlgo/HLRAlgo_PolyInternalData.cxx index 2d96ebbfd0..6c29f3812c 100644 --- a/src/HLRAlgo/HLRAlgo_PolyInternalData.cxx +++ b/src/HLRAlgo/HLRAlgo_PolyInternalData.cxx @@ -23,8 +23,8 @@ IMPLEMENT_STANDARD_RTTIEXT(HLRAlgo_PolyInternalData,MMgt_TShared) #ifdef OCCT_DEBUG -static Standard_Integer TRACE = Standard_False; -static Standard_Integer ERROR = Standard_False; +static Standard_Integer HLRAlgo_PolyInternalData_TRACE = Standard_False; +static Standard_Integer HLRAlgo_PolyInternalData_ERROR = Standard_False; #endif //======================================================================= //function : PolyInternalData @@ -325,7 +325,7 @@ HLRAlgo_PolyInternalData::AddNode ( else { Nod3RValues.Normal = gp_XYZ(1., 0., 0.); #ifdef OCCT_DEBUG - if (ERROR) + if (HLRAlgo_PolyInternalData_ERROR) cout << "HLRAlgo_PolyInternalData::AddNode" << endl; #endif } @@ -414,7 +414,7 @@ HLRAlgo_PolyInternalData::UpdateLinks (const Standard_Integer ip1, if (find == 0) { myNbPISeg--; #ifdef OCCT_DEBUG - if (ERROR) { + if (HLRAlgo_PolyInternalData_ERROR) { cout << "HLRAlgo_PolyInternalData::UpdateLinks : segment error"; cout << endl; } @@ -519,7 +519,7 @@ HLRAlgo_PolyInternalData::UpdateLinks (const Standard_Integer ip1, aNodIndices4.NdSg = myNbPISeg; } #ifdef OCCT_DEBUG - else if (ERROR) { + else if (HLRAlgo_PolyInternalData_ERROR) { cout << "HLRAlgo_PolyInternalData::UpdateLinks : triangle error "; cout << endl; } @@ -680,7 +680,7 @@ void HLRAlgo_PolyInternalData::IncTData( { if (myNbTData >= myMxTData) { #ifdef OCCT_DEBUG - if (TRACE) + if (HLRAlgo_PolyInternalData_TRACE) cout << "HLRAlgo_PolyInternalData::IncTData : " << myMxTData << endl; #endif Standard_Integer i,j,k; @@ -719,7 +719,7 @@ void HLRAlgo_PolyInternalData::IncPISeg( { if (myNbPISeg >= myMxPISeg) { #ifdef OCCT_DEBUG - if (TRACE) + if (HLRAlgo_PolyInternalData_TRACE) cout << "HLRAlgo_PolyInternalData::IncPISeg : " << myMxPISeg << endl; #endif Standard_Integer i,j,k; @@ -757,7 +757,7 @@ void HLRAlgo_PolyInternalData::IncPINod( { if (myNbPINod >= myMxPINod) { #ifdef OCCT_DEBUG - if (TRACE) + if (HLRAlgo_PolyInternalData_TRACE) cout << "HLRAlgo_PolyInternalData::IncPINod : " << myMxPINod << endl; #endif Standard_Integer i,j,k; diff --git a/src/HLRBRep/HLRBRep_InternalAlgo.cxx b/src/HLRBRep/HLRBRep_InternalAlgo.cxx index c769e38b5b..98c2c623ce 100644 --- a/src/HLRBRep/HLRBRep_InternalAlgo.cxx +++ b/src/HLRBRep/HLRBRep_InternalAlgo.cxx @@ -41,8 +41,8 @@ extern Standard_Integer nbCal1Intersection; // pairs of unrejected edges extern Standard_Integer nbCal2Intersection; // true intersections (not vertex) extern Standard_Integer nbCal3Intersection; // curve-surface intersections -static Standard_Integer TRACE = Standard_True; -static Standard_Integer TRACE10 = Standard_True; +static Standard_Integer HLRBRep_InternalAlgo_TRACE = Standard_True; +static Standard_Integer HLRBRep_InternalAlgo_TRACE10 = Standard_True; //======================================================================= //function : HLRBRep_InternalAlgo @@ -744,7 +744,7 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, HLRBRep_FaceData& fd = aFDataArray.ChangeValue(f); if (fd.Selected()) { if (fd.Side()) { - if(TRACE10) { + if(HLRBRep_InternalAlgo_TRACE10) { if(++QWE>QWEQWE) { QWE=0; if (myDebug) @@ -752,7 +752,7 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, } } else { - if (myDebug && TRACE) { + if (myDebug && HLRBRep_InternalAlgo_TRACE) { j++; cout << " OwnHiding " << j << " of face : " << f << endl; } @@ -864,14 +864,14 @@ void HLRBRep_InternalAlgo::HideSelected (const Standard_Integer I, HLRBRep_FaceData& fd = aFDataArray.ChangeValue(fi); if (fd.Selected()) { if (fd.Hiding()) { - if(TRACE10 && TRACE==Standard_False) { + if(HLRBRep_InternalAlgo_TRACE10 && HLRBRep_InternalAlgo_TRACE==Standard_False) { if(++QWE>QWEQWE) { if (myDebug) cout<<"."; QWE=0; } } - else if (myDebug && TRACE) { + else if (myDebug && HLRBRep_InternalAlgo_TRACE) { static int rty=0; j++; printf("%6d",fi); fflush(stdout); diff --git a/src/IGESSelect/IGESSelect_IGESTypeForm.hxx b/src/IGESSelect/IGESSelect_IGESTypeForm.hxx index 873a036c24..9196452c59 100644 --- a/src/IGESSelect/IGESSelect_IGESTypeForm.hxx +++ b/src/IGESSelect/IGESSelect_IGESTypeForm.hxx @@ -26,6 +26,10 @@ class Standard_Transient; class Interface_InterfaceModel; +// Avoid possible conflict with SetForm macro defined by windows.h +#ifdef SetForm +#undef SetForm +#endif class IGESSelect_IGESTypeForm; DEFINE_STANDARD_HANDLE(IGESSelect_IGESTypeForm, IFSelect_Signature) diff --git a/src/IVtkDraw/IVtkDraw.cxx b/src/IVtkDraw/IVtkDraw.cxx index 8e7b04c559..364e73fed3 100644 --- a/src/IVtkDraw/IVtkDraw.cxx +++ b/src/IVtkDraw/IVtkDraw.cxx @@ -204,12 +204,6 @@ static Handle(PipelinePtr) PipelineByActorName (const TCollection_AsciiString& t return PipelineByActor (anActor); } -static Standard_Boolean IsEqual (const TopoDS_Shape& theLeft, - const TopoDS_Shape& theRight) -{ - return theLeft.IsEqual (theRight); -} - #ifdef _WIN32 static Handle(WNT_Window)& GetWindow() @@ -373,7 +367,7 @@ void IVtkDraw::ViewerInit (Standard_Integer thePxLeft, // Init picker GetPicker() = vtkSmartPointer::New(); - GetPicker()->SetTolerance (0.025); + GetPicker()->SetTolerance (0.025f); GetPicker()->SetRenderer (GetRenderer()); GetInteractor()->SetShapePicker (GetPicker()); diff --git a/src/IVtkDraw/IVtkDraw_Interactor.cxx b/src/IVtkDraw/IVtkDraw_Interactor.cxx index 8a11eeec7c..5911cc116f 100644 --- a/src/IVtkDraw/IVtkDraw_Interactor.cxx +++ b/src/IVtkDraw/IVtkDraw_Interactor.cxx @@ -653,34 +653,34 @@ LRESULT CALLBACK ViewerWindowProc (HWND theHWnd, theInteractor->Render(); break; case WM_SIZE: - theInteractor->OnSize (theHWnd, theWParam, LOWORD(theLParam), HIWORD(theLParam)); + theInteractor->OnSize (theHWnd, (UINT)theWParam, LOWORD(theLParam), HIWORD(theLParam)); break; case WM_LBUTTONDBLCLK: - theInteractor->OnLButtonDown (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 1); + theInteractor->OnLButtonDown (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 1); break; case WM_LBUTTONDOWN: - theInteractor->OnLButtonDown (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 0); + theInteractor->OnLButtonDown (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 0); break; case WM_LBUTTONUP: - theInteractor->OnLButtonUp (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); + theInteractor->OnLButtonUp (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); break; case WM_MBUTTONDBLCLK: - theInteractor->OnMButtonDown (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 1); + theInteractor->OnMButtonDown (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 1); break; case WM_MBUTTONDOWN: - theInteractor->OnMButtonDown (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 0); + theInteractor->OnMButtonDown (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 0); break; case WM_MBUTTONUP: - theInteractor->OnMButtonUp (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); + theInteractor->OnMButtonUp (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); break; case WM_RBUTTONDBLCLK: - theInteractor->OnRButtonDown (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 1); + theInteractor->OnRButtonDown (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 1); break; case WM_RBUTTONDOWN: - theInteractor->OnRButtonDown (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 0); + theInteractor->OnRButtonDown (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y, 0); break; case WM_RBUTTONUP: - theInteractor->OnRButtonUp (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); + theInteractor->OnRButtonUp (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); break; case WM_MOUSELEAVE: { @@ -689,7 +689,7 @@ LRESULT CALLBACK ViewerWindowProc (HWND theHWnd, } break; case WM_MOUSEMOVE: - theInteractor->OnMouseMove (theHWnd, theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); + theInteractor->OnMouseMove (theHWnd, (UINT)theWParam, MAKEPOINTS(theLParam).x, MAKEPOINTS(theLParam).y); break; case WM_MOUSEWHEEL: { @@ -699,16 +699,16 @@ LRESULT CALLBACK ViewerWindowProc (HWND theHWnd, ::ScreenToClient(theHWnd, &pt); if( GET_WHEEL_DELTA_WPARAM(theWParam) > 0) { - theInteractor->OnMouseWheelForward (theHWnd, theWParam, pt.x, pt.y); + theInteractor->OnMouseWheelForward (theHWnd, (UINT)theWParam, pt.x, pt.y); } else { - theInteractor->OnMouseWheelBackward (theHWnd, theWParam, pt.x, pt.y); + theInteractor->OnMouseWheelBackward (theHWnd, (UINT)theWParam, pt.x, pt.y); } } break; case WM_TIMER: - theInteractor->OnTimer (theHWnd, theWParam); + theInteractor->OnTimer (theHWnd, (UINT)theWParam); break; } return DefWindowProc(theHWnd, theMsg, theWParam, theLParam); diff --git a/src/IVtkTools/IVtkTools_DisplayModeFilter.hxx b/src/IVtkTools/IVtkTools_DisplayModeFilter.hxx index 1bb6e4a6a1..5f2301b174 100644 --- a/src/IVtkTools/IVtkTools_DisplayModeFilter.hxx +++ b/src/IVtkTools/IVtkTools_DisplayModeFilter.hxx @@ -20,6 +20,11 @@ #include #include +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable: 4251) // avoid warning C4251: "class needs to have dll-interface..." +#endif + //! @class IVtkTools_DisplayModeFilter //! @brief Cells filter according to the selected display mode by mesh parts types. //! This filter is used to get parts of a shape according to different @@ -55,5 +60,9 @@ protected: bool myDoDisplaySharedVertices; }; +#ifdef _MSC_VER +#pragma warning(pop) +#endif + #endif // IVtkTOOLS_DISPLAYMODEFILTER_H diff --git a/src/IVtkTools/IVtkTools_ShapeDataSource.hxx b/src/IVtkTools/IVtkTools_ShapeDataSource.hxx index a3a77f684d..0a9b056f59 100644 --- a/src/IVtkTools/IVtkTools_ShapeDataSource.hxx +++ b/src/IVtkTools/IVtkTools_ShapeDataSource.hxx @@ -24,6 +24,11 @@ class vtkIdTypeArray; class vtkPolyData; +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable: 4251) // avoid warning C4251: "class needs to have dll-interface..." +#endif + //! @class IVtkTools_ShapeDataSource. //! @brief VTK data source for OCC shapes polygonal data. class IVtkTools_EXPORT IVtkTools_ShapeDataSource : public vtkPolyDataAlgorithm @@ -113,4 +118,8 @@ protected: }; +#ifdef _MSC_VER +#pragma warning(pop) +#endif + #endif // __IVTKTOOLS_SHAPEDATA_H__ diff --git a/src/IVtkTools/IVtkTools_ShapeObject.hxx b/src/IVtkTools/IVtkTools_ShapeObject.hxx index 936c1ad113..96eb71e99a 100644 --- a/src/IVtkTools/IVtkTools_ShapeObject.hxx +++ b/src/IVtkTools/IVtkTools_ShapeObject.hxx @@ -27,6 +27,11 @@ class vtkDataSet; class vtkInformationObjectBaseKey; class IVtkTools_ShapeDataSource; +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable: 4251) // avoid warning C4251: "class needs to have dll-interface..." +#endif + //! @class IVtkTools_ShapeObject //! @brief VTK holder class for OCC shapes to pass them through pipelines. //! @@ -82,4 +87,8 @@ private: // OCC static KeyPtr myKey; }; +#ifdef _MSC_VER +#pragma warning(pop) +#endif + #endif // __IVTKTOOLS_SHAPEOBJECT_H__ diff --git a/src/IVtkTools/IVtkTools_ShapePicker.hxx b/src/IVtkTools/IVtkTools_ShapePicker.hxx index 671fc726b5..1d39a0f12a 100644 --- a/src/IVtkTools/IVtkTools_ShapePicker.hxx +++ b/src/IVtkTools/IVtkTools_ShapePicker.hxx @@ -25,6 +25,11 @@ class vtkRenderer; class vtkActorCollection; +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable: 4251) // avoid warning C4251: "class needs to have dll-interface..." +#endif + //! @class IVtkTools_ShapePicker //! @brief VTK picker for OCC shapes with OCC selection algorithm. class IVtkTools_EXPORT IVtkTools_ShapePicker : public vtkAbstractPropPicker @@ -158,4 +163,8 @@ private: float myTolerance; //!< Selectoin tolerance }; +#ifdef _MSC_VER +#pragma warning(pop) +#endif + #endif // __IVTKTOOLS_SHAPEPICKER_H__ diff --git a/src/IVtkTools/IVtkTools_SubPolyDataFilter.cxx b/src/IVtkTools/IVtkTools_SubPolyDataFilter.cxx index 36860ec23a..67c49656f6 100644 --- a/src/IVtkTools/IVtkTools_SubPolyDataFilter.cxx +++ b/src/IVtkTools/IVtkTools_SubPolyDataFilter.cxx @@ -64,7 +64,7 @@ int IVtkTools_SubPolyDataFilter::RequestData (vtkInformation *vtkNotUsed(theRequ if (myDoFiltering) { vtkSmartPointer aCellData = anInput->GetCellData(); - int aSize = 0; + vtkIdType aSize = 0; vtkSmartPointer aDataArray = vtkIdTypeArray::SafeDownCast (aCellData->GetArray (myIdsArrayName)); diff --git a/src/IVtkTools/IVtkTools_SubPolyDataFilter.hxx b/src/IVtkTools/IVtkTools_SubPolyDataFilter.hxx index a24b0b6ea4..84b58f40f1 100644 --- a/src/IVtkTools/IVtkTools_SubPolyDataFilter.hxx +++ b/src/IVtkTools/IVtkTools_SubPolyDataFilter.hxx @@ -20,6 +20,11 @@ #include "vtkPolyDataAlgorithm.h" +#ifdef _MSC_VER +#pragma warning(push) +#pragma warning(disable: 4251) // avoid warning C4251: "class needs to have dll-interface..." +#endif + //! @class IVtkTools_SubPolyDataFilter //! @brief Cells filter according to the given set of cells ids. class IVtkTools_EXPORT IVtkTools_SubPolyDataFilter : public vtkPolyDataAlgorithm @@ -65,4 +70,8 @@ protected: bool myDoFiltering; }; +#ifdef _MSC_VER +#pragma warning(pop) +#endif + #endif // IVtkTOOLS_SUBPOLYDATAFILTER_H diff --git a/src/IntTools/IntTools.cxx b/src/IntTools/IntTools.cxx index 14509042f4..89eb52c2af 100644 --- a/src/IntTools/IntTools.cxx +++ b/src/IntTools/IntTools.cxx @@ -377,7 +377,3 @@ namespace { } return 1; } - -#ifdef _MSC_VER -#pragma warning ( default : 4101 ) -#endif diff --git a/src/IntTools/IntTools_EdgeFace.cxx b/src/IntTools/IntTools_EdgeFace.cxx index 900d5a3ada..61c60d1b9e 100644 --- a/src/IntTools/IntTools_EdgeFace.cxx +++ b/src/IntTools/IntTools_EdgeFace.cxx @@ -960,7 +960,3 @@ Standard_Integer AdaptiveDiscret (const Standard_Integer iDiscret, } return iDiscretNew; } - -#ifdef _MSC_VER -#pragma warning ( default : 4101 ) -#endif diff --git a/src/Message/Message_ProgressScale.cxx b/src/Message/Message_ProgressScale.cxx index 2739b22f46..913d79d789 100644 --- a/src/Message/Message_ProgressScale.cxx +++ b/src/Message/Message_ProgressScale.cxx @@ -15,8 +15,8 @@ #include #include -static const Standard_Real ZERO = 1e-10; -static const Standard_Real INFINITE = 1e100; +static const Standard_Real Message_ProgressScale_ZERO = 1e-10; +static const Standard_Real Message_ProgressScale_INFINITE = 1e100; //======================================================================= //function : Message_ProgressScale @@ -37,7 +37,7 @@ Message_ProgressScale::Message_ProgressScale () : Standard_Real Message_ProgressScale::LocalToBase (const Standard_Real val) const { if ( val <= myMin ) return myFirst; - if ( myMax - myMin <= ZERO ) return myLast; + if ( myMax - myMin <= Message_ProgressScale_ZERO ) return myLast; if ( ! myInfinite ) { if ( val >= myMax ) return myLast; @@ -55,8 +55,8 @@ Standard_Real Message_ProgressScale::LocalToBase (const Standard_Real val) const Standard_Real Message_ProgressScale::BaseToLocal (const Standard_Real val) const { - if ( myLast - val <= ZERO ) - return myInfinite ? INFINITE : myMax; + if ( myLast - val <= Message_ProgressScale_ZERO ) + return myInfinite ? Message_ProgressScale_INFINITE : myMax; if ( ! myInfinite ) return myMin + ( myMax - myMin ) * ( val - myFirst ) / ( myLast - myFirst ); // Standard_Real x = log ( ( val - myFirst ) / ( myLast - val ) ); // exponent diff --git a/src/OSD/OSD_Chronometer.cxx b/src/OSD/OSD_Chronometer.cxx index c181f68398..73738dffac 100644 --- a/src/OSD/OSD_Chronometer.cxx +++ b/src/OSD/OSD_Chronometer.cxx @@ -111,7 +111,6 @@ void OSD_Chronometer::GetThreadCPU (Standard_Real& theUserSeconds, //---------------------------- Systeme WNT -------------------------------- -#define STRICT #include //======================================================================= diff --git a/src/OSD/OSD_DirectoryIterator.cxx b/src/OSD/OSD_DirectoryIterator.cxx index 09f7b67c57..667b484399 100644 --- a/src/OSD/OSD_DirectoryIterator.cxx +++ b/src/OSD/OSD_DirectoryIterator.cxx @@ -185,7 +185,6 @@ Standard_Integer OSD_DirectoryIterator::Error()const{ //------------------------------------------------------------------------ -#define STRICT #include diff --git a/src/OSD/OSD_Disk.cxx b/src/OSD/OSD_Disk.cxx index 2adf192ea4..812144971b 100644 --- a/src/OSD/OSD_Disk.cxx +++ b/src/OSD/OSD_Disk.cxx @@ -155,9 +155,6 @@ Standard_Integer OSD_Disk::Error()const{ //---------------------------- Windows NT System -------------------------------- //------------------------------------------------------------------------------- -#define STRICT - - #include #include #include diff --git a/src/OSD/OSD_Environment.cxx b/src/OSD/OSD_Environment.cxx index a06fbae326..d142f03613 100644 --- a/src/OSD/OSD_Environment.cxx +++ b/src/OSD/OSD_Environment.cxx @@ -232,7 +232,6 @@ Standard_Integer OSD_Environment::Error() const //------------------- WNT Sources of OSD_Environment -------------------- //------------------------------------------------------------------------ -#define STRICT #include #include diff --git a/src/OSD/OSD_Error.cxx b/src/OSD/OSD_Error.cxx index 031826ac89..0be6517c95 100755 --- a/src/OSD/OSD_Error.cxx +++ b/src/OSD/OSD_Error.cxx @@ -443,7 +443,6 @@ void OSD_Error::Perror() { //------------------- Windows NT sources for OSD_Error ------------------ //------------------------------------------------------------------------ -#define STRICT #include #include #include diff --git a/src/OSD/OSD_FileIterator.cxx b/src/OSD/OSD_FileIterator.cxx index 44b2f640d9..f5b20a55c3 100644 --- a/src/OSD/OSD_FileIterator.cxx +++ b/src/OSD/OSD_FileIterator.cxx @@ -263,7 +263,6 @@ Standard_Integer OSD_FileIterator::Error()const{ //------------------- Windows NT sources for OSD_FileIterator ----------- //------------------------------------------------------------------------ -#define STRICT #include diff --git a/src/OSD/OSD_FileNode.cxx b/src/OSD/OSD_FileNode.cxx index 99e75a2897..d35942a2a2 100644 --- a/src/OSD/OSD_FileNode.cxx +++ b/src/OSD/OSD_FileNode.cxx @@ -362,7 +362,6 @@ Standard_Integer OSD_FileNode::Error()const{ //------------------- WNT Sources of OSD_FileNode --------------------------- //---------------------------------------------------------------------------- -#define STRICT #ifdef NONLS #undef NONLS #endif diff --git a/src/OSD/OSD_Host.cxx b/src/OSD/OSD_Host.cxx index 8b5c8850a6..91fd43d167 100644 --- a/src/OSD/OSD_Host.cxx +++ b/src/OSD/OSD_Host.cxx @@ -181,7 +181,6 @@ Standard_Integer OSD_Host::Error()const{ //------------------- WNT Sources of OSD_Host --------------------------- //------------------------------------------------------------------------ -#define STRICT #include #include diff --git a/src/OSD/OSD_Timer.cxx b/src/OSD/OSD_Timer.cxx index b18e55a655..754bc0f9cd 100644 --- a/src/OSD/OSD_Timer.cxx +++ b/src/OSD/OSD_Timer.cxx @@ -44,7 +44,6 @@ static inline Standard_Real GetWallClockTime () #else //------------------- Windows NT ------------------ -#define STRICT #include //======================================================================= diff --git a/src/OSD/OSD_signal.cxx b/src/OSD/OSD_signal.cxx index 4365715733..10a9c425ab 100644 --- a/src/OSD/OSD_signal.cxx +++ b/src/OSD/OSD_signal.cxx @@ -20,7 +20,6 @@ #ifdef _WIN32 //---------------------------- Windows NT System -------------------------------- -#define STRICT #ifdef NOUSER #undef NOUSER #endif @@ -615,7 +614,8 @@ LONG _osd_debug ( void ) { #include #ifdef __linux__ -#include +#include +//#include static Standard_Boolean fFltExceptions = Standard_False; #endif diff --git a/src/OpenGl/OpenGl_Context_1.mm b/src/OpenGl/OpenGl_Context_1.mm index 345a74142a..5f43c4f309 100644 --- a/src/OpenGl/OpenGl_Context_1.mm +++ b/src/OpenGl/OpenGl_Context_1.mm @@ -15,7 +15,9 @@ #if defined(__APPLE__) && !defined(MACOSX_USE_GLX) +#ifndef GL_GLEXT_LEGACY #define GL_GLEXT_LEGACY // To prevent inclusion of system glext.h on Mac OS X 10.6.8 +#endif #import diff --git a/src/OpenGl/OpenGl_Window_1.mm b/src/OpenGl/OpenGl_Window_1.mm index 85f9ad42ce..bbd37293fd 100644 --- a/src/OpenGl/OpenGl_Window_1.mm +++ b/src/OpenGl/OpenGl_Window_1.mm @@ -15,7 +15,9 @@ #if defined(__APPLE__) && !defined(MACOSX_USE_GLX) +#ifndef GL_GLEXT_LEGACY #define GL_GLEXT_LEGACY // To prevent inclusion of system glext.h on Mac OS X 10.6.8 +#endif #import diff --git a/src/PLib/FILES b/src/PLib/FILES index a825d615ce..2846d81851 100755 --- a/src/PLib/FILES +++ b/src/PLib/FILES @@ -11,4 +11,4 @@ PLib_HermitJacobi.lxx PLib_JacobiPolynomial.cxx PLib_JacobiPolynomial.hxx PLib_JacobiPolynomial.lxx -PLib_JacobiPolynomial_0.hxx +PLib_JacobiPolynomial_Data.pxx diff --git a/src/PLib/PLib_JacobiPolynomial.cxx b/src/PLib/PLib_JacobiPolynomial.cxx index 2d16238517..6db277c6b7 100644 --- a/src/PLib/PLib_JacobiPolynomial.cxx +++ b/src/PLib/PLib_JacobiPolynomial.cxx @@ -17,13 +17,14 @@ #include #include #include -#include #include #include #include IMPLEMENT_STANDARD_RTTIEXT(PLib_JacobiPolynomial,PLib_Base) +#include "PLib_JacobiPolynomial_Data.pxx" + // The possible values for NbGaussPoints const Standard_Integer NDEG8=8, NDEG10=10, NDEG15=15, NDEG20=20, NDEG25=25, NDEG30=30, NDEG40=40, NDEG50=50, NDEG61=61; diff --git a/src/PLib/PLib_JacobiPolynomial_0.hxx b/src/PLib/PLib_JacobiPolynomial_Data.pxx similarity index 99% rename from src/PLib/PLib_JacobiPolynomial_0.hxx rename to src/PLib/PLib_JacobiPolynomial_Data.pxx index de5a3f3562..f2cf9935c6 100644 --- a/src/PLib/PLib_JacobiPolynomial_0.hxx +++ b/src/PLib/PLib_JacobiPolynomial_Data.pxx @@ -16850,5 +16850,3 @@ static const Standard_Real MaxValuesDB_C2[53] = { 2.68923766976735295746679957665724, 2.71238965987606292679677228666411 }; - -//#include diff --git a/src/Poly/Poly_CoherentNode.cxx b/src/Poly/Poly_CoherentNode.cxx index a23188ac4e..73e716e304 100644 --- a/src/Poly/Poly_CoherentNode.cxx +++ b/src/Poly/Poly_CoherentNode.cxx @@ -16,10 +16,6 @@ #include #include -#ifdef _MSC_VER -#pragma warning(disable:4996) -#endif - //======================================================================= //function : Clear //purpose : diff --git a/src/QANCollection/QANCollection_Stl.cxx b/src/QANCollection/QANCollection_Stl.cxx index e3f08b6489..a2af1249d0 100644 --- a/src/QANCollection/QANCollection_Stl.cxx +++ b/src/QANCollection/QANCollection_Stl.cxx @@ -13,8 +13,8 @@ // Alternatively, this file may be used under the terms of Open CASCADE // commercial license or contractual agreement. -#if defined(_MSC_VER) - // supress "std::Equal1" warning suggesting using msvc "Checked Iterators" +#if defined(_MSC_VER) && ! defined(_SCL_SECURE_NO_WARNINGS) + // suppress "std::Equal1" warning suggesting using msvc "Checked Iterators" #define _SCL_SECURE_NO_WARNINGS #endif diff --git a/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx b/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx index b2e3e7fa70..185a1e5342 100644 --- a/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx +++ b/src/RWStepAP214/RWStepAP214_ReadWriteModule.cxx @@ -30,9 +30,7 @@ IMPLEMENT_STANDARD_RTTIEXT(RWStepAP214_ReadWriteModule,StepData_ReadWriteModule) -//#include -#define DeclareAndCast(atype,result,start) \ -Handle(atype) result = Handle(atype)::DownCast (start) +#include #include #include diff --git a/src/STEPCAFControl/STEPCAFControl_Reader.cxx b/src/STEPCAFControl/STEPCAFControl_Reader.cxx index 70d3988cdf..229d00f4af 100644 --- a/src/STEPCAFControl/STEPCAFControl_Reader.cxx +++ b/src/STEPCAFControl/STEPCAFControl_Reader.cxx @@ -304,17 +304,6 @@ TCollection_AsciiString AddrToString(const TopoDS_Shape& theShape) } #endif -//======================================================================= -//function : IsEqual -//purpose : global function to check equality of topological shapes -//======================================================================= - -inline Standard_Boolean IsEqual(const TopoDS_Shape& theShape1, - const TopoDS_Shape& theShape2) -{ - return theShape1.IsEqual(theShape2); -} - //======================================================================= //function : AllocateSubLabel //purpose : diff --git a/src/SelectMgr/SelectMgr_SelectableObjectSet.cxx b/src/SelectMgr/SelectMgr_SelectableObjectSet.cxx index 226d0ac3e4..68c8060da9 100644 --- a/src/SelectMgr/SelectMgr_SelectableObjectSet.cxx +++ b/src/SelectMgr/SelectMgr_SelectableObjectSet.cxx @@ -197,7 +197,7 @@ namespace NCollection_IndexedMap myBoundings; }; - static const Graphic3d_Mat4d THE_IDENTITY_MAT; + static const Graphic3d_Mat4d SelectMgr_SelectableObjectSet_THE_IDENTITY_MAT; } //============================================================================= @@ -360,7 +360,7 @@ void SelectMgr_SelectableObjectSet::UpdateBVH (const Handle(Graphic3d_Camera)& t { // construct adaptor over private fields to provide direct access for the BVH builder BVHBuilderAdaptorPersistent anAdaptor (myObjects[BVHSubset_2dPersistent], - theCamera, theProjectionMat, THE_IDENTITY_MAT, theViewportWidth, theViewportHeight); + theCamera, theProjectionMat, SelectMgr_SelectableObjectSet_THE_IDENTITY_MAT, theViewportWidth, theViewportHeight); // update corresponding BVH tree data structure myBuilder[BVHSubset_2dPersistent]->Build (&anAdaptor, myBVH[BVHSubset_2dPersistent].get(), anAdaptor.Box()); diff --git a/src/SelectMgr/SelectMgr_ViewerSelector.cxx b/src/SelectMgr/SelectMgr_ViewerSelector.cxx index 9bdaafbc9d..3157a3b931 100644 --- a/src/SelectMgr/SelectMgr_ViewerSelector.cxx +++ b/src/SelectMgr/SelectMgr_ViewerSelector.cxx @@ -81,7 +81,7 @@ namespace { } } - static const Graphic3d_Mat4d THE_IDENTITY_MAT; + static const Graphic3d_Mat4d SelectMgr_ViewerSelector_THE_IDENTITY_MAT; } //================================================== @@ -476,7 +476,7 @@ void SelectMgr_ViewerSelector::TraverseSensitives() // define corresponding frustum builder parameters Handle(SelectMgr_FrustumBuilder) aBuilder = new SelectMgr_FrustumBuilder(); aBuilder->SetProjectionMatrix (mySelectingVolumeMgr.ProjectionMatrix()); - aBuilder->SetWorldViewMatrix (THE_IDENTITY_MAT); + aBuilder->SetWorldViewMatrix (SelectMgr_ViewerSelector_THE_IDENTITY_MAT); aBuilder->SetWindowSize (aWidth, aHeight); aMgr = mySelectingVolumeMgr.ScaleAndTransform (1, aTFrustum, aBuilder); } @@ -489,7 +489,7 @@ void SelectMgr_ViewerSelector::TraverseSensitives() const Graphic3d_Mat4d& aProjectionMat = mySelectingVolumeMgr.ProjectionMatrix(); const Graphic3d_Mat4d& aWorldViewMat = aBVHSubset != SelectMgr_SelectableObjectSet::BVHSubset_2dPersistent ? mySelectingVolumeMgr.WorldViewMatrix() - : THE_IDENTITY_MAT; + : SelectMgr_ViewerSelector_THE_IDENTITY_MAT; const opencascade::handle >& aBVHTree = mySelectableObjects.BVH (aBVHSubset); diff --git a/src/Standard/Standard_OutOfMemory.cxx b/src/Standard/Standard_OutOfMemory.cxx index 915a3a1075..c651424b6a 100644 --- a/src/Standard/Standard_OutOfMemory.cxx +++ b/src/Standard/Standard_OutOfMemory.cxx @@ -15,6 +15,10 @@ #include +#ifdef min +#undef min +#endif + #include #include diff --git a/src/StdDrivers/StdDrivers.cxx b/src/StdDrivers/StdDrivers.cxx index 76d5d6ec08..1b934a63fd 100644 --- a/src/StdDrivers/StdDrivers.cxx +++ b/src/StdDrivers/StdDrivers.cxx @@ -70,10 +70,5 @@ void StdDrivers::BindTypes (StdObjMgt_MapOfInstantiators& theMap) ShapePersistent::BindTypes (theMap); } - -#ifdef _MSC_VER -#pragma warning(disable:4190) /* disable warning on C++ type returned by C function; should be OK for C++ usage */ -#endif - // Declare entry point PLUGINFACTORY PLUGIN (StdDrivers) diff --git a/src/StdLDrivers/StdLDrivers.cxx b/src/StdLDrivers/StdLDrivers.cxx index b655e2721a..1ae738e530 100644 --- a/src/StdLDrivers/StdLDrivers.cxx +++ b/src/StdLDrivers/StdLDrivers.cxx @@ -65,9 +65,5 @@ void StdLDrivers::BindTypes (StdObjMgt_MapOfInstantiators& theMap) StdLPersistent::BindTypes (theMap); } -#ifdef _MSC_VER -#pragma warning(disable:4190) /* disable warning on C++ type returned by C function; should be OK for C++ usage */ -#endif - // Declare entry point PLUGINFACTORY PLUGIN (StdLDrivers) diff --git a/src/StepDimTol/StepDimTol_ToleranceZone.hxx b/src/StepDimTol/StepDimTol_ToleranceZone.hxx index 37f796136b..e9bba9cd2a 100644 --- a/src/StepDimTol/StepDimTol_ToleranceZone.hxx +++ b/src/StepDimTol/StepDimTol_ToleranceZone.hxx @@ -29,6 +29,11 @@ class StepDimTol_HArray1OfToleranceZoneTarget; class TCollection_HAsciiString; class StepBasic_MeasureWithUnit; +// Avoid possible conflict with SetForm macro defined by windows.h +#ifdef SetForm +#undef SetForm +#endif + class StepDimTol_ToleranceZone; DEFINE_STANDARD_HANDLE(StepDimTol_ToleranceZone, StepRepr_ShapeAspect) //! Representation of STEP entity ToleranceZone diff --git a/src/TNaming/TNaming_NCollections.hxx b/src/TNaming/TNaming_NCollections.hxx index 9d782defbb..3f8505467d 100644 --- a/src/TNaming/TNaming_NCollections.hxx +++ b/src/TNaming/TNaming_NCollections.hxx @@ -21,12 +21,5 @@ typedef NCollection_Map TNaming_MapOfShape; typedef TNaming_MapOfShape::Iterator TNaming_MapIteratorOfMapOfShape; typedef NCollection_DataMap TNaming_DataMapOfShapeMapOfShape; typedef TNaming_DataMapOfShapeMapOfShape::Iterator TNaming_DataMapIteratorOfDataMapOfShapeMapOfShape; -//======================================================================= -//function : NCollection => IsEqual -//======================================================================= -Standard_Boolean IsEqual (const TopoDS_Shape& S1, const TopoDS_Shape& S2) -{ - return S1.IsEqual(S2); -} #endif diff --git a/src/TNaming/TNaming_Naming.cxx b/src/TNaming/TNaming_Naming.cxx index 3f3d71666c..c5a037622c 100644 --- a/src/TNaming/TNaming_Naming.cxx +++ b/src/TNaming/TNaming_Naming.cxx @@ -150,8 +150,6 @@ static Handle(TNaming_NamedShape) BuildName (const TDF_Label& F, //======================================================================= static Standard_Integer RepeatabilityInContext(const TopoDS_Shape& Selection, const TopoDS_Shape& Context); -//======================================================================= -extern Standard_Boolean IsEqual (const TopoDS_Shape& S1, const TopoDS_Shape& S2); //======================================================================= //function : Solve diff --git a/src/TObjDRAW/TObjDRAW.cxx b/src/TObjDRAW/TObjDRAW.cxx index e1e9e66ab5..209d824ca9 100644 --- a/src/TObjDRAW/TObjDRAW.cxx +++ b/src/TObjDRAW/TObjDRAW.cxx @@ -38,10 +38,6 @@ #include #include -// avoid warnings on 'extern "C"' functions returning C++ classes -#ifdef _MSC_VER -#pragma warning(4:4190) -#endif //======================================================================= // Section: General commands diff --git a/src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx b/src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx index 863c3c8f32..ef5823e3d9 100644 --- a/src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx +++ b/src/TopOpeBRep/TopOpeBRep_FacesFiller.cxx @@ -279,35 +279,8 @@ Standard_Boolean TopOpeBRep_FacesFiller::CheckLine(TopOpeBRep_LineInter& L) cons Standard_Real parB = B.ParameterOnLine(); Standard_Boolean conf = (fabs(parA-parB) < tol1); if (conf) { - //modified by NIZHNY-MZV Wed Dec 1 09:53:08 1999 - check = Msf; -//modified by NIZHNY-MZV Wed Dec 1 09:53:18 1999 Standard_Boolean isp = L.IsPeriodic(); -//modified by NIZHNY-MZV Wed Dec 1 09:53:20 1999 if (isp) { -//modified by NIZHNY-MZV Wed Dec 1 09:53:21 1999 Handle(Geom_Circle) C = Handle(Geom_Circle)::DownCast(L.Curve()); -//modified by NIZHNY-MZV Wed Dec 1 09:53:22 1999 Standard_Real per = C->Period(); -//modified by NIZHNY-MZV Wed Dec 1 09:53:23 1999 parB = parA + per; -//modified by NIZHNY-MZV Wed Dec 1 09:53:25 1999 } - } - -//modified by NIZHNY-MZV Wed Dec 1 09:53:32 1999 Standard_Real t = 0.2567899311; -//modified by NIZHNY-MZV Wed Dec 1 09:53:33 1999 Standard_Real p = (1-t)*parA + t*parB; -//modified by NIZHNY-MZV Wed Dec 1 09:53:34 1999 Handle(Geom_Curve) GC = myLine->Curve(); -//modified by NIZHNY-MZV Wed Dec 1 09:53:34 1999 const TopoDS_Face& F1 = TopoDS::Face(myF1); -//modified by NIZHNY-MZV Wed Dec 1 09:53:35 1999 const TopoDS_Face& F2 = TopoDS::Face(myF2); -//modified by NIZHNY-MZV Wed Dec 1 09:53:36 1999 Handle(Geom_Surface) GS1 = BRep_Tool::Surface(F1); -//modified by NIZHNY-MZV Wed Dec 1 09:53:36 1999 Handle(Geom_Surface) GS2 = BRep_Tool::Surface(F2); -//modified by NIZHNY-MZV Wed Dec 1 09:53:37 1999 Handle(Geom2d_Curve) C1 = GeomProjLib::Curve2d(GC,parA,parB,GS1); -//modified by NIZHNY-MZV Wed Dec 1 09:53:38 1999 Handle(Geom2d_Curve) C2 = GeomProjLib::Curve2d(GC,parA,parB,GS2); - -//modified by NIZHNY-MZV Wed Dec 1 09:53:39 1999 gp_Pnt2d P1 = C1->Value(p); -//modified by NIZHNY-MZV Wed Dec 1 09:53:44 1999 gp_Pnt2d P2 = C2->Value(p); -//modified by NIZHNY-MZV Wed Dec 1 09:53:45 1999 TopOpeBRep_PointClassifier* pcl = (TopOpeBRep_PointClassifier*)((void*)&myPointClassifier); -//modified by NIZHNY-MZV Wed Dec 1 09:53:46 1999 TopAbs_State staP1 = pcl->Classify(F1,P1,tol1); -//modified by NIZHNY-MZV Wed Dec 1 09:53:47 1999 TopAbs_State staP2 = pcl->Classify(F2,P2,tol1); -//modified by NIZHNY-MZV Wed Dec 1 09:53:48 1999Standard_Boolean ok1 = (staP1 == TopAbs_IN || staP1 == TopAbs_ON); -//modified by NIZHNY-MZV Wed Dec 1 09:53:49 1999 Standard_Boolean ok2 = (staP2 == TopAbs_IN || staP2 == TopAbs_ON); -//modified by NIZHNY-MZV Wed Dec 1 09:53:50 1999 check = (ok1 && ok2); - + check = Standard_False; + } } } // CIRCLE else if (t == TopOpeBRep_HYPERBOLA) { diff --git a/src/TopOpeBRepBuild/FILES b/src/TopOpeBRepBuild/FILES index 85b91be051..85337b9b10 100755 --- a/src/TopOpeBRepBuild/FILES +++ b/src/TopOpeBRepBuild/FILES @@ -41,7 +41,6 @@ TopOpeBRepBuild_FaceBuilder.hxx TopOpeBRepBuild_fctwes.cxx TopOpeBRepBuild_ffsfs.cxx TopOpeBRepBuild_ffwesk.cxx -TopOpeBRepBuild_Fill.pxx TopOpeBRepBuild_FREGU.cxx TopOpeBRepBuild_FuseFace.cxx TopOpeBRepBuild_FuseFace.hxx @@ -108,10 +107,6 @@ TopOpeBRepBuild_SolidAreaBuilder.cxx TopOpeBRepBuild_SolidAreaBuilder.hxx TopOpeBRepBuild_SolidBuilder.cxx TopOpeBRepBuild_SolidBuilder.hxx -TopOpeBRepBuild_SplitEdge.hxx -TopOpeBRepBuild_SplitFace.hxx -TopOpeBRepBuild_SplitShapes.hxx -TopOpeBRepBuild_SplitSolid.pxx TopOpeBRepBuild_SREGU.cxx TopOpeBRepBuild_Tools.cxx TopOpeBRepBuild_Tools.hxx diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx index de411c45c8..a28248767d 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_Builder.cxx @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include @@ -67,19 +68,12 @@ extern Standard_Boolean TopOpeBRepBuild_GettraceCUV(); extern Standard_Boolean TopOpeBRepBuild_GettraceSPF(); extern Standard_Boolean TopOpeBRepBuild_GettraceSPS(); extern Standard_Boolean TopOpeBRepBuild_GetcontextSF2(); -extern Standard_Boolean TopOpeBRepBuild_GettraceSHEX(); Standard_EXPORT void debmarksplit(const Standard_Integer i) {cout<<"++ debmarksplit "< -#include -#include "TopOpeBRepBuild_SplitSolid.pxx" -#include -#include "TopOpeBRepBuild_Fill.pxx" - -Standard_EXPORT TopOpeBRepBuild_Builder* GLOBAL_PBUILDER; //======================================================================= //function : TopOpeBRepBuild_Builder @@ -93,7 +87,6 @@ TopOpeBRepBuild_Builder::TopOpeBRepBuild_Builder(const TopOpeBRepDS_BuildTool& B myClassifyVal(Standard_True), myProcessON(Standard_False) { - GLOBAL_PBUILDER = this; InitSection(); } @@ -747,3 +740,950 @@ TopOpeBRepDS_DataMapOfShapeListOfShapeOn1State& TopOpeBRepBuild_Builder::ChangeM else if (s == TopAbs_ON) return mySplitON; return mySplitIN; } + +//======================================================================= +//function : SplitEdge +//purpose : +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitEdge(const TopoDS_Shape& E, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2) +{ +#ifdef OCCT_DEBUG + if ( TopOpeBRepBuild_GetcontextSF2() ) { + SplitEdge2(E,ToBuild1,ToBuild2); + return; + } +#endif + SplitEdge1(E,ToBuild1,ToBuild2); + return; +} + +//======================================================================= +//function : SplitEdge1 +//purpose : +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitEdge1(const TopoDS_Shape& Eoriented, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2) +{ + // work on a FORWARD edge + + TopoDS_Shape Eforward = Eoriented; + Eforward.Orientation(TopAbs_FORWARD); + + Standard_Boolean tosplit = ToSplit(Eoriented,ToBuild1); + +#ifdef OCCT_DEBUG + Standard_Integer iEdge; Standard_Boolean tSPS = GtraceSPS(Eoriented,iEdge); + if(tSPS){ + cout< on edge + TopOpeBRepBuild_PaveSet PVS(Eforward); + + // Add the points/vertices found on edge in + TopOpeBRepDS_PointIterator EPIT(myDataStructure->EdgePoints(Eforward)); + FillVertexSet(EPIT,ToBuild1,PVS); + + TopOpeBRepBuild_PaveClassifier VCL(Eforward); + Standard_Boolean equalpar = PVS.HasEqualParameters(); + if (equalpar) VCL.SetFirstParameter(PVS.EqualParameters()); + + // ------------------------------------------ + // before return if PVS has no vertices, + // mark as split + // ------------------------------------------ + MarkSplit(Eforward,ToBuild1); + + PVS.InitLoop(); + if ( !PVS.MoreLoop() ) { +#ifdef OCCT_DEBUG + if(tSPS) { + cout<<"NO VERTEX split "; TopAbs::Print(ToBuild1,cout);cout< on LE1 edge + // -------------------------------------------------------- + for (itLE1.Initialize(LE1); itLE1.More(); itLE1.Next()) { + TopoDS_Shape Ecur = itLE1.Value(); + MarkSplit(Ecur,ToBuild1); + TopTools_ListOfShape& EL = ChangeSplit(Ecur,ToBuild1); + if ( ConnectTo1 ) EL = EdgeList; + } + + // connect new edges as edges built on LE2 edges + // -------------------------------------------------------- + for (itLE2.Initialize(LE2); itLE2.More(); itLE2.Next()) { + TopoDS_Shape Ecur = itLE2.Value(); + MarkSplit(Ecur,ToBuild2); + TopTools_ListOfShape& EL = ChangeSplit(Ecur,ToBuild2); + if ( ConnectTo2 ) EL = EdgeList; + } + +} // SplitEdge1 + +//======================================================================= +//function : SplitEdge2 +//purpose : +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitEdge2(const TopoDS_Shape& Eoriented, + const TopAbs_State ToBuild1, + const TopAbs_State /*ToBuild2*/) +{ + Standard_Boolean tosplit = ToSplit(Eoriented,ToBuild1); + if ( ! tosplit ) return; + + // work on a FORWARD edge + TopoDS_Shape Eforward = Eoriented; + myBuildTool.Orientation(Eforward,TopAbs_FORWARD); + +#ifdef OCCT_DEBUG + Standard_Integer iEdge; Standard_Boolean tSPS = GtraceSPS(Eoriented,iEdge); + if(tSPS){cout< on edge + // Add the points/vertices found on edge in + TopOpeBRepBuild_PaveSet PVS(Eforward); + + TopOpeBRepDS_PointIterator EPIT(myDataStructure->EdgePoints(Eforward)); + FillVertexSet(EPIT,ToBuild1,PVS); + + TopOpeBRepBuild_PaveClassifier VCL(Eforward); + Standard_Boolean equalpar = PVS.HasEqualParameters(); + if (equalpar) VCL.SetFirstParameter(PVS.EqualParameters()); + + // ------------------------------------------ + // before return if PVS has no vertices, + // mark as split + // ------------------------------------------ + MarkSplit(Eforward,ToBuild1); + + PVS.InitLoop(); + if ( !PVS.MoreLoop() ) { +#ifdef OCCT_DEBUG + if(tSPS) {cout<<"NO VERTEX split ";TopAbs::Print(ToBuild1,cout);cout< built on + TopTools_ListOfShape& EL = ChangeSplit(Eforward,ToBuild1); + MakeEdges(Eforward,EBU,EL); + +} // SplitEdge2 + +//======================================================================= +//function : SplitFace +//purpose : +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitFace(const TopoDS_Shape& Foriented, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2) +{ +#ifdef OCCT_DEBUG + if(TopOpeBRepBuild_GetcontextSF2()){ + SplitFace2(Foriented,ToBuild1,ToBuild2); + return; + } +#endif + SplitFace1(Foriented,ToBuild1,ToBuild2); + return; +} + +//======================================================================= +//function : SplitFace1 +//purpose : tout dans le meme edge set +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitFace1(const TopoDS_Shape& Foriented, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2) +{ + // process connect connect + // operation tobuild1 tobuild2 face F to 1 to 2 + // --------- -------- -------- ------- ------- ------- + // common IN IN yes yes yes + // fuse OUT OUT yes yes yes + // cut 1-2 OUT IN yes yes no + // cut 2-1 IN OUT yes yes no + // + Standard_Boolean tosplit = ToSplit(Foriented,ToBuild1); + if ( ! tosplit ) return; + + Standard_Boolean RevOri1 = Reverse(ToBuild1,ToBuild2); + Standard_Boolean RevOri2 = Reverse(ToBuild2,ToBuild1); + Standard_Boolean ConnectTo1 = Standard_True; + Standard_Boolean ConnectTo2 = Standard_False; + + // work on a FORWARD face + TopoDS_Shape Fforward = Foriented; + myBuildTool.Orientation(Fforward,TopAbs_FORWARD); + + // build the list of faces to split : LF1, LF2 + TopTools_ListOfShape LF1,LF2; + LF1.Append(Fforward); + FindSameDomain(LF1,LF2); + Standard_Integer n1 = LF1.Extent(); + Standard_Integer n2 = LF2.Extent(); + + // SplitFace on a face having other same domained faces on the + // other shape : do not reverse orientation of faces in FillFace + if (!n2) RevOri1 = Standard_False; + if (!n1) RevOri2 = Standard_False; + + // Create an edge set connected by vertices + // ---------------------------------------------- + TopOpeBRepBuild_WireEdgeSet WES(Fforward,this); + +#ifdef OCCT_DEBUG + Standard_Boolean tSPF=TopOpeBRepBuild_GettraceSPF(); + Standard_Integer iFace=myDataStructure->Shape(Foriented); + if(tSPF){cout<Shape(Fcur);//DEB + FillFace(Fcur,ToBuild1,LF2,ToBuild2,WES,RevOri1); + } + + for (itLF2.Initialize(LF2); itLF2.More(); itLF2.Next()) { + const TopoDS_Shape& Fcur = itLF2.Value(); +// myDataStructure->Shape(Fcur);//DEB + FillFace(Fcur,ToBuild2,LF1,ToBuild1,WES,RevOri2); + } + + // Add the intersection edges to edge set WES + // ----------------------------------------- + AddIntersectionEdges(Fforward,ToBuild1,RevOri1,WES); + +#ifdef OCCT_DEBUG + Standard_Integer iF; Standard_Boolean tSPS = GtraceSPS(Fforward,iF); + if(tSPS) WES.DumpSS(); +#endif + + // Create a Face Builder FBU + // ------------------------ + TopOpeBRepBuild_FaceBuilder FBU; + FBU.InitFaceBuilder(WES,Fforward,Standard_False); //forceclass = False + + // Build the new faces + // ------------------- + TopTools_ListOfShape& FaceList = ChangeMerged(Fforward,ToBuild1); + MakeFaces(Fforward,FBU,FaceList); + + // connect new faces as faces built on LF1 faces + // -------------------------------------------------------- + for (itLF1.Initialize(LF1); itLF1.More(); itLF1.Next()) { + TopoDS_Shape Fcur = itLF1.Value(); + MarkSplit(Fcur,ToBuild1); + TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild1); + if ( ConnectTo1 ) FL = FaceList; + } + + // connect new faces as faces built on LF2 faces + // -------------------------------------------------------- + for (itLF2.Initialize(LF2); itLF2.More(); itLF2.Next()) { + TopoDS_Shape Fcur = itLF2.Value(); + MarkSplit(Fcur,ToBuild2); + TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild2); + if ( ConnectTo2 ) FL = FaceList; + } + +} // SplitFace1 + +//======================================================================= +//function : SplitFace2 +//purpose : +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitFace2(const TopoDS_Shape& Foriented, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2) +{ + // process connect connect + // operation tobuild1 tobuild2 face F to 1 to 2 + // --------- -------- -------- ------- ------- ------- + // common IN IN yes yes yes + // fuse OUT OUT yes yes yes + // cut 1-2 OUT IN yes yes no + // cut 2-1 IN OUT yes yes no + // + Standard_Boolean tosplit = ToSplit(Foriented,ToBuild1); + if ( ! tosplit ) return; + + Standard_Boolean RevOri1 = Reverse(ToBuild1,ToBuild2); + Standard_Boolean RevOri2 = Reverse(ToBuild2,ToBuild1); + Standard_Boolean ConnectTo1 = Standard_True; + Standard_Boolean ConnectTo2 = Standard_False; + + // work on a FORWARD face + TopoDS_Shape Fforward = Foriented; + myBuildTool.Orientation(Fforward,TopAbs_FORWARD); + + TopTools_ListOfShape LF1 ; //liste des faces de 1 samedomain + TopTools_ListOfShape LF2 ; //liste des faces de 2 samedomain + LF1.Append(Fforward); + FindSameDomain(LF1,LF2); + Standard_Integer n1 = LF1.Extent(); + Standard_Integer n2 = LF2.Extent(); + +#ifdef OCCT_DEBUG + Standard_Boolean tSPF = TopOpeBRepBuild_GettraceSPF(); +// Standard_Integer iFace = myDataStructure->Shape(Foriented); + if (tSPF) { + cout<Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 2 + FillFace(Fcur,tob1,LF2,tob2,WES1,RevOri1); + } + + // traitement des faces de 2 same domain, same orientation que F : LFSO2 + for (itLF.Initialize(LFSO2); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 1 + FillFace(Fcur,tob2,LF1,tob1,WES1,RevOri2); + } + + // traitement des faces de 1 same domain, oppo orientation que F : LFOO1 + for (itLF.Initialize(LFOO1); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 2 + FillFace(Fcur,tob1comp,LF2,ToBuild2,WES1,!RevOri1); + } + + // traitement des faces de 2 same domain, oppo orientation que F : LFOO2 + for (itLF.Initialize(LFOO2); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 1 + FillFace(Fcur,tob2comp,LF1,ToBuild1,WES1,!RevOri2); + } + + // Add the intersection edges to edge set WES1 + // ------------------------------------------ + AddIntersectionEdges(Fforward,ToBuild1,RevOri1,WES1); + + // Create a Face Builder FBU1 + // ------------------------ + TopOpeBRepBuild_FaceBuilder FBU1(WES1,Fforward); + + // Build the new faces + // ------------------- + TopTools_ListOfShape& FaceList1 = ChangeMerged(Fforward,ToBuild1); + MakeFaces(Fforward,FBU1,FaceList1); + + // connect new faces as faces built on LF1 faces + // -------------------------------------------------------- + for (itLF.Initialize(LF1); itLF.More(); itLF.Next()) { + TopoDS_Shape Fcur = itLF.Value(); + MarkSplit(Fcur,ToBuild1); + TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild1); + if ( ConnectTo1 ) FL = FaceList1; + } + + // -------------------------------------------------------------------- + // traitement des faces de meme orientation que Fforward dans WireEdgeSet WES2 + // -------------------------------------------------------------------- + TopOpeBRepBuild_WireEdgeSet WES2(Fforward,this); + + // traitement des faces de 1 same domain, same orientation que F : LFSO1 + for (itLF.Initialize(LFSO1); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 2 + FillFace(Fcur,tob1comp,LF2,tob2,WES2,!RevOri1); + } + + // traitement des faces de 2 same domain, same orientation que F : LFSO2 + for (itLF.Initialize(LFSO2); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 1 + FillFace(Fcur,tob2comp,LF1,tob1,WES2,!RevOri2); + } + + // traitement des faces de 1 same domain, oppo orientation que F : LFOO1 + for (itLF.Initialize(LFOO1); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 2 + FillFace(Fcur,tob1,LF2,ToBuild2,WES2,RevOri1); + } + + // traitement des faces de 2 same domain, oppo orientation que F : LFOO2 + for (itLF.Initialize(LFOO2); itLF.More(); itLF.Next()) { + const TopoDS_Shape& Fcur = itLF.Value(); +// myDataStructure->Shape(Fcur);//DEB + // les wires de Fcur sont a comparer avec les faces de 1 + FillFace(Fcur,tob2,LF1,ToBuild1,WES2,RevOri2); + } + + // Add the intersection edges to edge set WES2 + // ------------------------------------------ + AddIntersectionEdges(Fforward,ToBuild2,RevOri2,WES2); + + // Create a Face Builder FBU2 + // ------------------------- + TopOpeBRepBuild_FaceBuilder FBU2(WES2,Fforward); + + // Build the new faces + // ------------------- + TopTools_ListOfShape& FaceList2 = ChangeMerged(Fforward,ToBuild2); + MakeFaces(Fforward,FBU2,FaceList2); + + // connect new faces as faces built on LF2 faces + // -------------------------------------------------------- + for (itLF.Initialize(LF2); itLF.More(); itLF.Next()) { + TopoDS_Shape Fcur = itLF.Value(); + MarkSplit(Fcur,ToBuild2); + TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild2); + if ( ConnectTo2 ) FL = FaceList2; + } + +} // SplitFace2 + +//======================================================================= +//function : SplitSolid +//purpose : +//======================================================================= + +void TopOpeBRepBuild_Builder::SplitSolid(const TopoDS_Shape& S1oriented, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2) +{ + //modified by IFV for treating shell + Standard_Boolean tosplit = Standard_False; + Standard_Boolean IsShell = (S1oriented.ShapeType() == TopAbs_SHELL); + if(IsShell) { + TopExp_Explorer ex; + ex.Init(S1oriented, TopAbs_FACE); + for (; ex.More(); ex.Next()) { + const TopoDS_Shape& sh = ex.Current(); + tosplit = ToSplit(sh,ToBuild1); + if(tosplit) break; + } + } + else tosplit = ToSplit(S1oriented,ToBuild1); + + if ( ! tosplit ) return; + // end IFV + + Standard_Boolean RevOri1 = Reverse(ToBuild1,ToBuild2); + Standard_Boolean RevOri2 = Reverse(ToBuild2,ToBuild1); + Standard_Boolean ConnectTo1 = Standard_True; + Standard_Boolean ConnectTo2 = Standard_False; + + // work on a FORWARD solid + TopoDS_Shape S1forward = S1oriented; + myBuildTool.Orientation(S1forward,TopAbs_FORWARD); + + // build the list of solids to split : LS1, LS2 + TopTools_ListOfShape LS1,LS2; + LS1.Append(S1forward); + FindSameDomain(LS1,LS2); + Standard_Integer n1 = LS1.Extent(); + Standard_Integer n2 = LS2.Extent(); + + if (!n2) RevOri1 = Standard_False; + if (!n1) RevOri2 = Standard_False; + + // Create a face set connected by edges + // ----------------------------------------- + TopOpeBRepBuild_ShellFaceSet SFS; + +#ifdef OCCT_DEBUG + Standard_Boolean tSPS = TopOpeBRepBuild_GettraceSPS(); +// Standard_Integer iSolid = myDataStructure->Shape(S1oriented); + if (tSPS) { + cout<NbSurfaces() > 0) { + TopOpeBRepDS_SurfaceIterator SSurfaces = myDataStructure->SolidSurfaces(S1forward); + for (; SSurfaces.More(); SSurfaces.Next()) { + Standard_Integer iS = SSurfaces.Current(); + const TopTools_ListOfShape& LnewF = NewFaces(iS); + for (TopTools_ListIteratorOfListOfShape Iti(LnewF); Iti.More(); Iti.Next()) { + TopoDS_Shape aFace = Iti.Value(); + TopAbs_Orientation ori = SSurfaces.Orientation(ToBuild1); + myBuildTool.Orientation(aFace,ori); + +#ifdef OCCT_DEBUG + if (tSPS){ + TCollection_AsciiString ss("--- SplitSolid "); + ss = ss + SFS.DEBNumber() + " AddElement SFS+ face "; + GdumpSHA(aFace,(Standard_Address)ss.ToCString()); + cout<<" ";TopAbs::Print(ToBuild1,cout)<<" : 1 face "; + TopAbs::Print(ori,cout); cout< as solids built on LS1 solids + // -------------------------------------------------------------------- + + for (itLS1.Initialize(LS1); itLS1.More(); itLS1.Next()) { + TopoDS_Shape Scur = itLS1.Value(); + MarkSplit(Scur,ToBuild1); + TopTools_ListOfShape& SL = ChangeSplit(Scur,ToBuild1); + if ( ConnectTo1 ) SL = SolidList; + + } + + // connect list of new solids as solids built on LS2 solids + // -------------------------------------------------------------------- + for (itLS2.Initialize(LS2); itLS2.More(); itLS2.Next()) { + TopoDS_Shape Scur = itLS2.Value(); + MarkSplit(Scur,ToBuild2); + TopTools_ListOfShape& SL = ChangeSplit(Scur,ToBuild2); + if ( ConnectTo2 ) SL = SolidList; + } + +} // SplitSolid + +static Standard_Boolean FUN_touched(const TopOpeBRepDS_DataStructure& BDS,const TopoDS_Edge& EOR) +{ + TopoDS_Vertex vf,vl; TopExp::Vertices(EOR,vf,vl); + Standard_Boolean hvf = BDS.HasShape(vf); + Standard_Boolean hvl = BDS.HasShape(vl); + return (hvf || hvl); +} + +//======================================================================= +//function : SplitShapes +//purpose : +//======================================================================= +void TopOpeBRepBuild_Builder::SplitShapes(TopOpeBRepTool_ShapeExplorer& Ex, + const TopAbs_State ToBuild1, + const TopAbs_State ToBuild2, + TopOpeBRepBuild_ShapeSet& aSet, + const Standard_Boolean RevOri) +{ + TopoDS_Shape aShape; + TopAbs_Orientation newori; + + for (; Ex.More(); Ex.Next()) { + aShape = Ex.Current(); + + // compute new orientation to give to the new shapes + newori = Orient(myBuildTool.Orientation(aShape),RevOri); + + TopAbs_ShapeEnum t = aShape.ShapeType(); + + if ( t == TopAbs_SOLID || t == TopAbs_SHELL ) + SplitSolid(aShape,ToBuild1,ToBuild2); + else if ( t == TopAbs_FACE ) SplitFace(aShape,ToBuild1,ToBuild2); + else if ( t == TopAbs_EDGE ) SplitEdge(aShape,ToBuild1,ToBuild2); + else continue; + + if ( IsSplit(aShape,ToBuild1) ) { + TopoDS_Shape newShape; + TopTools_ListIteratorOfListOfShape It; + //----------------------- IFV + Standard_Boolean IsLSon = Standard_False; + //----------------------- IFV + const TopTools_ListOfShape& LS = Splits(aShape,ToBuild1); + //----------------------- IFV + if(t == TopAbs_EDGE && ToBuild1 == TopAbs_IN && LS.Extent() == 0) { + const TopTools_ListOfShape& LSon = Splits(aShape,TopAbs_ON); + It.Initialize(LSon); + IsLSon = Standard_True; + } + else { + It.Initialize(LS); + } + //----------------------- IFV + for (; It.More(); It.Next()) { + newShape = It.Value(); + myBuildTool.Orientation(newShape,newori); +#ifdef OCCT_DEBUG +// TopAbs_ShapeEnum tns = TopType(newShape); +#endif + //----------------------- IFV + if(IsLSon) { + Standard_Boolean add = Standard_True; + if ( !myListOfFace.IsEmpty()) { // 2d pur + add = KeepShape(newShape,myListOfFace,ToBuild1); + } + if(add) aSet.AddStartElement(newShape); + + } + else { + //----------------------- IFV + aSet.AddStartElement(newShape); + } + } + } + else { + // aShape n'a pas de devenir de split par ToBuild1 + // on construit les parties ToBuild1 de aShape (de S1) + Standard_Boolean add = Standard_True; + Standard_Boolean testkeep = Standard_False; + Standard_Boolean isedge = (t == TopAbs_EDGE); + Standard_Boolean hs = (myDataStructure->HasShape(aShape)); + Standard_Boolean hg = (myDataStructure->HasGeometry(aShape)); + + testkeep = isedge && hs && (!hg); + + // xpu010399 : USA60299 (!hs)&&(!hg), but vertex on bound is touched (v7) + // -> testkeep + Standard_Boolean istouched = isedge && (!hs) && (!hg); + if (istouched) istouched = FUN_touched(myDataStructure->DS(),TopoDS::Edge(aShape)); + testkeep = testkeep || istouched; + + if (testkeep) { + if ( !myListOfFace.IsEmpty()) { // 2d pur + Standard_Boolean keep = KeepShape(aShape,myListOfFace,ToBuild1); + add = keep; + } + else { // 3d + // on classifie en solide uniqt si + // E dans la DS et E a ete purgee de ses interfs car en bout + TopoDS_Shape sol; + if (STATIC_SOLIDINDEX == 1) sol = myShape2; + else sol = myShape1; + if ( !sol.IsNull() ) { + Standard_Real first,last; + Handle(Geom_Curve) C3D; + C3D = BRep_Tool::Curve(TopoDS::Edge(aShape),first,last); + if ( !C3D.IsNull() ) { + Standard_Real tt = 0.127956477; + Standard_Real par = (1-tt)*first + tt*last; + gp_Pnt P3D = C3D->Value(par); + Standard_Real tol3d = Precision::Confusion(); + BRepClass3d_SolidClassifier SCL(sol,P3D,tol3d); + TopAbs_State state = SCL.State(); + add = (state == ToBuild1); + } + else { + throw Standard_ProgramError("SplitShapes no 3D curve on edge"); + // NYI pas de courbe 3d : prendre un point sur (courbe 2d,face) + } + } + else { // sol.IsNull + add = Standard_True; + } + } + } + if ( add ) { + myBuildTool.Orientation(aShape,newori); + aSet.AddElement(aShape); + } + } + + } // Ex.More + +} // SplitShapes + +//======================================================================= +//function : FillShape +//purpose : +//======================================================================= +void TopOpeBRepBuild_Builder::FillShape(const TopoDS_Shape& S1, + const TopAbs_State ToBuild1, + const TopTools_ListOfShape& LS2, + const TopAbs_State ToBuild2, + TopOpeBRepBuild_ShapeSet& aSet, + const Standard_Boolean In_RevOri) +{ + Standard_Boolean RevOri = In_RevOri; + TopAbs_ShapeEnum t = S1.ShapeType(); + TopAbs_ShapeEnum t1=TopAbs_COMPOUND,t11=TopAbs_COMPOUND; + + if (t == TopAbs_FACE ) { + t1 = TopAbs_WIRE; + t11 = TopAbs_EDGE; + } + else if (t == TopAbs_SOLID || t == TopAbs_SHELL) { + t1 = TopAbs_SHELL; + t11 = TopAbs_FACE; + } + + // if the shape S1 is a SameDomain one, get its orientation compared + // with the shape taken as reference for all of the SameDomain shape of S1. + Standard_Boolean hsd = myDataStructure->HasSameDomain(S1); + if (hsd) { + TopOpeBRepDS_Config ssc = myDataStructure->SameDomainOrientation(S1); + if ( ssc == TopOpeBRepDS_DIFFORIENTED ) { + RevOri = ! RevOri; +#ifdef OCCT_DEBUG +// Standard_Integer iFace = myDataStructure->Shape(S1); +// cout< + TopoDS_Shape aShape = S1; + myBuildTool.Orientation(aShape,TopAbs_FORWARD); + + TopoDS_Shape aSubShape; + TopAbs_Orientation newori; + + // Explore the SubShapes of type + for (TopOpeBRepTool_ShapeExplorer ex1(aShape,t1); ex1.More(); ex1.Next()) { + aSubShape = ex1.Current(); + + if ( ! myDataStructure->HasShape(aSubShape) ) { + // SubShape is not in DS : classify it with shapes of LS2 + Standard_Boolean keep = KeepShape(aSubShape,LS2,ToBuild1); + if (keep) { + newori = Orient(myBuildTool.Orientation(aSubShape),RevOri); + myBuildTool.Orientation(aSubShape,newori); + aSet.AddShape(aSubShape); + } + } + else { + // SubShape has geometry : split the SubShapes of the SubShape + TopOpeBRepTool_ShapeExplorer ex11(aSubShape,t11); + SplitShapes(ex11,ToBuild1,ToBuild2,aSet,RevOri); + } + } // exploration ot SubShapes of type of shape + +} // FillShape + + +//======================================================================= +//function : FillFace +//purpose : +//======================================================================= +void TopOpeBRepBuild_Builder::FillFace(const TopoDS_Shape& F1, + const TopAbs_State ToBuild1, + const TopTools_ListOfShape& LF2, + const TopAbs_State ToBuild2, + TopOpeBRepBuild_WireEdgeSet& WES, + const Standard_Boolean RevOri) +{ +#ifdef OCCT_DEBUG + Standard_Boolean tSPF = TopOpeBRepBuild_GettraceSPF(); +// Standard_Integer iFace = myDataStructure->Shape(F1); + if(tSPF){cout< +//======================================================================= +void TopOpeBRepBuild_Builder::FillSolid(const TopoDS_Shape& S1, + const TopAbs_State ToBuild1, + const TopTools_ListOfShape& LS2, + const TopAbs_State ToBuild2, + TopOpeBRepBuild_ShapeSet& aSet, + const Standard_Boolean RevOri) +{ + FillShape(S1,ToBuild1,LS2,ToBuild2,aSet,RevOri); +} // FillSolid + + +//======================================================================= +//function : FillVertexSet +//purpose : private +//======================================================================= +void TopOpeBRepBuild_Builder::FillVertexSet(TopOpeBRepDS_PointIterator& IT, + const TopAbs_State ToBuild, + TopOpeBRepBuild_PaveSet& PVS) const +{ + for (; IT.More(); IT.Next()) { + FillVertexSetOnValue(IT,ToBuild,PVS); + } +} + + +//======================================================================= +//function : FillVertexSetOnValue +//purpose : private +//======================================================================= +void TopOpeBRepBuild_Builder::FillVertexSetOnValue +(const TopOpeBRepDS_PointIterator& IT, + const TopAbs_State ToBuild, + TopOpeBRepBuild_PaveSet& PVS) const +{ + TopoDS_Shape V; + + // ind = index of new point or existing vertex + Standard_Integer ind = IT.Current(); + Standard_Boolean ispoint = IT.IsPoint(); + //**! + //if (ispoint) V = NewVertex(ind); + if (ispoint && ind <= myDataStructure->NbPoints()) V = NewVertex(ind); + //**! + else V = myDataStructure->Shape(ind); + Standard_Real par = IT.Parameter(); + TopAbs_Orientation ori = IT.Orientation(ToBuild); + + Standard_Boolean keep = Standard_True; + // if (ori==TopAbs_EXTERNAL || ori==TopAbs_INTERNAL) keep = Standard_False; + + if ( keep ) { + myBuildTool.Orientation(V,ori); + Handle(TopOpeBRepBuild_Pave) PV = new TopOpeBRepBuild_Pave(V,par,Standard_False); + PVS.Append(PV); + } + +#ifdef OCCT_DEBUG + const TopoDS_Edge& EDEB = PVS.Edge(); + Standard_Integer iE; Standard_Boolean tSPS = GtraceSPS(EDEB,iE); + if (tSPS) { + if (keep) cout<<"+"; else cout<<"-"; + if (ispoint) cout<<" PDS "; else cout<<" VDS "; + cout<AddStartElement(newE); newE.Orientation(TopAbs_REVERSED); -// ok = FUN_tool_correctCLO(TopoDS::Edge(newE),FOR); // xpu201198 cto016* myPWES->AddStartElement(newE); } else { -// Standard_Boolean ok = FUN_tool_correctCLO(TopoDS::Edge(newE),FOR); // xpu201198 cto016* myPWES->AddStartElement(newE); } return; diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_Fill.pxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_Fill.pxx deleted file mode 100644 index 07a136adda..0000000000 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_Fill.pxx +++ /dev/null @@ -1,186 +0,0 @@ -// Created on: 1993-06-14 -// Created by: Jean Yves LEBEY -// Copyright (c) 1993-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _TopOpeBRepBuild_Fill_HeaderFile -#define _TopOpeBRepBuild_Fill_HeaderFile - -//======================================================================= -//function : FillShape -//purpose : -//======================================================================= -void TopOpeBRepBuild_Builder::FillShape(const TopoDS_Shape& S1, - const TopAbs_State ToBuild1, - const TopTools_ListOfShape& LS2, - const TopAbs_State ToBuild2, - TopOpeBRepBuild_ShapeSet& aSet, - const Standard_Boolean In_RevOri) -{ - Standard_Boolean RevOri = In_RevOri; - TopAbs_ShapeEnum t = S1.ShapeType(); - TopAbs_ShapeEnum t1=TopAbs_COMPOUND,t11=TopAbs_COMPOUND; - - if (t == TopAbs_FACE ) { - t1 = TopAbs_WIRE; - t11 = TopAbs_EDGE; - } - else if (t == TopAbs_SOLID || t == TopAbs_SHELL) { - t1 = TopAbs_SHELL; - t11 = TopAbs_FACE; - } - - // if the shape S1 is a SameDomain one, get its orientation compared - // with the shape taken as reference for all of the SameDomain shape of S1. - Standard_Boolean hsd = myDataStructure->HasSameDomain(S1); - if (hsd) { - TopOpeBRepDS_Config ssc = myDataStructure->SameDomainOrientation(S1); - if ( ssc == TopOpeBRepDS_DIFFORIENTED ) { - RevOri = ! RevOri; -#ifdef OCCT_DEBUG -// Standard_Integer iFace = myDataStructure->Shape(S1); -// cout< - TopoDS_Shape aShape = S1; - myBuildTool.Orientation(aShape,TopAbs_FORWARD); - - TopoDS_Shape aSubShape; - TopAbs_Orientation newori; - - // Explore the SubShapes of type - for (TopOpeBRepTool_ShapeExplorer ex1(aShape,t1); ex1.More(); ex1.Next()) { - aSubShape = ex1.Current(); - - if ( ! myDataStructure->HasShape(aSubShape) ) { - // SubShape is not in DS : classify it with shapes of LS2 - Standard_Boolean keep = KeepShape(aSubShape,LS2,ToBuild1); - if (keep) { - newori = Orient(myBuildTool.Orientation(aSubShape),RevOri); - myBuildTool.Orientation(aSubShape,newori); - aSet.AddShape(aSubShape); - } - } - else { - // SubShape has geometry : split the SubShapes of the SubShape - TopOpeBRepTool_ShapeExplorer ex11(aSubShape,t11); - SplitShapes(ex11,ToBuild1,ToBuild2,aSet,RevOri); - } - } // exploration ot SubShapes of type of shape - -} // FillShape - - -//======================================================================= -//function : FillFace -//purpose : -//======================================================================= -void TopOpeBRepBuild_Builder::FillFace(const TopoDS_Shape& F1, - const TopAbs_State ToBuild1, - const TopTools_ListOfShape& LF2, - const TopAbs_State ToBuild2, - TopOpeBRepBuild_WireEdgeSet& WES, - const Standard_Boolean RevOri) -{ -#ifdef OCCT_DEBUG - Standard_Boolean tSPF = TopOpeBRepBuild_GettraceSPF(); -// Standard_Integer iFace = myDataStructure->Shape(F1); - if(tSPF){cout< -//======================================================================= -void TopOpeBRepBuild_Builder::FillSolid(const TopoDS_Shape& S1, - const TopAbs_State ToBuild1, - const TopTools_ListOfShape& LS2, - const TopAbs_State ToBuild2, - TopOpeBRepBuild_ShapeSet& aSet, - const Standard_Boolean RevOri) -{ - FillShape(S1,ToBuild1,LS2,ToBuild2,aSet,RevOri); -} // FillSolid - - -//======================================================================= -//function : FillVertexSet -//purpose : private -//======================================================================= -void TopOpeBRepBuild_Builder::FillVertexSet(TopOpeBRepDS_PointIterator& IT, - const TopAbs_State ToBuild, - TopOpeBRepBuild_PaveSet& PVS) const -{ - for (; IT.More(); IT.Next()) { - FillVertexSetOnValue(IT,ToBuild,PVS); - } -} - - -//======================================================================= -//function : FillVertexSetOnValue -//purpose : private -//======================================================================= -void TopOpeBRepBuild_Builder::FillVertexSetOnValue -(const TopOpeBRepDS_PointIterator& IT, - const TopAbs_State ToBuild, - TopOpeBRepBuild_PaveSet& PVS) const -{ - TopoDS_Shape V; - - // ind = index of new point or existing vertex - Standard_Integer ind = IT.Current(); - Standard_Boolean ispoint = IT.IsPoint(); - //**! - //if (ispoint) V = NewVertex(ind); - if (ispoint && ind <= myDataStructure->NbPoints()) V = NewVertex(ind); - //**! - else V = myDataStructure->Shape(ind); - Standard_Real par = IT.Parameter(); - TopAbs_Orientation ori = IT.Orientation(ToBuild); - - Standard_Boolean keep = Standard_True; - // if (ori==TopAbs_EXTERNAL || ori==TopAbs_INTERNAL) keep = Standard_False; - - if ( keep ) { - myBuildTool.Orientation(V,ori); - Handle(TopOpeBRepBuild_Pave) PV = new TopOpeBRepBuild_Pave(V,par,Standard_False); - PVS.Append(PV); - } - -#ifdef OCCT_DEBUG - const TopoDS_Edge& EDEB = PVS.Edge(); - Standard_Integer iE; Standard_Boolean tSPS = GtraceSPS(EDEB,iE); - if (tSPS) { - if (keep) cout<<"+"; else cout<<"-"; - if (ispoint) cout<<" PDS "; else cout<<" VDS "; - cout< #include - -#define MTTdmiomoslos TopTools_DataMapIteratorOfDataMapOfShapeListOfShape -#define MTTdmoslos TopTools_DataMapOfShapeListOfShape -#define MTTmiomos TopTools_MapIteratorOfMapOfShape -#define MTTmos TopTools_MapOfShape -#define MTTliolos TopTools_ListIteratorOfListOfShape -#define MTTlos TopTools_ListOfShape -#define MTs TopoDS_Shape -#define MTf TopoDS_Face -#define MTe TopoDS_Edge -#define MTv TopoDS_Vertex -#define MDSlioloi TopOpeBRepDS_ListIteratorOfListOfInterference -#define MDSloi TopOpeBRepDS_ListOfInterference -#define MDShi Handle(TopOpeBRepDS_Interference) -#define MDSi TopOpeBRepDS_Interference -#define MDShssi Handle(TopOpeBRepDS_ShapeShapeInterference) -#define MDSssi TopOpeBRepDS_ShapeShapeInterference -#define MDSii TopOpeBRepDS_InterferenceIterator -#define MDShds Handle(TopOpeBRepDS_HDataStructure) -#define MDSds TopOpeBRepDS_DataStructure -#define MDSk TopOpeBRepDS_Kind -#define MDSsd TopOpeBRepDS_ShapeData -#define MDSmosd TopOpeBRepDS_MapOfShapeData -#define Msr Standard_Real -#define Msi Standard_Integer -#define Msb Standard_Boolean -#define Mso Standard_Ostream -#define Mtcas TCollection_AsciiString +#include //======================================================================= //function : TopOpeBRepBuild_ShapeListOfShape diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitEdge.hxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitEdge.hxx deleted file mode 100644 index 0a9c978ed0..0000000000 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitEdge.hxx +++ /dev/null @@ -1,202 +0,0 @@ -// Created on: 1995-09-12 -// Created by: Jean Yves LEBEY -// Copyright (c) 1995-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _TopOpeBRepBuild_SplitEdge_HeaderFile -#define _TopOpeBRepBuild_SplitEdge_HeaderFile - -//======================================================================= -//function : SplitEdge -//purpose : -//======================================================================= - -void TopOpeBRepBuild_Builder::SplitEdge(const TopoDS_Shape& E, - const TopAbs_State ToBuild1, - const TopAbs_State ToBuild2) -{ -#ifdef OCCT_DEBUG - if ( TopOpeBRepBuild_GetcontextSF2() ) { - SplitEdge2(E,ToBuild1,ToBuild2); - return; - } -#endif - SplitEdge1(E,ToBuild1,ToBuild2); - return; -} - -//======================================================================= -//function : SplitEdge1 -//purpose : -//======================================================================= - -void TopOpeBRepBuild_Builder::SplitEdge1(const TopoDS_Shape& Eoriented, - const TopAbs_State ToBuild1, - const TopAbs_State ToBuild2) -{ - // work on a FORWARD edge - - TopoDS_Shape Eforward = Eoriented; - Eforward.Orientation(TopAbs_FORWARD); - - Standard_Boolean tosplit = ToSplit(Eoriented,ToBuild1); - -#ifdef OCCT_DEBUG - Standard_Integer iEdge; Standard_Boolean tSPS = GtraceSPS(Eoriented,iEdge); - if(tSPS){ - cout< on edge - TopOpeBRepBuild_PaveSet PVS(Eforward); - - // Add the points/vertices found on edge in - TopOpeBRepDS_PointIterator EPIT(myDataStructure->EdgePoints(Eforward)); - FillVertexSet(EPIT,ToBuild1,PVS); - - TopOpeBRepBuild_PaveClassifier VCL(Eforward); - Standard_Boolean equalpar = PVS.HasEqualParameters(); - if (equalpar) VCL.SetFirstParameter(PVS.EqualParameters()); - - // ------------------------------------------ - // before return if PVS has no vertices, - // mark as split - // ------------------------------------------ - MarkSplit(Eforward,ToBuild1); - - PVS.InitLoop(); - if ( !PVS.MoreLoop() ) { -#ifdef OCCT_DEBUG - if(tSPS) { - cout<<"NO VERTEX split "; TopAbs::Print(ToBuild1,cout);cout< on LE1 edge - // -------------------------------------------------------- - for (itLE1.Initialize(LE1); itLE1.More(); itLE1.Next()) { - TopoDS_Shape Ecur = itLE1.Value(); - MarkSplit(Ecur,ToBuild1); - TopTools_ListOfShape& EL = ChangeSplit(Ecur,ToBuild1); - if ( ConnectTo1 ) EL = EdgeList; - } - - // connect new edges as edges built on LE2 edges - // -------------------------------------------------------- - for (itLE2.Initialize(LE2); itLE2.More(); itLE2.Next()) { - TopoDS_Shape Ecur = itLE2.Value(); - MarkSplit(Ecur,ToBuild2); - TopTools_ListOfShape& EL = ChangeSplit(Ecur,ToBuild2); - if ( ConnectTo2 ) EL = EdgeList; - } - -} // SplitEdge1 - -//======================================================================= -//function : SplitEdge2 -//purpose : -//======================================================================= - -void TopOpeBRepBuild_Builder::SplitEdge2(const TopoDS_Shape& Eoriented, - const TopAbs_State ToBuild1, - const TopAbs_State /*ToBuild2*/) -{ - Standard_Boolean tosplit = ToSplit(Eoriented,ToBuild1); - if ( ! tosplit ) return; - - // work on a FORWARD edge - TopoDS_Shape Eforward = Eoriented; - myBuildTool.Orientation(Eforward,TopAbs_FORWARD); - -#ifdef OCCT_DEBUG - Standard_Integer iEdge; Standard_Boolean tSPS = GtraceSPS(Eoriented,iEdge); - if(tSPS){cout< on edge - // Add the points/vertices found on edge in - TopOpeBRepBuild_PaveSet PVS(Eforward); - - TopOpeBRepDS_PointIterator EPIT(myDataStructure->EdgePoints(Eforward)); - FillVertexSet(EPIT,ToBuild1,PVS); - - TopOpeBRepBuild_PaveClassifier VCL(Eforward); - Standard_Boolean equalpar = PVS.HasEqualParameters(); - if (equalpar) VCL.SetFirstParameter(PVS.EqualParameters()); - - // ------------------------------------------ - // before return if PVS has no vertices, - // mark as split - // ------------------------------------------ - MarkSplit(Eforward,ToBuild1); - - PVS.InitLoop(); - if ( !PVS.MoreLoop() ) { -#ifdef OCCT_DEBUG - if(tSPS) {cout<<"NO VERTEX split ";TopAbs::Print(ToBuild1,cout);cout< built on - TopTools_ListOfShape& EL = ChangeSplit(Eforward,ToBuild1); - MakeEdges(Eforward,EBU,EL); - -} // SplitEdge2 - -//#ifndef _TopOpeBRepBuild_SplitEdge_HeaderFile -#endif diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitFace.hxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitFace.hxx deleted file mode 100644 index 528adba609..0000000000 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitFace.hxx +++ /dev/null @@ -1,464 +0,0 @@ -// Created on: 1995-09-12 -// Created by: Jean Yves LEBEY -// Copyright (c) 1995-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _TopOpeBRepBuild_SplitFace_HeaderFile -#define _TopOpeBRepBuild_SplitFace_HeaderFile - -#include -#include - -#ifdef OCCT_DEBUG -Standard_EXPORT void debspf(const Standard_Integer i) {cout<<"++ debspf"< - TopoDS_Shape Fforward = Foriented; - myBuildTool.Orientation(Fforward,TopAbs_FORWARD); - - // build the list of faces to split : LF1, LF2 - TopTools_ListOfShape LF1,LF2; - LF1.Append(Fforward); - FindSameDomain(LF1,LF2); - Standard_Integer n1 = LF1.Extent(); - Standard_Integer n2 = LF2.Extent(); - - // SplitFace on a face having other same domained faces on the - // other shape : do not reverse orientation of faces in FillFace - if (!n2) RevOri1 = Standard_False; - if (!n1) RevOri2 = Standard_False; - - // Create an edge set connected by vertices - // ---------------------------------------------- - TopOpeBRepBuild_WireEdgeSet WES(Fforward,this); - -#ifdef OCCT_DEBUG - Standard_Boolean tSPF=TopOpeBRepBuild_GettraceSPF(); - Standard_Integer iFace=myDataStructure->Shape(Foriented); - if(tSPF){cout<Shape(Fcur);//DEB - FillFace(Fcur,ToBuild1,LF2,ToBuild2,WES,RevOri1); - } - - for (itLF2.Initialize(LF2); itLF2.More(); itLF2.Next()) { - const TopoDS_Shape& Fcur = itLF2.Value(); -// myDataStructure->Shape(Fcur);//DEB - FillFace(Fcur,ToBuild2,LF1,ToBuild1,WES,RevOri2); - } - - // Add the intersection edges to edge set WES - // ----------------------------------------- - AddIntersectionEdges(Fforward,ToBuild1,RevOri1,WES); - -#ifdef OCCT_DEBUG - Standard_Integer iF; Standard_Boolean tSPS = GtraceSPS(Fforward,iF); - if(tSPS) WES.DumpSS(); -#endif - - // Create a Face Builder FBU - // ------------------------ - TopOpeBRepBuild_FaceBuilder FBU; - FBU.InitFaceBuilder(WES,Fforward,Standard_False); //forceclass = False - - // Build the new faces - // ------------------- - TopTools_ListOfShape& FaceList = ChangeMerged(Fforward,ToBuild1); - MakeFaces(Fforward,FBU,FaceList); - - // connect new faces as faces built on LF1 faces - // -------------------------------------------------------- - for (itLF1.Initialize(LF1); itLF1.More(); itLF1.Next()) { - TopoDS_Shape Fcur = itLF1.Value(); - MarkSplit(Fcur,ToBuild1); - TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild1); - if ( ConnectTo1 ) FL = FaceList; - } - - // connect new faces as faces built on LF2 faces - // -------------------------------------------------------- - for (itLF2.Initialize(LF2); itLF2.More(); itLF2.Next()) { - TopoDS_Shape Fcur = itLF2.Value(); - MarkSplit(Fcur,ToBuild2); - TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild2); - if ( ConnectTo2 ) FL = FaceList; - } - -} // SplitFace1 - -//======================================================================= -//function : SplitFace2 -//purpose : -//======================================================================= - -void TopOpeBRepBuild_Builder::SplitFace2(const TopoDS_Shape& Foriented, - const TopAbs_State ToBuild1, - const TopAbs_State ToBuild2) -{ - // process connect connect - // operation tobuild1 tobuild2 face F to 1 to 2 - // --------- -------- -------- ------- ------- ------- - // common IN IN yes yes yes - // fuse OUT OUT yes yes yes - // cut 1-2 OUT IN yes yes no - // cut 2-1 IN OUT yes yes no - // - Standard_Boolean tosplit = ToSplit(Foriented,ToBuild1); - if ( ! tosplit ) return; - - Standard_Boolean RevOri1 = Reverse(ToBuild1,ToBuild2); - Standard_Boolean RevOri2 = Reverse(ToBuild2,ToBuild1); - Standard_Boolean ConnectTo1 = Standard_True; - Standard_Boolean ConnectTo2 = Standard_False; - - // work on a FORWARD face - TopoDS_Shape Fforward = Foriented; - myBuildTool.Orientation(Fforward,TopAbs_FORWARD); - - TopTools_ListOfShape LF1 ; //liste des faces de 1 samedomain - TopTools_ListOfShape LF2 ; //liste des faces de 2 samedomain - LF1.Append(Fforward); - FindSameDomain(LF1,LF2); - Standard_Integer n1 = LF1.Extent(); - Standard_Integer n2 = LF2.Extent(); - -#ifdef OCCT_DEBUG - Standard_Boolean tSPF = TopOpeBRepBuild_GettraceSPF(); -// Standard_Integer iFace = myDataStructure->Shape(Foriented); - if (tSPF) { - cout<Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 2 - FillFace(Fcur,tob1,LF2,tob2,WES1,RevOri1); - } - - // traitement des faces de 2 same domain, same orientation que F : LFSO2 - for (itLF.Initialize(LFSO2); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 1 - FillFace(Fcur,tob2,LF1,tob1,WES1,RevOri2); - } - - // traitement des faces de 1 same domain, oppo orientation que F : LFOO1 - for (itLF.Initialize(LFOO1); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 2 - FillFace(Fcur,tob1comp,LF2,ToBuild2,WES1,!RevOri1); - } - - // traitement des faces de 2 same domain, oppo orientation que F : LFOO2 - for (itLF.Initialize(LFOO2); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 1 - FillFace(Fcur,tob2comp,LF1,ToBuild1,WES1,!RevOri2); - } - - // Add the intersection edges to edge set WES1 - // ------------------------------------------ - AddIntersectionEdges(Fforward,ToBuild1,RevOri1,WES1); - - // Create a Face Builder FBU1 - // ------------------------ - TopOpeBRepBuild_FaceBuilder FBU1(WES1,Fforward); - - // Build the new faces - // ------------------- - TopTools_ListOfShape& FaceList1 = ChangeMerged(Fforward,ToBuild1); - MakeFaces(Fforward,FBU1,FaceList1); - - // connect new faces as faces built on LF1 faces - // -------------------------------------------------------- - for (itLF.Initialize(LF1); itLF.More(); itLF.Next()) { - TopoDS_Shape Fcur = itLF.Value(); - MarkSplit(Fcur,ToBuild1); - TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild1); - if ( ConnectTo1 ) FL = FaceList1; - } - - // -------------------------------------------------------------------- - // traitement des faces de meme orientation que Fforward dans WireEdgeSet WES2 - // -------------------------------------------------------------------- - TopOpeBRepBuild_WireEdgeSet WES2(Fforward,this); - - // traitement des faces de 1 same domain, same orientation que F : LFSO1 - for (itLF.Initialize(LFSO1); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 2 - FillFace(Fcur,tob1comp,LF2,tob2,WES2,!RevOri1); - } - - // traitement des faces de 2 same domain, same orientation que F : LFSO2 - for (itLF.Initialize(LFSO2); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 1 - FillFace(Fcur,tob2comp,LF1,tob1,WES2,!RevOri2); - } - - // traitement des faces de 1 same domain, oppo orientation que F : LFOO1 - for (itLF.Initialize(LFOO1); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 2 - FillFace(Fcur,tob1,LF2,ToBuild2,WES2,RevOri1); - } - - // traitement des faces de 2 same domain, oppo orientation que F : LFOO2 - for (itLF.Initialize(LFOO2); itLF.More(); itLF.Next()) { - const TopoDS_Shape& Fcur = itLF.Value(); -// myDataStructure->Shape(Fcur);//DEB - // les wires de Fcur sont a comparer avec les faces de 1 - FillFace(Fcur,tob2,LF1,ToBuild1,WES2,RevOri2); - } - - // Add the intersection edges to edge set WES2 - // ------------------------------------------ - AddIntersectionEdges(Fforward,ToBuild2,RevOri2,WES2); - - // Create a Face Builder FBU2 - // ------------------------- - TopOpeBRepBuild_FaceBuilder FBU2(WES2,Fforward); - - // Build the new faces - // ------------------- - TopTools_ListOfShape& FaceList2 = ChangeMerged(Fforward,ToBuild2); - MakeFaces(Fforward,FBU2,FaceList2); - - // connect new faces as faces built on LF2 faces - // -------------------------------------------------------- - for (itLF.Initialize(LF2); itLF.More(); itLF.Next()) { - TopoDS_Shape Fcur = itLF.Value(); - MarkSplit(Fcur,ToBuild2); - TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild2); - if ( ConnectTo2 ) FL = FaceList2; - } - -} // SplitFace2 - - -#if 0 -//======================================================================= -//function : SplitFaceOK -//purpose : tout dans le meme edge set -//======================================================================= - -void TopOpeBRepBuild_Builder::SplitFaceOK(const TopoDS_Shape& Foriented, - const TopAbs_State ToBuild1, - const TopAbs_State ToBuild2) -{ - // process connect connect - // operation tobuild1 tobuild2 face F to 1 to 2 - // --------- -------- -------- ------- ------- ------- - // common IN IN yes yes yes - // fuse OUT OUT yes yes yes - // cut 1-2 OUT IN yes yes no - // cut 2-1 IN OUT yes yes no - // - Standard_Boolean tosplit = ToSplit(Foriented,ToBuild1); - if ( ! tosplit ) return; - - Standard_Boolean RevOri1 = Reverse(ToBuild1,ToBuild2); - Standard_Boolean RevOri2 = Reverse(ToBuild2,ToBuild1); - Standard_Boolean ConnectTo1 = Standard_True; - Standard_Boolean ConnectTo2 = Standard_False; - - // work on a FORWARD face - TopoDS_Shape Fforward = Foriented; - myBuildTool.Orientation(Fforward,TopAbs_FORWARD); - - // build the list of faces to split : LF1, LF2 - TopTools_ListOfShape LF1,LF2; - LF1.Append(Fforward); - FindSameDomain(LF1,LF2); - Standard_Integer n1 = LF1.Extent(); - Standard_Integer n2 = LF2.Extent(); - - // SplitFace on a face having other same domained faces on the - // other shape : do not reverse orientation of faces in FillFace - if (!n2) RevOri1 = Standard_False; - if (!n1) RevOri2 = Standard_False; - - // Create an edge set connected by vertices - // --------------------------------------------- - TopOpeBRepBuild_WireEdgeSet WES(Fforward,this); - -#ifdef OCCT_DEBUG - Standard_Boolean tSPF = TopOpeBRepBuild_GettraceSPF(); - Standard_Integer iFace = myDataStructure->Shape(Foriented); - if(tSPF){cout<Shape(Fcur);//DEB - FillFace(Fcur,ToBuild1,LF2,ToBuild2,WES,RevOri1); - } - - for (itLF2.Initialize(LF2); itLF2.More(); itLF2.Next()) { - const TopoDS_Shape& Fcur = itLF2.Value(); - Standard_Integer icur = myDataStructure->Shape(Fcur);//DEB - FillFace(Fcur,ToBuild2,LF1,ToBuild1,WES,RevOri2); - } - - // Add the intersection edges to edge set WES - // ----------------------------------------- - AddIntersectionEdges(Fforward,ToBuild1,RevOri1,WES); - - // Create a Face Builder FBU - // ------------------------ - TopOpeBRepBuild_FaceBuilder FBU(WES,Fforward); - - // Build the new faces - // ------------------- - TopTools_ListOfShape& FaceList = ChangeMerged(Fforward,ToBuild1); - MakeFaces(Fforward,FBU,FaceList); - - // connect new faces as faces built on LF1 faces - // -------------------------------------------------------- - for (itLF1.Initialize(LF1); itLF1.More(); itLF1.Next()) { - TopoDS_Shape Fcur = itLF1.Value(); - MarkSplit(Fcur,ToBuild1); - TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild1); - if ( ConnectTo1 ) FL = FaceList; - } - - // connect new faces as faces built on LF2 faces - // -------------------------------------------------------- - for (itLF2.Initialize(LF2); itLF2.More(); itLF2.Next()) { - TopoDS_Shape Fcur = itLF2.Value(); - MarkSplit(Fcur,ToBuild2); - TopTools_ListOfShape& FL = ChangeSplit(Fcur,ToBuild2); - if ( ConnectTo2 ) FL = FaceList; - } - -} // SplitFaceOK - -// #if 0 -#endif - -//#ifndef _TopOpeBRepBuild_SplitFace_HeaderFile -#endif diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitShapes.hxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitShapes.hxx deleted file mode 100644 index 2ab6824653..0000000000 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitShapes.hxx +++ /dev/null @@ -1,161 +0,0 @@ -// Created on: 1996-03-01 -// Created by: Modelistation -// Copyright (c) 1996-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef _TopOpeBRepBuild_SplitShapes_HeaderFile -#define _TopOpeBRepBuild_SplitShapes_HeaderFile - -#include - - -static Standard_Boolean FUN_touched(const TopOpeBRepDS_DataStructure& BDS,const TopoDS_Edge& EOR) -{ - TopoDS_Vertex vf,vl; TopExp::Vertices(EOR,vf,vl); - Standard_Boolean hvf = BDS.HasShape(vf); - Standard_Boolean hvl = BDS.HasShape(vl); - return (hvf || hvl); -} - -//======================================================================= -//function : SplitShapes -//purpose : -//======================================================================= -void TopOpeBRepBuild_Builder::SplitShapes(TopOpeBRepTool_ShapeExplorer& Ex, - const TopAbs_State ToBuild1, - const TopAbs_State ToBuild2, - TopOpeBRepBuild_ShapeSet& aSet, - const Standard_Boolean RevOri) -{ - TopoDS_Shape aShape; - TopAbs_Orientation newori; - - for (; Ex.More(); Ex.Next()) { - aShape = Ex.Current(); - - // compute new orientation to give to the new shapes - newori = Orient(myBuildTool.Orientation(aShape),RevOri); - - TopAbs_ShapeEnum t = aShape.ShapeType(); - -#ifdef OCCT_DEBUG - if (TopOpeBRepBuild_GettraceSHEX()) GdumpEXP(Ex); -#endif - - if ( t == TopAbs_SOLID || t == TopAbs_SHELL ) - SplitSolid(aShape,ToBuild1,ToBuild2); - else if ( t == TopAbs_FACE ) SplitFace(aShape,ToBuild1,ToBuild2); - else if ( t == TopAbs_EDGE ) SplitEdge(aShape,ToBuild1,ToBuild2); - else continue; - - if ( IsSplit(aShape,ToBuild1) ) { - TopoDS_Shape newShape; - TopTools_ListIteratorOfListOfShape It; - //----------------------- IFV - Standard_Boolean IsLSon = Standard_False; - //----------------------- IFV - const TopTools_ListOfShape& LS = Splits(aShape,ToBuild1); - //----------------------- IFV - if(t == TopAbs_EDGE && ToBuild1 == TopAbs_IN && LS.Extent() == 0) { - const TopTools_ListOfShape& LSon = Splits(aShape,TopAbs_ON); - It.Initialize(LSon); - IsLSon = Standard_True; - } - else { - It.Initialize(LS); - } - //----------------------- IFV - for (; It.More(); It.Next()) { - newShape = It.Value(); - myBuildTool.Orientation(newShape,newori); -#ifdef OCCT_DEBUG -// TopAbs_ShapeEnum tns = TopType(newShape); -#endif - //----------------------- IFV - if(IsLSon) { - Standard_Boolean add = Standard_True; - if ( !myListOfFace.IsEmpty()) { // 2d pur - add = KeepShape(newShape,myListOfFace,ToBuild1); - } - if(add) aSet.AddStartElement(newShape); - - } - else { - //----------------------- IFV - aSet.AddStartElement(newShape); - } - } - } - else { - // aShape n'a pas de devenir de split par ToBuild1 - // on construit les parties ToBuild1 de aShape (de S1) - Standard_Boolean add = Standard_True; - Standard_Boolean testkeep = Standard_False; - Standard_Boolean isedge = (t == TopAbs_EDGE); - Standard_Boolean hs = (myDataStructure->HasShape(aShape)); - Standard_Boolean hg = (myDataStructure->HasGeometry(aShape)); - - testkeep = isedge && hs && (!hg); - - // xpu010399 : USA60299 (!hs)&&(!hg), but vertex on bound is touched (v7) - // -> testkeep - Standard_Boolean istouched = isedge && (!hs) && (!hg); - if (istouched) istouched = FUN_touched(myDataStructure->DS(),TopoDS::Edge(aShape)); - testkeep = testkeep || istouched; - - if (testkeep) { - if ( !myListOfFace.IsEmpty()) { // 2d pur - Standard_Boolean keep = KeepShape(aShape,myListOfFace,ToBuild1); - add = keep; - } - else { // 3d - // on classifie en solide uniqt si - // E dans la DS et E a ete purgee de ses interfs car en bout - TopoDS_Shape sol; - if (STATIC_SOLIDINDEX == 1) sol = myShape2; - else sol = myShape1; - if ( !sol.IsNull() ) { - Standard_Real first,last; - Handle(Geom_Curve) C3D; - C3D = BRep_Tool::Curve(TopoDS::Edge(aShape),first,last); - if ( !C3D.IsNull() ) { - Standard_Real tt = 0.127956477; - Standard_Real par = (1-tt)*first + tt*last; - gp_Pnt P3D = C3D->Value(par); - Standard_Real tol3d = Precision::Confusion(); - BRepClass3d_SolidClassifier SCL(sol,P3D,tol3d); - TopAbs_State state = SCL.State(); - add = (state == ToBuild1); - } - else { - throw Standard_ProgramError("SplitShapes no 3D curve on edge"); - // NYI pas de courbe 3d : prendre un point sur (courbe 2d,face) - } - } - else { // sol.IsNull - add = Standard_True; - } - } - } - if ( add ) { - myBuildTool.Orientation(aShape,newori); - aSet.AddElement(aShape); - } - } - - } // Ex.More - -} // SplitShapes - -#endif diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitSolid.pxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitSolid.pxx deleted file mode 100644 index 90173048c0..0000000000 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_SplitSolid.pxx +++ /dev/null @@ -1,168 +0,0 @@ -// Created on: 1995-09-12 -// Created by: Jean Yves LEBEY -// Copyright (c) 1995-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef TopOpeBRepBuild_SplitSolid_INCLUDED -#define TopOpeBRepBuild_SplitSolid_INCLUDED - -#include -#include -#include - -#ifdef OCCT_DEBUG -#define DEBSHASET(sarg,meth,shaset,str) TCollection_AsciiString sarg((meth));(sarg)=(sarg)+(shaset).DEBNumber()+(str); -Standard_EXPORT Standard_Boolean TopOpeBRepDS_GettraceSTRANGE(); -Standard_EXPORT void debsplitf(const Standard_Integer i); -Standard_EXPORT void debspanc(const Standard_Integer i); -//Standard_IMPORT extern Standard_Integer GLOBAL_iexF; -Standard_IMPORT Standard_Integer GLOBAL_iexF; -#endif - -//======================================================================= -//function : SplitSolid -//purpose : -//======================================================================= - -void TopOpeBRepBuild_Builder::SplitSolid(const TopoDS_Shape& S1oriented, - const TopAbs_State ToBuild1, - const TopAbs_State ToBuild2) -{ - //modified by IFV for treating shell - Standard_Boolean tosplit = Standard_False; - Standard_Boolean IsShell = (S1oriented.ShapeType() == TopAbs_SHELL); - if(IsShell) { - TopExp_Explorer ex; - ex.Init(S1oriented, TopAbs_FACE); - for (; ex.More(); ex.Next()) { - const TopoDS_Shape& sh = ex.Current(); - tosplit = ToSplit(sh,ToBuild1); - if(tosplit) break; - } - } - else tosplit = ToSplit(S1oriented,ToBuild1); - - if ( ! tosplit ) return; - // end IFV - - Standard_Boolean RevOri1 = Reverse(ToBuild1,ToBuild2); - Standard_Boolean RevOri2 = Reverse(ToBuild2,ToBuild1); - Standard_Boolean ConnectTo1 = Standard_True; - Standard_Boolean ConnectTo2 = Standard_False; - - // work on a FORWARD solid - TopoDS_Shape S1forward = S1oriented; - myBuildTool.Orientation(S1forward,TopAbs_FORWARD); - - // build the list of solids to split : LS1, LS2 - TopTools_ListOfShape LS1,LS2; - LS1.Append(S1forward); - FindSameDomain(LS1,LS2); - Standard_Integer n1 = LS1.Extent(); - Standard_Integer n2 = LS2.Extent(); - - if (!n2) RevOri1 = Standard_False; - if (!n1) RevOri2 = Standard_False; - - // Create a face set connected by edges - // ----------------------------------------- - TopOpeBRepBuild_ShellFaceSet SFS; - -#ifdef OCCT_DEBUG - Standard_Boolean tSPS = TopOpeBRepBuild_GettraceSPS(); -// Standard_Integer iSolid = myDataStructure->Shape(S1oriented); - if (tSPS) { - cout<NbSurfaces() > 0) { - TopOpeBRepDS_SurfaceIterator SSurfaces = myDataStructure->SolidSurfaces(S1forward); - for (; SSurfaces.More(); SSurfaces.Next()) { - Standard_Integer iS = SSurfaces.Current(); - const TopTools_ListOfShape& LnewF = NewFaces(iS); - for (TopTools_ListIteratorOfListOfShape Iti(LnewF); Iti.More(); Iti.Next()) { - TopoDS_Shape aFace = Iti.Value(); - TopAbs_Orientation ori = SSurfaces.Orientation(ToBuild1); - myBuildTool.Orientation(aFace,ori); - -#ifdef OCCT_DEBUG - if (tSPS){ - DEBSHASET(ss,"--- SplitSolid ",SFS," AddElement SFS+ face "); - GdumpSHA(aFace,(Standard_Address)ss.ToCString()); - cout<<" ";TopAbs::Print(ToBuild1,cout)<<" : 1 face "; - TopAbs::Print(ori,cout); cout< as solids built on LS1 solids - // -------------------------------------------------------------------- - - for (itLS1.Initialize(LS1); itLS1.More(); itLS1.Next()) { - TopoDS_Shape Scur = itLS1.Value(); - MarkSplit(Scur,ToBuild1); - TopTools_ListOfShape& SL = ChangeSplit(Scur,ToBuild1); - if ( ConnectTo1 ) SL = SolidList; - - } - - // connect list of new solids as solids built on LS2 solids - // -------------------------------------------------------------------- - for (itLS2.Initialize(LS2); itLS2.More(); itLS2.Next()) { - TopoDS_Shape Scur = itLS2.Value(); - MarkSplit(Scur,ToBuild2); - TopTools_ListOfShape& SL = ChangeSplit(Scur,ToBuild2); - if ( ConnectTo2 ) SL = SolidList; - } - -} // SplitSolid - -//#ifndef TopOpeBRepBuild_SplitSolid_INCLUDED -#endif diff --git a/src/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cxx b/src/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cxx index 5857aab272..099ef2cf6a 100644 --- a/src/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cxx +++ b/src/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cxx @@ -56,8 +56,6 @@ static TCollection_AsciiString PRODINS("dins "); #endif -//Standard_IMPORT extern TopOpeBRepBuild_Builder* GLOBAL_PBUILDER; -Standard_IMPORT TopOpeBRepBuild_Builder* GLOBAL_PBUILDER; #define MYBB ((TopOpeBRepBuild_BlockBuilder*)myBlockBuilder) diff --git a/src/TopOpeBRepTool/FILES b/src/TopOpeBRepTool/FILES index 0ed3e13440..6f102b120c 100755 --- a/src/TopOpeBRepTool/FILES +++ b/src/TopOpeBRepTool/FILES @@ -13,7 +13,6 @@ TopOpeBRepTool_C2DF.cxx TopOpeBRepTool_C2DF.hxx TopOpeBRepTool_CLASSI.cxx TopOpeBRepTool_CLASSI.hxx -TopOpeBRepTool_closing.cxx TopOpeBRepTool_connexity.cxx TopOpeBRepTool_connexity.hxx TopOpeBRepTool_CORRISO.cxx diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx b/src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx index 03daa90ee9..f8068e9ae3 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_CORRISO.cxx @@ -45,6 +45,8 @@ extern Standard_Boolean TopOpeBRepTool_GettraceCORRISO(); Standard_EXPORT TopTools_IndexedMapOfShape STATIC_PURGE_mapv; Standard_EXPORT TopTools_IndexedMapOfOrientedShape STATIC_PURGE_mapeds; +extern void FUN_tool_trace(const Standard_Integer Index); +extern void FUN_tool_trace(const gp_Pnt2d p2d); #endif static void FUN_RaiseError() diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_PURGE.hxx b/src/TopOpeBRepTool/TopOpeBRepTool_PURGE.hxx index c4ed028cc6..4660c8683e 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_PURGE.hxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_PURGE.hxx @@ -22,20 +22,8 @@ #ifdef OCCT_DEBUG extern void FUN_REINIT(); -extern Standard_Integer FUN_addepc(const TopoDS_Shape& ed,const TopoDS_Shape& f); -extern Standard_Integer FUN_addcheckepc(const TopoDS_Shape& ed,const TopoDS_Shape& f); -extern Standard_Integer FUN_adds(const TopoDS_Shape& s); -extern void FUN_tool_trace(const Standard_Integer Index); -extern void FUN_tool_trace(const gp_Pnt2d p2d); +//extern Standard_Integer FUN_addepc(const TopoDS_Shape& ed,const TopoDS_Shape& f); #endif -// ---------------------------------------------------------------------- -// TopOpeBRepTool_closing.cxx -// ---------------------------------------------------------------------- -//Standard_IMPORT Standard_Boolean FUN_tool_UVonclosing(const TopoDS_Edge& E, const TopoDS_Face& F, const Standard_Boolean onU, -// const Standard_Real xfirst, const Standard_Real xperiod, -// const Standard_Real toluv); -Standard_IMPORT Standard_Boolean FUN_tool_correctCLO(TopoDS_Edge& E, const TopoDS_Face& F); -//Standard_IMPORT Standard_Boolean FUN_tool_getEclo(const TopoDS_Face& F, TopoDS_Edge& Eclo); // ---------------------------------------------------------------------- // TopOpeBRepTool_faulty.cxx diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_SC.hxx b/src/TopOpeBRepTool/TopOpeBRepTool_SC.hxx index ec0bf8ff74..7ee22ccf17 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_SC.hxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_SC.hxx @@ -21,9 +21,6 @@ #include #include -#define MTLsc TopOpeBRepTool_ShapeClassifier -#define MTLpsc TopOpeBRepTool_PShapeClassifier - Standard_EXPORT TopOpeBRepTool_ShapeClassifier& FSC_GetPSC(void); Standard_EXPORT TopOpeBRepTool_ShapeClassifier& FSC_GetPSC(const TopoDS_Shape& S); // ---------------------------------------------------------------------- diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.cxx b/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.cxx index a5b7ea4765..7f7263228d 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.cxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.cxx @@ -1180,24 +1180,3 @@ Standard_EXPORT Standard_Boolean FUN_tool_MakeWire(const TopTools_ListOfShape& l return Standard_True; } -// ---------------------------------------------------------------------- -Standard_EXPORT Standard_Boolean FUN_tool_getEclo(const TopoDS_Face& F, const Standard_Boolean UISO, TopoDS_Edge& Eclo) -// purpose : get first edge Eclo / Eclo is uiso -// F has closing edge Eclo -{ - TopExp_Explorer ex(F, TopAbs_EDGE); - for (; ex.More(); ex.Next()){ - const TopoDS_Edge& E = TopoDS::Edge(ex.Current()); - Standard_Boolean clo = BRep_Tool::IsClosed(E,F); - if (clo) { - Standard_Boolean isou,isov; gp_Pnt2d o2d; gp_Dir2d d2d; - Standard_Real f,l,tol; Handle(Geom2d_Curve) PC = FC2D_CurveOnSurface(E,F,f,l,tol); - TopOpeBRepTool_TOOL::UVISO(PC,isou,isov,d2d,o2d); - if (UISO && isou) { - Eclo=E; - return Standard_True; - } - } - } - return Standard_False; -} diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.hxx b/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.hxx index 04ec57ae17..1b606b85ed 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.hxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_TOPOLOGY.hxx @@ -152,6 +152,4 @@ Standard_EXPORT void FUN_ds_CopyEdge(const TopoDS_Shape& Ein,TopoDS_Shape& Eou); Standard_EXPORT void FUN_ds_Parameter(const TopoDS_Shape& E,const TopoDS_Shape& V,const Standard_Real P); Standard_EXPORT Standard_Boolean FUN_tool_MakeWire(const TopTools_ListOfShape& loE,TopoDS_Wire& newW); - -Standard_EXPORT Standard_Boolean FUN_tool_getEclo(const TopoDS_Face& F, const Standard_Boolean UISO, TopoDS_Edge& Eclo); #endif diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_closing.cxx b/src/TopOpeBRepTool/TopOpeBRepTool_closing.cxx deleted file mode 100644 index e23dac1a30..0000000000 --- a/src/TopOpeBRepTool/TopOpeBRepTool_closing.cxx +++ /dev/null @@ -1,128 +0,0 @@ -// Created on: 1998-11-24 -// Created by: Xuan PHAM PHU -// Copyright (c) 1998-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -//Standard_IMPORT void FUN_tool_ttranslate(const gp_Vec2d& tvector, const TopoDS_Face& fF, TopoDS_Edge& fyE); - -Standard_EXPORT Standard_Boolean FUN_tool_UVonclosing(const TopoDS_Edge& E, const TopoDS_Face& F, const Standard_Boolean onU, - const Standard_Real xfirst, const Standard_Real xperiod, - const Standard_Real toluv) -// purpose : returns TRUE if E has UVrep on F, on closing UVrep -// prequesitory : F is x-closed, its x-2drep describes [xfirst,xfirst+xperiod] -// if (onU=1), F is u-closed -{ - // E : - Standard_Real f,l,tol; Handle(Geom2d_Curve) PC = FC2D_CurveOnSurface(E,F,f,l,tol); - Standard_Boolean isou,isov; gp_Pnt2d o2d; gp_Dir2d d2d; - Standard_Boolean isouv = TopOpeBRepTool_TOOL::UVISO(PC,isou,isov,d2d,o2d); - if (!isouv) return Standard_False; - - Standard_Boolean onX = (onU && isou) || ((!onU) && isov); - if (!onX) return Standard_False; - - Standard_Real dxx=0; - if (onU) dxx = Abs(o2d.X()-xfirst); - else dxx = Abs(o2d.Y()-xfirst); - - Standard_Boolean onclo = (dxx < toluv); - onclo = onclo || (Abs(xperiod-dxx) < toluv); - return onclo; -}//FUN_UVonclosing - -/*Standard_EXPORT Standard_Boolean FUN_tool_getEclo(const TopoDS_Face& F, TopoDS_Edge& Eclo) -// purpose : get Eclo / closing edge of F -// rep(Eclo,F) is x-iso, parx=xmin/xmax -{ - Eclo.Nullify(); - TopExp_Explorer ex(F, TopAbs_EDGE); - for (; ex.More(); ex.Next()){ - const TopoDS_Edge& e = TopoDS::Edge(ex.Current()); - Standard_Boolean clo = BRep_Tool::IsClosed(e,F); - if (clo) {Eclo=e; return Standard_True;} - } - return Standard_False; -}*/ - -Standard_EXPORT Standard_Boolean FUN_tool_correctCLO(TopoDS_Edge& E, const TopoDS_Face& F) -// purpose : correcting "closing edges", returns Standard_True if E pcurve -// is translated -{ - TopoDS_Shape aLocalShape = F.Oriented(TopAbs_FORWARD); - TopoDS_Face FFOR = TopoDS::Face(aLocalShape); -// TopoDS_Face FFOR = TopoDS::Face(F.Oriented(TopAbs_FORWARD)); - // ************************************************************ - // prequesitory : in process add(E,F), we'll keep original - // E orientation (orientation of E in FFORWARD) - // ************************************************************ - Standard_Boolean inU; Standard_Real xmin,xper; - Standard_Boolean closed = FUN_tool_closedS(F,inU,xmin,xper); - if (!closed) return Standard_False; // F is not periodic - Standard_Real tolu,tolv; FUN_tool_tolUV(TopoDS::Face(F),tolu,tolv); - Standard_Real tolx = inU ? tolu : tolv; - - Standard_Real dx=0.45678; -// Standard_Real f,l,tolpc; Standard_Boolean trim3d = Standard_True; -// Handle(Geom2d_Curve) PC = FC2D_CurveOnSurface(E,F,f,l,tolpc,trim3d); - Standard_Real f,l,tol; Handle(Geom2d_Curve) PC; - PC = FC2D_EditableCurveOnSurface(E,FFOR,f,l,tol); - - Standard_Boolean isoU,isoV; gp_Pnt2d o2d; gp_Dir2d d2d; - TopOpeBRepTool_TOOL::UVISO(PC,isoU,isoV,d2d,o2d); - Standard_Boolean xiso = (inU && isoU)||((!inU) && isoV); - if (!xiso) return Standard_False; - Standard_Real par = dx*f + (1-dx)*l; gp_Vec2d dxx; - - FUN_tool_getdxx(FFOR,E,par,dxx); - - TopExp_Explorer ex(FFOR, TopAbs_EDGE); - for (; ex.More(); ex.Next()){ - const TopoDS_Edge& e1 = TopoDS::Edge(ex.Current()); - Standard_Boolean closing = BRep_Tool::IsClosed(e1,F); - if (!closing) continue; - -// Standard_Real f1,l1; Handle(Geom2d_Curve) PC1 = BRep_Tool::CurveOnSurface(e1,F,f1,l1); - Standard_Real f1,l1,tol1; Handle(Geom2d_Curve) PC1; - PC1 = FC2D_EditableCurveOnSurface(e1,FFOR,f1,l1,tol1); - - Standard_Boolean isoU1,isoV1; gp_Pnt2d o2d1; gp_Dir2d d2d1; - TopOpeBRepTool_TOOL::UVISO(PC1,isoU1,isoV1,d2d1,o2d1); - - // 2d(e1,FFOR) and 2d(E,FFOR) describe the same side of matter - Standard_Real par1 = dx*f1 + (1-dx)*l1; gp_Vec2d dxx1; - FUN_tool_getdxx(FFOR,e1,par1,dxx1); - Standard_Real dot = dxx.Dot(dxx1); - if (dot < 0.) continue; - - gp_Vec2d aDxx; Standard_Real dd=0; - if (inU) {dd = o2d1.X()-o2d.X(); aDxx = gp_Vec2d(dd,0.);} - else {dd = o2d1.Y()-o2d.Y(); aDxx = gp_Vec2d(0.,dd);} - - if (Abs(dd) #include -#define MTAse TopAbs_ShapeEnum -#define MTAo TopAbs_Orientation -#define MTAs TopAbs_State -#define MTTmiomos TopTools_MapIteratorOfMapOfShape -#define MTTmos TopTools_MapOfShape -#define MTTliolos TopTools_ListIteratorOfListOfShape -#define MTTlos TopTools_ListOfShape -#define MTTimos TopTools_IndexedMapOfShape -#define MTTimoos TopTools_IndexedMapOfOrientedShape -#define MTTdmoss TopTools_DataMapOfShapeShape -#define MTTdmosi TopTools_DataMapOfShapeInteger -#define MTTdmoosi TopTools_DataMapOfOrientedShapeInteger -#define MTTdmiodmoss TopTools_DataMapIteratorOfDataMapOfShapeShape -#define MTTdmiodmosi TopTools_DataMapIteratorOfDataMapOfShapeInteger -#define MTTdmoslos TopTools_DataMapOfShapeListOfShape -#define MTTdmiodmoslos TopTools_DataMapIteratorOfDataMapOfShapeListOfShape -#define MTTidmoslos TopTools_IndexedDataMapOfShapeListOfShape -#define MTTdmiodmoosi TopTools_DataMapIteratorOfDataMapOfOrientedShapeInteger -#define MTs TopoDS_Shape -#define MTf TopoDS_Face -#define MTe TopoDS_Edge -#define MTv TopoDS_Vertex -#define Msr Standard_Real -#define Msi Standard_Integer -#define Msb Standard_Boolean -#define Msf Standard_False -#define Mst Standard_True -#define Mso Standard_OStream -#define Mtcas TCollection_AsciiString - -#define MTLsc TopOpeBRepTool_ShapeClassifier -#define MTLpsc TopOpeBRepTool_PShapeClassifier -#define MTLoct TopOpeBRepTool_OutCurveType -#define MTLc TopOpeBRepTool_connexity - #endif diff --git a/src/TopOpeBRepTool/TopOpeBRepTool_faulty.cxx b/src/TopOpeBRepTool/TopOpeBRepTool_faulty.cxx index 435efd8c7b..8d08095a88 100644 --- a/src/TopOpeBRepTool/TopOpeBRepTool_faulty.cxx +++ b/src/TopOpeBRepTool/TopOpeBRepTool_faulty.cxx @@ -37,27 +37,10 @@ extern TopTools_IndexedMapOfShape STATIC_PURGE_mapv; extern TopTools_IndexedMapOfOrientedShape STATIC_PURGE_mapeds; extern Standard_Boolean TopOpeBRepTool_GettracePURGE(); -Standard_EXPORT void FUN_REINIT() +void FUN_REINIT() { STATIC_PURGE_mapv.Clear(); STATIC_PURGE_mapeds.Clear(); } -Standard_EXPORT Standard_Integer FUN_addepc(const TopoDS_Shape& ed,const TopoDS_Shape&) -{ - Standard_Integer ie = STATIC_PURGE_mapeds.Add(ed); -#ifdef DRAW -// TCollection_AsciiString aa = TCollection_AsciiString("pc_"); FUN_tool_draw(aa,TopoDS::Edge(ed),TopoDS::Face(f),ie); -// TCollection_AsciiString bb = TCollection_AsciiString("ed_"); FUN_tool_draw(bb,ed,ie); -#endif - return ie; -} - -Standard_EXPORT Standard_Integer FUN_addcheckepc(const TopoDS_Shape& ed,const TopoDS_Shape& f) { - Standard_Integer ie = 0; - ie = STATIC_PURGE_mapeds.FindIndex(ed); - if (ie == 0) ie = FUN_addepc(ed,f); - return ie; -} -Standard_IMPORT Standard_Integer FUN_adds(const TopoDS_Shape& s); Standard_EXPORT void FUN_tool_tori(const TopAbs_Orientation Or) { diff --git a/src/TopTrans/TopTrans_SurfaceTransition.cxx b/src/TopTrans/TopTrans_SurfaceTransition.cxx index d3ebdde0cb..7522542ff6 100644 --- a/src/TopTrans/TopTrans_SurfaceTransition.cxx +++ b/src/TopTrans/TopTrans_SurfaceTransition.cxx @@ -23,14 +23,6 @@ #include #include -#define Msr Standard_Real -#define Msi Standard_Integer -#define Msb Standard_Boolean -#define Msf Standard_False -#define Mst Standard_True -#define MTAo TopAbs_Orientation -#define MTAs TopAbs_State - static Standard_Boolean STATIC_DEFINED = Standard_False; static gp_Dir FUN_nCinsideS(const gp_Dir& tgC, const gp_Dir& ngS) diff --git a/src/VrmlData/VrmlData_Geometry.cxx b/src/VrmlData/VrmlData_Geometry.cxx index 5fc4b5c10f..8f20d3e683 100644 --- a/src/VrmlData/VrmlData_Geometry.cxx +++ b/src/VrmlData/VrmlData_Geometry.cxx @@ -40,25 +40,6 @@ IMPLEMENT_STANDARD_RTTIEXT(VrmlData_Geometry,VrmlData_Node) #pragma warning (disable:4996) #endif - - - - - - - - - - - - - - - - - - - //======================================================================= //function : Value //purpose : diff --git a/src/VrmlData/VrmlData_ShapeConvert.cxx b/src/VrmlData/VrmlData_ShapeConvert.cxx index 0f29c5462b..151d1978b1 100644 --- a/src/VrmlData/VrmlData_ShapeConvert.cxx +++ b/src/VrmlData/VrmlData_ShapeConvert.cxx @@ -46,17 +46,6 @@ #include #include -//======================================================================= -//function : IsEqual -//purpose : for NCollection_DataMap interface -//======================================================================= - -inline Standard_Boolean IsEqual (const TopoDS_Shape& one, - const TopoDS_Shape& two) -{ - return one == two; -} - //======================================================================= //function : AddShape //purpose : diff --git a/src/WNT/FILES b/src/WNT/FILES index 2054f3b034..d604a60823 100755 --- a/src/WNT/FILES +++ b/src/WNT/FILES @@ -1,7 +1,6 @@ WNT_ClassDefinitionError.hxx WNT_Dword.hxx WNT_OrientationType.hxx -WNT_Uint.hxx WNT_WClass.cxx WNT_WClass.hxx WNT_Window.cxx diff --git a/src/WNT/WNT_Uint.hxx b/src/WNT/WNT_Uint.hxx deleted file mode 100644 index a61c601a7b..0000000000 --- a/src/WNT/WNT_Uint.hxx +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (c) 1996-1999 Matra Datavision -// Copyright (c) 1999-2014 OPEN CASCADE SAS -// -// This file is part of Open CASCADE Technology software library. -// -// This library is free software; you can redistribute it and/or modify it under -// the terms of the GNU Lesser General Public License version 2.1 as published -// by the Free Software Foundation, with special exception defined in the file -// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT -// distribution for complete text of the license and disclaimer of any warranty. -// -// Alternatively, this file may be used under the terms of Open CASCADE -// commercial license or contractual agreement. - -#ifndef __WNT_Uint_HeaderFile -# define __WNT_Uint_HeaderFile - -// Purpose: Defines a Windows NT UINT type. - -# ifndef __WINDOWS_H_INCLUDED -# define __WINDOWS_H_INCLUDED -# ifndef STRICT -# define STRICT -# endif /* STRICT */ -# define WIN32_LEAN_AND_MEAN -# include - -#ifdef DrawText -#undef DrawText -#endif - -# ifdef THIS -# undef THIS -# endif // THIS -# endif // __WINDOWS_H_INCLUDED - -# ifndef __STANDARD_TYPE_HXX_INCLUDED -# define __STANDARD_TYPE_HXX_INCLUDED -# include -# endif // __STANDARD_TYPE_HXX_INCLUDED - -typedef UINT WNT_Uint; - -#endif // __WNT_Uint_HeaderFile diff --git a/src/WNT/WNT_WClass.cxx b/src/WNT/WNT_WClass.cxx index 0f4c4c1f41..7898f9c6ef 100644 --- a/src/WNT/WNT_WClass.cxx +++ b/src/WNT/WNT_WClass.cxx @@ -30,7 +30,7 @@ IMPLEMENT_STANDARD_RTTIEXT(WNT_WClass, Standard_Transient) //======================================================================= WNT_WClass::WNT_WClass (const TCollection_AsciiString& theClassName, const Standard_Address theWndProc, - const WNT_Uint& theStyle, + const unsigned int theStyle, const Standard_Integer theClassExtra, const Standard_Integer theWindowExtra, const Aspect_Handle theCursor, @@ -43,7 +43,7 @@ WNT_WClass::WNT_WClass (const TCollection_AsciiString& theClassName, const TCollection_ExtendedString aClassNameW (theClassName); const TCollection_ExtendedString aMenuNameW (theMenuName); WNDCLASSW aWinClass; - aWinClass.style = theStyle; + aWinClass.style = (UINT)theStyle; aWinClass.lpfnWndProc = theWndProc != NULL ? (WNDPROC )theWndProc : DefWindowProcW; aWinClass.cbClsExtra = theClassExtra; aWinClass.cbWndExtra = theWindowExtra; diff --git a/src/WNT/WNT_WClass.hxx b/src/WNT/WNT_WClass.hxx index b2c339e776..f3ffb76fdb 100644 --- a/src/WNT/WNT_WClass.hxx +++ b/src/WNT/WNT_WClass.hxx @@ -28,7 +28,6 @@ #include #include #include -#include //! This class defines a Windows NT window class. //! A window in Windows NT is always created based on a @@ -58,7 +57,7 @@ public: //! Creates a Windows NT window class and registers it. Standard_EXPORT WNT_WClass (const TCollection_AsciiString& theClassName, const Standard_Address theWndProc, - const WNT_Uint& theStyle, + const unsigned int theStyle, const Standard_Integer theClassExtra = 0, const Standard_Integer theWindowExtra = 0, const Aspect_Handle theCursor = NULL, diff --git a/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx b/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx index cd751ea231..9cfc7917a8 100644 --- a/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx +++ b/src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx @@ -68,11 +68,6 @@ #include #include -// avoid warnings on 'extern "C"' functions returning C++ classes -#ifdef _MSC_VER -#pragma warning(4:4190) -#endif - #ifndef _STDIO_H #include #endif diff --git a/src/gp/gp_GTrsf.hxx b/src/gp/gp_GTrsf.hxx index 08f374fc09..a2fa2af8d7 100644 --- a/src/gp/gp_GTrsf.hxx +++ b/src/gp/gp_GTrsf.hxx @@ -34,7 +34,10 @@ class gp_XYZ; class gp_Ax1; class gp_Ax2; - +// Avoid possible conflict with SetForm macro defined by windows.h +#ifdef SetForm +#undef SetForm +#endif //! Defines a non-persistent transformation in 3D space. //! This transformation is a general transformation. diff --git a/src/gp/gp_Trsf.hxx b/src/gp/gp_Trsf.hxx index 2825e8af64..7965f0f93e 100644 --- a/src/gp/gp_Trsf.hxx +++ b/src/gp/gp_Trsf.hxx @@ -35,6 +35,11 @@ class gp_Quaternion; class gp_Ax3; class gp_Vec; +// Avoid possible conflict with SetForm macro defined by windows.h +#ifdef SetForm +#undef SetForm +#endif + //! Defines a non-persistent transformation in 3D space. //! The following transformations are implemented : //! . Translation, Rotation, Scale