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
b1b02d64fe
P3M3: Non-cubic domains, fixes, improvements ( #7062 )
...
## Summary of Changes
- Add a dummy point generator that is agnostic to the periodic domain's
geometry, allowing P3M3 to handle non-cubic domain.
- Add an example of P3M3 running on polyhedral domains.
- Fix a few issues in SMDS_3's tet soup reading relating to
non-manifoldness + general IO code speed improvements.
- Fix a few issues in P3M3's medit output and always duplicate facets to
reduce the quantity of non-manifoldness occurences.
- Fix an issue with including Mesh_3 headers before P3M3's.
- Fix periodic point projection (for Mesh_3 optimizers) badly computing
the projection direction
- Robustify a handful of P3M3 functions that were using intermediate
constructions rather than the <Point, Offset> API (which uses filtered
predicates and thus yields proper robustness)
- Misc minor code cleaning / modernization
ToDo:
- [x] Check if some medit IO issues are fixed
- [x] Add non-manifoldness flag to read_MEDIT
- [x] Fix value of orthosphere_radius_threshold
- [x] Check calls of insert_dummy_points() (use generic)
- [x] Check doc of P3M3 about cubic domains requirement
Not done:
- [ ] Fix sharp features for periodic polyhedral domains (problems due
to changing weights creating cover change...). Code:
https://gist.github.com/MaelRL/357c52dc04e16a162f13a3c6860a1398 ; WIP
diff: https://gist.github.com/MaelRL/f98809964acffbacb6d3f42793e2654e
## Release Management
* Affected package(s): `Mesh_3`, `P3M3`, `P3T3`, `SMDS3`
* Issue(s) solved (if any): Fix #6997 , Fix #7214
* Feature/Small Feature (if any): TODO
* License and copyright ownership: no change
2023-05-30 19:13:45 +02:00
Sébastien Loriot
21320a02ef
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2023-05-19 18:05:03 +02:00
Sebastien Loriot
243adaaa05
Update doc testsuite to use 1.9.6 ( #7441 )
...
Replaces #6178
2023-05-19 18:03:05 +02:00
Sébastien Loriot
d23fdd85bf
update testsuite script to last doxygen version
2023-05-12 19:44:58 +02:00
Mael
532b82cb9b
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF
2023-05-04 17:28:47 +02:00
Jane Tournois
7eb9a5a0cc
Merge remote-tracking branch 'cgal/master' into Mesh_3-triple_line_extraction_and_weights-GF
...
# Conflicts:
# Mesh_3/include/CGAL/Labeled_mesh_domain_3.h
2023-04-07 15:11:30 +02:00
Mael Rouxel-Labbé
cd0c81a98a
Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF
2023-03-20 10:14:27 +01:00
Laurent Rineau
95dc40f610
List workflow run: skip disabled workflows
2023-03-16 10:27:11 +01:00
Nicolas Saillant
185e510278
Fix line endings
2023-03-15 14:49:57 +01:00
SaillantNicolas
10caf9fde4
added a script that list all cgal workflow last run
2023-03-03 15:42:17 +01:00
Sébastien Loriot
da39109d88
fix CI and be more strict also on the operator() call
2023-02-27 09:58:26 +01:00
Mael
8f703b54cb
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF
2023-01-27 21:48:32 +01:00
Laurent Rineau
1d6830501d
Merge branch '5.5.x-branch'
2023-01-05 15:46:47 +01:00
Laurent Rineau
3cabebf827
Merge branch '5.4.x-branch' into 5.5.x-branch
2023-01-05 15:46:14 +01:00
Laurent Rineau
bcc59bfbb6
CONFIG_TYPE maybe used on other platforms
...
On MacOS, with the XCode generator, the config type is required.
2022-12-21 14:55:42 +01:00
Mael Rouxel-Labbé
b115a680bf
Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF
2022-12-06 09:47:46 +01:00
Laurent Rineau
dbe12c20ee
Merge pull request #7072 from afabri/CGAL-cmake-3_25-GF
...
CGAL: Fixes for cmake 3.25
# Conflicts:
# Barycentric_coordinates_2/examples/Barycentric_coordinates_2/CMakeLists.txt
# Barycentric_coordinates_2/test/Barycentric_coordinates_2/CMakeLists.txt
# Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/CMakeLists.txt
# Polygonal_surface_reconstruction/test/Polygonal_surface_reconstruction/CMakeLists.txt
# Shape_regularization/examples/Shape_regularization/CMakeLists.txt
# Shape_regularization/test/Shape_regularization/CMakeLists.txt
# Weights/examples/Weights/CMakeLists.txt
# Weights/test/Weights/CMakeLists.txt
2022-12-05 12:22:44 +01:00
Laurent Rineau
f0d4d975dd
Merge pull request #7072 from afabri/CGAL-cmake-3_25-GF
...
CGAL: Fixes for cmake 3.25
# Conflicts:
# Barycentric_coordinates_2/examples/Barycentric_coordinates_2/CMakeLists.txt
# Barycentric_coordinates_2/test/Barycentric_coordinates_2/CMakeLists.txt
# Polygonal_surface_reconstruction/examples/Polygonal_surface_reconstruction/CMakeLists.txt
# Polygonal_surface_reconstruction/test/Polygonal_surface_reconstruction/CMakeLists.txt
# Shape_regularization/examples/Shape_regularization/CMakeLists.txt
# Shape_regularization/test/Shape_regularization/CMakeLists.txt
# Weights/examples/Weights/CMakeLists.txt
# Weights/test/Weights/CMakeLists.txt
2022-12-05 12:03:21 +01:00
Sébastien Loriot
20dacdb0c7
add check that cmake_minimum_required is the first line
2022-11-23 10:46:41 +01:00
Mael Rouxel-Labbé
b10b84fb7f
Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF
2022-11-18 16:47:07 +01:00
Sébastien Loriot
c4b7c524dd
fix indentation
2022-10-25 16:55:17 +02:00
Mael Rouxel-Labbé
54cfef9dc7
Fix typo in dependency check message
2022-10-25 13:31:20 +02:00
Laurent Rineau
959d2edd5e
Remove a comment (was a debug work-in-progress)
2022-09-29 14:13:04 +02:00
Laurent Rineau
ba47ed444a
Fix the script cgal_check_dependencies.sh
2022-09-27 14:31:50 +02:00
Laurent Rineau
4c5b5843e3
sed -i -e 's/egrep/grep -E/g'
2022-07-01 16:19:36 +02:00
Laurent Rineau
734c96e951
Merge branch 'master' into pr/lrineau/6558
2022-05-06 16:25:32 +02:00
Laurent Rineau
90accc92ea
Merge pull request #6499 from MaelRL/STL-Merge_is_defaults-GF
...
Merge parameters::Is_default and parameters::is_default_parameter
2022-05-06 14:22:02 +02:00
Laurent Rineau
7c4e43ee1c
Merge pull request #6535 from sloriot/Test-remove_cmake_generator
...
remove mentions to CMAKE_GENERATOR in test scripts
# Conflicts:
# CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake
# Set_movable_separability_2/test/Set_movable_separability_2/cgal_test_with_cmake
2022-05-06 14:21:25 +02:00
Laurent Rineau
539e2852a1
Merge pull request #6535 from sloriot/Test-remove_cmake_generator
...
remove mentions to CMAKE_GENERATOR in test scripts
# Conflicts:
# CGAL_ipelets/demo/CGAL_ipelets/cgal_test_with_cmake
# Set_movable_separability_2/test/Set_movable_separability_2/cgal_test_with_cmake
2022-05-06 14:19:07 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Sébastien Loriot
8e0ed828e7
remove mentions to CMAKE_GENERATOR in test scripts
2022-04-28 13:48:23 +02:00
Laurent Rineau
f7424e89b9
Merge pull request #6509 from lrineau/Scripts-Fix__run_testsuite_with_ctest__on_cygwin-GF
...
Fix run_testsuite_with_ctest on Cygwin
2022-04-27 16:31:47 +02:00
Laurent Rineau
5af4355ab0
Merge pull request #6509 from lrineau/Scripts-Fix__run_testsuite_with_ctest__on_cygwin-GF
...
Fix run_testsuite_with_ctest on Cygwin
2022-04-27 16:30:49 +02:00
Laurent Rineau
b68e2a5005
Fix run_testsuite_with_ctest on Cygwin
2022-04-22 11:25:09 +02:00
Mael Rouxel-Labbé
8ca3558216
Include Installation headers in NP checks (io_tags.h includes config.h)
2022-04-20 16:49:05 +02:00
Mael Rouxel-Labbé
d1876deb3c
Include Stream_support headers in NP checks (tags.h includes io_tags.h)
2022-04-20 16:44:43 +02:00
Sébastien Loriot
6d3176e061
move Named_parameters class in STL_extension
...
helpers stay in BGL because it depends on BGL tags
2022-01-07 15:12:22 +01:00
Laurent Rineau
8723095ce0
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-11-30 10:26:40 +01:00
Laurent Rineau
07cfbc21d8
Update all testsuite scripts, using master versions
2021-11-30 10:23:20 +01:00
Laurent Rineau
22c4c859d2
Merge branch '5.3.x-branch'
2021-11-02 10:59:04 +01:00
Sébastien Loriot
120d94a4cf
add new test for documented named parameters
2021-11-01 09:39:51 +01:00
Laurent Rineau
ea15e79a89
Improve merge_pr_with_label
2021-10-29 17:06:12 +02:00
Sebastien Loriot
ed3503d238
Merge pull request #6061 from sloriot/Scripts-merge_prs
...
Simply merge script by using gh
2021-10-19 15:46:50 +02:00
Laurent Rineau
48d4034baa
Cosmetic change: I commit what is used on sosno
2021-10-18 16:35:20 +02:00
Laurent Rineau
1ad762e082
Fix to allow the `errexit` option (`bash -e`)
2021-10-18 16:34:30 +02:00
Sébastien Loriot
f56cc0dcc9
simply merge script by using gh
2021-10-18 16:11:10 +02:00
Mael Rouxel-Labbé
521c72d57e
Fix typos
2021-10-04 13:34:07 +02:00
Laurent Rineau
e5ab9202f5
Merge pull request #4229 from gdamiand/CGAL_data-gdamiand
...
Regroup data: scripts and function updates
2021-09-23 16:14:11 +02:00
Sébastien Loriot
c83057a7dc
use new way to find python3 since cmake 3.12 and do not use old python path
2021-09-21 14:40:45 +02:00
Maxime Gimeno
5c608f0c83
FIx repetition operator for mac.
2021-08-09 15:40:13 +02:00
Maxime Gimeno
4ceb5fbb1f
filter diff
2021-08-09 15:19:12 +02:00
Maxime Gimeno
b579d9bd3c
Remove the platforms before starting the filter testsuite
2021-08-09 14:16:50 +02:00
Maxime GIMENO
314f867564
No --depth 1 anywhere
2021-07-30 15:52:10 +02:00
Maxime GIMENO
62835eb601
No shallow clone to keep the history for the diff
2021-07-30 15:46:28 +02:00
Maxime GIMENO
e157a4aac9
Fix diff
2021-07-30 15:27:49 +02:00
Maxime Gimeno
22a61aaa00
remove debug
2021-07-28 13:53:15 +02:00
Maxime Gimeno
2a861a7fd1
Fix list_of_pkgs
2021-07-28 12:54:44 +02:00
Maxime Gimeno
dec96f5dd8
fix sourcing
2021-07-28 12:52:02 +02:00
Maxime Gimeno
352cb7b9be
plus
2021-07-28 12:48:06 +02:00
Maxime Gimeno
7ee8667058
debuf list
2021-07-28 12:37:50 +02:00
Maxime Gimeno
ab0a35be16
debug liste
2021-07-28 12:03:38 +02:00
Maxime Gimeno
02152abfee
Fix CGAL_VERSION
2021-07-28 11:37:26 +02:00
Maxime Gimeno
477f7231b3
Don't use a queue file after all
2021-07-28 11:11:36 +02:00
Maxime Gimeno
e2e9f7385d
Use a queue
2021-07-28 10:47:19 +02:00
Sébastien Loriot
1f4feafbe2
fix path
2021-07-27 21:09:45 +02:00
Maxime Gimeno
4acf4ca633
test CGAL_VERSION value
2021-07-26 14:56:48 +02:00
Maxime Gimeno
f267964889
Fix list_test_packages
2021-07-26 12:24:32 +02:00
Maxime Gimeno
5a20cf1c94
clean-up
2021-07-23 14:18:13 +02:00
Maxime Gimeno
4635ac2e15
Add files for testresults
...
Add test collection script odifications for "skipped"
fixes on conditions
2021-07-23 14:15:07 +02:00
Maxime Gimeno
7a526ea537
First step of action
...
add ssh stuff
Update github action
Fix Logic
Don't override the PATH !!!
Download the known host too, so it is possible to add new IPs in it.
Fix GIT path and better management of VERSION_NUMBER
fix autotest_cgal
Fixes for scripts
2021-07-23 14:15:07 +02:00
Maxime Gimeno
026907a9ce
# Ceci est la combinaison de 7 commits.
...
# Ceci est le premier message de validation :
First step of action
# Ceci est le message de validation numéro 2 :
add ssh stuff
# Ceci est le message de validation numéro 3 :
Update github action
# Ceci est le message de validation numéro 4 :
Fix Logic
# Ceci est le message de validation numéro 5 :
Don't override the PATH !!!
# Ceci est le message de validation numéro 6 :
Download the known host too, so it is possible to add new IPs in it.
# Ceci est le message de validation numéro 7 :
Fix GIT path and better management of VERSION_NUMBER
2021-07-23 14:15:07 +02:00
Sébastien Loriot
f153a1ed3e
Merge remote-tracking branch 'cgal/master' into HEAD
2021-07-22 13:15:22 +02:00
Laurent Rineau
80f1328a67
Use the official gh cli instead ghi
2021-07-02 12:47:22 +02:00
Maxime Gimeno
729f78807b
Fix a very stupid mistake
2021-06-25 10:09:09 +02:00
Maxime Gimeno
f911dfb24b
Fix sed for compiler version
2021-06-24 15:07:27 +02:00
Maxime Gimeno
c33311d8b6
Add COMPILER_VERSION to the info file to get the compiler name in the testsuite page
2021-06-23 10:51:04 +02:00
Laurent Rineau
a391081a61
Merge pull request #5743 from sloriot/CGAL-remove_last_setup.exe
...
remove remaining mentions to setup.exe
2021-06-16 15:08:27 +02:00
Laurent Rineau
8fc1301677
Merge pull request #5743 from sloriot/CGAL-remove_last_setup.exe
...
remove remaining mentions to setup.exe
2021-06-16 15:03:47 +02:00
Laurent Rineau
5cbadbede6
Merge pull request #5701 from maxGimeno/Ctest-Adapt_scripts_to_windows-maxGimeno
...
Testsuite: Adapt ctest scripts for use with cygwin
2021-06-02 17:20:49 +02:00
Sébastien Loriot
c93da15912
remove remaining mentions to setup.exe
2021-06-01 09:40:30 +02:00
Maxime Gimeno
17f5ef19fd
Fix CXXFLAGS misisng in testsuite
2021-05-27 13:42:16 +02:00
Guillaume Damiand
9571a88fec
Add backslashs
2021-05-27 09:46:11 +02:00
Maxime Gimeno
0e9d4bf956
Fixes in CMake
2021-05-20 12:17:48 +02:00
Guillaume Damiand
386900efb9
Do not use envsubst
2021-05-19 10:04:51 +02:00
Maxime Gimeno
14b1b3b8cc
WIP
2021-05-04 11:38:07 +02:00
Maxime Gimeno
5e4372fb78
Avoid /cygdrive/c/ in the CGAL_DIR_PATH, it doesn't work when compiled with Visual.
2021-05-04 10:04:12 +02:00
Guillaume Damiand
3aa8506a43
Merge branch 'master' into CGAL_data-gdamiand
2021-04-30 17:45:20 +02:00
Laurent Rineau
7510f80d62
Merge pull request #5430 from janetournois/Scripts-collect_dlls_for_demo_cygwin-jtournois
...
Scripts - collect dlls for Polyhedron demo with cygwin
2021-04-28 15:24:18 +02:00
Maxime Gimeno
ff41fb7f77
Post process CGAL_DIR and CGAL_HOME to replace /cygdrive/LETTER by LETTER:/ in autotest_cgal_with_ctest
2021-04-22 14:26:22 +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
a774f53ada
remove trailing whitespaces
2021-04-21 15:43:41 +02:00
Maxime Gimeno
657ba50904
- call bash instead of only the script
...
Don't try to test skipped packages in run_testsuite_with_cmake
2021-04-19 09:03:20 +02:00
Sebastien Loriot
b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
...
Update maximum cmake versions
2021-04-17 10:58:14 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Maxime Gimeno
b181ab2523
Decide of the config from the setup
2021-04-14 15:51:24 +02:00
Maxime Gimeno
2ef4ba5e0c
WIP
2021-04-08 11:14:03 +02:00
Sébastien Loriot
878aef3408
simplify
2021-04-08 10:24:16 +02:00
Sébastien Loriot
75be03fe9d
update autotest
2021-04-08 10:17:45 +02:00
Maxime Gimeno
1d641882c0
WIP
2021-04-07 12:56:41 +02:00
Laurent Rineau
ef771049b1
Merge branch '5.2.x-branch'
2021-03-31 15:07:31 +02:00
Laurent Rineau
f8a0fe1dad
Merge branch '5.1.x-branch' into 5.2.x-branch
2021-03-31 15:06:19 +02:00
Maxime Gimeno
618fe5cb62
EWxplicitely ban api-ms-win, as those dlls can come from different places.
2021-03-30 10:15:48 +02:00
Laurent Rineau
b680815c03
Remove trailing whitespace
2021-03-26 10:50:02 +01:00
Laurent Rineau
b131bd9d25
Change the URL to internal release
...
That will fix our documentation testsuite.
2021-03-26 10:49:34 +01:00
Maxime Gimeno
016717e120
Don't copy dlls from system32 and Visual
2021-03-25 12:27:44 +01:00
Laurent Rineau
21755b1123
Merge pull request #5245 from GilesBathgate/create-assertions-fix
...
Allow -DNDEBUG and CGAL_nnn_assertions at the same time
2021-03-24 15:05:41 +01:00
Guillaume Damiand
751fb3851d
Merge branch 'master' into CGAL_data-gdamiand
2021-03-19 13:47:37 +01:00
Laurent Rineau
821d987ff7
Merge branch '5.2.x-branch'
2021-03-17 17:53:11 +01:00
Laurent Rineau
989819ed01
Merge branch '5.1.x-branch' into 5.2.x-branch
2021-03-17 17:52:25 +01:00
Laurent Rineau
11b69df045
Fix tag_pr_per_release.sh to work with non-fast-forward updates
2021-03-17 17:49:33 +01:00
Maxime GIMENO
047a023bc6
Update Scripts/developer_scripts/autotest_cgal
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-02-25 10:34:52 +01:00
Maxime Gimeno
1de387f71d
Fix \"\" (and commit it this time...)
2021-02-25 09:07:49 +01:00
Maxime Gimeno
f1c7186c73
make config an argument
2021-02-16 10:29:23 +01:00
Maxime Gimeno
f4c049ba1e
Final modifications
2021-02-16 09:21:30 +01:00
Maxime Gimeno
7b23a8f8f1
WIP
2021-02-15 14:42:13 +01:00
Maxime Gimeno
5bbc5f0d6f
Add platforms/qwindows.dll management
2021-02-12 09:32:54 +01:00
Maxime Gimeno
1a0dfe9703
Fix installation logs
2021-02-12 08:51:23 +01:00
Maxime Gimeno
d39744380e
Fix script
2021-02-11 15:05:10 +01:00
Maxime Gimeno
487e6cad10
use WITH_tests=ON in run_testsuite-with_ctest instead of OFF to get the USING XXX (in full header mode, configuring only cgal won't "fetch" the dependencies because of the lack of add_executbale or add_library)
2021-02-11 14:55:23 +01:00
Laurent Rineau
74e4de7e56
Merge pull request #5387 from maxGimeno/Scripts-fix_autotest_with_ctest-maxGimeno
...
Testsuite: Fix script for ctest
2021-02-05 16:10:17 +01:00
Sébastien Loriot
fab5d071d8
add missing export
2021-02-04 19:45:23 +01:00
Sébastien Loriot
c8d55e9a59
copy data...
2021-02-04 18:49:33 +01:00
Sébastien Loriot
71c41dafa9
also remove data/test for public release
2021-02-04 18:32:22 +01:00
Jane Tournois
cf547ecd2e
add a bash script for cygwin that collects all needed dlls to run the demo on Windows
2021-02-04 17:12:40 +01:00
Sébastien Loriot
7688066fda
update release creation script
2021-02-04 11:16:04 +01:00
Sébastien Loriot
8094be45c9
update script generating test scripts to account for CGAL_DATA_DIR
2021-02-04 10:11:39 +01:00
magritte
0b4620ffd0
Fix script for ctest testsuite
2021-01-25 10:05:48 +01:00
Maxime Gimeno
9ac0a1de04
Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno
2021-01-18 11:52:30 +01:00
Maxime Gimeno
2255f8e8ea
Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno
2021-01-13 14:34:09 +01:00
Maxime Gimeno
3d1c41fd14
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2021-01-07 15:05:28 +01:00
Laurent Rineau
85325d789f
Merge pull request #5090 from afabri/FastEnvelope-GF
...
Polygon Mesh Processing: Add envelope test
2021-01-06 16:11:56 +01:00
Laurent Rineau
d6f76d4f87
Merge pull request #5299 from maxGimeno/Checks_in_github-maxGimeno
...
CI: Add Checks in GitHub Actions
2021-01-06 16:11:08 +01:00
Laurent Rineau
fee181b6eb
Merge pull request #5299 from maxGimeno/Checks_in_github-maxGimeno
...
CI: Add Checks in GitHub Actions
2021-01-06 16:04:47 +01:00
Maxime Gimeno
f6874b2d31
Add checks for pushes
2020-12-29 14:33:29 +01:00
Maxime Gimeno
1d98f0f71d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-12-09 14:40:02 +01:00
Sébastien Loriot
9a7f0b9f07
accomodate Polyhedral_envelope.h
2020-12-07 19:00:07 +01:00
Sébastien Loriot
08eeacca8b
Merge remote-tracking branch 'cgal/master' into FastEnvelope-GF
2020-12-07 16:40:34 +01:00
Laurent Rineau
af67ba2bd3
Merge branch '5.1.x-branch' into 5.2.x-branch
2020-12-07 15:52:32 +01:00
Sébastien Loriot
fd591dedf4
seperate files with \n rather than \0
...
workaround issues with some version of awk or xargs
(not sure where the issue comes from)
2020-12-07 15:39:55 +01:00
Giles Bathgate
5a36ff89b5
Drop NDEBUG it is already visible through CGAL_NO_ASSERTIONS
2020-12-04 19:42:21 +00:00
Maxime Gimeno
de7f35fe6b
add missing /demo in script
2020-11-23 17:11:41 +01:00
Maxime Gimeno
f5c32f126f
copy demo resources in the cmake module dir during release creation and fetch it from here during installation
2020-11-20 12:20:54 +01:00