Commit Graph

29 Commits

Author SHA1 Message Date
Sven Oesau 9ca2a4e631 replace * and -> use of std::optional by .value() 2024-05-14 14:44:09 +02:00
Sven Oesau 9cd6762198 adapting examples 2024-05-13 17:25:33 +02:00
Sébastien Loriot e7c26349f2 move header in a package to GPL 2024-01-04 13:36:34 +01:00
Laurent Rineau 7ce782ed5d Merge pull request #7804 from afabri/CGAL-ingroup-GF
Fix wrong \ingroup statements
2023-10-30 17:13:20 +01:00
Andreas Fabri c4e538b64a Fix PkgPolygonalSurfaceReconstruction 2023-10-17 14:32:06 +01:00
Sven Oesau 9eda4485d2 changed the output from unoriented polygon soup to oriented polygon mesh 2023-08-18 11:06:30 +02:00
Sébastien Loriot e72f6b5428 remove no longer used variables 2023-05-31 18:04:03 +02:00
Sven Oesau 5ee4e210a6 use emplace instead of find 2023-05-31 08:20:48 +02:00
Sven Oesau aacd0b6276 reduced number of map queries 2023-05-23 10:02:45 +02:00
Sven Oesau bf38549788 Remapping of plane_indices in input data to range [0..n-1] 2023-05-22 15:52:42 +02:00
Sébastien Loriot d8c92fc92f fix package license 2022-08-02 13:32:36 +02:00
Sébastien Loriot facabcac86 Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-09-10 17:47:17 +02:00
Sébastien Loriot 98e471849b moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
shuangyuan 42c9d55bd8 fixed bug for unincremented circulator 2021-08-26 12:24:19 +08:00
Mael Rouxel-Labbé 6b87fe393d Fix various grammar issues 2020-12-05 11:11:33 +01:00
Maxime Gimeno e9d41d7b7d Fixes for min/max 2020-04-21 11:38:37 +02: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é e73b973b62 Use Parallel_if_available_tag to simplify code that used CGAL_LINKED_WITH_TBB 2019-11-20 12:24:54 +01:00
Sébastien Loriot 52164b1fba First pass on removing license notice in header for LGPL files 2019-10-19 15:40:30 +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
Simon Giraudot 3cfcdaa9d7 Fix implicit conversion pointer->bool in assertion 2019-08-08 15:42:24 +02:00
Simon Giraudot e450266455 Replace CGAL::Iso_cuboid_3<Kernel> by Kernel::Iso_cuboid_3 to avoid problems 2019-08-07 11:50:10 +02:00
liangliang.nan 90662e6b43 replaced BOOST_FOREACH by c++11 for 2019-06-25 17:36:03 +02:00
liangliang.nan 0e5b736242 added namespace "CGAL::" to avoid name conflicts.
tested on Windows, macOS, and Linux/Ubuntu
2019-06-25 17:06:55 +02:00
Liangliang Nan cd673786a5 Use LGPL-3.0+ license (to be consistent with other parts) 2019-06-11 13:58:18 +02:00
Liangliang Nan fadaee63a8 integrated PolyFit 2019-06-05 17:50:37 +02:00