Guillaume Damiand
|
055d6fd1f9
|
Do not inverse normal by default in LCC viewer
|
2019-11-29 08:45:52 +01:00 |
Sébastien Loriot
|
b13e116919
|
Manual removal of license notice + fix SPDX flags
|
2019-10-19 17:00:08 +02: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
|
d0f23b56f6
|
update deprecated 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-only/"
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-only/"
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-only/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.1$" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.1$/SPDX-License-Identifier: LGPL-2.1-only/"
|
2019-10-18 22:08:05 +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 |
Guillaume Damiand
|
0707d80d63
|
Update basic viewer to avoid conflict with another external function.
|
2019-10-15 11:16:02 +02:00 |
Sebastien Loriot
|
fd328f6c91
|
Merge pull request #3772 from maxGimeno/BasicViewer-Update_shaders-GF
Basic viewer: use compatibility shaders in basic_viewer
|
2019-08-12 09:01:05 +02:00 |
Maxime Gimeno
|
660ebe9e81
|
Add missing highp and remove unwanted highp
|
2019-08-05 14:16:02 +02:00 |
Sébastien Loriot
|
25a05e9f4c
|
Merge branch 'CGAL-named_function_parameters-4.14' into master
Conflicts resolved by hand
|
2019-07-28 23:46:43 +02:00 |
Sébastien Loriot
|
2f81a21523
|
Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch
Conflicts resolved by hand
|
2019-07-28 22:30:13 +02:00 |
Sebastien Loriot
|
2a426bb1e1
|
Merge pull request #4063 from sloriot/CGAL-NO_CXX11
Remove CGAL_CXX11 macro usage
|
2019-07-19 16:16:22 +02:00 |
Sébastien Loriot
|
1f8065c6c3
|
Merge pull request #3885 from MaelRL/PMP-Locate-GF
PMP: Add locate.h and rewrite Triangulation_2 graph traits
|
2019-07-18 16:40:49 +02:00 |
Sebastien Loriot
|
667e4022f7
|
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
|
2019-07-18 16:26:43 +02:00 |
Sébastien Loriot
|
560c77f567
|
rename named function parameter class
|
2019-07-15 06:25:02 +02:00 |
Sébastien Loriot
|
cebf0657d8
|
Use a full CGAL version of named function parameters
no longer rely on boost
|
2019-07-14 22:45:47 +02:00 |
Laurent Rineau
|
dc02598a5c
|
Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
CGAL: more viewers
|
2019-07-10 14:22:50 +02:00 |
Sébastien Loriot
|
fbafb9d06f
|
fix remaining mismatches and fix bugs
|
2019-07-10 11:40:45 +02:00 |
Sébastien Loriot
|
c0edb5ecaa
|
remove CGAL_CXX11 macro usage
|
2019-07-08 11:42:17 +02:00 |
Mael Rouxel-Labbé
|
f68141a6d3
|
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
|
2019-07-01 11:28:25 +02:00 |
Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +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 |
Guillaume Damiand
|
8a3cb666fd
|
Correct links to CGAL::draw functions.
|
2019-06-19 13:10:08 +02:00 |
Mael Rouxel-Labbé
|
7f6cb0411c
|
Merge branch 'PMP-Locate-GF-old' into PMP-Locate-GF
|
2019-06-18 08:20:16 +02:00 |
Andreas Fabri
|
42e07ce912
|
@lrineau believe me that with VC++ it compiled locally even before this commit
|
2019-06-06 17:12:31 +02:00 |
Andreas Fabri
|
d1e33fef68
|
last fix
|
2019-06-06 07:41:54 +02:00 |
Andreas Fabri
|
78055c1394
|
Fix LCC and Generalized_map
|
2019-06-05 23:36:42 +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 |
Laurent Rineau
|
90782d4b7f
|
Revert the merge of two pull-requests that target CGAL-4.14-branch
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
|
2019-05-14 17:50:45 +02:00 |
Mael Rouxel-Labbé
|
0b506f5cce
|
Fix package dependencies
|
2019-05-10 12:41:25 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
6e8e4a4b10
|
remove variadic template workaround for cmap, gmap, and lcell
|
2019-03-29 10:41:50 +01:00 |
Laurent Rineau
|
8693f95dac
|
Merge pull request #3619 from albert-github/feature/bug_headers
Update of headers
|
2019-02-22 16:39:09 +01:00 |
Laurent Rineau
|
b56f51982b
|
Merge pull request #3591 from albert-github/feature/bug_advanced_concept
Make advanced concept documentation analogous to advanced class.
|
2019-02-16 14:00:21 +01:00 |
Sébastien Loriot
|
246d89b91f
|
add missing upper case letters
|
2019-02-14 11:01:28 +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
|
90ad079eb4
|
use macro for subsections
command used:
grep -l "###" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\#\s*$/\\cgalCRPSubsection{\1}/
|
2019-02-14 10:32:00 +01:00 |
Sébastien Loriot
|
117b7cdf04
|
remove advanced in the brief of a concept
|
2019-02-13 19:06:26 +01:00 |
Andreas Fabri
|
0496d840ff
|
Fix arrangement and lcc
|
2019-01-18 10:05:48 +01:00 |
Laurent Rineau
|
1813a1ca45
|
Merge pull request #3488 from gdamiand/LCC_demo-gdamiand
LCC demo
|
2018-12-10 14:38:20 +01:00 |
Guillaume Damiand
|
12ae925f31
|
Some more unused variables.
|
2018-12-03 20:11:19 +01:00 |
Guillaume Damiand
|
c2665415cd
|
Remove warning in lcc viewers.
|
2018-11-30 08:03:31 +01:00 |
Guillaume Damiand
|
edfdc8d346
|
Readd the random face color option for lcc viewer.
|
2018-11-27 17:02:38 +01:00 |
Guillaume Damiand
|
111eb4ee21
|
Demo of LCC is now ok
|
2018-11-27 16:07:52 +01:00 |
Guillaume Damiand
|
162a4b5593
|
Continue to update the lcc demo and the basic viewer.
|
2018-11-27 15:45:05 +01:00 |
Guillaume Damiand
|
a5e1edd698
|
Continue to update the lcc demo and the basic viewer.
|
2018-11-27 11:59:29 +01:00 |
Guillaume Damiand
|
5d7723af4a
|
Update LCC demo
|
2018-11-27 09:10:03 +01:00 |