albert-github
a0e7a6e4e4
Spelling corrections
...
Spelling corrections
2024-06-25 15:52:27 +02:00
Efi Fogel
6350815604
Passed the base class of Env_plane_traits_3 as a template parameter with a default value (being the 2D arrangement linear traits). Similarly, passed the base class of Env_triangle_traits_3 as a template parameter with a default value (being the 2D arrangement segment traits).
2024-01-31 00:00:55 +02:00
Efi Fogel
7381e39e1f
Cleaned up; eliminated local kernels
2024-01-29 21:55:39 +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
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
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
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
Laurent Rineau
91bca286d3
Fix warnings with CGAL_USE
...
All those variables were unused only if CGAL_NDEBUG was
defined. CGAL_USE can solve that.
2015-08-19 17:37:46 +02:00
Ophir Setter
6521ba2392
Changing Multiplicity in Envelope traits to inherit from the base class.
2012-07-07 07:45:01 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +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
Efi Fogel
d29bd87a6c
Fixed Arrangement_2 construction bug - made the geometry traits const
2009-07-05 13:22:10 +00:00
Efi Fogel
5543eb4dad
fixed type
2009-05-24 14:09:29 +00:00
Sylvain Pion
643ea487a0
Remove casts to Comparison_result.
...
They are useless since we merged the various enum types.
2008-04-09 12:46:22 +00:00
Andreas Meyer
fdeedcf8b0
some low level code cleanup. renamed
...
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Efi Fogel
0b797b55f1
ophirset: segmenets are not allowed to be constructed from 2 identical points
2007-07-25 10:52:37 +00:00
Ophir Setter
cfb054ab1c
bug fix so we can use lazy kernel with envelope triangle traits
2007-07-01 12:17:04 +00:00
Efi Fogel
ed058b4ae9
Added the proper SVN keywords
2007-04-03 18:32:55 +00:00
Michael Hemmer
9608231a02
fixed problems with CGAL::sign(CGAL::Sign)
2006-10-28 13:07:32 +00:00
Baruch Zukerman
081c510507
construct_projected_boudary has changed
2006-10-17 14:11:29 +00:00
Baruch Zukerman
1d6739bd0a
fixed a compilation error
2006-10-17 13:02:15 +00:00
Baruch Zukerman
5aa38bc9eb
clean up
2006-09-25 12:13:32 +00:00
Baruch Zukerman
e802d9a34d
changed the traits so the surface will not inherit from the Handle
2006-09-13 09:34:53 +00:00
Baruch Zukerman
88f2b7af9e
added myself as an author to all relevant files at the Envelope_3 package.
2006-09-11 10:22:10 +00:00
Baruch Zukerman
f30df37b72
changed the construct projected intersection function of the traits to return x-monotone curves instead curve.
2006-09-04 13:02:34 +00:00
Baruch Zukerman
7a58b5bdda
many changes...
2006-09-03 13:49:11 +00:00
Baruch Zukerman
670cebc988
changed the code to match the new interface of the traits
2006-08-03 10:16:41 +00:00
Baruch Zukerman
d38fe2802f
changed Construct_envelope_xy_monotone_parts_3 to Make_xy_monotone_3
2006-08-02 08:41:09 +00:00
Baruch Zukerman
3216e291cf
put in a comment '#define CGAL_ENV_TRIANGLES_TRAITS_CACHE_POINT_ON'
2006-08-02 07:51:31 +00:00
Ron Wein
c8b9eb5893
Fixed all include files and updated the examples.
2006-08-01 12:48:10 +00:00
Ron Wein
57606cb940
Renamed files.
2006-08-01 08:21:52 +00:00