swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
667f710 Release announcement for 4.6.2 20 August 2015, 09:42:00 UTC
0219900 This branch targets CGAL-4.6.2, if there is one. 03 August 2015, 13:56:04 UTC
6cde2ec Merge pull request #213 from sloriot/Intersection_2-fix_rectangle_triangle Fix do_intersect(Triangle_2,Iso_rectangle_2) in case no vertex is on bounded side 30 July 2015, 15:28:32 UTC
6b0067f fix intersection test in case no vertex is on bounded side 29 July 2015, 16:17:27 UTC
94378e2 Merge pull request #192 from sloriot/Convex_hull_3-hs_inter_with_constr fix halfspace intersection for a kernel with exact constructions 24 July 2015, 14:06:01 UTC
387ad98 add new line at end of test file 24 July 2015, 13:50:42 UTC
f3f73d1 fix halfspace intersection for a kernel with exact constructions 23 July 2015, 07:13:41 UTC
d797f6a Merge pull request #161 from lrineau/STL_Extension-fix_issue_139-lrineau Fix a miscompilation by clang-3.6.x 15 July 2015, 15:00:35 UTC
17857e1 Same patch for <CGAL/Concurrent_compact_container.h> Patch similar to the previous commit. 15 July 2015, 09:33:51 UTC
c774546 A better fix, using operator->() 14 July 2015, 16:02:40 UTC
74cfacf Merge pull request #159 from lrineau/Triangulation-fix_issue_158-lrineau dD Triangulation: Make non-template methods inline 14 July 2015, 15:02:28 UTC
2591e6c Fix a miscompilation by clang-3.6.x Fix issue #139 03 July 2015, 15:28:11 UTC
bb4ee56 Make non-template methods inline Avoid linking errors such as: In function 'CGAL::operator>>(std::istream&, CGAL::No_vertex_data&)':MeshSimplicial.cpp:(.text+0x490): multiple definition of 'CGAL::operator>>(std::istream&, CGAL::No_vertex_data&)' Fix issue #158. 03 July 2015, 15:05:01 UTC
adff1e4 Document that Triangulation only works with Epick_d. (cherry picked from commit b71335b4fe4dec985d8c4ef2470450348aa16311) 29 June 2015, 10:29:11 UTC
81eda79 Merge pull request #140 from lrineau/Mesh_3-demo_fix_QGLViewer-2.6.0-lrineau Fix for libQGLViewer>=2.6.0 28 June 2015, 16:20:50 UTC
ad01608 Fix for libQGLViewer>=2.6.0 Fix #138 26 June 2015, 16:04:25 UTC
b4875fc changes for CGAL-4.6.1 25 June 2015, 12:58:30 UTC
71ab8ea Merge pull request #132 from lrineau/Installation-fix_configure_component-pmoeller_rebased_4.6 Use `get_filename_component` to manipulate paths This caused a bug in CMake>=3.3.0 when `file(GLOB)` is not adding multiple slashes. The lack of trailing slashes is guaranteed and documented in `get_filename_component`. 24 June 2015, 14:35:07 UTC
06a1738 Fix the use of get_filename_component For CMake<=2.8.11, the option DIRECTORY must be renamed to PATH, the legacy name of the option. 23 June 2015, 09:22:01 UTC
61e6122 Use get_filename_component to manipulate paths This caused a bug in CMake>=3.3.0 when file(GLOB) is not adding multiple slashes. The lack of trailing slashes is guaranteed and documented in get_filename_component. 23 June 2015, 09:13:09 UTC
eddb96a Merge pull request #126 from afabri/Triangulation_2-fix_plus_2-GF Fix a bug in CDT_plus_2 22 June 2015, 10:51:15 UTC
1d8c611 Merge pull request #125 from lrineau/Mesh_3-fix_with_gcc44_cpp11-lrineau Fix a compilation error with gcc44 -std=c++0x 22 June 2015, 10:50:58 UTC
c80a9aa Fix a bug in CDT_plus_2 Fix issue #122 17 June 2015, 16:52:30 UTC
b221fd0 Fix an incoherent indentation 17 June 2015, 10:24:01 UTC
21a6993 Fix a compilation error with gcc44 -std=c++0x Should fix issue https://github.com/CGAL/cgal/issues/121 The error was that the "domain" class returns a `CGAL::Point_3<K>`, the triangulation uses `CGAL::Weighted_point<CGAL::Point_3<K>, double>`, and one piece of code from Mesh_3 in <CGAL/Mesh_3/Refine_facets_3.h> uses an implicit conversion from tuple<something_A, something_B, CGAL::Point_3<K> > to tuple<something_A, something_B, CGAL::Weighted_point<P, double> > and plugs that into a `boost::optional`. For some reason, the g++-4.4 compiler does not like that, but recent g++ compilers accept the code. The fix is to use an explicit conversion from `Point_3` to `Weighted_point<Point_3, double>`. 17 June 2015, 10:21:15 UTC
7bb2046 This should solve issue #41. (cherry picked from commit bc125c525c6a99c1410591274554ef3565245867) 17 June 2015, 10:07:51 UTC
195f11a Explicitely call the constructor of Surface_patch to prevent compilation failures with g++. (cherry picked from commit f9e4a9faffce9d02a597f14b426aab8d15fca3d0) 17 June 2015, 10:04:13 UTC
8caf689 Merge pull request #115 from lrineau/Number_types-oldgmp-glisse Fixes a bug: emulate `mpn_sqr` on old versions of GMP (GMP < 4.3.2). Fixes bug #113 10 June 2015, 10:00:42 UTC
053761c fix a -strict-ansi warning (cherry picked from commit 307c86910bbb797f48f0fea76ed4fa42bbb461fc) 08 June 2015, 10:32:45 UTC
e9a8f51 Merge pull request #106 from lrineau/Installation-fix_support_for_gcc_5_and_later-lrineau Add -frounding-math for gcc 4 *and later* 05 June 2015, 14:43:27 UTC
93e6f64 Merge pull request #99 from afabri/BGL-bugfix_4.6.1_Face_around_face_iterator-GF Fix Face_around_face_iterator 05 June 2015, 14:42:58 UTC
cb385a7 Add -frounding-math for gcc 4 *and later* Fix issue #104 03 June 2015, 08:44:18 UTC
56c16d5 use CGAL naming conventions 01 June 2015, 10:35:52 UTC
c30a000 bug fix. The iterator did not dereference to opposite faces 29 May 2015, 07:16:32 UTC
a2337c9 Merge pull request #82 from sloriot/Convex_hull_3-fix_halfspace_intersections-sloriot Convex_hull_3, fix halfspace intersections 19 May 2015, 13:50:11 UTC
42ca4a3 Merge pull request #86 from lrineau/afabri-CGAL-array_as_property_map-GF-rebased-on-CGAL-4.6 Rename get() to get_pointee_or_identity() 18 May 2015, 09:21:28 UTC
0b73aef remove example that revealed the problem 13 May 2015, 14:18:31 UTC
ed2ce94 get() -> get_pointee_or_identity() 13 May 2015, 14:18:31 UTC
8c20bd9 Replace CGAL::get() with CGAL::get_pointee_or_identity() and remove using get:: 13 May 2015, 14:18:31 UTC
7d60976 remove target that does not exist 13 May 2015, 14:18:31 UTC
3d9f15c Add an example that works with built-in array as property map; Add using ::get 13 May 2015, 14:18:31 UTC
03f80dd Merge pull request #61 from afabri/Stream_support-parse_plus_in_exponent-GF_4.6 fix reading of doubles. There may be a + after the e 13 May 2015, 14:03:12 UTC
6554279 fix the test for the dimension of the affine hull of the dual points 12 May 2015, 08:21:53 UTC
8bd7270 fix warning 12 May 2015, 07:31:48 UTC
06be9cf bug-fix: fix the orientation of the convex polyhedron 11 May 2015, 20:37:29 UTC
274bdd6 bug-fix: always find a point interior even in release mode assertions are deactivated in release mode 11 May 2015, 20:06:13 UTC
b3cd542 link less 11 May 2015, 19:51:15 UTC
877dba1 simplify check 11 May 2015, 19:49:08 UTC
c3694ea fix iterator type 11 May 2015, 19:21:29 UTC
ebfcedc fix the way to specify the point inside the intersection of halfspaces 11 May 2015, 15:52:53 UTC
a0e2dd6 Next release from 4.6 branch will be a 4.6.1-I 04 May 2015, 09:22:15 UTC
c5e12ae rename file to avoid cmake target name clash 29 April 2015, 07:14:57 UTC
44dbc70 chmod 22 April 2015, 10:42:37 UTC
b1c417e fix reading of doubles. There may be a + after the e 22 April 2015, 08:10:03 UTC
e0f94c4 Merge pull request #52 from sloriot/CGAL_ipelets-use_to_double-sloriot using the free function to_double instead of the member function Tested in CGAL-4.7-Ic-11. 21 April 2015, 15:25:44 UTC
b4df68d Merge pull request #53 from sloriot/QP_solver-fix_convertion_to_ET-sloriot force convertion to exact number type (avoid ambiguous call to cmp operators) Tested in CGAL-4.7-Ic-11. 21 April 2015, 15:24:46 UTC
269c83e force convertion to exact number type (avoid ambiguous call to cmp operators) 13 April 2015, 13:39:35 UTC
9e68f23 using the free function to_double instead of the member function the member function is specific to a few number types 13 April 2015, 12:25:57 UTC
4db540c Update the NSIS script for 4.6 This should have been done before 4.6 is tagged. Sorry. 10 April 2015, 15:45:34 UTC
5b8ada4 updated crontab (automated commit) 07 April 2015, 14:18:05 UTC
98bc70d Improved script 07 April 2015, 14:08:33 UTC
7365341 Merge pull request #36 from mkaravel/Apollonius_graph_2-add_warning_in_examples-mkaravel Apollonius graph 2: add warnings in examples Trivial fix. That was also tested in CGAL-4.6-Ic-171. 07 April 2015, 13:30:06 UTC
1b2dbf1 Merge branch 'CGAL-require_Boost_1.48-lrineau' We now document that Boost-1.48 or later is required. Tested in CGAL-4.6-Ic-171. 07 April 2015, 13:28:28 UTC
e2b0b02 Merge pull request #25 from bo0ts/Remove_note_in_bib Make the bibliography more uniform Tested in CGAL-4.6-Ic-171. 07 April 2015, 13:23:46 UTC
fa281d8 Fix my last patch The git-fetch command was wrong and said: fatal: Couldn't find remote ref cgal-dev I should have tested! 02 April 2015, 15:08:27 UTC
30dd79e Update ag2_exact_traits_sqrt.cpp [Apollonius_graph_2][examples] add warnings (in the form of comments) indicating that an exact kernel should not be chosen when efficiency is an issue. 02 April 2015, 05:32:07 UTC
f9bbd14 Update ag2_exact_traits.cpp [Apollonius_graph_2][examples] add warnings (in the form of comments) indicating that an exact kernel should not be chosen when efficiency is an issue. 02 April 2015, 05:29:52 UTC
be3aae1 Fix the release creation script That fix explains why the integration branch was not reset correctly: cgal-dev was not fetched, so cgal-dev/master was still pointing to a commit made three weeks ago. 01 April 2015, 15:56:25 UTC
4eef28b Minimal version of Boost: 1.48 01 April 2015, 15:31:17 UTC
7d4da6a Add new additional versions of Boost (up to 1.69) 01 April 2015, 15:28:30 UTC
6c6484e Merge pull request #10 from lrineau/NewKernel_d-isobox-glisse Branch from Andreas Fabri, with constributions from Marc Glisse and Clément Jamin. Adds new functors to Epick_d, so that Epick_d can be used with Spatial Searching. Tested in CGAL-4.6-Ic-169. 01 April 2015, 15:14:06 UTC
231955e Merge pull request #32 from pranavkantgaur/master fixes issue of infinite vertex in import_from_triangulation_3 01 April 2015, 13:18:08 UTC
0310953 undo a redundant change in import_from_triangulation_3 01 April 2015, 05:32:47 UTC
4d097dc Merge pull request #33 from bo0ts/patch-1 Filter_predicate2.h has the wrong include guard 31 March 2015, 14:31:30 UTC
03bf29a Filter_predicate2.h has the wrong include guard The file was copied from Filtered_kernel and one class was renamed, but apparently the include guard was missed. This leads to missing types when code from Filtered_kernel is included first and vice versa. 31 March 2015, 14:28:47 UTC
eeff9b6 fix link and add missing group 31 March 2015, 14:15:42 UTC
78dd583 fixes issue of infinite vertex in import_from_triangulation_3 31 March 2015, 08:48:41 UTC
0df4095 Merge pull request #30 from afabri/Documentation-addHome-GF Add a link to www.cgal.org in the horizontal menu That is a kind of trivial fix of the Documentation. 27 March 2015, 08:31:31 UTC
d1c85c8 Add a link to www.cgal.org in the horizontal menu 26 March 2015, 11:30:18 UTC
ed35bcd Merge pull request #27 from lrineau/Installation-changes_fix_release_date-lrineau Change the release month to April 2015 Fixes the issue #28 This is a test (at the dev meeting). All @CGAL/developers should receive that message. 26 March 2015, 09:54:02 UTC
4f26ed0 CHange the release month to April 2015 26 March 2015, 09:32:19 UTC
159f519 Merge pull request #26 from CGAL/lrineau-patch-1 Update WeightedApproximation_3.h 26 March 2015, 09:25:56 UTC
9785b3e Update WeightedApproximation_3.h 26 March 2015, 09:24:57 UTC
df409df updated crontab (automated commit) 25 March 2015, 16:18:04 UTC
74cddd1 Make the bibliography more uniform If a note is simply a URL turn it into a url. Also turn all occurrences of \path|http://www.cgal.org| into \url{http://www.cgal.org}. 23 March 2015, 15:24:58 UTC
f4d1a28 add missing include directive 23 March 2015, 12:36:30 UTC
1d1625d Merge pull request #20 from afabri/Nef_2-Number_type_traits-GF fix documentation in Nef_2 23 March 2015, 11:30:01 UTC
253d912 Merge pull request #19 from gdamiand/CMap-iterator_bug-gdamiand C map iterator bug gdamiand 23 March 2015, 11:27:05 UTC
0c4902a fix documentation in Nef_2 23 March 2015, 10:03:32 UTC
755c95e Merge pull request #18 from sloriot/Polyhedron_demo-fix_erode-sloriot handle when boundary of the selection is on the border 17 March 2015, 16:06:19 UTC
5c1512d handle when boundary of the selection is on the border 17 March 2015, 15:53:50 UTC
bea5137 Remove a warning 14 March 2015, 20:08:07 UTC
35bdc71 Merge pull request #15 from afabri/Interpolation-typo-AF fix typos in Interpolation doc 12 March 2015, 10:59:17 UTC
ade01f0 fix typos 12 March 2015, 10:56:29 UTC
e459862 Remove warnings 12 March 2015, 06:57:04 UTC
4660425 Bug fix in operator= of one iterator; add tests to test more cases. 11 March 2015, 14:07:37 UTC
39f0768 Merge pull request #14 from gdamiand/CMap-add_include-gdamiand Add missing #include 10 March 2015, 15:27:27 UTC
6c09e59 Add missing #include 10 March 2015, 14:48:06 UTC
ac04d78 Update after switch to Github 10 March 2015, 13:50:42 UTC
32ce6df Polish announcement and changes. Prepare 4.6. 10 March 2015, 10:07:08 UTC
back to top