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
c0edb5ecaa
remove CGAL_CXX11 macro usage
2019-07-08 11:42:17 +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
Andreas Fabri
32a6b1b65c
fix in Envelop_diagram_1
2018-04-20 09:06:59 +01:00
Andreas Fabri
f0c1d3aab7
more allocator_traits
2018-04-19 14:49:05 +01:00
Laurent Rineau
095c27e2be
cosmetic changes
2018-04-17 17:14:19 +02:00
Andreas Fabri
7cbffac35b
Deal with deprecated functions allocator<T>::construct/destroy
2018-04-17 13:35:04 +01:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Mael Rouxel-Labbé
cd2a562ffa
Fixed improper guards against the inclusion of deprecated headers
2017-05-16 10:17:41 +02: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
Laurent Rineau
eb0a5ed20c
Header files should not be executable.
2011-09-14 13:44:39 +00:00
Eric Berberich
386d5c235c
use traits adaptor's compare_x and remove tabs
2011-06-21 08:52:02 +00:00
Efi Fogel
8b99c7b8ca
Deprecated Env_default_diagram_1. Replaced by Envelope_diagram_1
2011-02-24 11:20:04 +00:00
Andreas Fabri
1a47468ce6
Unify class/struct for declaration and forward declaration
2010-11-12 07:47:43 +00:00
Andreas Fabri
e82a335325
int -> size_t and static_cast
2010-06-25 15:05:05 +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
8c1156de1e
cleanup
2009-08-05 12:43:39 +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
4bf6041ce4
Completed the documentation.
2006-08-06 06:28:45 +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
4bad047ba4
Added a test program for envelopes of line segments.
2006-08-02 15:53:59 +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