Laurent Rineau
f96b92a2d8
Set unlimited virtual memory only for the clang-trunk testsuite
...
Revert "the clang address sanitizer needs a lot of virtual memory"
This reverts commit 0b6e761fba .
2013-11-05 14:10:47 +01:00
Laurent Rineau
5eb514aa3f
Update to use last version of the compiler
2013-10-30 18:14:39 +01:00
Laurent Rineau
688189b578
My Intel Compiler was upgraded a while ago.
...
I forgot to rename the test platform. Maybe I should renamed it with the
version number. Next time...
2013-10-30 11:47:26 +01:00
Laurent Rineau
de8c7cc9ec
Use -fno-omit-frame-pointer with Asan
2013-10-29 18:52:10 +01:00
Laurent Rineau
6ff05b0067
The LeakSanitizer better uses -O2 or -O3
2013-10-29 17:52:36 +01:00
Laurent Rineau
f827366c8c
Need for ASAN_SYMBOLIZER_PATH
2013-10-29 17:52:11 +01:00
Laurent Rineau
0b6e761fba
the clang address sanitizer needs a lot of virtual memory
2013-10-29 17:51:49 +01:00
Laurent Rineau
c0b03d1b8f
move up the clang testsuite
2013-10-29 17:51:28 +01:00
Laurent Rineau
95f2bde31c
Use the leak sanitizer with Clang 3.4
2013-10-28 16:14:05 +01:00
Laurent Rineau
993d71fda4
Amend where_to_announce
...
Now we publish to isocpp too.
2013-10-28 16:12:48 +01:00
Laurent Rineau
d3f4ca3207
Refresh the CMakeCache.txt of that platform
2013-10-21 16:56:12 +02:00
Laurent Rineau
3946004fe5
Switch to Boost 1.55 (1.54 has a bug in Boost graph)
2013-10-21 16:48:36 +02:00
Laurent Rineau
7ee64abe74
Rename my platforms to x86-64_Linux-Fedora18* (instead of Fedora17)
2013-10-21 16:39:49 +02:00
Laurent Rineau
e759cc3d70
Prepare compilation of Boost 1.55 (currently beta)
2013-10-21 16:39:49 +02:00
Laurent Rineau
c5ef7f1897
Remove the g++-4.5 compiler from tests
2013-10-21 16:39:49 +02:00
Laurent Rineau
adce3a2592
Modularize the COMPILERS_localhost varialble
2013-10-21 16:39:49 +02:00
Laurent Rineau
e5834b7eb9
updated crontab (automated commit)
2013-10-21 15:17:34 +02:00
Laurent Rineau
4e9a365627
Add a comment on the DNS error of medecis.polytechnique.fr
2013-10-18 14:44:45 +02:00
Laurent Rineau
40cceab081
Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal
2013-10-17 19:51:00 +02:00
Laurent Rineau
541dbebb7d
updated crontab (automated commit)
2013-10-17 19:31:46 +02:00
Laurent Rineau
f5b42f5568
Bump master to CGAL-4.4, at last
2013-10-17 19:30:21 +02:00
Laurent Rineau
04aa71842a
Add the link to the demo, in the package overview of Arr_2
...
And fix the name of the demo zip file in my script
2013-10-17 18:15:17 +02:00
Laurent Rineau
c6afc9be32
Add the arrangement_2 demo
2013-10-17 17:46:27 +02:00
Laurent Rineau
e5d7891760
Fix the creation of the doc_html zip file
...
I do not want to think about what could have been that zip file before that
fix! I let the reader try to find out...
2013-10-17 15:53:45 +02:00
Laurent Rineau
25b196edf8
Update script to prepare releases
...
The issue with the previous version was that the CDN MathJax was used in
the Doxygen manual I rsynced to doc.cgal.org. Now there is doc_html for the
tarballs and doc_html_online for the online manual.
2013-10-17 15:18:39 +02:00
Laurent Rineau
f71e00b8b9
Announcement mail for CGAL-4.3
2013-10-17 14:24:00 +02:00
Laurent Rineau
0aa7820025
Try to avoid that dump-crontab commit anything by my crontab
2013-10-16 18:33:59 +02:00
Laurent Rineau
3d5444cc80
updated crontab (automated commit)
2013-10-16 18:18:03 +02:00
Laurent Rineau
ac3a43ecef
updated crontab (automated commit)
2013-10-15 18:27:38 +02:00
Laurent Rineau
8b6a012033
prepare the documentation for the release
2013-10-15 17:59:56 +02:00
Laurent Rineau
58fa1c6302
The Doxygen testsuite now uses a local MathJax
2013-10-15 17:29:38 +02:00
Laurent Rineau
1610b30c68
Fix the error reporting of the automatic Doxygen testsuite
2013-10-15 15:54:36 +02:00
Laurent Rineau
4f198674ca
Include <windows.h> forcefully on several Windows platforms
2013-10-15 11:02:27 +02:00
Laurent Rineau
2798ec2b9c
Remove -D_HAS_ITERATOR_DEBUGGING=0 from the Windows setups
...
-D_HAS_ITERATOR_DEBUGGING=0 modifies the ABI of the STL. And it seems that
the Boost.ProgramOptions library exposes STL iterators in its ABI.
2013-09-24 10:47:07 +02:00
Laurent Rineau
151916e30b
On picasso, update Eigen to version 3.1.4 (tarball).
2013-09-19 12:30:50 +02:00
Laurent Rineau
2add8fa3a9
Start to prepare CGAL-4.3 gold version
2013-09-12 16:01:02 +02:00
Laurent Rineau
6aaccd8d16
Fix the VLD support on the platform x64_Cygwin-Windows8_MSVC2012-Debug-64bits
2013-09-12 15:55:56 +02:00
Laurent Rineau
42b9649ac0
My Intel Composer suite has been upgraded to 2013 sp1.
...
The C++ compiler is now ICC 14.0.
2013-09-12 11:22:10 +02:00
Laurent Rineau
35a5766766
Use more threads on the Windows test machine picasso
...
So far, picasso was using only 4 threads, for a 4 core CPU. In the
resources monitor, I found out that most of the time, the CPU was used at
only 50% of its capacities. Let's try to use it more efficiently...
2013-08-29 17:43:34 +02:00
Laurent Rineau
684130ad19
Disable the buggy Windows/LEDA platform
2013-08-27 16:27:30 +02:00
Laurent Rineau
f64496786e
Enable VLD for the VC11/32bits/Debug platform
2013-08-27 16:26:19 +02:00
Laurent Rineau
14bf3f62b6
Reorganize COMPILERS_localhost into several lines
2013-08-27 16:24:37 +02:00
Laurent Rineau
fbc465f547
updated crontab (automated commit)
2013-08-23 18:18:04 +02:00
Laurent Rineau
5fd593dc22
Next public release will be at least CGAL-4.3-beta2
2013-08-23 17:51:57 +02:00
Laurent Rineau
82a507a768
Updated script to prepare releases candidates
2013-08-22 16:52:47 +02:00
Laurent Rineau
68d4c2747f
updated crontab (automated commit)
2013-08-22 15:18:04 +02:00
Laurent Rineau
0b994b8820
create_release: quiet the script, and better error reporting
2013-08-21 15:19:48 +02:00
Laurent Rineau
4869604716
Update the script that create new releases: cgal_manual is no longer needed
2013-08-20 17:20:42 +02:00
Laurent Rineau
686edc3811
Switch to the Doxygen documentation
...
The internal releases will now include the doc/ subdirectory, instead of
doc_tex/, and the doc_html/ subdirectory points to the Doxygen-generated
documentation.
2013-08-20 17:00:45 +02:00
Laurent Rineau
bc03aaf30b
Put doc/ in the global dont_submit file
2013-08-20 10:57:03 +02:00
Laurent Rineau
19764d2634
Update the script run_doxygen_testsuite to avoid compilation errors
...
Before that change, at the end we could see:
Built target Documentation_doc
Scanning dependencies of target Documentation_postprocess
Traceback (most recent call last):
File "/home/cgal-testsuite/integration/Documentation/html_output_post_processing.py", line 25, in <module>
from lxml import etree
ImportError: No module named lxml
make[3]: *** [Documentation/CMakeFiles/Documentation_postprocess] Error 1
make[2]: *** [Documentation/CMakeFiles/Documentation_postprocess.dir/all] Error 2
make[1]: *** [Documentation/CMakeFiles/Documentation_testsuite_publish.dir/rule] Error 2
make: *** [Documentation_testsuite_publish] Error 2
2013-08-19 16:01:33 +02:00
Laurent Rineau
4f5497c002
Update the Doxygen test process
2013-08-19 12:50:34 +02:00
Laurent Rineau
96012fb4ff
Minor modification proposed by Monique
2013-08-16 12:54:15 +02:00
Laurent Rineau
33b9b9331b
First version of the CGAL-4.3-beta1 announcement mail
2013-08-13 16:56:29 +02:00
Laurent Rineau
7148772199
updated crontab (automated commit)
2013-08-13 16:18:04 +02:00
Laurent Rineau
6478b8c0dc
Merge remote-tracking branch 'origin/Aos_2-remove_opt-efif'
...
Successfully tested in CGAL-4.3-Ic-120 and qualified for CGAL-4.3.
Approved by the Release Manager.
2013-08-13 15:12:34 +02:00
Laurent Rineau
6f5e68430a
updated crontab (automated commit)
2013-08-12 17:18:03 +02:00
Laurent Rineau
190b14c2b7
updated crontab (automated commit)
2013-08-12 16:18:04 +02:00
Laurent Rineau
08e053778e
Prepare CGAL-4.3-beta1
2013-08-12 14:48:34 +02:00
Laurent Rineau
7333acfce9
Add the execution bits in permissions
2013-08-09 15:36:16 +02:00
Laurent Rineau
ea1bac1cea
New script to run the doxygen testsuite
...
That script was previously hardcoded in a cron job line.
2013-08-06 15:40:04 +02:00
Laurent Rineau
2fe1349d3e
Fix my script for compiling Boost, after the update of testing platforms
2013-07-15 15:41:56 +02:00
Efi Fogel
57101ce35d
Integrated with a recent version master
2013-07-14 14:40:09 +03:00
Laurent Rineau
6fd8f9b996
Add -D_HAS_ITERATOR_DEBUGGING=0 to Debug platforms
2013-05-23 17:38:16 +02:00
Laurent Rineau
e0be262ab6
Remove the LEDA test machine
2013-05-21 14:27:19 +02:00
Laurent Rineau
df5fd9b21d
updated crontab (automated commit)
2013-04-18 17:18:56 +02:00
Laurent Rineau
1cb2c29c8a
Add the new platform icpc -strict-ansi
2013-04-15 17:55:30 +02:00
Laurent Rineau
9a4bfed5bf
New platform Intel Compiler 13 with -strict-ansi
2013-04-15 17:33:22 +02:00
Laurent Rineau
c239d4d936
Add -w1
2013-04-15 17:15:06 +02:00
Laurent Rineau
0e9aded917
Remove Intel Compiler 12 (does not support Fedora 17)
2013-04-15 17:06:35 +02:00
Laurent Rineau
7a54779d4c
/usr/bin/g++ is now g++-4.7
2013-04-15 17:06:35 +02:00
Laurent Rineau
79d0713a60
Rename Fedora16 to Fedora17
2013-04-15 17:06:35 +02:00
Laurent Rineau
00c4bb95f5
Commit the changes I did for the announcement of CGAL-4.2
...
Notably, I have choosen not to post anything in newsgroups. Having a look
at the groups, I am pretty sure the audience is mostly empty.
2013-04-12 13:06:13 +02:00
Laurent Rineau
fd71974d1f
master now targets CGAL-4.3
2013-04-11 12:44:17 +02:00
Laurent Rineau
dbb893a3d4
Automated commits should only allow fast-forward git pulls
2013-04-09 16:57:04 +02:00
Laurent Rineau
2af22c9350
updated crontab (automated commit)
2013-04-09 16:51:02 +02:00
Laurent Rineau
4b79f49a05
Rename my LEDA platform
...
To show that it is also a Release platform.
2013-04-09 11:28:37 +02:00
Laurent Rineau
13c0542551
Prepare CGAL-4.2
2013-04-08 17:32:52 +02:00
Laurent Rineau
8c01d4b822
Better (and quiet) detection of Git and SVN repositories
2013-04-08 17:32:39 +02:00
Laurent Rineau
671cf0fbc4
Test with g++-4.8 instead of g++-4.9
2013-04-08 15:17:28 +02:00
Laurent Rineau
5b00ce6616
Add Eigen and ESBTL to x86-64_Linux-Fedora16_g++-4.6.2_m32
2013-03-27 12:02:17 +01:00
Laurent Rineau
c0c18dfe6a
Put /home/lrineau/CGAL/MPFI-RS/setup-rs in setup-common
2013-03-27 12:00:43 +01:00
Laurent Rineau
3007b02bed
Split setup-common into several files
2013-03-27 12:00:20 +01:00
Laurent Rineau
7b8c3c7f82
Update the path of my file setup-common
2013-03-27 11:49:05 +01:00
Laurent Rineau
aadbef6497
x86-64_Linux-Fedora16_g++-4.6.2_Release now uses -DCGAL_NDEBUG
2013-03-27 11:40:25 +01:00
Laurent Rineau
71425fc27a
Remove the platform x86-64_Linux-Fedora16_g++-4.5-branch_CXX0X
...
And use -j7 instead of -j6 (the machine has 4 cores, and hyperthreading).
2013-03-27 11:39:51 +01:00
Laurent Rineau
f8e63d575c
Update the configuration of picasso
...
The configuration was already updated for a while, but not commited.
Today I have added a new platform that will use LEDA instead of GMP. And I
have disable x64_Cygwin-Windows8_MSVC2012-Debug-32bits
That commit also adds a shell script to update the local copy from the
files on picasso.
2013-03-25 17:50:29 +01:00
Laurent Rineau
9e8b46a357
Define CGAL_NDEBUG instead of NDEBUG
2013-03-18 14:50:23 +01:00
Laurent Rineau
7aabec5182
New platform, without GMP, and with LEDA
2013-03-15 18:23:10 +01:00
Laurent Rineau
49d735bec8
updated crontab (automated commit)
2013-03-15 12:18:03 +01:00
Laurent Rineau
e9474a07c6
updated crontab (automated commit)
2013-03-13 22:18:04 +01:00
Sébastien Loriot
f79410d763
Revert "remove extra slash"
...
This reverts commit d3d17b203b .
2013-03-13 08:33:07 +01:00
Sébastien Loriot
d3d17b203b
remove extra slash
2013-03-13 07:11:33 +01:00
Laurent Rineau
1ae515a6e9
Announcement for CGAL-4.2-beta1
2013-03-08 15:14:45 +01:00
Laurent Rineau
18a444a4e6
Save the announcement of CGAL-4.1-beta1 in the history
2013-03-08 14:00:10 +01:00
Laurent Rineau
749ff68a5c
Save the announcement of CGAL-4.0-beta1 in the history
2013-03-08 14:00:09 +01:00
Laurent Rineau
bbd2ca605a
Save the announcement of CGAL-3.9-beta1 in the history
2013-03-08 14:00:09 +01:00
Laurent Rineau
c0393f1307
Save the announcement of CGAL-3.8-beta in the history
2013-03-08 14:00:09 +01:00
Laurent Rineau
4204eca04d
Save the announcement of CGAL-3.7-beta1 in the history
2013-03-08 14:00:08 +01:00
Laurent Rineau
db41a633ad
Save the announcement of CGAL-3.6-beta1 in the history
2013-03-08 14:00:08 +01:00