sort by:
Revision Author Date Message Commit Date
5443e86 class seems to only work for g++ in a friend This is not the correct fix; a correct one changes the friend design of the classes 06 July 2012, 06:53:30 UTC
1300a51 remove compiler warning 06 July 2012, 06:22:31 UTC
972f164 correct handling of optional parameter for use_lib macro 05 July 2012, 18:33:27 UTC
4a01a46 RS3 suffices the problem was in handling of CGAL_UseRS(3).cmake 05 July 2012, 18:32:25 UTC
f39a7b7 use RS, too 05 July 2012, 18:06:04 UTC
4cacb97 remove warnings 05 July 2012, 14:56:50 UTC
0dc8526 added missing include statement 05 July 2012, 11:06:58 UTC
230919c remove compiler warnings in tests 05 July 2012, 09:50:20 UTC
397f0e4 worked only if WITH_CGAL_Core=ON|OFF, but not if it's not given at all 05 July 2012, 09:03:18 UTC
e9d8b46 removed C++11 warning 05 July 2012, 08:36:44 UTC
4953bbb Remove buggy executable bits 04 July 2012, 19:28:22 UTC
7ce64d7 The script now creates bzip2 tarballs. 04 July 2012, 19:20:15 UTC
5316513 Announce for CGAL-4.0.2 04 July 2012, 11:04:10 UTC
1bb23e6 Cherry-pick hot fixes from CGAL-4.0-branch: | ------------------------------------------------------------------------ | r70257 | lrineau | 2012-07-04 10:41:28 +0200 (Wed, 04 Jul 2012) | 1 line | Changed paths: | M /branches/releases/CGAL-4.0-branch/Installation/CMakeLists.txt | | Fix CMake error in public releases | ------------------------------------------------------------------------ | r70259 | lrineau | 2012-07-04 11:22:12 +0200 (Wed, 04 Jul 2012) | 1 line | Changed paths: | M /branches/releases/CGAL-4.0-branch/Installation/CHANGES | M /branches/releases/CGAL-4.0-branch/Installation/changes.html | | Update the changes.html | ------------------------------------------------------------------------ 04 July 2012, 09:36:41 UTC
0be32be Put the note about Reply-To in emphasis I hope I will not forget next times. 04 July 2012, 08:14:55 UTC
e331b19 added Mathieu Schmitt 03 July 2012, 15:37:29 UTC
5c23493 Add Mark Blome 03 July 2012, 15:05:07 UTC
b50167a updated crontab (automated commit) 03 July 2012, 15:02:38 UTC
8e725dc Intel Compiler 11 is no longer tested. 03 July 2012, 11:06:19 UTC
bc6d9c1 fixed typo: added missing '_' 03 July 2012, 10:53:25 UTC
4b21767 Fix an error with the current working directory Without that fix, the examples/ and include/ were not extracted to the right directory. 03 July 2012, 10:12:38 UTC
8120651 Fix the announcement. I was made from the CHANGES file of a wrong branch 02 July 2012, 16:31:12 UTC
ac3bbca Announcement for CGAL-4.0.1 Add remove the fake announcement file for CGAL-3.8.1 (it has never been released). 02 July 2012, 16:20:53 UTC
ef6fa7a Merge Script-improve_create_cmake-eric into next Main changes are - new installation manual - distinction between essential and optional libraries - preconfiguration of optional libraries possible 02 July 2012, 15:56:15 UTC
9d180c5 Minor tweaks to the changes.html I have reordered the entries, fixed a typo, and uniformized the use of the verbs in the different entries. 02 July 2012, 15:00:40 UTC
0a4d944 updated crontab (automated commit) 02 July 2012, 12:18:03 UTC
9561bdc cleanup 01 July 2012, 15:11:31 UTC
29491b5 cleanup 30 June 2012, 23:35:30 UTC
6aa13f3 Added missing test 30 June 2012, 23:16:06 UTC
349cb19 cleanup 30 June 2012, 22:52:28 UTC
390d3a9 cleanup 30 June 2012, 22:51:10 UTC
a488660 rely on CMake list(FIND ...) instead of macro Macro is nicer to use, but needs to be included and is less efficient. To improve understanding: added comments 29 June 2012, 23:13:43 UTC
1d21969 revert use of macro and rely on list(FIND ...) 29 June 2012, 22:53:42 UTC
167783a copy'n'paste works if the right includes exist: here missing CGAL_Macros instead of including the file I've just added the general cmake makro to check whether an item is in the list. Why does it need a macro? There should be a list-operation for that ... 29 June 2012, 22:22:25 UTC
07079c9 merge changes from next 29 June 2012, 16:31:48 UTC
62a8fdc Merge /branches/features/Triangulation_2_UseTraitsInHierarchy-GF/Kernel_23 ... and only that directory. The rest of the branch is a patch to Triangulation_2, that will be sumbitted as a small feature. 29 June 2012, 16:27:25 UTC
810209f some problem with Coerction traits: Explicit casts required Needs some further investigation! Background: the new CMake scripts for CGAL are more strict what comes to includes of external libs (and Core is considered as an external lib now), thus the testsuite has shown errors related to the 'hacks' here. But as far as I know, the Coercion_traits should be able to solve these issues. 29 June 2012, 16:03:33 UTC
3a7ad3b mandatory -> essential 29 June 2012, 15:27:45 UTC
d4cb1c2 SetupDependicies needs also to check for essential lib (not just WITH_<lib>), side effect: mandatory->essential 29 June 2012, 15:24:30 UTC
2d60ee7 merge changes from next 29 June 2012, 14:09:45 UTC
d0d6335 added Eigen3_FIND_VERSION to search for minimal version CGAL_Common.cmake is included at a very early stage - when configuring CGAL but also - when configuring demos etc 29 June 2012, 12:51:02 UTC
7cc17dd Fix a compilation error A template specialization (that is a complete specialization) is not a template. The typename keyword must not be used in typedefs. 29 June 2012, 11:07:34 UTC
947dd14 Minor fix: ensure the OpenGL version is displayed by test results pages 29 June 2012, 10:57:59 UTC
87ebf20 need a certain order 29 June 2012, 09:39:40 UTC
b5a4e94 the mandatory libs need an particular order, and we simplify with a macro 29 June 2012, 09:24:19 UTC
83ae4df added missing include 29 June 2012, 00:44:05 UTC
add9003 updated 28 June 2012, 21:36:56 UTC
6058295 cleanup 28 June 2012, 21:35:44 UTC
656b09f merge changes from next 28 June 2012, 16:46:25 UTC
6393180 updated crontab (automated commit) 28 June 2012, 16:18:02 UTC
160975e Leftover of previous commit: Second fix for Windows On Windows, with auto-linking, the variables ${CGAL_LIB}_LIBRARY are empty. What is more, that is a bad idea to check if the libraries does exist. If for example CGAL has been configured with WITH_CGAL_Qt4, and the CGAL_Qt4 library is not correctly created, we want a compilation error, and not just a CMake warning saying "Please configure CGAL using WITH_${CGAL_LIB}=ON." 28 June 2012, 15:57:29 UTC
4835938 Second fix for Windows On Windows, with auto-linking, the variables ${CGAL_LIB}_LIBRARY are empty. What is more, that is a bad idea to check if the libraries does exist. If for example CGAL has been configured with WITH_CGAL_Qt4, and the CGAL_Qt4 library is not correctly created, we want a compilation error, and not just a CMake warning saying "Please configure CGAL using WITH_${CGAL_LIB}=ON." 28 June 2012, 15:47:16 UTC
70e00b3 First fix for Windows: the auto-linking needs link_directories commands 28 June 2012, 15:32:04 UTC
455fcb0 Add a comment for later 28 June 2012, 15:15:31 UTC
eb6c435 correct spelling of GMPXX_FOUND variable FOUND_GMPXX -> GMPXX_FOUND 28 June 2012, 13:02:32 UTC
495c34a Typo that led to a LaTeX compilation error That was a missing ';' in the first argument of \ccMethod 28 June 2012, 13:00:57 UTC
3336c68 fix for optional parameter 28 June 2012, 12:47:13 UTC
df72a1a macro use_lib now has an optional second parameter for UseFile this avoids a nasty hack with checking for a leading ### in a string and allows to use "use_lib( FOO )" in other places much easier 28 June 2012, 12:20:52 UTC
ee0fde5 re-added files probably used by external users 28 June 2012, 12:03:12 UTC
6ef2238 make the find_package of CGAL more preconfigy, get version of GMP This fixes the previous "fix": it is needed to call get_dependency_version(GMP) 28 June 2012, 09:08:25 UTC
8b4608f cleanup 28 June 2012, 06:24:46 UTC
4184172 cleanup 28 June 2012, 06:21:27 UTC
a3f067c 1st revision 28 June 2012, 06:20:44 UTC
d698e7d cleanup 28 June 2012, 06:05:38 UTC
70462d9 merge changes from next 27 June 2012, 17:04:41 UTC
bccf95b Add a comment for later in CGAL_Macros.cmake 27 June 2012, 16:33:35 UTC
cccbcac ensure that CGAL_USE_CORE is only defined when WITH_CGAL_Core=ON in particular when WITH_CGAL_Core=OFF is shall not be defined 27 June 2012, 13:57:55 UTC
e702f20 Eigen 3-1 is out. Require Eigen 3.1.0 in CMake scripts. 27 June 2012, 12:38:32 UTC
7c31216 cleanup 27 June 2012, 12:36:34 UTC
3976182 suppressed test when CORE is not installed 27 June 2012, 12:35:55 UTC
b306a5a added missing include 27 June 2012, 12:27:41 UTC
3d7727a add specialization to Eigen_solver_traits to accomodate a change of the default initialization of iterative solver for general sparse matrices (from 3.1-alpha1 to 3.1) 27 June 2012, 12:24:22 UTC
92f13f5 cleanup 27 June 2012, 11:58:53 UTC
0396c7e Reintroduce the use of pdfstringdefDisableCommands 27 June 2012, 10:01:01 UTC
d4a6f27 replace calls to UseESTBL 26 June 2012, 23:52:07 UTC
5aea318 added missing includes Error showed up in test of new cmake stuff, where includes are less distributed 26 June 2012, 23:35:18 UTC
8d0373c CGAL_GMP_VERSION has been deleted CGAL_GMP_VERSION has been replaced by GMP_VERSION in various FindLIB.cmake files 26 June 2012, 23:12:12 UTC
7c70cec merge changes from next 26 June 2012, 17:23:41 UTC
c72a376 Put variables in \ccc{} 26 June 2012, 17:10:52 UTC
e3d53ae Also use typename on clang. This is the same fix as the previous one. That code will still not work should someone use -std=c++03 on clang and a more substantial fix should be done. 26 June 2012, 15:49:41 UTC
ab556cf merge changes from next 26 June 2012, 15:39:38 UTC
ff418f7 Also use typename with clang. 26 June 2012, 15:07:10 UTC
e3c9837 fix typo in ref man page 26 June 2012, 14:45:46 UTC
1617847 Merged feature-branch Arrangement_on_surface_2-RIC_pl_for_unbounded-balasmic into next 26 June 2012, 12:52:02 UTC
9dad9c2 merge from next 26 June 2012, 12:32:35 UTC
7504ef7 remove 26 June 2012, 12:09:55 UTC
6af7e30 commented debug print and changed -1 to false in several test methods 26 June 2012, 11:59:10 UTC
c8e1559 Fix another clang 3.1 compilation error by supplying the default argument. 26 June 2012, 10:56:54 UTC
9f6095b Fix a compilation error with clang 3.1. It has trouble with default arguments in dependent templates 26 June 2012, 09:22:39 UTC
8e3142c updated crontab (automated commit) 26 June 2012, 09:18:03 UTC
81bc4c9 updated 25 June 2012, 22:22:33 UTC
5a8d5d6 1s trevision 25 June 2012, 22:21:50 UTC
093f0e9 1s trevision 25 June 2012, 22:21:01 UTC
eaff38b moved 25 June 2012, 22:19:28 UTC
fd72514 1st revision 25 June 2012, 22:16:07 UTC
fde4edb updated 25 June 2012, 22:14:39 UTC
be28924 updateddata/point_location_segments/curves/test10.txt 25 June 2012, 22:13:28 UTC
6d15cc2 updated 25 June 2012, 21:34:42 UTC
5ca29db updated 25 June 2012, 21:34:02 UTC
1a3d893 1st revision 25 June 2012, 20:45:11 UTC
back to top