Jane Tournois
c15199f3e5
avoid using "C:" in tar arguments. "C:" is part of DEMOS_TEST_DIR
2023-06-02 09:59:47 +02:00
Jane Tournois
10404c1054
fix qwindows.dll path
2023-06-02 09:59:46 +02:00
Jane Tournois
3c8821b7de
mv each demo binaries to DEMOS_TEST_DIR
2023-06-02 09:59:46 +02:00
Jane Tournois
4b7ba346f0
fix paths
2023-06-02 09:59:46 +02:00
Jane Tournois
3f30c77f55
publish results AFTER collecting demos binaries
2023-06-02 09:59:45 +02:00
Jane Tournois
1e20243096
replace ${CGAL_BINARY_DIR}/test by ${CGAL_TEST_DIR}
...
leftover from autotest_cgal
2023-06-02 09:59:45 +02:00
Jane Tournois
5b82ef33af
remove \ (made sense in autotest_cgal but not here)
2023-06-02 09:59:44 +02:00
Jane Tournois
36b1971f0f
make collect_demos_binaries() more consistent with the rest of the script
...
by using macros for TAR, COMPRESSOR, and variables describing paths
2023-06-02 09:59:44 +02:00
Jane Tournois
686db7277f
minor reorganization
2023-06-02 09:59:43 +02:00
Jane Tournois
0f6ed75aca
use plural everywhere to be consistent
2023-06-02 09:59:42 +02:00
Jane Tournois
d38078245b
fix typo
2023-06-02 09:59:42 +02:00
Jane Tournois
8c2b0b4065
cgal_demo_copy_all_dlls_cygwin takes two arguments:
...
target_directory config_type
2023-06-02 09:59:41 +02:00
Jane Tournois
53baaf70fd
move collect_demo_binaries to separate function
2023-06-02 09:59:41 +02:00
Nicolas Saillant
72052b11b4
Collect Demos in run_testsuite_with_ctest
2023-06-02 09:59:40 +02:00
Sebastien Loriot
4945181599
Inconsistent return type in Kernel_d concepts ( #7461 )
...
## Summary of Changes
Reported by Michael Kerber: the concept
https://doc.cgal.org/latest/Kernel_d/classKernel__d_1_1Contained__in__simplex__d.html
documents a return type of Bounded_side but all implementations return
bool instead. This is particularly confusing because Bounded_side could
have made sense, and you can easily write code that compiles and gives
nonsensical results.
## Release Management
* Affected package(s): Kernel_d
2023-05-30 19:13:06 +02:00
Sebastien Loriot
eb60bc6cc7
Add missing include for `qreal` ( #7465 )
...
## Release Management
* Affected package(s): `GraphicsView`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): N/A
* License and copyright ownership: no change
2023-05-30 19:12:50 +02:00
Sebastien Loriot
10505d2b93
update CI to use doxygen 1.9.6 ( #7466 )
2023-05-24 09:53:57 +02:00
Sébastien Loriot
4c5197f95c
update CI to use doxygen 1.9.6
2023-05-24 09:52:50 +02:00
Sebastien Loriot
eea24af049
Update doc resources and fix issues with doxygen 1.9.6 ( #7464 )
2023-05-24 09:25:54 +02:00
Mael Rouxel-Labbé
f1b07a31e3
Add missing include
2023-05-23 19:00:52 +02:00
Sébastien Loriot
96753beb19
accomodate search box updates
2023-05-23 18:09:06 +02:00
Sébastien Loriot
12b32f6be4
move custom mathjax into dedicated .js
2023-05-23 18:08:44 +02:00
Sébastien Loriot
732da62bd4
use default stylesheet (was already the case before)
2023-05-23 14:33:24 +02:00
Sébastien Loriot
de869b74a8
the link is changing all the time
2023-05-23 13:47:42 +02:00
Sébastien Loriot
5b532d2466
update from 1.8.20 to 1.9.6
2023-05-23 13:45:43 +02:00
Sébastien Loriot
a9cc880bc4
verbatim copy of doxygen style sheet
2023-05-23 13:45:33 +02:00
Sébastien Loriot
7453af0bee
remove options that are default + png used only in 1.8.4
2023-05-23 13:44:32 +02:00
Sébastien Loriot
a10e704b56
remove no longer supported versions
2023-05-23 13:39:21 +02:00
Marc Glisse
5a5539b45d
Inconsistent return type in Kernel_d concepts
...
All implementations seem to agree.
2023-05-22 22:04:29 +02:00
Laurent Rineau
546e976849
Merge pull request #7448 from lrineau/Triangulation_3-fix_regular_with_TBB-GF
...
Triangulation_3: fix a race-condition in `Regular_triangulation_3::insert(begin, end)`.
2023-05-19 18:26:36 +02:00
Laurent Rineau
5a85381d4c
remove a trailing whitespace
...
This time I think I managed to fix my VS Code Insiders settings to fix that
issue permanently.
2023-05-16 16:13:05 +02:00
Laurent Rineau
97262bf0e9
Triangulation_3: fix a race-condition in regular
...
The race condition is in the batch insertion of a range
of points, with or without info.
2023-05-16 15:56:32 +02:00
Sébastien Loriot
d5d257d9b1
fix doc
2023-05-15 17:34:56 +02:00
Sébastien Loriot
caba1718c9
improve error message
2023-05-15 11:52:57 +02:00
Sébastien Loriot
0a8a706f2a
remove check on exe name
2023-05-15 11:42:03 +02:00
Sébastien Loriot
d23fdd85bf
update testsuite script to last doxygen version
2023-05-12 19:44:58 +02:00
Sébastien Loriot
cb11c8a673
no longer deal with png icons + remove CGAL link in title
2023-05-12 19:07:34 +02:00
Sébastien Loriot
eb29538403
add resources for doxygen 1.9.6
2023-05-12 16:05:30 +02:00
Laurent Rineau
9863db052c
Merge pull request #7418 from MaelRL/PMP-Add_missing_const-GF
...
Add missing const
2023-05-04 17:20:54 +02:00
Laurent Rineau
d3b336275e
Merge pull request #7411 from lrineau/CGAL-fix_worktree_with_space-GF
...
CMake: allow spaces in git working directory
2023-05-04 16:34:42 +02:00
Mael Rouxel-Labbé
aa2a87e538
Add missing const
2023-05-03 11:27:28 +02:00
Laurent Rineau
28da6e7c74
CMake: allow spaces in git working directory
2023-04-26 16:24:01 +02:00
Laurent Rineau
c53dfe6986
Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF
...
Fix issues in OBJ I/O
2023-04-24 14:04:34 +02:00
Laurent Rineau
e081af3694
Merge pull request #7386 from janetournois/Installation-gmp-jtournois
...
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:12:45 +02:00
Mael Rouxel-Labbé
82e130d951
Minor example improvements
2023-04-18 12:14:10 +02:00
Mael Rouxel-Labbé
d33fc1ad07
Add missing error message
2023-04-18 11:23:16 +02:00
Mael Rouxel-Labbé
b7ca320000
Fix null char reading and backslash separated multi lines
2023-04-18 11:23:06 +02:00
Mael Rouxel-Labbé
451223a2e8
Fix not forwarding verbose NP to inner functions
2023-04-18 11:22:53 +02:00
Jane Tournois
d4b5fec0a6
be verbose when loading succeeded
2023-04-13 16:40:15 +02:00
Jane Tournois
3077d8b657
remove useless definitions
2023-04-13 16:33:20 +02:00