Giles Bathgate
ce7d06d5f4
Disable NEF trace unless the user specifically wants it
2021-02-07 11:55:29 +00:00
Laurent Rineau
e1870c1522
Merge pull request #5371 from maxGimeno/Fix_Nesf_2_parser-maxGimeno
...
Fix OOB issues in Nef_*
2021-02-05 16:10:29 +01:00
Maxime Gimeno
d78842712c
Fix conversion warnigns
2021-01-26 10:22:18 +01:00
Maxime Gimeno
ffa019712b
First face may be -1, don't fail on it, just don't use it
2021-01-25 12:59:48 +01:00
Andreas Fabri
361598fe8f
Cherry-picked 581ba10 (Thank you Giles)
2021-01-20 15:39:50 +00:00
Maxime Gimeno
2e592e0027
Fix typo and use setstate
2021-01-20 08:38:33 +01:00
Maxime Gimeno
9e291e6bbf
replace cerr by CGAL_warning_msg
2021-01-19 14:04:54 +01:00
Andreas Fabri
3dade2a027
Remove the flush which is not needed for cerr and put parenthesis
2021-01-19 12:35:05 +00:00
Maxime Gimeno
618b409b0f
Fix Nef_2 and Nef_S2 IO
2021-01-18 15:40:40 +01:00
Maxime Gimeno
bebd60c12b
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-20 09:53:54 +02:00
Sébastien Loriot
090b82e762
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-10-02 15:08:56 +02:00
Laurent Rineau
a886ecbd71
Fix a warning in an inelegant code
...
- `std::cerr` is already unbufferized, and `std::flush` does nothing
on it,
- and anyway, `std::endl` calls `std::flush`.
2020-09-29 09:14:11 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Laurent Rineau
9d16a42257
Fix ambiguous comparisons error with C++20
2020-06-15 17:07:35 +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
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +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
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
Maxime Gimeno
64253458aa
Fix warnings
2019-07-12 10:49: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
Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Andreas Fabri
5532b84b4f
nullptr_t -> std::nullptr_t
2019-06-05 07:28:56 +02:00
Andreas Fabri
e2d19b0c8d
Replace NULL and Nullptr_t with nullptr and nullptr_t
2019-06-04 23:45:44 +02:00
Laurent Rineau
419032d859
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
...
Fix some typos in code/comments/documentation
2019-05-23 08:50:14 +02:00
Laurent Rineau
b8fe6b10ee
Merge pull request #3804 from afabri/CGAL_tests_must_not_include_basic-GF
...
Do not include <CGAL/basic.h>
2019-05-21 16:37:01 +02:00
Mael Rouxel-Labbé
2848158354
Fix typos
2019-05-20 08:54:04 +02:00
Laurent Rineau
d13b57d054
Merge pull request #3877 from sloriot/CGAL-fix_warnings
...
Fix warnings
2019-05-06 15:30:47 +02:00
Laurent Rineau
959ea27b4e
Merge pull request #3889 from sloriot/CGAL-remove_link_to_old_demos
...
Remove link to old demos
2019-05-06 15:30:29 +02:00
Laurent Rineau
b3d9e97abe
Merge pull request #3889 from sloriot/CGAL-remove_link_to_old_demos
...
Remove link to old demos
2019-05-06 15:02:01 +02:00
Sébastien Loriot
c92996cd5a
remove link to old Qt3 demos
2019-04-29 17:27:04 +02:00
Sébastien Loriot
7a5ffd043e
avoid unused variable warnings
2019-04-24 15:16:52 +02:00
Andreas Fabri
4465951d0c
Add examples to the User Manual that explain exploration
2019-04-02 12:14:06 +02:00
Mael Rouxel-Labbé
deb657b341
Fixed exploration_isolated.ipe and added PDF
2019-04-02 11:53:43 +02:00
Andreas Fabri
49c20db0ce
Add figure for isolated vertices
2019-04-02 11:43:50 +02:00
Andreas Fabri
7f88a25d35
Change coordinates in example
2019-04-01 16:36:20 +02:00
Andreas Fabri
af33238b8f
Add svg files
2019-04-01 16:35:17 +02:00
Mael Rouxel-Labbé
d93623dbb2
PDF files
2019-04-01 16:09:04 +02:00
Andreas Fabri
5d95f8c101
Add figures
2019-04-01 15:23:22 +02:00
Mael Rouxel-Labbé
523ac5ff98
Added .ipe figures
2019-04-01 14:39:54 +02:00
Andreas Fabri
063dfa39f0
Add an example for exploration
2019-04-01 14:14:41 +02:00
Andreas Fabri
a1609350aa
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
2019-03-27 15:21:33 +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
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
Sébastien Loriot
e4cbae525c
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD
2019-01-31 11:25:26 +01:00
Sébastien Loriot
99d842401a
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
2019-01-31 11:24:50 +01:00
Laurent Rineau
afc3de2894
Merge branch 'master' into Stream_support-Color-GF
2019-01-23 09:37:08 +01:00
Sébastien Loriot
e34ddaef38
reset the halfedge pointer of the faces before setting them
...
that way in the bounded case, the infinite face has no halfedge
associated, only holes. Before the patch it could be that
an erased one was associated
2019-01-22 19:06:58 +01:00