Sébastien Loriot
|
fb6f703b55
|
IO namespace for files in IO directories
|
2021-05-04 14:36:06 +02:00 |
Sébastien Loriot
|
70058db9b7
|
add IO namespace for Mesh_3 package
|
2021-05-03 15:39:07 +02:00 |
Mael Rouxel-Labbé
|
26ae0d2b8c
|
Misc compilation fixes
|
2020-06-23 19:11:55 +02:00 |
Mael Rouxel-Labbé
|
580a1efd5c
|
Remove trailing whitespace / tabs
|
2020-05-22 15:31:50 +02:00 |
Mael Rouxel-Labbé
|
41271b67f6
|
Improvements to CGAL i/o across the board
|
2020-01-29 10:00:07 +01:00 |
Sébastien Loriot
|
254d60f642
|
First pass on removing license notice in header for GPL files
|
2019-10-19 15:23:19 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Laurent Rineau
|
c0ba28f80a
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-07-03 11:18:20 +02:00 |
Laurent Rineau
|
7db6b5e513
|
Older versions of gcc does not like that pair of const
https://cgal.geometryfactory.com/CGAL/testsuite/results-4.14.1-I-173.shtml#Mesh_3_Examples
|
2019-06-26 16:19:09 +02:00 |
Laurent Rineau
|
450efd3912
|
Fix PR #3788 with C++03
|
2019-05-07 13:59:17 +02:00 |
Laurent Rineau
|
65ebf7d386
|
Merge branch 'Mesh_3-fix_output_to_vtu-GF' into VTU_output-Add-attribute-GF
|
2019-04-03 19:57:36 +02:00 |
Laurent Rineau
|
043239d738
|
Avoid copies of vectors of attributes
|
2019-04-03 19:57:06 +02:00 |
Laurent Rineau
|
2e43cc0f71
|
Remove a warning about an unused variable
|
2019-04-03 19:11:15 +02:00 |
Laurent Rineau
|
dcc6d7a58a
|
Fix CGAL::output_to_vtu(..., ASCII) and add tests
|
2019-04-03 19:03:48 +02:00 |
Maxime Gimeno
|
4326f39944
|
Add misisng header
|
2019-03-25 16:12:42 +01:00 |
Maxime Gimeno
|
adfeee84d9
|
typedef the attribute type
|
2019-03-20 16:25:09 +01:00 |
Maxime Gimeno
|
b9762b9431
|
Fix declared type in xml
|
2019-03-19 10:47:54 +01:00 |
Maxime Gimeno
|
c787e40ca7
|
Use boost variant for attributes to be able to send `double`s, `uint_8`s and `std::size_t`s
|
2019-03-18 13:14:00 +01:00 |
Maxime Gimeno
|
37cc9b03c7
|
Fix output_to_vtu
|
2019-02-05 16:42:00 +01:00 |
Laurent Rineau
|
dc275ec013
|
Fix a warning about unused local type
|
2019-02-04 15:48:29 +01:00 |
Maxime Gimeno
|
06b42de055
|
Fixes
|
2019-01-25 14:43:58 +01:00 |
Maxime Gimeno
|
1ce8c87b64
|
Add a function that writes a vtu from a c3t3 and a list of attributes
|
2019-01-25 14:39:44 +01:00 |
Laurent Rineau
|
a57db0bac4
|
Fix the filling of 'mids'
|
2019-01-22 12:20:53 +01:00 |
Laurent Rineau
|
b74753680b
|
Fix "<CellData Scalars="
|
2019-01-22 12:03:05 +01:00 |
Laurent Rineau
|
4d3df85cb3
|
Remove far points
|
2019-01-22 10:38:48 +01:00 |
Laurent Rineau
|
ae108c5d96
|
Improve comments and fix indentation
|
2019-01-21 17:14:14 +01:00 |
Laurent Rineau
|
c7b95e25c5
|
Rename two write_points functions as well
|
2019-01-21 16:32:37 +01:00 |
Laurent Rineau
|
8f658695f8
|
Rename internal methods to avoid a namespace class
There was two methods named `CGAL::write_points_tag`. I renamed then
to:
- `write_c3t3_points_tag`, and
- `write_cdt_points_tag`.
|
2019-01-21 16:17:28 +01:00 |
Laurent Rineau
|
dbd569d51c
|
Fix the result of check_headers
|
2019-01-17 18:29:27 +01:00 |
Laurent Rineau
|
c1d4608665
|
My changes to output_to_vtu
|
2019-01-17 16:03:43 +01:00 |