Laurent Rineau
1d29a75c9a
iformat/oformat are in CGAL::IO
...
The calls without the `IO::` namespace are deprecated.
2023-09-25 16:09:41 +02:00
Laurent Rineau
11de1f41a5
Fix formatting of code
2022-06-17 10:39:35 +02:00
Andreas Fabri
9354300d7c
Remove template parameter
2022-05-17 09:09:34 +01:00
Andreas Fabri
35fb2fd971
Fix namespace
2022-03-15 22:47:32 +01:00
Andreas Fabri
c818c0ef28
Add include; improve documentation
2022-03-15 22:00:04 +01:00
Andreas Fabri
5b6b521ca8
Deal with write_VTU()
2022-03-15 17:45:41 +01:00
Laurent Rineau
e0a4dd0680
Merge pull request #5677 from sloriot/CGAL-IO_namespace
...
CGAL IO namespace
# Conflicts:
# Installation/test/Installation/test_gmp_mpfr_dll.cpp
2021-05-18 17:31:40 +02:00
Laurent Rineau
6932eb3e86
Merge pull request #5679 from lrineau/Mesh_2-fix_write_VTU_in_ASCII-GF
...
Mesh_2: Fix write_vtu in ASCII
2021-05-18 17:07:02 +02:00
Laurent Rineau
e15e25d996
Fix: Constrained edges, on write_VTU/ASCII, were completely missing!
2021-05-12 12:39:35 +02:00
Maxime Gimeno
bbc7db4e27
Remove the compatibility header for write_VTU to avoid conflicts
2021-05-07 10:14:37 +02:00
Sébastien Loriot
625a335280
add missing IO::
2021-05-06 09:39:13 +02:00
Laurent Rineau
fa1eb24155
Merge pull request #5679 from lrineau/Mesh_2-fix_write_VTU_in_ASCII-GF
...
Mesh_2: Fix write_vtu in ASCII
2021-05-05 16:07:49 +02:00
Laurent Rineau
28a46c90a6
Fix write_vtu in ASCII
2021-05-05 15:31:13 +02:00
Sébastien Loriot
fbbf3863af
remove extra IO
2021-05-04 18:25:16 +02:00
Sébastien Loriot
4e2f1a67d5
rename header + add backward compatibility header
2021-05-04 15:15:40 +02:00
Sébastien Loriot
12f0e412b5
write_vtu -> write_VTU
2021-05-04 15:12:36 +02:00
Sébastien Loriot
fb6f703b55
IO namespace for files in IO directories
2021-05-04 14:36:06 +02:00
Sébastien Loriot
eae1ffc270
IO namespace in Mesh_2 package
2021-05-03 13:44:57 +02:00
Maxime Gimeno
8de4a7c159
Add missing include to File_poly,h
2021-01-12 09:02:25 +01:00
Maxime Gimeno
fe12d897f9
move function to avoid duplicate
2021-01-08 13:02:05 +01: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
Maxime Gimeno
4e6fb685c6
Merge remote-tracking branch 'mine/CGAL_IO-maxGimeno' into HEAD
2020-03-27 11:11:10 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01: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
Maxime Gimeno
6cff52c485
write_vtu uses write_vtu_with_attributes
2019-02-04 10:04:19 +01:00
Maxime Gimeno
ad300da617
Fix write_vtu_with_argumetns
2019-01-30 16:55:27 +01:00
Maxime Gimeno
e456d29abf
WIP write_vtu_with_attributes
2019-01-25 16:10:03 +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
Laurent Rineau
1754057d24
My changes to write_vtu
2019-01-16 16:50:45 +01:00
Maxime Gimeno
33a3996fa1
Rename write_VTU and write_VTP
2018-10-29 15:02:20 +01:00
Maxime Gimeno
63488d81d1
Update Changes and doc
2018-10-29 12:59:44 +01:00
Maxime Gimeno
9e929e39a0
Clarifies the doc
2018-10-09 14:49:08 +02:00
Maxime Gimeno
14c526a378
Add constrained edges to vtu output for cdt
2018-10-09 14:42:42 +02:00
Maxime Gimeno
b380bd8b31
Doc for write_unstructured_grid_2
2018-10-08 16:25:51 +02:00
Maxime Gimeno
e8cf3f3192
add license includes
2018-10-05 17:09:43 +02:00
Maxime Gimeno
0c800d5830
Add SPDX stuff
2018-10-05 11:48:46 +02:00
Maxime Gimeno
99832879ed
Add missing files
2018-10-04 14:08:52 +02:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Sébastien Loriot
50510c05ea
add include directive for license of all GPL header files
...
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Andreas Fabri
2916850771
use iformat for reading doubles
2014-11-26 16:53:50 +01:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Laurent Rineau
274143fa4d
- Fix the Mesh_2 test suite: previously it was no longer testing anything!
...
- Fix the handling of the cdt with the triangulation plus_2.
- Add tests with CDT_plus_2.
2010-03-09 15:25:12 +00:00
Laurent Rineau
0a1b5756e5
Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch
...
"cannot_wait_for_CGAL-3.2" to the trunk.
My idea: the branch is the real working version, and I want it to be joined
back to the trunk:
__________________________ cannot_wait_for_CGAL-3.2 branch
/ \
/ \
-------------------------------------------- trunk
S M
The modification of the trunk between the splitting point S and the merging
point M has already been merged into "cannot_wait_for_CGAL-3.2".
The trunk versions of these three packages have been removed already.
2006-06-06 13:38:15 +00:00