albert-github
b3af96caa1
issue #7454 Consistency of BigO notations
...
Create `cgalBigO` marco and used it.
(`The macro `cgalBigOLarge` is for special situations where we need bigger round brackets)
2023-07-04 16:23:14 +02:00
Laurent Rineau
7fe663ce99
Merge pull request #7217 from afabri/Largest_empty_rectangle-ignore_points_on_border-GF
...
Largest Empty Iso Rectangle: Ignore points on the border
2023-02-10 15:40:42 +01:00
Andreas Fabri
9dbf5c87a6
Largest Empty Iso Rectangle: Ignore points on the border
2023-01-27 13:37:34 +00: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
Andreas Fabri
74e4d89cbc
Optimisation
2022-09-27 10:42:05 +01:00
Sébastien Loriot
3882d27076
remove bind in Incribed_areas
2021-01-06 12:59:12 +01:00
Sébastien Loriot
d8d5f1de5b
replace bind in Inscribed_areas
2021-01-06 12:59:12 +01:00
Marc Glisse
0fcbaf5aa4
More weirdo constructors
2020-05-24 11:15:12 +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
Laurent Rineau
afc3de2894
Merge branch 'master' into Stream_support-Color-GF
2019-01-23 09:37:08 +01:00
Laurent Rineau
f83053c2a5
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
...
Fix for VC2017 with /arch:AVX
2019-01-22 09:14:57 +01:00
Andreas Fabri
a879cb040a
Fix Inscribed_area
2019-01-18 12:30:37 +01:00
Andreas Fabri
bc455b4715
Fix Largest_empty_iso_rectangle
2019-01-15 19:25:45 +01:00
Mael Rouxel-Labbé
26c857a431
Moved unary/binary_function to CGAL::cpp98
2018-06-13 15:58:19 +02:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01:00
Laurent Rineau
2b35bddfb2
Replace all std::binary_function by CGAL::binary_function
2017-10-04 16:36:32 +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
Sébastien Loriot
444cbfb63d
qualify with CGAL to avoid ambiguous call
2016-02-01 09:56:15 +01:00
Andreas Fabri
6412bf1fce
std::bind -> boost::bind
2016-01-28 08:48:04 +01:00
Laurent Rineau
78815374c1
Fix permission after Andreas commit.
2013-11-13 14:03:06 +01:00
Andreas Fabri
e0c5b163aa
Fix memory leak
2013-11-12 11:27:56 +01:00
Andreas Fabri
747d005898
Add static_casts
2013-02-08 17:52:14 +01:00
Philipp Möller
c03d1f7f86
Move tests, examples and headers from Matrix_search and merge package_info.
2012-09-18 15:34:42 +00:00
Philipp Möller
9884a438b0
Rename Largest_empty_rect_2 into Inscribed_areas to feed in the rest here.
2012-09-18 15:17:20 +00:00