Commit Graph

26 Commits

Author SHA1 Message Date
Laurent Rineau edcf7469f9 Save current configuration of picasso 2016-11-18 15:09:25 +01:00
Laurent Rineau 4ee96e11c0 Update picasso to CMake-3.6.2 2016-09-20 14:28:35 +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
Sébastien Loriot 0b8d0a3bb7 update eigen version on picasso 2014-06-26 08:28:33 +02: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 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 f64496786e Enable VLD for the VC11/32bits/Debug platform 2013-08-27 16:26:19 +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