Andreas Fabri
4b979cbfa7
Update Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-11-03 21:41:35 +01:00
Andreas Fabri
d0ed65838e
Fix interface_macros
2021-11-03 17:39:21 +01:00
Andreas Fabri
7cb53ab8ef
Change to NonZeroCoordinateIndex
2021-11-03 17:30:26 +01:00
Andreas Fabri
b9c2c9ebcb
Add to changes.md
2021-11-01 17:08:28 +01:00
Andreas Fabri
727878e965
Make operator public
2021-11-01 16:58:59 +01:00
Andreas Fabri
9b11a6a382
Update Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2021-11-01 16:23:19 +01:00
Andreas Fabri
6913384dfe
Document NonZeroDimension_3
2021-10-31 19:52:33 +01:00
Sebastien Loriot
ed3503d238
Merge pull request #6061 from sloriot/Scripts-merge_prs
...
Simply merge script by using gh
2021-10-19 15:46:50 +02:00
Sebastien Loriot
57ddb8f4c0
Merge pull request #6062 from lrineau/Scripts_autotest_cgal_with_ctest__robust_to_errexit-GF
...
autotest_cgal_with_ctest: Fix to allow the `errexit` option (`bash -e`)
2021-10-18 17:07:19 +02:00
Laurent Rineau
48d4034baa
Cosmetic change: I commit what is used on sosno
2021-10-18 16:35:20 +02:00
Laurent Rineau
1ad762e082
Fix to allow the `errexit` option (`bash -e`)
2021-10-18 16:34:30 +02:00
Sébastien Loriot
f56cc0dcc9
simply merge script by using gh
2021-10-18 16:11:10 +02:00
Sébastien Loriot
bdec97bccb
remove backtick
2021-10-12 15:02:42 +02:00
Laurent Rineau
f581ff74d3
Merge pull request #5427 from sloriot/CGAL_data-moving_files
...
Regroup data: moving files
# Conflicts:
# Nef_3/archive/triangulation/include/CGAL/partition_is_valid_2.h
2021-10-07 14:44:01 +02:00
Laurent Rineau
df06a5b5df
Merge branch '5.3.x-branch'
2021-10-07 14:27:33 +02:00
Laurent Rineau
1ba982096a
Merge pull request #5094 from sgiraudot/Boolean_operations-Use_GPS_based_polylines-GF
...
[Small Feature] Boolean Operations: Use polyline-based GPS
2021-10-07 14:27:23 +02:00
Laurent Rineau
fb9333f0d0
Merge pull request #6028 from MaelRL/CGAL-Fix_typos-GF
...
Fix typos
2021-10-07 14:27:21 +02:00
Laurent Rineau
c76cfdab12
Merge pull request #6029 from kintel/kintel-patch-1
...
Bugfix: ORIGINAL_CMAKE_MODULE_PATH was set to PARENT_SCOPE and later …
2021-10-07 14:27:19 +02:00
Laurent Rineau
94ee9b1613
Merge pull request #6030 from MaelRL/CGAL-Minor_fixes-GF
...
Fix uninitialized id maps in heat method
2021-10-07 14:27:16 +02:00
Laurent Rineau
0e3b73852f
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-10-07 14:26:14 +02:00
Laurent Rineau
c8eda9deca
Merge pull request #6030 from MaelRL/CGAL-Minor_fixes-GF
...
Fix uninitialized id maps in heat method
2021-10-07 14:25:12 +02:00
Sébastien Loriot
1857a25d28
Merge remote-tracking branch 'cgal/master' into CGAL_data-moving_files
2021-10-06 13:50:31 +02:00
Laurent Rineau
84f707c7f1
Merge branch '5.3.x-branch'
2021-10-06 12:05:04 +02:00
Laurent Rineau
a5e3469e78
Merge pull request #6011 from janetournois/Mesh_3-prevent_bad_initialization-jtournois
...
Mesh_3 - warning message after bad initialization
2021-10-06 12:04:54 +02:00
Laurent Rineau
3755c25d18
Merge pull request #6023 from lrineau/Installation-fix_pr_5853-lrineau
...
Fix PR #5853
2021-10-06 12:03:58 +02:00
Sébastien Loriot
d40b1e150d
remove off from doc example
2021-10-05 17:42:25 +02:00
Sébastien Loriot
8a0b290478
char* -> string
2021-10-05 17:42:25 +02:00
Sébastien Loriot
33d60307c7
fix path
2021-10-05 17:42:25 +02:00
Sébastien Loriot
efbd86df7f
extra manual fixes
2021-10-05 17:42:21 +02:00
Mael Rouxel-Labbé
d5886187b4
Add a static assertion about the Heat Method mode
2021-10-05 12:14:03 +02:00
Mael Rouxel-Labbé
863ab7541c
Various whitespace fixes
2021-10-05 12:14:03 +02:00
Mael Rouxel-Labbé
84d84278b9
Fix VPM type
2021-10-05 12:14:02 +02:00
Mael Rouxel-Labbé
8d7071352f
Fix uninitialized id maps in SM_distance_3
2021-10-05 12:14:02 +02:00
Mael Rouxel-Labbé
12805b47e8
Uniformize expansion term
2021-10-05 11:33:47 +02:00
Marius Kintel
3f369718be
Bugfix: ORIGINAL_CMAKE_MODULE_PATH was set to PARENT_SCOPE and later referenced in the current scope
...
In the `cgal_setup_module_path` function, the intent is to set a few variables then later export them.
The ORIGINAL_CMAKE_MODULE_PATH variable, however, was set directly in the parent scope. When later trying to export it, it reads from the current scope, where the variable is empty as it hasn't yet been set.
This fix makes correctly sets the variable in the local scope the first time, making the export work as expected.
2021-10-04 16:13:30 -04:00
Mael
7f63f3d8c5
Fix typo
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-10-04 15:53:36 +02:00
Mael Rouxel-Labbé
521c72d57e
Fix typos
2021-10-04 13:34:07 +02:00
Mael Rouxel-Labbé
625848e629
Fix missing ':' in various namespaces
2021-10-04 13:21:47 +02:00
Sébastien Loriot
6dad5b6922
rename file
2021-10-04 11:00:40 +02:00
Sébastien Loriot
b5e7d03634
fix runtime issues
2021-10-04 10:22:13 +02:00
Sébastien Loriot
80c2615b38
handle .off in headers
2021-10-04 10:08:24 +02:00
Sébastien Loriot
8350dea94a
char* -> std::string
2021-10-04 09:49:24 +02:00
Laurent Rineau
ef94cd588d
Merge pull request #6005 from danston/Barycentric_coordinates_2-fix_deprecation_warnings-danston
2021-10-04 09:46:06 +02:00
Sébastien Loriot
e805052e9e
manual fixes
2021-10-04 09:43:55 +02:00
Sébastien Loriot
47028cd184
automatically move data files in data dir + update paths
...
Done for OFF/OBJ/STL/XYZ/PWN/PLY
2021-10-04 09:42:49 +02:00
Sébastien Loriot
0b232fd8c8
rename off files
2021-10-04 09:32:04 +02:00
Sébastien Loriot
6992c5273a
replace with a stitched version
2021-10-04 09:32:04 +02:00
Sébastien Loriot
250b8e9161
remove ./ prefix
2021-10-04 09:32:04 +02:00
Sébastien Loriot
d8cdba669b
rename input
2021-10-04 09:32:03 +02:00
Sebastien Loriot
c63677d1c9
Update Installation/CHANGES.md
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-10-01 09:19:41 +02:00