Skip to content

Commit e7d53bf

Browse files
committed
Merge branch 'main' into modules
# Conflicts: # examples/core/010-mesh-new-user-component/foo_component.h # scripts/replace_headings.py # tests/core/017-serialization/main.cpp # vclib/core/include/vclib/algorithms/mesh/convex_hull.h # vclib/core/include/vclib/algorithms/mesh/face_topology.h # vclib/core/include/vclib/algorithms/mesh/import_export/export_matrix.h # vclib/core/include/vclib/algorithms/mesh/polygon.h # vclib/core/include/vclib/load_save/off/load.h
2 parents f0cf520 + 2143462 commit e7d53bf

File tree

1,001 files changed

+14479
-6649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,001 files changed

+14479
-6649
lines changed

.github/workflows/RunClangFormat.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
- uses: actions/setup-python@v5
18+
with:
19+
python-version: '3.12'
20+
- run: |
21+
cd scripts
22+
python3 replace_header_guards.py
23+
python3 replace_headings.py
1724
- uses: DoozyX/clang-format-lint-action@v0.18.2
1825
with:
1926
source: '.'
@@ -27,4 +34,4 @@ jobs:
2734
committer_email: actions@github.com
2835
message: '[clang-format] Committing clang-format changes'
2936
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#* VCLib *
33
#* Visual Computing Library *
44
#* *
5-
#* Copyright(C) 2021-2024 *
5+
#* Copyright(C) 2021-2025 *
66
#* Visual Computing Lab *
77
#* ISTI - Italian National Research Council *
88
#* *

0 commit comments

Comments
 (0)