Laurent Rineau
baa64cb312
Use branches/3.2 of Eigen, equivalent to futur 3.2.2
2014-07-03 11:11:34 +02:00
Laurent Rineau
0deb12b511
Use a patched version of Eigen 3.2.1
...
A version 3.2.2 is expected soon.
2014-06-30 13:45:49 +02:00
Laurent Rineau
e0a1fb4d8e
Modified autocgalrc files
2014-06-26 12:28:11 +02:00
Sébastien Loriot
0b8d0a3bb7
update eigen version on picasso
2014-06-26 08:28:33 +02:00
Laurent Rineau
641d2b8017
No longer support VC9
...
We support VC10/VC11/VC12 (aka 2010, 2012, 2013). That is enough.
2014-05-19 12:02:43 +02:00
Laurent Rineau
e59ce5f639
Change tester names to mention the machine name
2014-03-12 14:21:31 +01:00
Laurent Rineau
3da7695c43
Set WITH_CGAL_Qt3 to FALSE, on Windows
2014-02-28 18:01:04 +01:00
Laurent Rineau
6acb8ec01b
Activate the generation of precompiled demos, on picasso
2014-02-28 18:00:24 +01:00
Laurent Rineau
45da39786e
Change the order of platforms
2014-02-28 17:59:28 +01:00
Laurent Rineau
22ae533543
Remove a /D NDEBUG from CMakeCache.txt
2014-02-12 11:34:50 +01:00
Laurent Rineau
55d73262d3
Fix VC12 platforms
2014-02-11 16:20:55 +01:00
Laurent Rineau
253c17e466
Add new platforms on Windows
...
Now we will test VC12 (Visual Studio 2013), on 32/64, in Release/Debug.
+ add new file extensions to .gitignore
2014-02-11 10:22:55 +01: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
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
6fd8f9b996
Add -D_HAS_ITERATOR_DEBUGGING=0 to Debug platforms
2013-05-23 17:38:16 +02: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
cdd29c17ea
Remove /Zm flags from Windows testsuites
...
The flag /Zm can cause the error C1060. It may only be useful if one uses
precompiled headers.
See:
http://msdn.microsoft.com/en-us/library/bdscwf1c%28v=vs.90%29.aspx
2013-03-01 14:53:44 +01:00
Sébastien Loriot
a84bb23650
switch WITH_CGAL_Qt3 off and CRLF to LF recoding
2013-03-01 11:55:30 +01:00
Sébastien Loriot
e814a00f88
add configuration files for the testsuites on picasso
2013-02-28 17:39:25 +01:00