Commit Graph

63 Commits

Author SHA1 Message Date
Efi Fogel 0bf75c9062 Cleaned up 2024-01-29 19:19:25 +02:00
Efi Fogel e6b72fc7c8 Cleaned up; added move constructor and move assignment 2024-01-29 19:19:03 +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
Sébastien Loriot 98e471849b moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Ahmed Essam a46398db32 Address comments 2020-08-25 13:43:49 +02:00
Ahmed Essam 5e7a5e73f2 Update documentation 2020-08-21 13:06:57 +02: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
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