Laurent Rineau
ea2d776be6
Disable more anoying warnings (mostly in Boost or Eigen) from Intel Compiler
2012-01-30 16:59:19 +00:00
Efi Fogel
73aed62c96
pacify some compiler (commented out unused variables)
2012-01-30 14:30:27 +00:00
Laurent Rineau
3d01e09cb8
Workaround for a bug in Boost, that checks WIN64 instead of _WIN64
...
https://svn.boost.org/trac/boost/ticket/5519
2012-01-30 10:15:20 +00:00
Efi Fogel
34a4fbde11
Pacify some compiler & clean up
2012-01-29 10:54:05 +00:00
Efi Fogel
7b7671fc56
pacify some compiler (commented out unsuded variable)
2012-01-29 10:53:20 +00:00
Joachim Reichel
d515d853e1
Tighten grep expression to also find files with license, but without
...
copyright notice.
2012-01-29 10:40:10 +00:00
Joachim Reichel
2407cc9efb
Rename script (s/qpl/gpl/).
2012-01-29 10:35:31 +00:00
Joachim Reichel
b7b542d788
Adapt script to the new license scheme.
...
- remove GPLd files instead of QPLd files
- use licensecheck to select the files
- pass -DWITH_CGAL_Qt4=OFF, remove Qt4 files from exceptions
- tighten exceptions
2012-01-29 10:34:22 +00:00
Sébastien Loriot
f8d776eac6
more verbose example
2012-01-27 16:22:41 +00:00
Laurent Rineau
8bf25ee286
Update esbtl on Windows platforms
2012-01-27 16:16:51 +00:00
Laurent Rineau
4aafb6172c
Fix cmake_minimum_required()
...
Yesterday's patch was plainly wrong. I want CMake-2.8.6 on Windows, and
only CMake-2.6.x on Linux.
2012-01-27 14:48:23 +00:00
Laurent Rineau
a570e35004
Remove Voronoi_diagram_2, because of license issues
2012-01-27 14:28:56 +00:00
Laurent Rineau
9c80442f0e
svn merge --reintegrate \^/branches/features/remove_auto_link_for_gmp_mpfr-lrineau
2012-01-27 14:10:45 +00:00
Laurent Rineau
687f45f52a
Temporarily remove VD2 from the release
...
Issue with the license: so far we have not received the authorization to
change from QPL to GPLv
2012-01-27 14:01:22 +00:00
Laurent Rineau
5a9229fb97
Recompile Boost on win32-i686
...
Our testsuite uses -D_SECURE_SCL=0 in Release mode, with vc9
32bits. Boost must be compiled with that flag too, for binary
compatibility.
2012-01-27 12:56:40 +00:00
Laurent Rineau
aa6184e8a1
merge changes from next
2012-01-27 12:55:23 +00:00
Laurent Rineau
ce7db00d72
New svn:ignore properties to get things clearer
2012-01-27 12:42:43 +00:00
Laurent Rineau
68d0fd841c
Add scripts used to recompiler Boost on Windows testsuite platforms
2012-01-27 11:09:41 +00:00
Efi Fogel
1e9ca50134
fixed 2 bugs related to events on an identified boundary
2012-01-26 15:40:29 +00:00
Laurent Rineau
a8988af6a7
Typo in the macro Q_MOC_RUN
2012-01-26 13:22:08 +00:00
Laurent Rineau
76f6503a3f
Try to fix the bug between Qt moc and "namespace BOOST_JOIN(...)"
2012-01-26 12:00:16 +00:00
Laurent Rineau
b385c8227b
Workaround the check of NDEBUG in the testsuite.
2012-01-26 11:21:43 +00:00
Laurent Rineau
9e19a7e43b
licensecheck is called with a set of extensions to look for
...
Change the behavior of check_licenses so that it is more like the behavior
of the previous version of the script.
2012-01-26 10:53:49 +00:00
Laurent Rineau
2c967033b9
CMake>=2.8.6 on Windows. I forgot that file!
...
Sorry for the splitted commits.
2012-01-26 10:35:32 +00:00
Laurent Rineau
4a41cc2956
Workaround to allow NDEBUG
...
That program seems to check timing. I understand why NDEBUG could be needed
here. It is OK if it is defined after <CGAL/config.h> in processed.
2012-01-26 10:33:09 +00:00
Laurent Rineau
59c6cc140c
Document CMake>=2.8.6 (for Windows) in the release notes
2012-01-26 10:21:00 +00:00
Laurent Rineau
3437d2ae3c
Followup of the previous commit: require cmake-2.8.6 on Windows
2012-01-26 10:18:43 +00:00
Laurent Rineau
c81dd1c3c3
Require CMake>=2.8.6 on Windows platforms
2012-01-26 10:17:17 +00:00
Laurent Rineau
7ffeddd2f5
That script is not fully version-agnostic. Change version to 4.0
2012-01-26 09:54:20 +00:00
Efi Fogel
ac614289df
pacify some compiler & cleanup
2012-01-26 08:34:35 +00:00
Laurent Rineau
284820786a
Bug fix: set CGAL_VERSION in branch-build
...
The variable CGAL_VERSION is used to initialize the value of the cache
variable CGAL_INSTALL_DOC_DIR.
2012-01-25 16:53:38 +00:00
Laurent Rineau
2fbd163e14
Factorize the installation command of CGAL library into the macro
...
The macro build_cgal_library(..) now defines the installation rules. That
should also fix a bug: now .dll files will be installed in
${CGAL_INSTALL_BIN_DIR}.
2012-01-25 16:49:39 +00:00
Laurent Rineau
8b413cef28
Remove variables CGAL_<lib>_BASENAME: no longer used.
2012-01-25 16:37:06 +00:00
Laurent Rineau
b7eeb70bce
Update Boost to 1.49
2012-01-25 16:31:12 +00:00
Guillaume Damiand
e341c43baf
Typo.
2012-01-25 14:00:57 +00:00
Laurent Rineau
2fae4eb441
Fix two typos in changes.html, and generate the new CHANGES files
2012-01-25 11:33:37 +00:00
Laurent Rineau
24ec9f43fb
merge changes from next
2012-01-25 11:23:02 +00:00
Laurent Rineau
ada0f3d64c
Prepare the demos of LCC
2012-01-25 11:16:22 +00:00
Laurent Rineau
7177fa5a63
Add a check that NDEBUG is not defined by test platforms
2012-01-25 11:14:17 +00:00
Laurent Rineau
deb4956630
Use Boost-1.49 compiled by Intel Compiler
2012-01-25 11:00:58 +00:00
Laurent Rineau
ff699122b2
Fix a typo
2012-01-25 10:56:52 +00:00
Efi Fogel
50c2148036
pacify some compiler & cleanup
2012-01-25 10:36:22 +00:00
Efi Fogel
19384995de
pacify some compiler & cleanup
2012-01-25 10:33:50 +00:00
Laurent Rineau
fb3e52b088
No -DNDEBUG in test suites
2012-01-25 09:59:46 +00:00
Laurent Rineau
5b306ae4b4
Recommit the CMakeCache.txt, after another run of cmake....
2012-01-25 09:51:11 +00:00
Laurent Rineau
5a24d33e63
Why is it always so complicated?!
...
Add flags to the CMakeCache.txt of the ref platform, too. The flags were
already in ./setup, but that is not sufficient...
2012-01-25 09:43:22 +00:00
Laurent Rineau
3c9313ae52
Rename Linear_cell_complex_3.cpp to Linear_cell_complex_3_demo.cpp
...
That way, the automatically generated cgal_test script will work.
2012-01-24 18:39:05 +00:00
Laurent Rineau
aad99d672a
Try to be independent of the CGAL version
2012-01-24 18:27:21 +00:00
Sébastien Loriot
94e1419bcc
update changes.html for Eigen
2012-01-24 18:09:31 +00:00
Laurent Rineau
3808f9aaf4
Use Boost-1.49 and remove -D_GLIBCXX_USE_C99_FP_MACROS_DYNAMIC
2012-01-24 18:05:36 +00:00