Efi Fogel
0bf75c9062
Cleaned up
2024-01-29 19:19:25 +02:00
Sébastien Loriot
76f16d7c38
use std::get_if, get()->value() and remove CGAL::Object usage in Envelope
...
changes in arrangement based packages
2023-06-20 18:32:13 +02:00
Sébastien Loriot
56499e017d
do not use API that did not go into the standard
2023-06-15 10:57:10 +02:00
Sébastien Loriot
604dcdc435
boost::optional => std::optional
2023-06-15 10:57:09 +02:00
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Efi Fogel
0945d635be
Cleaned up and fixed compilation error in compare_y_at_end()
2022-07-13 14:24:33 +03:00
Ahmed Essam
35fd91b275
Add envelope free functions that accept traits object
2020-08-20 16:03:29 +02: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
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
Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Mael Rouxel-Labbé
2848158354
Fix typos
2019-05-20 08:54:04 +02:00
Efi Fogel
2df88cb4de
Used the traits adaptor for traits types (instead of the traits itself).
2018-10-06 18:53:17 +03: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
b841965dbe
Use make_optional; initialize
2016-01-29 09:45:47 +01:00
Efi Fogel
902a47ff9d
cleanup
2012-07-07 15:37:56 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Eric Berberich
386d5c235c
use traits adaptor's compare_x and remove tabs
2011-06-21 08:52:02 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri
ad0b976232
restructure to avoid warning
2010-03-01 07:50:27 +00:00
Sylvain Pion
85dc12f2a7
Remove empty lines at beginning and end of files
...
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Efi Fogel
d015bd36ba
cleanup
2009-06-28 13:18:53 +00:00
Ophir Setter
f5d6872d01
review by guy
2009-05-11 16:07:34 +00:00
Ophir Setter
721f585a6d
fix bug in the previous fix about unbounded curves
2009-05-09 18:12:12 +00:00
Ophir Setter
e06b7c0165
bug fix
2009-05-09 08:43:15 +00:00
Ophir Setter
c169af430c
fix: adding the curves from the original vertex when merging two intervals
2009-05-04 13:53:32 +00:00
Ophir Setter
d2da417b45
using std::distance and std::advance instead of counting
2009-05-04 08:04:20 +00:00
Ophir Setter
ad866b0bb8
forgot to cleanup
2009-05-03 16:32:28 +00:00
Ophir Setter
9e8befe6e1
fix bug when curve have a joint endpoint + improvement of tests
2009-05-03 16:23:46 +00:00
Efi Fogel
fa140af690
API change
2007-12-06 15:27:05 +00:00
Efi Fogel
27e6ca3fe4
API revisited
2007-11-21 10:24:59 +00:00
Efi Fogel
a82f4b3ecc
Added the proper SVN keywords
2007-04-03 18:32:11 +00:00
Efi Fogel
40a8745738
cleanup
2007-03-29 16:33:58 +00:00
Efi Fogel
7c3065380f
An attempt to initialize some variable, some compilers complain they might not be initialized
2007-03-27 17:12:20 +00:00
Ron Wein
41b652da56
Renamed Infinity_type to Boundary_type.
2006-12-11 15:35:40 +00:00
Baruch Zukerman
50bffddd8a
fixed a compilation error when using the polyline traits (cannot assume that there is construct_min_vertex_2(), use consruct_min_vertex_2_object() instead)
2006-11-07 11:42:05 +00:00
Ron Wein
af196aa7a9
Added the capability to handle vertical segments, and fixed the segment
...
example accordingly.
2006-08-03 08:20:48 +00:00
Ron Wein
d756d470f1
Fixed a bug.
2006-08-03 06:20:21 +00:00
Ron Wein
f874c309d9
Fixed a bug.
2006-08-01 13:13:40 +00:00
Ron Wein
d805e4b4d0
Fixed the code so it compiles.
2006-08-01 07:08:47 +00:00
Ron Wein
6c2984d043
Improved code.
2006-07-30 14:53:05 +00:00
Ron Wein
f776969628
Updated version.
2006-07-30 14:10:00 +00:00
Ron Wein
3e8437caa6
Started fixing the code.
2006-07-30 07:14:59 +00:00