Commit Graph

1113 Commits

Author SHA1 Message Date
Laurent Rineau 038a310a1a Merge pull request #1446 from sloriot/CGAL-remove_dont_submit
Getting rid of the remaining dont_submit files
2016-10-17 10:01:30 +02:00
Laurent Rineau 74bed855b4 updated crontab (automated commit) 2016-10-13 10:41:56 +02:00
Laurent Rineau 6c83e6b654 updated crontab (automated commit) 2016-10-06 15:18:06 +02:00
Sébastien Loriot c430ba2370 release creation script skip Maintenance directory 2016-10-06 09:55:49 +02:00
Sébastien Loriot 8cb10f9713 move unused files to archive and make it ignored by the release creation script 2016-10-06 09:53:35 +02:00
Sébastien Loriot 78aca0a711 do no ship fig_src with release 2016-10-06 09:53:34 +02:00
Laurent Rineau 9a6a1bcc9b Add the new demo Otr2, since 4.8 2016-09-27 12:08:27 +02:00
Laurent Rineau baf4400d32 Fix permission issue
... detected by our script `Scripts/developer_scripts/detect_wrong_permissions`.
2016-09-23 17:01:52 +02:00
Laurent Rineau 4ee96e11c0 Update picasso to CMake-3.6.2 2016-09-20 14:28:35 +02:00
Laurent Rineau 913b3af94b updated crontab (automated commit) 2016-09-19 18:18:09 +02:00
Laurent Rineau 7d37635fb9 Next release will be CGAL-4.10 2016-09-19 17:18:42 +02:00
Laurent Rineau 51912a8913 Next release will be 4.9.1 2016-09-19 17:09:21 +02:00
Laurent Rineau 7ea7a32a9c If any, the next release will be 4.8.3. 2016-09-19 17:07:30 +02:00
Laurent Rineau 4e50c9c138 Announcement for CGAL-4.9 2016-09-19 14:35:42 +02:00
Laurent Rineau 8d268e1c95 Announcement for 4.8.2 2016-09-19 11:43:59 +02:00
Laurent Rineau 6fb1c1a55e Prepare CGAL-4.9 release candidates 2016-09-16 15:52:27 +02:00
Laurent Rineau 3a718894a6 updated crontab (automated commit) 2016-09-15 11:18:07 +02:00
Laurent Rineau 9e41a822d9 Change compilers paths for ICC 17 2016-09-12 16:02:26 +02:00
Laurent Rineau 213d65422d Revert "No longer test ICC-17, for now."
This reverts commit 4b5430c82b.
2016-09-12 15:51:45 +02:00
Laurent Rineau 65d5fc0edc updated crontab (automated commit) 2016-09-11 09:18:06 +02:00
Laurent Rineau 77214cf0b0 updated crontab (automated commit) 2016-09-06 10:18:06 +02:00
Laurent Rineau 4b5430c82b No longer test ICC-17, for now.
With have important issues with ICC-17, and no time to debug those
issues. Let's postpone.

Anyway, there is probably a bug with this compiler version. I have
filled at least one issue, that has escalated to Intel developers:

https://businessportal.intel.com/irj/portal/MyIssue2?issueNum=6000161285

The test-case is:

  https://gist.github.com/lrineau/59da15e8a02958474aa74ef1cc1b1fb2

The bug I have filled is:
```
The attached file is not compiled correctly, and the run of it fails. Here is the command lines I have used, and the results:

icpc -V -O1 -o /tmp/test_bug test_bug.cpp && /tmp/test_bug

Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.064 Beta Build 20160517

Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.

icpc: NOTE: The Beta evaluation period for this product ends on 7-oct-2016 UTC.

Edison Design Group C/C++ Front End, version 4.10.1 (May 18 2016 01:11:31)

Copyright 1988-2015 Edison Design Group, Inc.

GNU ld version 2.25-17.fc23

(Construction from 0x1a3bc90)

(Construction from 0x1a3bcb8)

(Copy-construction from 0x1a3bc90)

operator++(int)

 before: 0x1a3bc90 : 1

(Copy-construction from 0x1a3bc90)

 operator++()

 before: 0x1a3bc90 : 1

 after: 0x1a3bc98 : 2

 after: 0x1a3bc98 : 2

 tmp: 0x1a3bc90 : 1

test_bug: test_bug.cpp:79: void test_N_step_adaptor(): Assertion `4 == (*begin)' failed.

If I compile with the flag  -O3 instead of -O1, or if I remove the lines with std::cerr, then the code compiles and run correctly. Previous version Intel C++ Compiler 16.0 compiled that code correctly, and all g++ and clang versions as well. That code is part of CGAL, and is tested daily on a lot of platforms.
```
2016-09-02 14:00:22 +02:00
Laurent Rineau 541827cbd8 Fix permission issue
... detected by our script `Scripts/developer_scripts/detect_wrong_permissions`.
2016-08-29 12:22:17 +02:00
Laurent Rineau 32b9750321 updated crontab (automated commit) 2016-08-25 10:49:55 +02:00
Laurent Rineau ce8e65b10f Next release might be CGAL-4.9-beta2 2016-08-04 16:59:30 +02:00
Laurent Rineau 4ed7fc52ea updated crontab (automated commit) 2016-08-03 12:17:45 +02:00
Laurent Rineau 6a29112393 Prepare beta1 2016-08-03 11:59:57 +02:00
Laurent Rineau 78749cfc9d Deactivate VLD on picasso
We found out with Jane @jtournois that a testsuite with VLD was a lot
slower than the same testsuite without it. That can explain why picasso
can no longer process 7 or 8 testsuites per day, but only barely 3 or 4.

Picasso will no longer use VLD, and Jane's machine, Sosno, will use it
only once per week, on Saturdays.
2016-07-28 14:32:52 +02:00
Laurent Rineau 6b10040f16 Proposal of announcement mail for 4.9-beta1 2016-07-26 16:47:59 +02:00
Laurent Rineau 35093e1c28 alpha2 2016-07-26 16:47:19 +02:00
Laurent Rineau f96b186445 prepare 4.9-alpha1 2016-07-26 12:33:39 +02:00
Laurent Rineau 18b8a961cb New release from this branch will be 4.8.2 2016-06-22 15:18:50 +02:00
Sébastien Loriot 6326ea2372 Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch' 2016-06-16 16:19:04 +02:00
Laurent Rineau d203ff3c4c Announcement for CGAL-4.8.1. 2016-06-13 15:18:22 +02:00
Laurent Rineau e6a3b3ae18 updated crontab (automated commit) 2016-06-03 10:18:06 +02:00
Laurent Rineau 326da7b237 Register the update of platforms on renoir
+ add IntelCompiler-17 with assertions (without `-DCGAL_NDEBUG`)
2016-05-26 15:30:52 +02:00
Laurent Rineau 2e7287ee07 updated crontab (automated commit) 2016-05-26 09:08:14 +02:00
Laurent Rineau d495244a78 Oops! I forgot to bump the version to 4.8.1!
Next internal release from that branch will be named CGAL-4.8.1-I-171.
2016-05-19 15:58:28 +02:00
Laurent Rineau 01b9b87bd8 updated crontab (automated commit) 2016-04-12 10:18:04 +02:00
Laurent Rineau 8e604f70f2 Merge modifications from 'releases/CGAL-4.8-branch'
Merges the following:

> dbb2be1 Merge pull request #983 from lrineau/Mesh_3-fix_test_meshing_3D_gray_image-lrineau
> 5dcd5c7 Merge pull request #958 from gdamiand/BGL-bugfix-gdamiand
> 869e65a CGAL-4.8 announcement
2016-04-05 11:24:19 +02:00
Laurent Rineau c8e1a78a39 updated crontab (automated commit) 2016-04-04 12:31:59 +02:00
Laurent Rineau 869e65a74d CGAL-4.8 announcement 2016-04-04 12:23:05 +02:00
Laurent Rineau eed5768651 updated crontab (automated commit) 2016-04-04 11:18:05 +02:00
Laurent Rineau db73cf0499 Merge pull request #831 from afabri/Maintenance-fixed_table_layout-GF
fix table layout of the result table
2016-03-22 12:30:05 +01:00
Laurent Rineau af4d79f0c9 Typo pointed out by Andreas 2016-03-18 16:00:32 +01:00
Laurent Rineau 1a4f950c2d updated crontab (automated commit) 2016-03-18 15:18:05 +01:00
Laurent Rineau 202f9f9ad8 Next release from this branch should be CGAL-4.8 2016-03-18 15:02:08 +01:00
Laurent Rineau 63aa64fa3a `master` now targets the release 4.9 2016-03-18 15:01:31 +01:00
Laurent Rineau 3bffc536ff Announcement for CGAL-4.8-beta2 2016-03-18 14:02:16 +01:00
Laurent Rineau 52436643d7 updated crontab (automated commit) 2016-03-16 16:18:03 +01:00