Laurent Rineau
a931f8275c
Update our Windows configurations
2018-04-24 17:39:18 +02:00
Maxime Gimeno
6f4a3aaf8a
Fixes.
2018-02-14 12:51:38 +01:00
Maxime Gimeno
0f4766be09
Remove Qt5 from some platforms and add linker flags to for no debug.
2018-02-14 11:29:03 +01:00
Laurent Rineau
e39d8687f7
Remove test results after 5 days
2017-01-31 10:23:07 +01:00
Laurent Rineau
b9128efd46
fix perms
2016-11-25 14:57:31 +01:00
Laurent Rineau
edcf7469f9
Save current configuration of picasso
2016-11-18 15:09:25 +01: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
541827cbd8
Fix permission issue
...
... detected by our script `Scripts/developer_scripts/detect_wrong_permissions`.
2016-08-29 12:22:17 +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
13ee0b3bf5
Fix the VLD installation
2015-11-27 10:27:38 +01:00
Laurent Rineau
558a3650de
Attempt to support Qt5 and libQGLViewer-qt5 on at least VC12-64
2015-07-06 17:07:10 +02:00
Laurent Rineau
d27b7f8e37
Test Boost-1.57, and TBB-4.3
...
(backup of Jane's work)
2015-01-20 18:43:11 +01:00
Laurent Rineau
579db3367d
Add 'depends' in the PATH
...
That is convenient to have depends.exe in the PATH, to debug DLL issues.
2015-01-20 17:38:49 +01:00
Laurent Rineau
58d504f744
The demo are collected on MSVC2012-Release-32bits
2014-12-16 16:31:10 +01:00
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