sort by:
Revision Author Date Message Commit Date
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
a8c7d7e updated 25 June 2012, 20:43:50 UTC
bd18624 moved 25 June 2012, 20:32:51 UTC
e5ec5b1 1st revision 25 June 2012, 20:31:55 UTC
9f4ba6e updated 25 June 2012, 20:30:48 UTC
86a5e9d updated crontab (automated commit) 25 June 2012, 16:18:02 UTC
09592b4 merge changes from next 25 June 2012, 15:20:27 UTC
b90a776 deleted commented lines 25 June 2012, 15:17:54 UTC
9b97d3c Try to fix the mergeinfo of Spatial_searching/doc_tex/Spatial_searching_ref/Point_container.tex, second part 25 June 2012, 15:07:20 UTC
9adc16b remove curve_end() method from AOS2 - step3 25 June 2012, 15:05:41 UTC
e4af43e Try to fix the mergeinfo of Spatial_searching/doc_tex/Spatial_searching_ref/Point_container.tex 25 June 2012, 15:04:17 UTC
5b3a136 Fix mergeinfo of Maintenance/deb I should have run that command in ./Maintenance/deb: svn merge -r 63009:63108 --record-only \^/branches/CGAL-3.8-branch/Maintenance/deb@63108 25 June 2012, 14:54:36 UTC
35cdca8 Fix mergeinfo properties An attempt to simulate the reintegration of this branch into next gives several errors. One of them is: svn: Reintegrate can only be used if revisions 63010 through 70034 were previously merged from svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/next to the reintegrate source, but this is not the case: branches/features/Script-improve_create_cmake-eric/Maintenance/deb Missing ranges: /branches/CGAL-3.8-branch/Maintenance/deb:63010-63108 That branch is dead and does not concern anything in the current branch. I fixed that with: svn merge -r 63009:63108 --record-only \^/branches/CGAL-3.8-branch/Maintenance/deb@63108 That only fixes the mergeinfo properties. 25 June 2012, 14:46:12 UTC
1183de2 remove curve_end() method from AOS2 - step2 25 June 2012, 14:36:20 UTC
6e16b39 remove curve_end() method from AOS2 - step1 25 June 2012, 14:15:07 UTC
f324643 remove min_vertex and max_vertex from Arrangement_on_surface_2.h 25 June 2012, 13:35:48 UTC
89c0946 put debug method in remark 25 June 2012, 13:34:58 UTC
850f802 updates to manual 25 June 2012, 12:35:25 UTC
407402e Silence unused-parameter warnings in Box_intersection_d. 25 June 2012, 12:04:15 UTC
1dbfd98 comment unused 25 June 2012, 10:33:59 UTC
27ed0b6 updated crontab (automated commit) 25 June 2012, 09:18:03 UTC
eef769c Fix Do_intersect_3(Bbox_3, Segment_3) svn merge --reintegrate \^/branches/features/Intersection_3-fix_do_intersect_bbox_segment-lrineau 25 June 2012, 08:37:32 UTC
bba0609 use templates again 25 June 2012, 08:35:44 UTC
5a02948 add typename 25 June 2012, 08:28:49 UTC
57ffa4f updated crontab (automated commit) 25 June 2012, 08:18:02 UTC
e3a1aa0 replace te,plate with two variants 25 June 2012, 08:17:41 UTC
45aab95 template updates and vertical ray shooting fixes 25 June 2012, 07:38:23 UTC
67291a2 merge from next 24 June 2012, 12:17:32 UTC
a29d327 minor include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h include/CGAL/Arr_point_location/Arr_trapezoid_ric_pl_impl.hupdates 24 June 2012, 10:46:39 UTC
caf3cce Silence unused parameter warnings. Leave the ones from the test-suite that could signal incomplete tests. 22 June 2012, 14:22:16 UTC
67fdbf9 Prevent spurious warning in the test-suite. Leave the one that is actually suspicious. 22 June 2012, 11:52:14 UTC
6735bd4 Remove include overkill. 22 June 2012, 10:43:25 UTC
back to top