Andreas Fabri
3afc54895a
Box_intersection_d-progress_tracking-GF
2022-03-29 14:18:07 +01:00
Laurent Rineau
5a1c67135d
Merge pull request #5630 from GilesBathgate/Box_intersection_d-simplify_segment_tree_iterative_radon-GilesBathgate
...
Dependency inversion in Iterative_radon of segment_tree.h
2022-01-12 12:24:36 +01:00
Maxime Gimeno
3e03d50b8a
replace usages of CGAL::cpp11::atomic and thread by std:: calls
2021-05-07 11:10:30 +02:00
Maxime Gimeno
e9b7595fff
Deprecate CGAL headers for threads, atomic and result_of, and move their content to config.h as fallback
2021-05-07 11:09:24 +02:00
Giles Bathgate
708e3d63b4
Dependency inversion in segment_tree.h
2021-04-18 14:19:45 +01:00
Andreas Fabri
6b36ea0763
Replace built-in array with std::array
2021-02-18 09:46:41 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +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é
16350e84a4
Fix bad typedef
2019-11-19 17:12:44 +01:00
Mael Rouxel-Labbé
52ce0b6ac4
Change Box_with_info to use the policy ID_EXPLICIT by default
...
ID_FROM_BOX_ADDRESS does not work when you pass a range of boxes
by value and not by pointers. Since doing that while using
ID_FROM_BOX_ADDRESS is completely silent (no errors despite
not being compatible), this is super dangerous.
Besides, the Box_d has default policy ID_EXPLICIT, so it should
have been that in the first place.
2019-11-19 16:40:11 +01:00
Andreas Fabri
bef2b5f1b8
Parallelize using 2 or 4 parallel threads
2019-11-15 16:21:25 +01:00
Sébastien Loriot
884b2cf2ab
restore removed code
2019-11-13 15:41:11 +01:00
Andreas Fabri
0faaf2d21c
Add CGAL_LINKED_WITH_TBB in the Box_intersection_d without ConcurrencyTag
2019-11-12 18:35:46 +01:00
Andreas Fabri
ead0da3c77
WIP: not the same number of intersections for Tuyaeaux.stl
2019-11-12 11:40:40 +01:00
Andreas Fabri
b6bc521c22
WIP does not even compile
2019-11-08 16:21:20 +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
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
Laurent Rineau
7e9f756935
Replace all std::unary_function by CGAL::unary_function
2017-10-04 15:57:09 +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
9d36d33e46
Define and use CGAL_NO_ATOMIC
2016-09-22 15:41:53 +02:00
Andreas Fabri
41530c0ab4
fix
2016-09-20 09:53:31 +02:00
Andreas Fabri
4d1ff6fa81
no parethesis for atomic
2016-09-07 09:21:10 +02:00
Andreas Fabri
a5a251d7ac
Add static
2016-09-06 23:08:40 +02:00
Andreas Fabri
6cd81ca59f
use atomic not tss
2016-09-06 17:51:15 +02:00
Andreas Fabri
b6c0a84845
Make variables thread local
2016-08-31 12:41:25 +02:00
Andreas Fabri
69bacf22e4
Add a new Box type
2015-01-07 11:02:38 +01:00
Philipp Möller
407402ec7f
Silence unused-parameter warnings in Box_intersection_d.
2012-06-25 12:04:15 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Sébastien Loriot
767bc40b1d
remove warnings
2011-03-03 18:20:41 +00:00
Andreas Fabri
7f0d846809
default argument in constructor is good enough
2010-09-11 19:58:47 +00:00
Andreas Fabri
d966755630
CGAL::Random -> boost random and simplification of a function
2010-09-08 14:12:58 +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
2d3ea5d2de
Use std::numeric_limits correctly
2008-11-03 18:39:52 +00:00
Andreas Fabri
ae07848870
Use numeric_limits
2008-10-13 17:32:32 +00:00
Sylvain Pion
607a3340da
remove warning for empty body of for loop
2007-12-30 14:55:28 +00:00
Andreas Fabri
8617707f4d
remove unused parameter
2007-04-06 08:29:24 +00:00
Andreas Meyer
007fae58c6
cosmetic (indentation)
2007-04-03 12:34:18 +00:00
Andreas Fabri
67697b767a
Removed unused parameters
2007-03-26 09:32:03 +00:00
Andreas Fabri
ed1b937b79
remove unused parameter
2007-03-16 10:29:15 +00:00
Sylvain Pion
df0231a15a
Improved parenthesization
2007-03-08 10:37:21 +00:00
Andreas Meyer
78dc1b39a2
prefixed all macros with "CGAL_"
2006-12-12 10:38:56 +00:00
Andreas Fabri
1f2c5bea2c
fixed min/max meta problem
2006-08-17 09:05:15 +00:00
Andreas Fabri
cf2e84bfd9
fixed min/max problem
2006-08-17 08:53:12 +00:00
Andreas Meyer
719fe0768f
rely on numeric_limits<>::max
...
infinity now retrieved from CGAL/FPU.h
2006-03-14 18:55:59 +00:00
Marc Glisse
13380ebe5e
Add some missing std:: and #include <c*>
2006-02-22 15:22:27 +00:00