Laurent Rineau
76c157041f
Remove warnings about unused variables
2012-01-31 15:27:50 +00:00
Laurent Rineau
6824cd0605
Remove an unused variable
2012-01-31 15:11:10 +00:00
Laurent Rineau
b2d0dcfc58
Remove a warning (unused variable)
2012-01-31 15:03:44 +00:00
Laurent Rineau
88b7d66753
Remove unused variables (warning)
2012-01-31 15:00:14 +00:00
Laurent Rineau
3cac6fbb67
svn:ignore generated stuff
2012-01-31 14:42:07 +00:00
Andreas Fabri
62ee8cb5c4
*/* -> * /* in order to avoid a warning
2012-01-31 14:41:03 +00:00
Laurent Rineau
c2ccc19c55
Remove unused variable (warnings)
2012-01-31 14:36:20 +00:00
Efi Fogel
033a9ee31f
Added missing signature required to build in debug mode
2012-01-31 14:27:24 +00:00
Laurent Rineau
e3b9d8edf6
Remove unused variable (that was a warning)
2012-01-31 14:21:03 +00:00
Sébastien Loriot
eadbcb79dd
fix typos
2012-01-31 07:48:38 +00:00
Sébastien Loriot
fd735eb438
fix typo in class name
2012-01-31 07:09:24 +00:00
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