Mael Rouxel-Labbé
|
53d4c9b580
|
Simplify 'Hash_handles_with_or_without_timestamps' (use 'Get_time_stamper')
|
2019-10-28 11:29:08 +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
|
aa339ce63d
|
Merge 'cgal/releases/CGAL-4.14-branch'
|
2019-08-29 07:37:03 +02:00 |
Andreas Fabri
|
2b8a6808ba
|
Update Periodic_3_mesh_3/dependencies
|
2019-08-21 05:34:42 -07:00 |
Sébastien Loriot
|
fbafb9d06f
|
fix remaining mismatches and fix bugs
|
2019-07-10 11:40:45 +02:00 |
Sébastien Loriot
|
983645a51a
|
match @{ and @}
|
2019-07-05 21:49:46 +02:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Laurent Rineau
|
fee84ae228
|
Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau
Mesh_3 `Protect_edges_sizing_field`: handle the `stop` Boolean
# Conflicts:
# Mesh_3/include/CGAL/Mesh_3/Protect_edges_sizing_field.h
|
2019-05-14 16:44:02 +02:00 |
Laurent Rineau
|
a1e3e05558
|
Add maximal_number_of_vertices and stop_ptr to the protection code
|
2019-05-03 11:46:13 +02:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
700342bfa7
|
remove cpp11 workaround in mesh_3 related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
52dd5f6244
|
manual replacement for level 1 in classified ref man
|
2019-02-14 10:40:04 +01:00 |
Sébastien Loriot
|
59bc453b42
|
first batch of replacement for level 1 in classified ref man
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
|
2019-02-14 10:32:39 +01:00 |
Sébastien Loriot
|
42b9a0be04
|
fix level
|
2019-02-14 10:26:05 +01:00 |
Laurent Rineau
|
fdd8357915
|
Merge pull request #3580 from afabri/Stream_support-Color-GF
Fix warnings (Add/remove copy constructors, and other warnings)
Co-authored-by: Laurent Rineau <laurent.rineau@cgal.org>
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
Co-authored-by: Maxime GIMENO <maxime.gimeno@gmail.com>
|
2019-02-13 15:25:07 +00:00 |
Andreas Fabri
|
3b1b080330
|
Do for example what we did for test
|
2019-01-31 13:39:44 +01:00 |
Andreas Fabri
|
16f61704da
|
Set policy
|
2019-01-31 10:55:25 +01:00 |
Andreas Fabri
|
0322901c39
|
Link with ImageIO
|
2019-01-30 10:09:45 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Andreas Fabri
|
ade4903000
|
Fix Voronoi
|
2019-01-22 19:07:32 +01:00 |
Laurent Rineau
|
8121e872ab
|
Merge pull request #3513 from sloriot/CGAL-fix_maybe_uninit_vars_wrngs_2
Fix some wmaybe-uninitialized warnings
|
2018-12-19 16:08:55 +01:00 |
Sébastien Loriot
|
8e75d21c38
|
fix maybe-uninitialized warning
|
2018-12-10 08:00:57 +01:00 |
Andreas Fabri
|
c5fb10fe29
|
Suppress boost PP related warnings
|
2018-12-06 12:39:04 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Guillaume Damiand
|
7f09308d33
|
Remove all include_directories(BEFORE ../../include) in CMakeLists.txt
|
2018-10-17 13:07:22 +02:00 |
Sébastien Loriot
|
3dd0aa112d
|
rename macro not following the convention
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
ea240cfac5
|
use \PkgXXX instead of \PkgXXXSummary
|
2018-10-08 10:28:44 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Sébastien Loriot
|
d514411868
|
re-add files removed during git filter-branch
|
2018-07-19 21:47:31 +02:00 |
Mael Rouxel-Labbé
|
71cd6930bc
|
Simply call insert in 'insert_in_hole' of the periodic mesh triangulation
|
2018-07-18 17:33:37 +02:00 |
Mael Rouxel-Labbé
|
f278bb8612
|
Force usage of Eigen (see https://github.com/CGAL/cgal/pull/3128)
|
2018-06-21 10:45:26 +02:00 |
Mael Rouxel-Labbé
|
a878f9ca35
|
Use proper (cpp98) namespace for CGAL functional functions
|
2018-06-21 10:20:08 +02:00 |
Mael Rouxel-Labbé
|
d6857514be
|
Dropped 'const&' in function parameter in wrappers/model domains
1. This doesn't really make sense if the template is a function type.
2. There is already a copy of the function anyway
|
2018-06-20 12:35:19 +02:00 |
Mael Rouxel-Labbé
|
48cdc9ac5f
|
Removed useless header include
|
2018-06-20 12:07:40 +02:00 |
Mael Rouxel-Labbé
|
4bb3391601
|
Minor doc changes
|
2018-06-08 17:06:23 +02:00 |
Mael Rouxel-Labbé
|
6775654e03
|
Minor doc change
|
2018-06-08 11:45:34 +02:00 |
Mael Rouxel-Labbé
|
1bcfb4f8a7
|
Update P3M3 dependencies
|
2018-06-07 15:09:54 +02:00 |
Mael Rouxel-Labbé
|
b9651ad851
|
Minor doc change
|
2018-06-07 12:58:21 +02:00 |
Mael Rouxel-Labbé
|
373f50834a
|
Resized the banner
|
2018-06-07 11:36:54 +02:00 |
Mael Rouxel-Labbé
|
44e39f5300
|
Fix missing const& in the docs of Mesh_3 and P3M3
|
2018-06-06 17:47:20 +02:00 |
Mael Rouxel-Labbé
|
0bffa6adb0
|
Updated documentation
|
2018-06-06 17:01:15 +02:00 |
Mael Rouxel-Labbé
|
b141abcfcb
|
Fixed Implicit_to_labeled_subdomains_function_wrapper's doc
|
2018-06-06 16:59:36 +02:00 |
Mael Rouxel-Labbé
|
cd532cf334
|
Fixed typos
|
2018-06-06 16:58:59 +02:00 |