Commit Graph

754 Commits

Author SHA1 Message Date
Laurent Rineau 30479e5c12 Fix the date in man pages 2019-10-21 18:46:18 +02:00
Sébastien Loriot dfe3ce485d special case for Random Forest 2019-10-20 10:45:13 +02:00
Sébastien Loriot 5dfd8b753f check for the absence of license notice in headers 2019-10-20 01:01:10 +02:00
Sébastien Loriot 8832addb4e update to read SPDX tags (GPL-3+, LGPL 3+, and LGPL3 are enough for us) 2019-10-20 00:36:39 +02:00
Sébastien Loriot 7c63219861 Manual removal of license notice + SPDX updates 2019-10-19 17:14:18 +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
Sébastien Loriot dd00593e86 add a comment 2019-10-16 23:53:59 +02:00
Laurent Rineau 5075a895f7 Merge branch 'releases/CGAL-4.14-branch' 2019-09-06 14:14:29 +02:00
Laurent Rineau 73500e8d3c Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-09-06 14:14:13 +02:00
Sébastien Loriot 4b28db79f0 update script 2019-09-04 16:19:10 +02:00
Maxime Gimeno fe7d83d67e Add a test to replace an empty number of processors by 1 and move --timeout sooner in the options to prevent an eventual other parsing error. 2019-08-13 10:35:35 +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
Sébastien Loriot 41ef56f8ad Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 2019-07-18 16:57:27 +02:00
Sébastien Loriot 560c77f567 rename named function parameter class 2019-07-15 06:25:02 +02:00
Sébastien Loriot 0343659467 add script to ease the update to the new CGAL np 2019-07-14 22:46:46 +02:00
Maxime Gimeno f3697f1b2b Move logging functions in the script to avoid having to ask for CGAL-I before it is set. 2019-07-09 14:17:04 +02:00
Laurent Rineau 39a245220a Merge pull request #3660 from mglisse/NewKernel_d-lazy_Epeck_d-glisse
Epeck_d
2019-07-01 11:16:33 +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 a236d22e2d Merge pull request #3730 from sloriot/CGAL-create_tarballs
Add an option to create tarballs while creating a release
2019-06-20 14:21:16 +02:00
Laurent Rineau 2a5b558eb5 Merge branch 'master' into NewKernel_d-lazy_Epeck_d-glisse 2019-06-20 10:28:01 +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
Sébastien Loriot e07ff8846f add a little doc 2019-06-13 14:11:47 +02:00
Sébastien Loriot 453313fae6 script to add label PR merged in a release since the previous release (not a bug-fix release) 2019-06-13 13:54:43 +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
Laurent Rineau 33a058c0f6 Merge pull request #3832 from maxGimeno/Testsuite_with_ctest-Get_back_the_blue_squares-GF
Testsuite with CMake: get Back the Blue Squares
2019-05-06 15:45:59 +02:00
Andreas Fabri 8c4368cb2d The file named copyright has no .txt suffix 2019-05-06 12:27:45 +02:00
Andreas Fabri 60b1c06f4d Do not create README Add figure and example 2019-05-03 16:28:57 +02:00
Andreas Fabri dd4c8e6996 Do not create dont_submit, src, scripts, developer_scripts as we do not need them for new packages 2019-05-03 16:21:18 +02:00
Maxime Gimeno 61a9c78036 Rename scripts 2019-04-29 15:38:44 +02:00
Maxime Gimeno 5b03adfbb7 also add it to the "r" reports 2019-04-25 11:04:27 +02:00
Maxime Gimeno 00c0e4e85a Add scm-branch content to reports. 2019-04-25 10:30:18 +02:00
Maxime Gimeno ff012669f5 enable c++14 in check_headers 2019-04-16 10:12:11 +02:00
Maxime Gimeno b4109fd29a Change Installation/Test_report to NOT erase the initial results when appending the cmake output. 2019-04-11 09:34:01 +02:00
Maxime Gimeno 78db3f646d Solve conflicts 2019-04-09 10:04:44 +02:00
Maxime Gimeno 591a25ec1b Fix 'r' writing in the end of the process. 2019-04-09 09:47:05 +02:00
Maxime Gimeno b3c24ec196 Fix paths for remote case. 2019-04-05 10:19:42 +02:00
Maxime Gimeno 9ae753c216 Fix cmake warning about CGAL_ROOT and add cmake results in the end of the "not ignored tests" reports 2019-04-04 12:44:57 +02:00
Maxime Gimeno b1aeeeee3e Removes the linit of 1024 bits for the logs 2019-04-04 10:37:56 +02:00
Maxime Gimeno e0e18b35b5 Add a script to get back the information from the untested packages and put back the blue squre. 2019-04-03 15:08:41 +02:00
Laurent Rineau ea145c71fe Merge pull request #3759 from maxGimeno/Cross_compilation-Update_scripts-GF
Testsuite : Use ctest
2019-03-26 17:01:56 +01:00
Laurent Rineau 5ef409f74e Propagate flags (like -x) to one bash to another 2019-03-26 10:40:02 +01:00
Laurent Rineau aa743e574b Set CMAKE_VERBOSE_MAKEFILE
That will allow to see the compilation commands.
2019-03-26 10:39:47 +01:00
Laurent Rineau eab794926f Set BUILD_TESTING, otherwise CTest does not see any test 2019-03-26 10:39:17 +01:00
Maxime Gimeno 7c985da973 set -DCGAL_TEST_SUITE even if not usng git branch 2019-03-19 10:22:53 +01:00
Maxime Gimeno 2b00f0dba0 FINISH autotest_cgal_with_ctest : from git, to another branch, full ctest testsuite. 2019-03-15 13:05:36 +01:00
Maxime Gimeno 1a6ef33010 WIP from git and upload to private page 2019-03-14 16:36:11 +01:00
Maxime Gimeno f070e4345d WIP from git branch 2019-03-13 16:20:14 +01:00
Maxime Gimeno 988b0a78cd Add -DRUNNING_CGAL_AUTO_TEST=TRUE to the cmake calls 2019-03-13 13:05:52 +01:00
Maxime Gimeno 53a60823a3 Remove remaining debugging code 2019-03-13 12:44:24 +01:00
Maxime Gimeno 7c862f759e Fix ctest call and clean autotest_cgal_with_ctest 2019-03-13 09:26:55 +01:00
Maxime Gimeno 330c6ec9b1 Merge pull request #3759 from maxGimeno/Cross_compilation-Update_scripts-GF
Testsuite : Use ctest
2019-03-12 17:04:19 +01:00
Maxime Gimeno be07aa1267 Write CGAL_NR at the end of the testsuite 2019-03-12 15:07:49 +01:00
Maxime Gimeno 64cfc19d68 Remove -d option. Any HOST declared as not localhost will be considered as a remote host and launch the cross compilation. 2019-03-12 14:58:11 +01:00
Maxime Gimeno 7c0d23b18f Fix CGAL_DIR and change names in CGAL_add_tests 2019-03-12 10:13:07 +01:00
Maxime Gimeno 57a532dbc7 update script 2019-03-11 12:07:04 +01:00
Maxime Gimeno dbb2512602 un-hard code the variables for docker and pull instead of building. 2019-03-06 14:57:14 +01:00
Maxime Gimeno aa76cd02b6 Use a single script for testsuite with or without docker 2019-03-06 14:17:48 +01:00
Maxime Gimeno 3430223a9a WIP 2019-03-05 16:42:43 +01:00
Sébastien Loriot 4bc6e9713a add an option to create tarballs 2019-03-04 13:46:28 +01:00
Laurent Rineau eb9687aaf4 Sneak in the same PR a small patch to cgal_create_release_with_cmake
`TESTSUITE` and `PUBLIC` are exclusive. Let's make `TESTSUITE`
the dominant one.
2019-02-28 14:28:59 +01:00
Laurent Rineau a50ba04d40 Extend the width of the size to 6, to avoid truncation 2019-02-19 17:53:10 +01:00
Laurent Rineau 7acce50d0e Merge branch 'releases/CGAL-4.13-branch' 2019-02-18 16:55:46 +01:00
Laurent Rineau ea279fb38c Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch 2019-02-18 16:54:29 +01:00
Laurent Rineau 3b6715cef5 replaced by Maintenance/public_release/scripts/precompiled_demos_zips 2019-02-18 16:54:06 +01:00
Marc Glisse 328f2bdbc6 Replace -std=c++11 with c++1y. 2019-02-12 11:23:25 +01:00
Laurent Rineau b3fbbdfd83 Merge branch 'releases/CGAL-4.13-branch' 2019-02-07 13:33:49 +01:00
Laurent Rineau 9c31f25653 trivial fix (Python issue) 2019-02-07 13:29:39 +01: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
Sébastien Loriot 624cf0793f remove applications directory 2019-01-22 16:03:52 +01:00
Sébastien Loriot c606cde260 rename variable 2019-01-15 13:22:39 +01:00
Sébastien Loriot 59823772fd update cmake minimal version 2019-01-15 11:20:18 +01:00
Sébastien Loriot decdb9dd95 filter out Test and Testsuite directory in release mode 2019-01-14 15:47:51 +01:00
Sébastien Loriot 0cb112d941 add an option to only include a subset of packages into a release 2019-01-14 15:27:00 +01:00
Laurent Rineau c14fda590d
Merge branch 'master' into CGAL-Fix_CTest-GF 2018-12-10 16:52:33 +01:00
Laurent Rineau 91107dce9b Improve the script git-show-content
It might need `--no-pager`, to avoid iterating on the pager screens.
2018-12-07 11:38:14 +01:00
Laurent Rineau 0027fc7a4e Add a usage 2018-11-20 15:42:48 +01:00
Laurent Rineau 6e06f20382 Small improvement to that script
I hijack the PR to slip a small improvement to that script.
2018-11-19 14:37:08 +01:00
Laurent Rineau 821f9c015e Merge pull request #3311 from sloriot/Doc-Pkg_link_name
Update the name of package names reference links
2018-10-29 10:27:53 +01:00
Maxime Gimeno 2b69d565fe Don't use \\ after 'EOF' 2018-10-19 15:44:35 +02:00
Laurent Rineau 72c7e73be7 Fix for those scripts
Use the `${INIT_FILE:+..}` syntax, for compatibility when `INIT_FILE`
is unset or empty.
2018-10-19 15:44:35 +02:00
Laurent Rineau e2e2bdfa49 Compatibility: no -C option if INIT_FILE is unset or null 2018-10-19 15:44:35 +02:00
Maxime Gimeno fc830f8a3f Add -C option to all `cmake` calls in the testsuite mechanism 2018-10-19 15:44:34 +02:00
Marc Glisse 347289abf8
Pasto 2018-10-16 15:10:05 +02:00
Laurent Rineau a7c5c92f2f Check for CMakeLists.txt also in demos 2018-10-16 12:42:49 +02:00
Laurent Rineau e5bb2cf446 Merge pull request #2721 from maxGimeno/Bundle_demo_script-GF
Automatically create a bundle of the Polyhedron demo for Linux.
2018-10-08 15:13:54 +02:00
Laurent Rineau 2615722b75 Merge pull request #3294 from maxGimeno/Dont_use_cmakecache_for_tests-GF
Maintenance: Fix the Release Mode for testsuite platforms
2018-10-08 15:13:43 +02:00
Laurent Rineau 18f3ec018a Merge pull request #3307 from maxGimeno/Maintenance-Use_cgal_create_release_with_cmake-GF
Maintenance: Use cmake to create a release
2018-10-08 15:13:40 +02:00
Sébastien Loriot 9290af3f5f update script 2018-10-08 10:28:55 +02:00
Maxime Gimeno 39ff5772ba Fix commentary and missing --git-dir 2018-10-03 15:38:58 +02:00
Maxime Gimeno 3222ff8572 Create .scm-branch if TESTSUITE 2018-10-03 13:57:50 +02:00
Laurent Rineau 0c1b4f3ab7 finally it works
- Do not use the current working directory, in cgal_create_release_with_cmake.cmake
- Fix the use of public_release_name
2018-10-02 14:21:31 +02:00
Laurent Rineau 4002d3d04b Use the file public_release_name 2018-10-02 12:55:48 +02:00
Maxime Gimeno e041253f4b Add cd SOURCES_DIR before call to script. 2018-10-02 11:15:21 +02:00
Laurent Rineau 435c326a0e hot-fix: now that branch is in cgal-public-dev 2018-09-27 15:43:51 +02:00
Maxime Gimeno 29a086855a Don't use \\ after 'EOF' 2018-09-17 14:21:04 +02:00