Commit Graph

236 Commits

Author SHA1 Message Date
Laurent Rineau 36b0ce25dd Update the script that help compiling Boost 2013-12-10 17:33:44 +01:00
Laurent Rineau c189e14558 Launch the create_new_release script from the branch itself
It is strange, because create_new_release will call create_internal_release
from the PATH, and the current branch is not in the PATH. But I need that
to test the new way of creating CGAL releases using CMake.
2013-12-06 17:19:11 +01:00
Sébastien Loriot 153392de88 update testsuite script 2013-12-05 12:40:43 +01:00
Laurent Rineau 4f681da8e7 Rename all platforms: g++ 4.8, Fedora 19
My Fedora version is now 19 for several weeks.
/usr/bin/g++ is now g++ 4.8.2
2013-12-02 11:09:15 +01:00
Laurent Rineau ce29976ded Update the path to the intel compiler 2013-12-02 10:57:04 +01:00
Laurent Rineau 7891bf3c27 Fix a syntax error. Anyway, that variable seems useless. 2013-11-07 14:15:57 +01:00
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 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 541dbebb7d updated crontab (automated commit) 2013-10-17 19:31:46 +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 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 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 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 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 7148772199 updated crontab (automated commit) 2013-08-13 16:18:04 +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 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
Laurent Rineau 6fd8f9b996 Add -D_HAS_ITERATOR_DEBUGGING=0 to Debug platforms 2013-05-23 17:38:16 +02:00