From b83fb36c66cf4e87a529b09266d6b0f93d71d780 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Fri, 6 Feb 2026 09:04:08 +0100 Subject: [PATCH 1/3] fix(2026): happy new year --- CMakeLists.txt | 2 +- COPYLEFT | 2 +- LICENSE | 2 +- README.md | 2 +- cmake/Doxyfile.in | 185 +++++++----------- cmake/OpenGeode-InspectorConfig.cmake.in | 42 ++-- cmake/version.rc.in | 43 ++-- include/geode/inspector/brep_inspector.hpp | 2 +- include/geode/inspector/common.hpp | 2 +- .../adjacency/brep_meshes_adjacency.hpp | 2 +- .../adjacency/section_meshes_adjacency.hpp | 2 +- .../criterion/adjacency/solid_adjacency.hpp | 2 +- .../criterion/adjacency/surface_adjacency.hpp | 2 +- .../criterion/brep_meshes_inspector.hpp | 2 +- .../component_meshes_colocation.hpp | 2 +- .../colocation/edgedcurve_colocation.hpp | 2 +- .../colocation/pointset_colocation.hpp | 2 +- .../criterion/colocation/solid_colocation.hpp | 2 +- .../colocation/surface_colocation.hpp | 2 +- .../colocation/unique_vertices_colocation.hpp | 2 +- .../degeneration/brep_meshes_degeneration.hpp | 2 +- .../degeneration/edgedcurve_degeneration.hpp | 2 +- .../section_meshes_degeneration.hpp | 2 +- .../degeneration/solid_degeneration.hpp | 2 +- .../degeneration/surface_degeneration.hpp | 2 +- .../criterion/internal/colocation_impl.hpp | 2 +- .../internal/component_meshes_adjacency.hpp | 2 +- .../component_meshes_degeneration.hpp | 2 +- .../internal/component_meshes_manifold.hpp | 2 +- .../criterion/internal/degeneration_impl.hpp | 2 +- .../intersections/model_intersections.hpp | 2 +- .../surface_curve_intersections.hpp | 2 +- .../intersections/surface_intersections.hpp | 2 +- .../manifold/brep_meshes_manifold.hpp | 2 +- .../manifold/section_meshes_manifold.hpp | 2 +- .../manifold/solid_edge_manifold.hpp | 2 +- .../manifold/solid_facet_manifold.hpp | 2 +- .../manifold/solid_vertex_manifold.hpp | 2 +- .../manifold/surface_edge_manifold.hpp | 2 +- .../manifold/surface_vertex_manifold.hpp | 2 +- .../brep_meshes_negative_elements.hpp | 2 +- .../section_meshes_negative_elements.hpp | 2 +- .../solid_negative_elements.hpp | 2 +- .../surface_negative_elements.hpp | 2 +- .../criterion/section_meshes_inspector.hpp | 2 +- .../geode/inspector/edgedcurve_inspector.hpp | 2 +- include/geode/inspector/information.hpp | 2 +- .../geode/inspector/mixin/add_inspectors.hpp | 2 +- .../geode/inspector/pointset_inspector.hpp | 2 +- include/geode/inspector/section_inspector.hpp | 2 +- include/geode/inspector/solid_inspector.hpp | 2 +- include/geode/inspector/surface_inspector.hpp | 2 +- .../topology/brep_blocks_topology.hpp | 2 +- .../topology/brep_corners_topology.hpp | 2 +- .../topology/brep_lines_topology.hpp | 2 +- .../topology/brep_surfaces_topology.hpp | 2 +- .../inspector/topology/brep_topology.hpp | 2 +- .../topology/internal/expected_nb_cmvs.hpp | 2 +- .../topology/internal/topology_helpers.hpp | 2 +- .../topology/section_corners_topology.hpp | 2 +- .../topology/section_lines_topology.hpp | 2 +- .../topology/section_surfaces_topology.hpp | 2 +- .../inspector/topology/section_topology.hpp | 2 +- src/bin/CMakeLists.txt | 2 +- src/bin/geode-inspector-brep.cpp | 2 +- src/bin/geode-inspector-cross-section.cpp | 2 +- src/bin/geode-inspector-edgedcurve.cpp | 2 +- ...geode-inspector-implicit-cross-section.cpp | 2 +- ...de-inspector-implicit-structural-model.cpp | 2 +- src/bin/geode-inspector-pointset.cpp | 2 +- src/bin/geode-inspector-section.cpp | 2 +- src/bin/geode-inspector-solid.cpp | 2 +- src/bin/geode-inspector-structural-model.cpp | 2 +- ...-inspector-surface-curve-intersections.cpp | 2 +- src/bin/geode-inspector-surface.cpp | 2 +- src/geode/CMakeLists.txt | 2 +- src/geode/inspector/CMakeLists.txt | 2 +- src/geode/inspector/brep_inspector.cpp | 2 +- src/geode/inspector/common.cpp | 2 +- .../adjacency/brep_meshes_adjacency.cpp | 2 +- .../adjacency/section_meshes_adjacency.cpp | 2 +- .../criterion/adjacency/solid_adjacency.cpp | 2 +- .../criterion/adjacency/surface_adjacency.cpp | 2 +- .../criterion/brep_meshes_inspector.cpp | 2 +- .../component_meshes_colocation.cpp | 2 +- .../colocation/edgedcurve_colocation.cpp | 2 +- .../colocation/pointset_colocation.cpp | 2 +- .../criterion/colocation/solid_colocation.cpp | 2 +- .../colocation/surface_colocation.cpp | 2 +- .../colocation/unique_vertices_colocation.cpp | 2 +- .../degeneration/brep_meshes_degeneration.cpp | 2 +- .../degeneration/edgedcurve_degeneration.cpp | 2 +- .../section_meshes_degeneration.cpp | 2 +- .../degeneration/solid_degeneration.cpp | 2 +- .../degeneration/surface_degeneration.cpp | 2 +- .../criterion/internal/colocation_impl.cpp | 2 +- .../internal/component_meshes_adjacency.cpp | 2 +- .../component_meshes_degeneration.cpp | 2 +- .../internal/component_meshes_manifold.cpp | 2 +- .../criterion/internal/degeneration_impl.cpp | 2 +- .../intersections/model_intersections.cpp | 2 +- .../surface_curve_intersections.cpp | 2 +- .../intersections/surface_intersections.cpp | 2 +- .../manifold/brep_meshes_manifold.cpp | 2 +- .../manifold/section_meshes_manifold.cpp | 2 +- .../manifold/solid_edge_manifold.cpp | 2 +- .../manifold/solid_facet_manifold.cpp | 2 +- .../manifold/solid_vertex_manifold.cpp | 2 +- .../manifold/surface_edge_manifold.cpp | 2 +- .../manifold/surface_vertex_manifold.cpp | 2 +- .../brep_meshes_negative_elements.cpp | 2 +- .../section_meshes_negative_elements.cpp | 2 +- .../solid_negative_elements.cpp | 2 +- .../surface_negative_elements.cpp | 2 +- .../criterion/section_meshes_inspector.cpp | 2 +- src/geode/inspector/edgedcurve_inspector.cpp | 2 +- src/geode/inspector/pointset_inspector.cpp | 2 +- src/geode/inspector/section_inspector.cpp | 2 +- src/geode/inspector/solid_inspector.cpp | 2 +- src/geode/inspector/surface_inspector.cpp | 2 +- .../topology/brep_blocks_topology.cpp | 2 +- .../topology/brep_corners_topology.cpp | 2 +- .../topology/brep_lines_topology.cpp | 2 +- .../topology/brep_surfaces_topology.cpp | 2 +- .../inspector/topology/brep_topology.cpp | 2 +- .../topology/internal/expected_nb_cmvs.cpp | 2 +- .../topology/internal/topology_helpers.cpp | 2 +- .../topology/section_corners_topology.cpp | 2 +- .../topology/section_lines_topology.cpp | 2 +- .../topology/section_surfaces_topology.cpp | 2 +- .../inspector/topology/section_topology.cpp | 2 +- tests/CMakeLists.txt | 2 +- tests/inspector/CMakeLists.txt | 2 +- tests/inspector/test-brep.cpp | 2 +- .../inspector/test-edgedcurve-colocation.cpp | 2 +- .../test-edgedcurve-degeneration.cpp | 2 +- tests/inspector/test-pointset.cpp | 2 +- tests/inspector/test-section.cpp | 2 +- tests/inspector/test-solid-adjacency.cpp | 2 +- tests/inspector/test-solid-colocation.cpp | 2 +- tests/inspector/test-solid-degeneration.cpp | 2 +- tests/inspector/test-solid-manifold.cpp | 2 +- .../test-solid-negative-elements.cpp | 2 +- tests/inspector/test-surface-adjacency.cpp | 2 +- tests/inspector/test-surface-colocation.cpp | 2 +- .../test-surface-curve-intersections.cpp | 2 +- tests/inspector/test-surface-degeneration.cpp | 2 +- .../inspector/test-surface-intersections.cpp | 2 +- tests/inspector/test-surface-manifold.cpp | 2 +- .../test-surface-negative-elements.cpp | 2 +- tests/tests_config.hpp.in | 2 +- 151 files changed, 262 insertions(+), 304 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 916772b7..1f3f678f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +# Copyright (c) 2019 - 2026 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/COPYLEFT b/COPYLEFT index 95d6dc93..f16b0bdb 100644 --- a/COPYLEFT +++ b/COPYLEFT @@ -1,4 +1,4 @@ ## Dependencies OpenGeode: MIT -Copyright (c) 2019 - 2025 Geode-solutions +Copyright (c) 2019 - 2026 Geode-solutions diff --git a/LICENSE b/LICENSE index b81af041..b7400636 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2025 Geode-solutions +Copyright (c) 2019 - 2026 Geode-solutions Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 530c0b51..ec69c260 100644 --- a/README.md +++ b/README.md @@ -96,4 +96,4 @@ For questions and support please use the official [slack](https://opengeode-slac [MIT](https://opensource.org/licenses/MIT) -Copyright (c) 2019 - 2025, Geode-solutions +Copyright (c) 2019 - 2026, Geode-solutions diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index bd05bb35..11e5ce70 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -1,118 +1,83 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +#Copyright( c ) 2019 - 2026 Geode - solutions # -# 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: +#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 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. +#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. -# Doxyfile 1.6.1 +#Doxyfile 1.6.1 -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = @CMAKE_PROJECT_NAME@ -PROJECT_NUMBER = -OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/doc -CREATE_SUBDIRS = NO -OUTPUT_LANGUAGE = English -BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = YES -ABBREVIATE_BRIEF = -ALWAYS_DETAILED_SEC = NO -INLINE_INHERITED_MEMB = NO -FULL_PATH_NAMES = YES -STRIP_FROM_PATH = -STRIP_FROM_INC_PATH = -SHORT_NAMES = NO -JAVADOC_AUTOBRIEF = NO -QT_AUTOBRIEF = NO -MULTILINE_CPP_IS_BRIEF = NO -INHERIT_DOCS = YES -SEPARATE_MEMBER_PAGES = NO -TAB_SIZE = 4 -ALIASES = -OPTIMIZE_OUTPUT_FOR_C = NO -OPTIMIZE_OUTPUT_JAVA = NO -OPTIMIZE_FOR_FORTRAN = NO -OPTIMIZE_OUTPUT_VHDL = NO -EXTENSION_MAPPING = -BUILTIN_STL_SUPPORT = NO -CPP_CLI_SUPPORT = NO -SIP_SUPPORT = NO -IDL_PROPERTY_SUPPORT = YES -DISTRIBUTE_GROUP_DOC = NO -SUBGROUPING = YES -TYPEDEF_HIDES_STRUCT = NO -SYMBOL_CACHE_SIZE = 0 -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- -EXTRACT_ALL = YES -EXTRACT_PRIVATE = NO -EXTRACT_STATIC = NO -EXTRACT_LOCAL_CLASSES = YES -EXTRACT_LOCAL_METHODS = NO -EXTRACT_ANON_NSPACES = NO -HIDE_UNDOC_MEMBERS = NO -HIDE_UNDOC_CLASSES = NO -HIDE_FRIEND_COMPOUNDS = NO -HIDE_IN_BODY_DOCS = NO -INTERNAL_DOCS = NO -CASE_SENSE_NAMES = NO -HIDE_SCOPE_NAMES = NO -SHOW_INCLUDE_FILES = YES -INLINE_INFO = YES -SORT_MEMBER_DOCS = YES -SORT_BRIEF_DOCS = NO -SORT_MEMBERS_CTORS_1ST = NO -SORT_GROUP_NAMES = NO -SORT_BY_SCOPE_NAME = NO -GENERATE_TODOLIST = YES -GENERATE_TESTLIST = YES -GENERATE_BUGLIST = YES -GENERATE_DEPRECATEDLIST= YES -ENABLED_SECTIONS = -MAX_INITIALIZER_LINES = 30 -SHOW_USED_FILES = NO -SHOW_DIRECTORIES = NO -SHOW_FILES = NO -SHOW_NAMESPACES = YES -FILE_VERSION_FILTER = -LAYOUT_FILE = -#--------------------------------------------------------------------------- -# configuration options related to warning and progress messages -#--------------------------------------------------------------------------- -QUIET = NO -WARNINGS = YES -WARN_IF_UNDOCUMENTED = NO -WARN_IF_DOC_ERROR = YES -WARN_NO_PARAMDOC = NO -WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = @CMAKE_SOURCE_DIR@/include @CMAKE_SOURCE_DIR@/docs -INPUT_ENCODING = UTF-8 -FILE_PATTERNS = *.h *.dox -RECURSIVE = YES -EXCLUDE = -EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/include/*/private +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - +#Project related configuration options +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - +DOXYFILE_ENCODING = UTF - 8 PROJECT_NAME = @CMAKE_PROJECT_NAME @PROJECT_NUMBER = + OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR + @ / doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English + BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ABBREVIATE_BRIEF = ALWAYS_DETAILED_SEC = + NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES STRIP_FROM_PATH = + STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO + QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = + YES SEPARATE_MEMBER_PAGES = NO TAB_SIZE = 4 ALIASES = + OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO + OPTIMIZE_FOR_FORTRAN = NO OPTIMIZE_OUTPUT_VHDL = + NO EXTENSION_MAPPING = BUILTIN_STL_SUPPORT = + NO CPP_CLI_SUPPORT = NO SIP_SUPPORT = + NO IDL_PROPERTY_SUPPORT = + YES DISTRIBUTE_GROUP_DOC = + NO SUBGROUPING = YES + TYPEDEF_HIDES_STRUCT = NO + SYMBOL_CACHE_SIZE = + 0 +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - +#Build related configuration options +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = + YES EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO HIDE_UNDOC_MEMBERS = + NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO HIDE_IN_BODY_DOCS = + NO INTERNAL_DOCS = NO CASE_SENSE_NAMES = NO HIDE_SCOPE_NAMES = NO + SHOW_INCLUDE_FILES = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES + SORT_BRIEF_DOCS = NO SORT_MEMBERS_CTORS_1ST = NO SORT_GROUP_NAMES = NO SORT_BY_SCOPE_NAME = + NO GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES + GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST = YES + ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = + NO SHOW_DIRECTORIES = NO SHOW_FILES = NO + SHOW_NAMESPACES = YES FILE_VERSION_FILTER = LAYOUT_FILE = +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - +#configuration options related to warning and progress messages +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + QUIET = + NO WARNINGS = YES WARN_IF_UNDOCUMENTED = + NO WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = NO WARN_FORMAT = + "$file:$line: " + "$tex" + "t" WARN_LOGFILE = +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - +#configuration options related to the input files +#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - + INPUT = + @CMAKE_SOURCE_DIR + @ / include @CMAKE_SOURCE_DIR @ / docs INPUT_ENCODING = + UTF + - 8 FILE_PATTERNS = + *.h *.dox + RECURSIVE = YES + EXCLUDE = EXCLUDE_SYMLINKS = + NO EXCLUDE_PATTERNS = + @CMAKE_SOURCE_DIR + @ / include /*/private EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = diff --git a/cmake/OpenGeode-InspectorConfig.cmake.in b/cmake/OpenGeode-InspectorConfig.cmake.in index 68e07247..f3560130 100644 --- a/cmake/OpenGeode-InspectorConfig.cmake.in +++ b/cmake/OpenGeode-InspectorConfig.cmake.in @@ -1,27 +1,27 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +#Copyright( c ) 2019 - 2026 Geode - solutions # -# 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: +#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 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. +#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. -@PACKAGE_INIT@ +@PACKAGE_INIT @ -include(CMakeFindDependencyMacro) -find_dependency(OpenGeode) + include( CMakeFindDependencyMacro ) find_dependency( OpenGeode ) -# Load information for each target -include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@_inspector_target.cmake) \ No newline at end of file +#Load information for each target + include( ${ CMAKE_CURRENT_LIST_DIR } / + @PROJECT_NAME @_inspector_target.cmake ) \ No newline at end of file diff --git a/cmake/version.rc.in b/cmake/version.rc.in index f3186392..1e413e8c 100644 --- a/cmake/version.rc.in +++ b/cmake/version.rc.in @@ -1,26 +1,19 @@ -#define RC_VERSION 1,0,0,0 +#define RC_VERSION 1, 0, 0, 0 -1 VERSIONINFO -FILEVERSION RC_VERSION -PRODUCTVERSION RC_VERSION -BEGIN - BLOCK "VarFileInfo" - BEGIN - // English language (0x409) and the Windows Unicode codepage (1200) - VALUE "Translation", 0x409, 1200 - END - BLOCK "StringFileInfo" - BEGIN - BLOCK "040904b0" - BEGIN - VALUE "FileDescription", "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0" - VALUE "ProductVersion", "@CPACK_PACKAGE_VERSION@\0" - VALUE "FileVersion", "@CPACK_PACKAGE_VERSION@\0" - VALUE "InternalName", "@PROJECT_LIB_NAME@\0" - VALUE "ProductName", "@PROJECT_LIB_NAME@\0" - VALUE "CompanyName", "Geode-solutions SAS\0" - VALUE "LegalCopyright", "Copyright 2019 - 2025 Geode-solutions SAS. All rights reserved.\0" - VALUE "Commentaires", "https://geode-solutions.com\0" - END - END -END +1 VERSIONINFO FILEVERSION RC_VERSION PRODUCTVERSION RC_VERSION BEGIN BLOCK + "VarFileInfo" BEGIN + // English language (0x409) and the Windows Unicode codepage (1200) + VALUE "Translation", + 0x409, + 1200 END BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE + "FileDescription", + "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0" VALUE + "ProductVersion", + "@CPACK_PACKAGE_VERSION@\0" VALUE "FileVersion", + "@CPACK_PACKAGE_VERSION@\0" VALUE "InternalName", + "@PROJECT_LIB_NAME@\0" VALUE "ProductName", + "@PROJECT_LIB_NAME@\0" VALUE "CompanyName", + "Geode-solutions SAS\0" VALUE "LegalCopyright", + "Copyright 2019 - 2026 Geode-solutions SAS. All rights reserved.\0" VALUE + "Commentaires", + "https://geode-solutions.com\0" END END END diff --git a/include/geode/inspector/brep_inspector.hpp b/include/geode/inspector/brep_inspector.hpp index 1dab11fc..bec85050 100644 --- a/include/geode/inspector/brep_inspector.hpp +++ b/include/geode/inspector/brep_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/common.hpp b/include/geode/inspector/common.hpp index 04300d8f..a028e246 100644 --- a/include/geode/inspector/common.hpp +++ b/include/geode/inspector/common.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/adjacency/brep_meshes_adjacency.hpp b/include/geode/inspector/criterion/adjacency/brep_meshes_adjacency.hpp index 62db5cf7..7cb0488e 100644 --- a/include/geode/inspector/criterion/adjacency/brep_meshes_adjacency.hpp +++ b/include/geode/inspector/criterion/adjacency/brep_meshes_adjacency.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.hpp b/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.hpp index 419b390d..7df02d61 100644 --- a/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.hpp +++ b/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/adjacency/solid_adjacency.hpp b/include/geode/inspector/criterion/adjacency/solid_adjacency.hpp index 7be34a69..3888ff6e 100644 --- a/include/geode/inspector/criterion/adjacency/solid_adjacency.hpp +++ b/include/geode/inspector/criterion/adjacency/solid_adjacency.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/adjacency/surface_adjacency.hpp b/include/geode/inspector/criterion/adjacency/surface_adjacency.hpp index a70f54a3..7a5ef6b0 100644 --- a/include/geode/inspector/criterion/adjacency/surface_adjacency.hpp +++ b/include/geode/inspector/criterion/adjacency/surface_adjacency.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/brep_meshes_inspector.hpp b/include/geode/inspector/criterion/brep_meshes_inspector.hpp index 8255347b..8a6e1bda 100644 --- a/include/geode/inspector/criterion/brep_meshes_inspector.hpp +++ b/include/geode/inspector/criterion/brep_meshes_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/colocation/component_meshes_colocation.hpp b/include/geode/inspector/criterion/colocation/component_meshes_colocation.hpp index 1f930cb3..0a50971e 100644 --- a/include/geode/inspector/criterion/colocation/component_meshes_colocation.hpp +++ b/include/geode/inspector/criterion/colocation/component_meshes_colocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/colocation/edgedcurve_colocation.hpp b/include/geode/inspector/criterion/colocation/edgedcurve_colocation.hpp index 168bcc59..490dd565 100644 --- a/include/geode/inspector/criterion/colocation/edgedcurve_colocation.hpp +++ b/include/geode/inspector/criterion/colocation/edgedcurve_colocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/colocation/pointset_colocation.hpp b/include/geode/inspector/criterion/colocation/pointset_colocation.hpp index bc809b5c..b33c0de9 100644 --- a/include/geode/inspector/criterion/colocation/pointset_colocation.hpp +++ b/include/geode/inspector/criterion/colocation/pointset_colocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/colocation/solid_colocation.hpp b/include/geode/inspector/criterion/colocation/solid_colocation.hpp index bbddbece..c17d1364 100644 --- a/include/geode/inspector/criterion/colocation/solid_colocation.hpp +++ b/include/geode/inspector/criterion/colocation/solid_colocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/colocation/surface_colocation.hpp b/include/geode/inspector/criterion/colocation/surface_colocation.hpp index e7b40604..7ffbc4a2 100644 --- a/include/geode/inspector/criterion/colocation/surface_colocation.hpp +++ b/include/geode/inspector/criterion/colocation/surface_colocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/colocation/unique_vertices_colocation.hpp b/include/geode/inspector/criterion/colocation/unique_vertices_colocation.hpp index 3313a7b8..231b7143 100644 --- a/include/geode/inspector/criterion/colocation/unique_vertices_colocation.hpp +++ b/include/geode/inspector/criterion/colocation/unique_vertices_colocation.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.hpp b/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.hpp index f4a508ab..521d535a 100644 --- a/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.hpp +++ b/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/degeneration/edgedcurve_degeneration.hpp b/include/geode/inspector/criterion/degeneration/edgedcurve_degeneration.hpp index e76f9817..2df86bad 100644 --- a/include/geode/inspector/criterion/degeneration/edgedcurve_degeneration.hpp +++ b/include/geode/inspector/criterion/degeneration/edgedcurve_degeneration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.hpp b/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.hpp index be89ed7a..2b888006 100644 --- a/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.hpp +++ b/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/degeneration/solid_degeneration.hpp b/include/geode/inspector/criterion/degeneration/solid_degeneration.hpp index a4e6360f..7720521d 100644 --- a/include/geode/inspector/criterion/degeneration/solid_degeneration.hpp +++ b/include/geode/inspector/criterion/degeneration/solid_degeneration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/degeneration/surface_degeneration.hpp b/include/geode/inspector/criterion/degeneration/surface_degeneration.hpp index 39710fc2..cdd4a489 100644 --- a/include/geode/inspector/criterion/degeneration/surface_degeneration.hpp +++ b/include/geode/inspector/criterion/degeneration/surface_degeneration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/internal/colocation_impl.hpp b/include/geode/inspector/criterion/internal/colocation_impl.hpp index 2d1c6f99..bbf864ec 100644 --- a/include/geode/inspector/criterion/internal/colocation_impl.hpp +++ b/include/geode/inspector/criterion/internal/colocation_impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/internal/component_meshes_adjacency.hpp b/include/geode/inspector/criterion/internal/component_meshes_adjacency.hpp index b6e00e81..ee157cfe 100644 --- a/include/geode/inspector/criterion/internal/component_meshes_adjacency.hpp +++ b/include/geode/inspector/criterion/internal/component_meshes_adjacency.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/internal/component_meshes_degeneration.hpp b/include/geode/inspector/criterion/internal/component_meshes_degeneration.hpp index 9789092e..479e578f 100644 --- a/include/geode/inspector/criterion/internal/component_meshes_degeneration.hpp +++ b/include/geode/inspector/criterion/internal/component_meshes_degeneration.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/internal/component_meshes_manifold.hpp b/include/geode/inspector/criterion/internal/component_meshes_manifold.hpp index 7fc9c810..dd09d317 100644 --- a/include/geode/inspector/criterion/internal/component_meshes_manifold.hpp +++ b/include/geode/inspector/criterion/internal/component_meshes_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/internal/degeneration_impl.hpp b/include/geode/inspector/criterion/internal/degeneration_impl.hpp index 88068c26..2daf3b62 100644 --- a/include/geode/inspector/criterion/internal/degeneration_impl.hpp +++ b/include/geode/inspector/criterion/internal/degeneration_impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/intersections/model_intersections.hpp b/include/geode/inspector/criterion/intersections/model_intersections.hpp index 4e7cc493..35a22fbb 100644 --- a/include/geode/inspector/criterion/intersections/model_intersections.hpp +++ b/include/geode/inspector/criterion/intersections/model_intersections.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/intersections/surface_curve_intersections.hpp b/include/geode/inspector/criterion/intersections/surface_curve_intersections.hpp index 1a5ce478..a0d8046a 100644 --- a/include/geode/inspector/criterion/intersections/surface_curve_intersections.hpp +++ b/include/geode/inspector/criterion/intersections/surface_curve_intersections.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/intersections/surface_intersections.hpp b/include/geode/inspector/criterion/intersections/surface_intersections.hpp index e01013c1..384ead2b 100644 --- a/include/geode/inspector/criterion/intersections/surface_intersections.hpp +++ b/include/geode/inspector/criterion/intersections/surface_intersections.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/brep_meshes_manifold.hpp b/include/geode/inspector/criterion/manifold/brep_meshes_manifold.hpp index 9d0acde6..2e8be2b4 100644 --- a/include/geode/inspector/criterion/manifold/brep_meshes_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/brep_meshes_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/section_meshes_manifold.hpp b/include/geode/inspector/criterion/manifold/section_meshes_manifold.hpp index 74edfd0c..458ee5f8 100644 --- a/include/geode/inspector/criterion/manifold/section_meshes_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/section_meshes_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/solid_edge_manifold.hpp b/include/geode/inspector/criterion/manifold/solid_edge_manifold.hpp index a45ef536..983ae19b 100644 --- a/include/geode/inspector/criterion/manifold/solid_edge_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/solid_edge_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/solid_facet_manifold.hpp b/include/geode/inspector/criterion/manifold/solid_facet_manifold.hpp index 8bc355bc..7b1db057 100644 --- a/include/geode/inspector/criterion/manifold/solid_facet_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/solid_facet_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/solid_vertex_manifold.hpp b/include/geode/inspector/criterion/manifold/solid_vertex_manifold.hpp index 622a5725..316fdb86 100644 --- a/include/geode/inspector/criterion/manifold/solid_vertex_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/solid_vertex_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/surface_edge_manifold.hpp b/include/geode/inspector/criterion/manifold/surface_edge_manifold.hpp index 2cec6796..6a503821 100644 --- a/include/geode/inspector/criterion/manifold/surface_edge_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/surface_edge_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/manifold/surface_vertex_manifold.hpp b/include/geode/inspector/criterion/manifold/surface_vertex_manifold.hpp index 1e85a67f..421830e4 100644 --- a/include/geode/inspector/criterion/manifold/surface_vertex_manifold.hpp +++ b/include/geode/inspector/criterion/manifold/surface_vertex_manifold.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.hpp b/include/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.hpp index 2a4ec53f..d0db8b01 100644 --- a/include/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.hpp +++ b/include/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.hpp b/include/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.hpp index e0a5ba0c..c3549cfb 100644 --- a/include/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.hpp +++ b/include/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/negative_elements/solid_negative_elements.hpp b/include/geode/inspector/criterion/negative_elements/solid_negative_elements.hpp index e135c991..e2294f98 100644 --- a/include/geode/inspector/criterion/negative_elements/solid_negative_elements.hpp +++ b/include/geode/inspector/criterion/negative_elements/solid_negative_elements.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/negative_elements/surface_negative_elements.hpp b/include/geode/inspector/criterion/negative_elements/surface_negative_elements.hpp index 4fea3827..4ef1379f 100644 --- a/include/geode/inspector/criterion/negative_elements/surface_negative_elements.hpp +++ b/include/geode/inspector/criterion/negative_elements/surface_negative_elements.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/criterion/section_meshes_inspector.hpp b/include/geode/inspector/criterion/section_meshes_inspector.hpp index 1a5ab3b4..d35771c8 100644 --- a/include/geode/inspector/criterion/section_meshes_inspector.hpp +++ b/include/geode/inspector/criterion/section_meshes_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/edgedcurve_inspector.hpp b/include/geode/inspector/edgedcurve_inspector.hpp index 9bb0f6e0..ce5fe85e 100644 --- a/include/geode/inspector/edgedcurve_inspector.hpp +++ b/include/geode/inspector/edgedcurve_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/information.hpp b/include/geode/inspector/information.hpp index 800ec61c..8df66e86 100644 --- a/include/geode/inspector/information.hpp +++ b/include/geode/inspector/information.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/mixin/add_inspectors.hpp b/include/geode/inspector/mixin/add_inspectors.hpp index e5f9c948..73b73960 100644 --- a/include/geode/inspector/mixin/add_inspectors.hpp +++ b/include/geode/inspector/mixin/add_inspectors.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/pointset_inspector.hpp b/include/geode/inspector/pointset_inspector.hpp index a3558420..dd0067f6 100644 --- a/include/geode/inspector/pointset_inspector.hpp +++ b/include/geode/inspector/pointset_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/section_inspector.hpp b/include/geode/inspector/section_inspector.hpp index 2e218a4c..91c8bac8 100644 --- a/include/geode/inspector/section_inspector.hpp +++ b/include/geode/inspector/section_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/solid_inspector.hpp b/include/geode/inspector/solid_inspector.hpp index c0f2ee1a..ef79d09e 100644 --- a/include/geode/inspector/solid_inspector.hpp +++ b/include/geode/inspector/solid_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/surface_inspector.hpp b/include/geode/inspector/surface_inspector.hpp index ab20b2ac..89e4a4b5 100644 --- a/include/geode/inspector/surface_inspector.hpp +++ b/include/geode/inspector/surface_inspector.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/brep_blocks_topology.hpp b/include/geode/inspector/topology/brep_blocks_topology.hpp index b609405d..5afb8632 100644 --- a/include/geode/inspector/topology/brep_blocks_topology.hpp +++ b/include/geode/inspector/topology/brep_blocks_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/brep_corners_topology.hpp b/include/geode/inspector/topology/brep_corners_topology.hpp index 0c664bea..6ec17da5 100644 --- a/include/geode/inspector/topology/brep_corners_topology.hpp +++ b/include/geode/inspector/topology/brep_corners_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/brep_lines_topology.hpp b/include/geode/inspector/topology/brep_lines_topology.hpp index 38c199c4..664e9b97 100644 --- a/include/geode/inspector/topology/brep_lines_topology.hpp +++ b/include/geode/inspector/topology/brep_lines_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/brep_surfaces_topology.hpp b/include/geode/inspector/topology/brep_surfaces_topology.hpp index eb040197..972700e7 100644 --- a/include/geode/inspector/topology/brep_surfaces_topology.hpp +++ b/include/geode/inspector/topology/brep_surfaces_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/brep_topology.hpp b/include/geode/inspector/topology/brep_topology.hpp index 026e6861..649ec73b 100644 --- a/include/geode/inspector/topology/brep_topology.hpp +++ b/include/geode/inspector/topology/brep_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/internal/expected_nb_cmvs.hpp b/include/geode/inspector/topology/internal/expected_nb_cmvs.hpp index 80df57bb..dcd5005d 100644 --- a/include/geode/inspector/topology/internal/expected_nb_cmvs.hpp +++ b/include/geode/inspector/topology/internal/expected_nb_cmvs.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/internal/topology_helpers.hpp b/include/geode/inspector/topology/internal/topology_helpers.hpp index cfd67603..b2ee05f0 100644 --- a/include/geode/inspector/topology/internal/topology_helpers.hpp +++ b/include/geode/inspector/topology/internal/topology_helpers.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/section_corners_topology.hpp b/include/geode/inspector/topology/section_corners_topology.hpp index bae6bb67..ab6e0e0a 100644 --- a/include/geode/inspector/topology/section_corners_topology.hpp +++ b/include/geode/inspector/topology/section_corners_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/section_lines_topology.hpp b/include/geode/inspector/topology/section_lines_topology.hpp index 0da38790..c90d59d4 100644 --- a/include/geode/inspector/topology/section_lines_topology.hpp +++ b/include/geode/inspector/topology/section_lines_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/section_surfaces_topology.hpp b/include/geode/inspector/topology/section_surfaces_topology.hpp index 244bf84d..791c8689 100644 --- a/include/geode/inspector/topology/section_surfaces_topology.hpp +++ b/include/geode/inspector/topology/section_surfaces_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/geode/inspector/topology/section_topology.hpp b/include/geode/inspector/topology/section_topology.hpp index da65411b..b120dba6 100644 --- a/include/geode/inspector/topology/section_topology.hpp +++ b/include/geode/inspector/topology/section_topology.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index 0d246cc2..7ef69942 100755 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +# Copyright (c) 2019 - 2026 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-brep.cpp b/src/bin/geode-inspector-brep.cpp index a245e943..ea8b56c3 100644 --- a/src/bin/geode-inspector-brep.cpp +++ b/src/bin/geode-inspector-brep.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-cross-section.cpp b/src/bin/geode-inspector-cross-section.cpp index f255962e..ebf4d4c1 100644 --- a/src/bin/geode-inspector-cross-section.cpp +++ b/src/bin/geode-inspector-cross-section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-edgedcurve.cpp b/src/bin/geode-inspector-edgedcurve.cpp index 0567df2f..e11359b3 100644 --- a/src/bin/geode-inspector-edgedcurve.cpp +++ b/src/bin/geode-inspector-edgedcurve.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-implicit-cross-section.cpp b/src/bin/geode-inspector-implicit-cross-section.cpp index 9a59c7d1..5da76c09 100644 --- a/src/bin/geode-inspector-implicit-cross-section.cpp +++ b/src/bin/geode-inspector-implicit-cross-section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-implicit-structural-model.cpp b/src/bin/geode-inspector-implicit-structural-model.cpp index 9ee43256..253d2885 100644 --- a/src/bin/geode-inspector-implicit-structural-model.cpp +++ b/src/bin/geode-inspector-implicit-structural-model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-pointset.cpp b/src/bin/geode-inspector-pointset.cpp index fdb74452..c56bf992 100644 --- a/src/bin/geode-inspector-pointset.cpp +++ b/src/bin/geode-inspector-pointset.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-section.cpp b/src/bin/geode-inspector-section.cpp index a7c90828..e62e9d20 100644 --- a/src/bin/geode-inspector-section.cpp +++ b/src/bin/geode-inspector-section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-solid.cpp b/src/bin/geode-inspector-solid.cpp index 295f8bff..50e84bcb 100644 --- a/src/bin/geode-inspector-solid.cpp +++ b/src/bin/geode-inspector-solid.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-structural-model.cpp b/src/bin/geode-inspector-structural-model.cpp index 3a8de27f..fc3d142e 100644 --- a/src/bin/geode-inspector-structural-model.cpp +++ b/src/bin/geode-inspector-structural-model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-surface-curve-intersections.cpp b/src/bin/geode-inspector-surface-curve-intersections.cpp index b0a30ef5..565c8845 100644 --- a/src/bin/geode-inspector-surface-curve-intersections.cpp +++ b/src/bin/geode-inspector-surface-curve-intersections.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/bin/geode-inspector-surface.cpp b/src/bin/geode-inspector-surface.cpp index 9bcb2387..5f219a1c 100644 --- a/src/bin/geode-inspector-surface.cpp +++ b/src/bin/geode-inspector-surface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/CMakeLists.txt b/src/geode/CMakeLists.txt index dea50fc7..a9faea09 100644 --- a/src/geode/CMakeLists.txt +++ b/src/geode/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +# Copyright (c) 2019 - 2026 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/CMakeLists.txt b/src/geode/inspector/CMakeLists.txt index 594eece9..09d12910 100644 --- a/src/geode/inspector/CMakeLists.txt +++ b/src/geode/inspector/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +# Copyright (c) 2019 - 2026 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/brep_inspector.cpp b/src/geode/inspector/brep_inspector.cpp index 7f4797cd..02082843 100644 --- a/src/geode/inspector/brep_inspector.cpp +++ b/src/geode/inspector/brep_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/common.cpp b/src/geode/inspector/common.cpp index 5df7316c..e94cc21e 100644 --- a/src/geode/inspector/common.cpp +++ b/src/geode/inspector/common.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/adjacency/brep_meshes_adjacency.cpp b/src/geode/inspector/criterion/adjacency/brep_meshes_adjacency.cpp index de457128..0f413f2f 100644 --- a/src/geode/inspector/criterion/adjacency/brep_meshes_adjacency.cpp +++ b/src/geode/inspector/criterion/adjacency/brep_meshes_adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/adjacency/section_meshes_adjacency.cpp b/src/geode/inspector/criterion/adjacency/section_meshes_adjacency.cpp index c989fa7e..650014cf 100644 --- a/src/geode/inspector/criterion/adjacency/section_meshes_adjacency.cpp +++ b/src/geode/inspector/criterion/adjacency/section_meshes_adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/adjacency/solid_adjacency.cpp b/src/geode/inspector/criterion/adjacency/solid_adjacency.cpp index 8093766b..48441cfe 100644 --- a/src/geode/inspector/criterion/adjacency/solid_adjacency.cpp +++ b/src/geode/inspector/criterion/adjacency/solid_adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/adjacency/surface_adjacency.cpp b/src/geode/inspector/criterion/adjacency/surface_adjacency.cpp index d30a2cdb..8561afce 100644 --- a/src/geode/inspector/criterion/adjacency/surface_adjacency.cpp +++ b/src/geode/inspector/criterion/adjacency/surface_adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/brep_meshes_inspector.cpp b/src/geode/inspector/criterion/brep_meshes_inspector.cpp index b890f2c5..bc44b832 100644 --- a/src/geode/inspector/criterion/brep_meshes_inspector.cpp +++ b/src/geode/inspector/criterion/brep_meshes_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/colocation/component_meshes_colocation.cpp b/src/geode/inspector/criterion/colocation/component_meshes_colocation.cpp index ceba16c7..d0db5e21 100644 --- a/src/geode/inspector/criterion/colocation/component_meshes_colocation.cpp +++ b/src/geode/inspector/criterion/colocation/component_meshes_colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/colocation/edgedcurve_colocation.cpp b/src/geode/inspector/criterion/colocation/edgedcurve_colocation.cpp index 0742cea9..bd5cd9ad 100644 --- a/src/geode/inspector/criterion/colocation/edgedcurve_colocation.cpp +++ b/src/geode/inspector/criterion/colocation/edgedcurve_colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/colocation/pointset_colocation.cpp b/src/geode/inspector/criterion/colocation/pointset_colocation.cpp index 498862af..4122617b 100644 --- a/src/geode/inspector/criterion/colocation/pointset_colocation.cpp +++ b/src/geode/inspector/criterion/colocation/pointset_colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/colocation/solid_colocation.cpp b/src/geode/inspector/criterion/colocation/solid_colocation.cpp index d59a2893..7734d826 100644 --- a/src/geode/inspector/criterion/colocation/solid_colocation.cpp +++ b/src/geode/inspector/criterion/colocation/solid_colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/colocation/surface_colocation.cpp b/src/geode/inspector/criterion/colocation/surface_colocation.cpp index fc8117c8..1deb7ce2 100644 --- a/src/geode/inspector/criterion/colocation/surface_colocation.cpp +++ b/src/geode/inspector/criterion/colocation/surface_colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/colocation/unique_vertices_colocation.cpp b/src/geode/inspector/criterion/colocation/unique_vertices_colocation.cpp index f404c35b..6a7d4557 100644 --- a/src/geode/inspector/criterion/colocation/unique_vertices_colocation.cpp +++ b/src/geode/inspector/criterion/colocation/unique_vertices_colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/degeneration/brep_meshes_degeneration.cpp b/src/geode/inspector/criterion/degeneration/brep_meshes_degeneration.cpp index 0a994442..a4795488 100644 --- a/src/geode/inspector/criterion/degeneration/brep_meshes_degeneration.cpp +++ b/src/geode/inspector/criterion/degeneration/brep_meshes_degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/degeneration/edgedcurve_degeneration.cpp b/src/geode/inspector/criterion/degeneration/edgedcurve_degeneration.cpp index 3979a29b..1b5999da 100644 --- a/src/geode/inspector/criterion/degeneration/edgedcurve_degeneration.cpp +++ b/src/geode/inspector/criterion/degeneration/edgedcurve_degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/degeneration/section_meshes_degeneration.cpp b/src/geode/inspector/criterion/degeneration/section_meshes_degeneration.cpp index bddcda7b..bcd4b30e 100644 --- a/src/geode/inspector/criterion/degeneration/section_meshes_degeneration.cpp +++ b/src/geode/inspector/criterion/degeneration/section_meshes_degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/degeneration/solid_degeneration.cpp b/src/geode/inspector/criterion/degeneration/solid_degeneration.cpp index 189b966c..ac4db3a7 100644 --- a/src/geode/inspector/criterion/degeneration/solid_degeneration.cpp +++ b/src/geode/inspector/criterion/degeneration/solid_degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/degeneration/surface_degeneration.cpp b/src/geode/inspector/criterion/degeneration/surface_degeneration.cpp index 838ff15f..5467f4ef 100644 --- a/src/geode/inspector/criterion/degeneration/surface_degeneration.cpp +++ b/src/geode/inspector/criterion/degeneration/surface_degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/internal/colocation_impl.cpp b/src/geode/inspector/criterion/internal/colocation_impl.cpp index 208e00d4..a336c2d0 100644 --- a/src/geode/inspector/criterion/internal/colocation_impl.cpp +++ b/src/geode/inspector/criterion/internal/colocation_impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/internal/component_meshes_adjacency.cpp b/src/geode/inspector/criterion/internal/component_meshes_adjacency.cpp index e246dc96..e8b605ca 100644 --- a/src/geode/inspector/criterion/internal/component_meshes_adjacency.cpp +++ b/src/geode/inspector/criterion/internal/component_meshes_adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/internal/component_meshes_degeneration.cpp b/src/geode/inspector/criterion/internal/component_meshes_degeneration.cpp index ad94a3d1..6ba2c600 100644 --- a/src/geode/inspector/criterion/internal/component_meshes_degeneration.cpp +++ b/src/geode/inspector/criterion/internal/component_meshes_degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/internal/component_meshes_manifold.cpp b/src/geode/inspector/criterion/internal/component_meshes_manifold.cpp index fa0440c1..6ff0bc32 100644 --- a/src/geode/inspector/criterion/internal/component_meshes_manifold.cpp +++ b/src/geode/inspector/criterion/internal/component_meshes_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/internal/degeneration_impl.cpp b/src/geode/inspector/criterion/internal/degeneration_impl.cpp index db02e54e..ecda8c19 100644 --- a/src/geode/inspector/criterion/internal/degeneration_impl.cpp +++ b/src/geode/inspector/criterion/internal/degeneration_impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/intersections/model_intersections.cpp b/src/geode/inspector/criterion/intersections/model_intersections.cpp index 9820c474..83ffcee9 100644 --- a/src/geode/inspector/criterion/intersections/model_intersections.cpp +++ b/src/geode/inspector/criterion/intersections/model_intersections.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/intersections/surface_curve_intersections.cpp b/src/geode/inspector/criterion/intersections/surface_curve_intersections.cpp index 2f6c873d..b4754b0a 100644 --- a/src/geode/inspector/criterion/intersections/surface_curve_intersections.cpp +++ b/src/geode/inspector/criterion/intersections/surface_curve_intersections.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/intersections/surface_intersections.cpp b/src/geode/inspector/criterion/intersections/surface_intersections.cpp index 9757e10c..25769823 100644 --- a/src/geode/inspector/criterion/intersections/surface_intersections.cpp +++ b/src/geode/inspector/criterion/intersections/surface_intersections.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/brep_meshes_manifold.cpp b/src/geode/inspector/criterion/manifold/brep_meshes_manifold.cpp index cc13b6b5..d149c6c4 100644 --- a/src/geode/inspector/criterion/manifold/brep_meshes_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/brep_meshes_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/section_meshes_manifold.cpp b/src/geode/inspector/criterion/manifold/section_meshes_manifold.cpp index b90ad360..79c90f48 100644 --- a/src/geode/inspector/criterion/manifold/section_meshes_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/section_meshes_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp b/src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp index 2e077d3e..41b81a63 100644 --- a/src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/solid_edge_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/solid_facet_manifold.cpp b/src/geode/inspector/criterion/manifold/solid_facet_manifold.cpp index 5f696ec9..bacc3a00 100644 --- a/src/geode/inspector/criterion/manifold/solid_facet_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/solid_facet_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/solid_vertex_manifold.cpp b/src/geode/inspector/criterion/manifold/solid_vertex_manifold.cpp index a3e04f1f..331a2766 100644 --- a/src/geode/inspector/criterion/manifold/solid_vertex_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/solid_vertex_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/surface_edge_manifold.cpp b/src/geode/inspector/criterion/manifold/surface_edge_manifold.cpp index 524c2400..f5459a6d 100644 --- a/src/geode/inspector/criterion/manifold/surface_edge_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/surface_edge_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/manifold/surface_vertex_manifold.cpp b/src/geode/inspector/criterion/manifold/surface_vertex_manifold.cpp index 57def6a7..7b117d85 100644 --- a/src/geode/inspector/criterion/manifold/surface_vertex_manifold.cpp +++ b/src/geode/inspector/criterion/manifold/surface_vertex_manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.cpp b/src/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.cpp index 91bd2c4d..587f9623 100644 --- a/src/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.cpp +++ b/src/geode/inspector/criterion/negative_elements/brep_meshes_negative_elements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.cpp b/src/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.cpp index f18bd85c..91dec7f7 100644 --- a/src/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.cpp +++ b/src/geode/inspector/criterion/negative_elements/section_meshes_negative_elements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/negative_elements/solid_negative_elements.cpp b/src/geode/inspector/criterion/negative_elements/solid_negative_elements.cpp index ccc379ec..5a150186 100644 --- a/src/geode/inspector/criterion/negative_elements/solid_negative_elements.cpp +++ b/src/geode/inspector/criterion/negative_elements/solid_negative_elements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/negative_elements/surface_negative_elements.cpp b/src/geode/inspector/criterion/negative_elements/surface_negative_elements.cpp index 12fbc21c..4774ba16 100644 --- a/src/geode/inspector/criterion/negative_elements/surface_negative_elements.cpp +++ b/src/geode/inspector/criterion/negative_elements/surface_negative_elements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/criterion/section_meshes_inspector.cpp b/src/geode/inspector/criterion/section_meshes_inspector.cpp index 2799dc7b..27a11331 100644 --- a/src/geode/inspector/criterion/section_meshes_inspector.cpp +++ b/src/geode/inspector/criterion/section_meshes_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/edgedcurve_inspector.cpp b/src/geode/inspector/edgedcurve_inspector.cpp index fa551c53..4c5f3930 100644 --- a/src/geode/inspector/edgedcurve_inspector.cpp +++ b/src/geode/inspector/edgedcurve_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/pointset_inspector.cpp b/src/geode/inspector/pointset_inspector.cpp index f0b58124..b14659b4 100644 --- a/src/geode/inspector/pointset_inspector.cpp +++ b/src/geode/inspector/pointset_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/section_inspector.cpp b/src/geode/inspector/section_inspector.cpp index 478589a0..caee3225 100644 --- a/src/geode/inspector/section_inspector.cpp +++ b/src/geode/inspector/section_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/solid_inspector.cpp b/src/geode/inspector/solid_inspector.cpp index ae9eb15c..8ca69441 100644 --- a/src/geode/inspector/solid_inspector.cpp +++ b/src/geode/inspector/solid_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/surface_inspector.cpp b/src/geode/inspector/surface_inspector.cpp index 6e98bfa0..01d1869e 100644 --- a/src/geode/inspector/surface_inspector.cpp +++ b/src/geode/inspector/surface_inspector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/brep_blocks_topology.cpp b/src/geode/inspector/topology/brep_blocks_topology.cpp index f28990e4..ff9189ac 100644 --- a/src/geode/inspector/topology/brep_blocks_topology.cpp +++ b/src/geode/inspector/topology/brep_blocks_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/brep_corners_topology.cpp b/src/geode/inspector/topology/brep_corners_topology.cpp index a48ab325..520e85ba 100644 --- a/src/geode/inspector/topology/brep_corners_topology.cpp +++ b/src/geode/inspector/topology/brep_corners_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/brep_lines_topology.cpp b/src/geode/inspector/topology/brep_lines_topology.cpp index 1ac8c945..9cc2779c 100644 --- a/src/geode/inspector/topology/brep_lines_topology.cpp +++ b/src/geode/inspector/topology/brep_lines_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/brep_surfaces_topology.cpp b/src/geode/inspector/topology/brep_surfaces_topology.cpp index bb6a9dcf..f0166fd9 100644 --- a/src/geode/inspector/topology/brep_surfaces_topology.cpp +++ b/src/geode/inspector/topology/brep_surfaces_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/brep_topology.cpp b/src/geode/inspector/topology/brep_topology.cpp index b3bb2d06..b25b2e46 100644 --- a/src/geode/inspector/topology/brep_topology.cpp +++ b/src/geode/inspector/topology/brep_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/internal/expected_nb_cmvs.cpp b/src/geode/inspector/topology/internal/expected_nb_cmvs.cpp index c02953c6..0d907274 100644 --- a/src/geode/inspector/topology/internal/expected_nb_cmvs.cpp +++ b/src/geode/inspector/topology/internal/expected_nb_cmvs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/internal/topology_helpers.cpp b/src/geode/inspector/topology/internal/topology_helpers.cpp index 847ebe46..da32730d 100644 --- a/src/geode/inspector/topology/internal/topology_helpers.cpp +++ b/src/geode/inspector/topology/internal/topology_helpers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/section_corners_topology.cpp b/src/geode/inspector/topology/section_corners_topology.cpp index d81ddfd6..380645d4 100644 --- a/src/geode/inspector/topology/section_corners_topology.cpp +++ b/src/geode/inspector/topology/section_corners_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/section_lines_topology.cpp b/src/geode/inspector/topology/section_lines_topology.cpp index c3794d87..965cca80 100644 --- a/src/geode/inspector/topology/section_lines_topology.cpp +++ b/src/geode/inspector/topology/section_lines_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/section_surfaces_topology.cpp b/src/geode/inspector/topology/section_surfaces_topology.cpp index 16bd2422..9f044c2a 100644 --- a/src/geode/inspector/topology/section_surfaces_topology.cpp +++ b/src/geode/inspector/topology/section_surfaces_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/src/geode/inspector/topology/section_topology.cpp b/src/geode/inspector/topology/section_topology.cpp index cede1a9e..eab203d0 100644 --- a/src/geode/inspector/topology/section_topology.cpp +++ b/src/geode/inspector/topology/section_topology.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d9ed0c2b..2f8c9cab 100755 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +# Copyright (c) 2019 - 2026 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/CMakeLists.txt b/tests/inspector/CMakeLists.txt index 429fe2a0..d4248d2f 100755 --- a/tests/inspector/CMakeLists.txt +++ b/tests/inspector/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 - 2025 Geode-solutions +# Copyright (c) 2019 - 2026 Geode-solutions # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-brep.cpp b/tests/inspector/test-brep.cpp index 5f4bece8..53c64802 100644 --- a/tests/inspector/test-brep.cpp +++ b/tests/inspector/test-brep.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-edgedcurve-colocation.cpp b/tests/inspector/test-edgedcurve-colocation.cpp index cea110b9..10d1fd4f 100644 --- a/tests/inspector/test-edgedcurve-colocation.cpp +++ b/tests/inspector/test-edgedcurve-colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-edgedcurve-degeneration.cpp b/tests/inspector/test-edgedcurve-degeneration.cpp index b0cac3da..174cbc0c 100644 --- a/tests/inspector/test-edgedcurve-degeneration.cpp +++ b/tests/inspector/test-edgedcurve-degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-pointset.cpp b/tests/inspector/test-pointset.cpp index 17a387c5..5ab6d0bd 100644 --- a/tests/inspector/test-pointset.cpp +++ b/tests/inspector/test-pointset.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-section.cpp b/tests/inspector/test-section.cpp index c807364c..979a9195 100644 --- a/tests/inspector/test-section.cpp +++ b/tests/inspector/test-section.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-solid-adjacency.cpp b/tests/inspector/test-solid-adjacency.cpp index f7e52c59..866edde7 100644 --- a/tests/inspector/test-solid-adjacency.cpp +++ b/tests/inspector/test-solid-adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-solid-colocation.cpp b/tests/inspector/test-solid-colocation.cpp index fece5619..15793ab3 100644 --- a/tests/inspector/test-solid-colocation.cpp +++ b/tests/inspector/test-solid-colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-solid-degeneration.cpp b/tests/inspector/test-solid-degeneration.cpp index 4a1eda14..1cd4661f 100644 --- a/tests/inspector/test-solid-degeneration.cpp +++ b/tests/inspector/test-solid-degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-solid-manifold.cpp b/tests/inspector/test-solid-manifold.cpp index d8bd80ba..4d0ecece 100644 --- a/tests/inspector/test-solid-manifold.cpp +++ b/tests/inspector/test-solid-manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-solid-negative-elements.cpp b/tests/inspector/test-solid-negative-elements.cpp index 6c34b12a..4aa18b53 100644 --- a/tests/inspector/test-solid-negative-elements.cpp +++ b/tests/inspector/test-solid-negative-elements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-adjacency.cpp b/tests/inspector/test-surface-adjacency.cpp index c6e23401..3bd0aff7 100644 --- a/tests/inspector/test-surface-adjacency.cpp +++ b/tests/inspector/test-surface-adjacency.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-colocation.cpp b/tests/inspector/test-surface-colocation.cpp index edbf74f4..b86e9a7f 100644 --- a/tests/inspector/test-surface-colocation.cpp +++ b/tests/inspector/test-surface-colocation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-curve-intersections.cpp b/tests/inspector/test-surface-curve-intersections.cpp index 6b3aeff3..1ff5d0e0 100644 --- a/tests/inspector/test-surface-curve-intersections.cpp +++ b/tests/inspector/test-surface-curve-intersections.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-degeneration.cpp b/tests/inspector/test-surface-degeneration.cpp index bd14513b..f61469ba 100644 --- a/tests/inspector/test-surface-degeneration.cpp +++ b/tests/inspector/test-surface-degeneration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-intersections.cpp b/tests/inspector/test-surface-intersections.cpp index 5baa3c61..393d70c2 100644 --- a/tests/inspector/test-surface-intersections.cpp +++ b/tests/inspector/test-surface-intersections.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-manifold.cpp b/tests/inspector/test-surface-manifold.cpp index 934a0659..a57fb3af 100644 --- a/tests/inspector/test-surface-manifold.cpp +++ b/tests/inspector/test-surface-manifold.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/inspector/test-surface-negative-elements.cpp b/tests/inspector/test-surface-negative-elements.cpp index b170cc31..5a4c5af8 100644 --- a/tests/inspector/test-surface-negative-elements.cpp +++ b/tests/inspector/test-surface-negative-elements.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/tests/tests_config.hpp.in b/tests/tests_config.hpp.in index ae5bfc0d..970d8473 100644 --- a/tests/tests_config.hpp.in +++ b/tests/tests_config.hpp.in @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 - 2025 Geode-solutions + * Copyright (c) 2019 - 2026 Geode-solutions * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal From 9b7700e6f9ab4a9b72a1126d0bcb5d57a24edae4 Mon Sep 17 00:00:00 2001 From: Arnaud Botella Date: Fri, 6 Feb 2026 11:12:41 +0100 Subject: [PATCH 2/3] fix --- cmake/Doxyfile.in | 185 ++++++++++++++--------- cmake/OpenGeode-InspectorConfig.cmake.in | 42 ++--- 2 files changed, 131 insertions(+), 96 deletions(-) diff --git a/cmake/Doxyfile.in b/cmake/Doxyfile.in index 11e5ce70..f292eaa7 100644 --- a/cmake/Doxyfile.in +++ b/cmake/Doxyfile.in @@ -1,83 +1,118 @@ -#Copyright( c ) 2019 - 2026 Geode - solutions +# Copyright (c) 2019 - 2026 Geode-solutions # -#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: +# 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 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. +# 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. -#Doxyfile 1.6.1 +# Doxyfile 1.6.1 -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -#Project related configuration options -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -DOXYFILE_ENCODING = UTF - 8 PROJECT_NAME = @CMAKE_PROJECT_NAME @PROJECT_NUMBER = - OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR - @ / doc CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English - BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ABBREVIATE_BRIEF = ALWAYS_DETAILED_SEC = - NO INLINE_INHERITED_MEMB = NO FULL_PATH_NAMES = YES STRIP_FROM_PATH = - STRIP_FROM_INC_PATH = SHORT_NAMES = NO JAVADOC_AUTOBRIEF = NO - QT_AUTOBRIEF = NO MULTILINE_CPP_IS_BRIEF = NO INHERIT_DOCS = - YES SEPARATE_MEMBER_PAGES = NO TAB_SIZE = 4 ALIASES = - OPTIMIZE_OUTPUT_FOR_C = NO OPTIMIZE_OUTPUT_JAVA = NO - OPTIMIZE_FOR_FORTRAN = NO OPTIMIZE_OUTPUT_VHDL = - NO EXTENSION_MAPPING = BUILTIN_STL_SUPPORT = - NO CPP_CLI_SUPPORT = NO SIP_SUPPORT = - NO IDL_PROPERTY_SUPPORT = - YES DISTRIBUTE_GROUP_DOC = - NO SUBGROUPING = YES - TYPEDEF_HIDES_STRUCT = NO - SYMBOL_CACHE_SIZE = - 0 -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -#Build related configuration options -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - EXTRACT_ALL = YES EXTRACT_PRIVATE = NO EXTRACT_STATIC = NO EXTRACT_LOCAL_CLASSES = - YES EXTRACT_LOCAL_METHODS = NO EXTRACT_ANON_NSPACES = NO HIDE_UNDOC_MEMBERS = - NO HIDE_UNDOC_CLASSES = NO HIDE_FRIEND_COMPOUNDS = NO HIDE_IN_BODY_DOCS = - NO INTERNAL_DOCS = NO CASE_SENSE_NAMES = NO HIDE_SCOPE_NAMES = NO - SHOW_INCLUDE_FILES = YES INLINE_INFO = YES SORT_MEMBER_DOCS = YES - SORT_BRIEF_DOCS = NO SORT_MEMBERS_CTORS_1ST = NO SORT_GROUP_NAMES = NO SORT_BY_SCOPE_NAME = - NO GENERATE_TODOLIST = YES GENERATE_TESTLIST = YES - GENERATE_BUGLIST = YES GENERATE_DEPRECATEDLIST = YES - ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 SHOW_USED_FILES = - NO SHOW_DIRECTORIES = NO SHOW_FILES = NO - SHOW_NAMESPACES = YES FILE_VERSION_FILTER = LAYOUT_FILE = -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -#configuration options related to warning and progress messages -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - QUIET = - NO WARNINGS = YES WARN_IF_UNDOCUMENTED = - NO WARN_IF_DOC_ERROR = YES WARN_NO_PARAMDOC = NO WARN_FORMAT = - "$file:$line: " - "$tex" - "t" WARN_LOGFILE = -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - -#configuration options related to the input files -#-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - INPUT = - @CMAKE_SOURCE_DIR - @ / include @CMAKE_SOURCE_DIR @ / docs INPUT_ENCODING = - UTF - - 8 FILE_PATTERNS = - *.h *.dox - RECURSIVE = YES - EXCLUDE = EXCLUDE_SYMLINKS = - NO EXCLUDE_PATTERNS = - @CMAKE_SOURCE_DIR - @ / include /*/private +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +DOXYFILE_ENCODING = UTF-8 +PROJECT_NAME = @CMAKE_PROJECT_NAME@ +PROJECT_NUMBER = +OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/doc +CREATE_SUBDIRS = NO +OUTPUT_LANGUAGE = English +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ABBREVIATE_BRIEF = +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = YES +STRIP_FROM_PATH = +STRIP_FROM_INC_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +QT_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +INHERIT_DOCS = YES +SEPARATE_MEMBER_PAGES = NO +TAB_SIZE = 4 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +OPTIMIZE_FOR_FORTRAN = NO +OPTIMIZE_OUTPUT_VHDL = NO +EXTENSION_MAPPING = +BUILTIN_STL_SUPPORT = NO +CPP_CLI_SUPPORT = NO +SIP_SUPPORT = NO +IDL_PROPERTY_SUPPORT = YES +DISTRIBUTE_GROUP_DOC = NO +SUBGROUPING = YES +TYPEDEF_HIDES_STRUCT = NO +SYMBOL_CACHE_SIZE = 0 +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = YES +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_METHODS = NO +EXTRACT_ANON_NSPACES = NO +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = NO +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +SORT_BRIEF_DOCS = NO +SORT_MEMBERS_CTORS_1ST = NO +SORT_GROUP_NAMES = NO +SORT_BY_SCOPE_NAME = NO +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = NO +SHOW_DIRECTORIES = NO +SHOW_FILES = NO +SHOW_NAMESPACES = YES +FILE_VERSION_FILTER = +LAYOUT_FILE = +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = NO +WARNINGS = YES +WARN_IF_UNDOCUMENTED = NO +WARN_IF_DOC_ERROR = YES +WARN_NO_PARAMDOC = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = @CMAKE_SOURCE_DIR@/include @CMAKE_SOURCE_DIR@/docs +INPUT_ENCODING = UTF-8 +FILE_PATTERNS = *.h *.dox +RECURSIVE = YES +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = @CMAKE_SOURCE_DIR@/include/*/private EXCLUDE_SYMBOLS = EXAMPLE_PATH = EXAMPLE_PATTERNS = diff --git a/cmake/OpenGeode-InspectorConfig.cmake.in b/cmake/OpenGeode-InspectorConfig.cmake.in index f3560130..9bc7e176 100644 --- a/cmake/OpenGeode-InspectorConfig.cmake.in +++ b/cmake/OpenGeode-InspectorConfig.cmake.in @@ -1,27 +1,27 @@ -#Copyright( c ) 2019 - 2026 Geode - solutions +# Copyright (c) 2019 - 2026 Geode-solutions # -#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: +# 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 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. +# 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. -@PACKAGE_INIT @ +@PACKAGE_INIT@ - include( CMakeFindDependencyMacro ) find_dependency( OpenGeode ) +include(CMakeFindDependencyMacro) +find_dependency(OpenGeode) -#Load information for each target - include( ${ CMAKE_CURRENT_LIST_DIR } / - @PROJECT_NAME @_inspector_target.cmake ) \ No newline at end of file +# Load information for each target +include(${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@_inspector_target.cmake) \ No newline at end of file From aefc476fb3cb0635a57c808c44e41dd6b13739f7 Mon Sep 17 00:00:00 2001 From: BotellaA <3213882+BotellaA@users.noreply.github.com> Date: Fri, 6 Feb 2026 10:31:55 +0000 Subject: [PATCH 3/3] Apply prepare changes --- cmake/version.rc.in | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/cmake/version.rc.in b/cmake/version.rc.in index 1e413e8c..9ca8c646 100644 --- a/cmake/version.rc.in +++ b/cmake/version.rc.in @@ -1,19 +1,26 @@ -#define RC_VERSION 1, 0, 0, 0 +#define RC_VERSION 1,0,0,0 -1 VERSIONINFO FILEVERSION RC_VERSION PRODUCTVERSION RC_VERSION BEGIN BLOCK - "VarFileInfo" BEGIN - // English language (0x409) and the Windows Unicode codepage (1200) - VALUE "Translation", - 0x409, - 1200 END BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE - "FileDescription", - "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0" VALUE - "ProductVersion", - "@CPACK_PACKAGE_VERSION@\0" VALUE "FileVersion", - "@CPACK_PACKAGE_VERSION@\0" VALUE "InternalName", - "@PROJECT_LIB_NAME@\0" VALUE "ProductName", - "@PROJECT_LIB_NAME@\0" VALUE "CompanyName", - "Geode-solutions SAS\0" VALUE "LegalCopyright", - "Copyright 2019 - 2026 Geode-solutions SAS. All rights reserved.\0" VALUE - "Commentaires", - "https://geode-solutions.com\0" END END END +1 VERSIONINFO +FILEVERSION RC_VERSION +PRODUCTVERSION RC_VERSION +BEGIN + BLOCK "VarFileInfo" + BEGIN + // English language (0x409) and the Windows Unicode codepage (1200) + VALUE "Translation", 0x409, 1200 + END + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "FileDescription", "Compiled with @CMAKE_CXX_COMPILER_ID@ @CMAKE_CXX_COMPILER_VERSION@\0" + VALUE "ProductVersion", "@CPACK_PACKAGE_VERSION@\0" + VALUE "FileVersion", "@CPACK_PACKAGE_VERSION@\0" + VALUE "InternalName", "@PROJECT_LIB_NAME@\0" + VALUE "ProductName", "@PROJECT_LIB_NAME@\0" + VALUE "CompanyName", "Geode-solutions SAS\0" + VALUE "LegalCopyright", "Copyright 2019 - 2026 Geode-solutions SAS. All rights reserved.\0" + VALUE "Commentaires", "https://geode-solutions.com\0" + END + END +END