Mael Rouxel-Labbé
35cb845ead
Indentation fixes
2023-05-23 17:27:58 +02:00
Laurent Rineau
a10460dd31
Remove trailing whitespaces
2023-04-28 14:05:01 +02:00
Andreas Fabri
5030d671d5
Target Polyhedron_3 builds and executes, but with all scripting and RegExp (deprecated) commented
2023-04-19 17:06:44 +01:00
albert-github
8a0b21461d
Unexpected backtick
...
- Corrected some more redundant / missing backticks
- correctes a spelling error (Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h)
2023-04-11 17:38:37 +02:00
albert-github
57e900b47c
Making description of author(s) of a package consistent
...
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Laurent Rineau
5c943e558c
Merge pull request #6935 from lrineau/CGAL-fix_autotest_with_ctest-GF
...
Fix autotest_cgal_with_ctest
2022-11-25 10:15:07 +01:00
albert-github
c32b1f4127
spelling corrections
...
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +01:00
albert-github
3674c937f7
spelling corrections
...
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01: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
Laurent Rineau
ea35fa8f88
Fix autotest_cgal_with_ctest
...
That commit makes the CMake variables `CGAL_TEST_SUITE` (the new one)
and `RUNNING_CGAL_AUTO_TEST` (the legacy one) completely equivalent.
2022-10-05 15:06:02 +02:00
albert-github
431a63ed7b
Documentation error in Three
...
The construct:
```
...of each item ?
//!`.
//! \param viewer the active `Viewer_interface`.
```
leads to the fact that the `todo` and the `param` are joined and shown as:
```
... of each item ? . \param viewer the activeViewer_interface`.
```
Files:
- doc_output/Three/structCGAL_1_1Three_1_1Edge__container.html
- doc_output/Three/structCGAL_1_1Three_1_1Point__container.html
(also corrected a typo)
2022-09-24 14:50:09 +02:00
albert-github
ee415d50de
Corrections for more strict doxygen symbol resolver
...
The doxygen symbol resolver for the doxygen master version (1.9.5 (35711f2d14acc81cff83f81f04c566ad8c8c6fe8)) has been improved (made stricter) but this means also means that some links have to be corrected.
The patch has been tested against the mentioned doxygen master and against doxygen 1.8.13 and the results look in both cases correct (without the patch the master version has some warnings and some incorrect links)..
The patch has been created by @doxygen and upon request created into a pull request by me.
2022-06-07 10:56:37 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Andreas Fabri
2478b854c3
Use CGAL::cpp11::result_of
2021-11-04 09:14:02 +01:00
Laurent Rineau
16c0aab3cc
Merge pull request #5809 from maxGimeno/Polyhedron_demo-Filtering_c3t3_item_display-maxGimeno
...
Polyhedron Demo: Filtering c3t3 item display
2021-09-21 09:57:46 +02:00
Sebastien Loriot
fd94f61198
Merge pull request #5785 from maxGimeno/Google-readability-casting-maxGimeno
...
Clang-tidy: google-readability-casting
2021-09-02 15:46:54 +02:00
Maxime Gimeno
c095ef2a00
Merge remote-tracking branch 'mine/Demo-T3_item-mgimeno' into Polyhedron_demo-Filtering_c3t3_item_display-maxGimeno
2021-09-02 11:42:28 +02:00
Maxime Gimeno
af1a69e193
Merge remote-tracking branch 'cgal/master' into Google-readability-casting-maxGimeno
2021-08-31 10:39:27 +02:00
Maxime Gimeno
720b2dd090
Fix conflicts and fix Cut_plugin
2021-08-30 12:47:10 +02:00
Maxime Gimeno
8f1c510c49
WIP program
2021-08-10 15:21:33 +02:00
Sébastien Loriot
0da1e5690e
copyright.txt -> copyright
2021-07-29 10:07:44 +02:00
Sebastien Loriot
0dee2ca2b1
Merge pull request #5823 from maxGimeno/Doc-Fix_Three_doc-maxGimeno
...
Three Documentation Fix
2021-07-19 07:38:36 +02:00
Maxime Gimeno
3268963914
Remove bibref in Three package as it is not in the package overview.
2021-07-01 11:37:15 +02:00
Maxime Gimeno
f79ec025cd
The edges are dealt with now.
2021-06-28 13:11:28 +02:00
Maxime Gimeno
2c36a1797c
WIP
2021-06-23 15:58:57 +02:00
Maxime Gimeno
1a9a578df8
Apply google-readability-casting to the off_plugin
2021-06-18 10:54:35 +02:00
albert-github
7bfa33f9e4
Incorrect documentation for enum in Three package
...
Though not yet released ...
The documentation after the enum values signal, according to the text, documentation after the enum value but the used documentation starter `//!` is incorrect, should be `//!<`.
(see results on page doc_output/Three/group__PkgThreeRef.html)
2021-06-04 14:01:47 +02:00
Laurent Rineau
10cdb759b9
Merge pull request #5739 from maxGimeno/Demo-Fixes_for_scale_scene-maxGimeno
...
Polyhedron Demo: Fix Scene Recentering while Scaled
2021-06-02 17:20:47 +02:00
Maxime Gimeno
18c7e6f513
Fix scene recenter with scaling ON
2021-05-31 14:09:07 +02:00
Sébastien Loriot
f513a791e2
Merge remote-tracking branch 'cgal/5.2.x-branch'
2021-04-21 15:48:36 +02:00
Sébastien Loriot
eef92fbef7
Merge remote-tracking branch 'cgal/5.1.x-branch'
2021-04-21 15:47:06 +02:00
Maxime Gimeno
9384b064eb
Make `children` a pointer to silent an annoying warning about QList<int> not being a dll-interface class.
2021-04-16 13:39:30 +02:00
Maxime Gimeno
8f344579cc
Test
2021-04-15 09:33:31 +02:00
Maxime Gimeno
17602e589e
Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF
2021-04-07 09:17:51 +02:00
Maxime Gimeno
cc99fd94ad
Demo Pass
2021-02-19 16:02:12 +01:00
Mael Rouxel-Labbé
1f45360d7a
Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF
2021-01-26 09:05:24 +01:00
Mael Rouxel-Labbé
6b87fe393d
Fix various grammar issues
2020-12-05 11:11:33 +01:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Maxime Gimeno
af7e1a8829
Remove the scaler form the scene API
2020-10-16 14:32:12 +02:00
Maxime Gimeno
812d082883
document `scaler` in the scene draw interface
2020-10-16 13:18:45 +02:00
Mael Rouxel-Labbé
f55ef7dd50
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-10-09 18:36:17 +02:00
Mael Rouxel-Labbé
4694a48913
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-09-22 11:35:25 +02:00
Laurent Rineau
6aefea87b9
Merge pull request #4949 from maxGimeno/Demo-Fixes-maxGimeno
...
Polyhedron demo: Fixes
2020-08-27 14:44:14 +02:00
Mael Rouxel-Labbé
8682f9bafb
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-08-24 11:45:17 +02:00
Maxime Gimeno
755c044829
Fixes
2020-08-24 09:12:11 +02:00
Mael Rouxel-Labbé
0d66e19361
IO documentation fixes
...
See @sloriot's review:
https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polgyon_soup_mesh_IO/2nd_round/Answer_to_review
(+ some commits before and after this one)
2020-07-24 17:06:00 +02:00
Maxime Gimeno
825399a515
Fixes
2020-07-24 12:02:11 +02:00
Mael Rouxel-Labbé
a53d72b986
Standardize "I/O" vs "IO"
2020-07-17 10:51:09 +02:00
Maxime Gimeno
9f056030f9
Finish the Scene Scaler
2020-07-03 11:56:45 +02:00
Maxime Gimeno
b2047dcab8
Add an option to rescale the scene in a 1-radius sphere.
2020-07-02 15:56:55 +02:00
Maxime Gimeno
ca5a5e6e3c
Use waitcondition to avoid busy waiting
2020-06-29 16:01:28 +02:00
Mael Rouxel-Labbé
26355e2e32
Uniformize capital / third person usage of \brief
2020-06-25 15:13:47 +02:00
Maxime Gimeno
b4bba7f034
rename maccro
2020-06-15 08:58:13 +02:00
Maxime Gimeno
77af45afc1
Fix remainings warnings, use #define for split and fix error in filterOperations
2020-06-12 16:13:16 +02:00
Maxime Gimeno
9551708e88
Fix crash in skeletonization
2020-06-03 15:02:58 +02:00
Maxime Gimeno
59b3a7af9e
Make all the example plugin fully internal. Don't treat them if we are not in the testsuite.
2020-04-14 16:37:47 +02:00
Maxime Gimeno
7e399437aa
rename Example_plugin into Three_examples
2020-04-09 11:31:44 +02:00
Maxime Gimeno
d74ab884cf
Update the doc about creating a scene_item
2020-04-09 11:11:59 +02:00
Maxime Gimeno
d4bf0548df
Move Example_plugings inside the demo and add a cmake swith to get it tested in the testsuites
2020-04-09 10:45:06 +02:00
Maxime Gimeno
bc0e088374
Fix example plugins
2020-04-09 10:06:38 +02:00
Maxime Gimeno
3e316555eb
WIP
2020-04-08 16:30:06 +02:00
Sébastien Loriot
58b10a3605
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 18:58:50 +01:00
Sébastien Loriot
c1a42c7d37
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 18:58:21 +01: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
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
Laurent Rineau
4268d4657b
Merge remote-tracking branch 'cgal/master' into Polyhedron-demo__add_qtscript_support_to_Mesh_3_plugin-GF
2020-01-06 09:51:41 +01:00
Maxime Gimeno
13a31ec9af
Add a Viewer option to use a specif shader to make more obvious the orientation of the fragments in the shaded programs.
2019-10-28 15:32:31 +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
Laurent Rineau
df49068ce4
Fix dependencies
2019-10-11 11:57:46 +02:00
Laurent Rineau
850d6090c0
Merge pull request #4102 from maxGimeno/Demo-Fixes-maxGimeno
...
3D Demo: Fixes
2019-08-16 13:25:06 +02:00
Maxime Gimeno
25090aa8eb
Add a button to get rid of a heat group.
2019-08-02 14:52:45 +02:00
Sebastien Loriot
66c73369d0
Merge pull request #4077 from maxGimeno/Demo-Optimize_move_point-mgimeno
...
Demo 3D : Optimize the "Move point" operation
2019-07-19 15:24:50 +02:00
Sébastien Loriot
2e747dd300
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD
2019-07-18 17:01:42 +02:00
Maxime Gimeno
95b35474b8
Merge remote-tracking branch 'cgal/master' into Demo-Optimize_move_point-mgimeno
2019-07-16 13:24:43 +02:00
Maxime Gimeno
1ed4211bc1
Force GouraudPlusEdges for Move Vertex
2019-07-12 16:34:04 +02:00
Maxime Gimeno
261c596cfc
Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
2019-07-10 14:04:34 +02:00
Maxime Gimeno
1184530530
More warnings fixed
2019-07-10 14:02:06 +02:00
Laurent Rineau
e068363fbf
Add an API to replace QMessageBox static functions
...
.. and possibly compatible with scripts (not yet implemented).
2019-07-09 14:14:50 +02:00
Laurent Rineau
32f80cbece
Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF
...
CMake>=3.13: opt for for new policies up to 3.15
2019-07-01 11:16:30 +02:00
Laurent Rineau
33e7de45e9
Merge pull request #3919 from maxGimeno/Add_3mf_wrapper-GF
...
Stream_support: Add a 3mf wrapper
2019-06-20 14:21:11 +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
Laurent Rineau
be0d07d150
Merge pull request #3979 from afabri/CGAL-null_ptr-GF
...
Replace NULL and Nullptr_t with nullptr and nullptr_t
2019-06-17 14:10:35 +02:00
Laurent Rineau
64bc1348a8
Markdown syntax: add an empty line after the code block
2019-06-07 14:19:53 +02:00
Maxime Gimeno
52bbbbddd7
Add a warning about the Polyhedron_demo_dir in the doc
2019-06-07 12:44:31 +02:00
Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Maxime Gimeno
e322905349
Don't use horizontalAdvance as it was introduced in qt5.11
2019-05-27 16:27:24 +02:00
Maxime Gimeno
f08f69e745
fix text items not displayed entirely
2019-05-21 16:24:00 +02:00
Mael Rouxel-Labbé
2848158354
Fix typos
2019-05-20 08:54:04 +02:00
Maxime Gimeno
dbf2a6854f
Clean-up io-plugins
2019-05-16 14:03:07 +02:00
Maxime Gimeno
e717987f64
Update interface version
2019-05-16 13:20:05 +02:00
Maxime Gimeno
56c99d8a23
Replace IO API to be able to load/save several items at a time
2019-05-16 11:10:35 +02:00
Laurent Rineau
cd1e7da6b7
Merge pull request #3872 from maxGimeno/Demo-Statistics_for_soups-GF
...
Polyhedron Demo: Add stats to polygon_soup
2019-05-06 15:30:53 +02:00
Maxime Gimeno
b8dc1ae063
Fix warnigns
2019-05-03 13:27:00 +02:00
Maxime Gimeno
d4b70a7703
Add a mechanism to specify default loaders when loading, not just for saving. Make the off plugin the default loader for .off files so that lcc_plugin doesn't come first in the list.
2019-04-24 10:35:45 +02:00