https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
7be874c Merge pull request #3717 from albert-github/feature/bug_cite_html File not (X)HTML compliant 01 March 2019, 16:05:26 UTC
3c59804 Announcement mail for CGAL-4.14-beta1 01 March 2019, 15:35:12 UTC
e08a3af Update supported platforms 01 March 2019, 15:27:34 UTC
f704c83 Rewrap CHANGES.md 01 March 2019, 15:27:22 UTC
01e5727 Prepare CGAL-4.14-beta1 01 March 2019, 15:27:11 UTC
3f66d8f Merge pull request #3718 from lrineau/CGAL-SOVERSION_for_CGAL_ImageIO-GF Allow to have different SOVERSION for each CGAL libraries 28 February 2019, 19:54:43 UTC
b3b513c Merge pull request #3708 from aboudev/VSA-lingjie Surface mesh approximation: handle degenerate cases 28 February 2019, 19:54:40 UTC
669dfc6 Merge pull request #3699 from maxGimeno/Demo-Fix_Mesh_3_surface-GF Polyhedron_Demo: fix mesh_3_plugin 28 February 2019, 19:54:37 UTC
958ff62 Merge pull request #3714 from albert-github/feature/bug_style_attrib CSS properties and values separated by semicolons 28 February 2019, 19:54:35 UTC
69fad29 Merge branch 'releases/CGAL-4.13-branch' 28 February 2019, 19:49:15 UTC
aacd365 Merge pull request #3703 from sgiraudot/Point_set_processing-Fix_PLY_FT_type_detection-GF Point Set Processing: Fix PLY FT type detection 28 February 2019, 19:48:50 UTC
2671d05 Merge pull request #3685 from afabri/CGAL-cleanup-GF CGAL: Clean up examples and tests 28 February 2019, 19:48:48 UTC
26b6347 Merge pull request #3688 from efifogel/Bso-validation-efif Bso validation efif 28 February 2019, 19:48:45 UTC
b22f210 Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch 28 February 2019, 19:48:05 UTC
b7b216f Merge pull request #3703 from sgiraudot/Point_set_processing-Fix_PLY_FT_type_detection-GF Point Set Processing: Fix PLY FT type detection 28 February 2019, 19:47:31 UTC
4f7fb8f Merge pull request #3705 from sloriot/BGL-ffg_missing_degree add missing function required by the concept 28 February 2019, 19:46:38 UTC
3dc5ee1 Remove unused capture in lambda 28 February 2019, 14:55:46 UTC
eb9687a Sneak in the same PR a small patch to cgal_create_release_with_cmake `TESTSUITE` and `PUBLIC` are exclusive. Let's make `TESTSUITE` the dominant one. 28 February 2019, 13:28:59 UTC
8eee6f3 Allow to have different SOVERSION for each CGAL libraries In CGAL-4.14, I would like to have `libCGAL.so.13` (to keep compatibility), but `libCGAL_Image.so.14` (to break compatibility). 28 February 2019, 13:26:02 UTC
b34eadc fix approximate_sqrt for EPICK 28 February 2019, 12:18:30 UTC
0a52d10 use functor for collinear and cross_product 28 February 2019, 12:10:58 UTC
6bd789e graph v/e/he descriptor take by copy not ref 28 February 2019, 11:43:14 UTC
c928b1c early exit when request #proxies is greater than #connected_components 28 February 2019, 10:48:28 UTC
97b2bd3 File not (X)HTML compliant Made generated file (X)HTML compliant 28 February 2019, 10:41:20 UTC
ff3a517 CSS properties and values separated by semicolons CSS properties and values should be separated by semicolons but here the width property was followed by an equal sign. 27 February 2019, 17:32:40 UTC
5fae279 Merge pull request #3712 from albert-github/feature/bug_double_docu Small documentation correction 27 February 2019, 13:45:22 UTC
6dcb446 Small documentation correction Documentation had double "in the" 27 February 2019, 12:37:45 UTC
91be8fb typo 26 February 2019, 15:30:56 UTC
24e83fc std::sqrt -> CGAL::approximate_sqrt 26 February 2019, 14:55:52 UTC
b59eed6 std::sqrt -> CGAL::approximate_sqrt boost::isnormal(inv) -> positive length predicate 26 February 2019, 14:49:01 UTC
b0a6ebe clean debug output and fix SubGraph type 26 February 2019, 09:25:49 UTC
3124719 replace invalid planes in rendering CGAL::linear_least_squares_fitting_3 may return invalid plane 26 February 2019, 08:55:14 UTC
5ee640b add missing function required by the concept 26 February 2019, 08:11:07 UTC
b0b8edb fix floating ball patches with one proxy they have no bounday and no anchor 26 February 2019, 03:35:53 UTC
ea4287b fix default he_max in 'add_anchors' should be any halfedge in the chord, bcycle.he_head may have anchor attached 26 February 2019, 02:52:43 UTC
d5664ad typo 25 February 2019, 09:54:04 UTC
5e96380 Merge branch 'master' into Bso-validation-efif 25 February 2019, 09:53:15 UTC
d03b529 handle degenerate chords 25 February 2019, 09:31:04 UTC
2df0fc7 handle degenerate faces with zero area use boost::math::isnormal and CGAL::collinear predicates 25 February 2019, 03:34:14 UTC
fe5c2d0 use macros 23 February 2019, 10:57:29 UTC
f3b6d06 Added test to test validation or relatively simple polygons 23 February 2019, 09:22:55 UTC
07f9ac6 Fixed the validation of orientation. (This time fixed it right...) 23 February 2019, 09:20:56 UTC
9f9ae00 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' 22 February 2019, 15:39:48 UTC
5199eb7 Merge pull request #3283 from imiordanov/Periodic_4_hyperbolic_triangulation_2-IIordanov New packages: Hyperbolic_triangulation_2 / Periodic_4_hyperbolic_triangulation_2 22 February 2019, 15:39:12 UTC
8693f95 Merge pull request #3619 from albert-github/feature/bug_headers Update of headers 22 February 2019, 15:39:09 UTC
c334407 Merge pull request #3681 from maxGimeno/Demo-New_batch_of_bug_fixes-GF Polyhedron Demo: new batch of bug fixes 22 February 2019, 15:39:05 UTC
564e81a Merge pull request #3682 from afabri/Circular_kernel_3-cleanup_test-GF Circular_kernel_{2,3}: Cleanup of examples and tests 22 February 2019, 15:39:01 UTC
e3fbdb1 Merge pull request #3683 from afabri/CGAL_CMakeLists_cleanup-GF CGAL: clean up CMakeLists.txt files in examples and tests 22 February 2019, 15:38:58 UTC
3edfb70 Merge pull request #3687 from maxGimeno/Solver_doc_fix-GF Solver_interface: minor doc fix 22 February 2019, 15:38:55 UTC
dd68db4 Merge pull request #3692 from maxGimeno/Demo-Fix_triangulation-GF Polyhedron demo: Fix crash in triangulation of non convex facets. 22 February 2019, 15:38:52 UTC
3fe93fb Merge pull request #3694 from afabri/Circular_kernel_3-initialization-GF Circular_kernel_3: Initialize data member 22 February 2019, 15:38:50 UTC
b0198c3 Merge pull request #3695 from afabri/BGL-Face_filtered_graph-GF BGL: Make halfedges(Face_filtered_graph&) return Iterator_range instead of std::pair 22 February 2019, 15:38:47 UTC
f00ea42 Merge pull request #3700 from afabri/NewKernel_d-Suppress_VC2015_warning-GF NewKernel_d: Suppress VC2015 warning 22 February 2019, 15:38:44 UTC
e33de36 Merge pull request #3701 from MaelRL/PMP-Fix_named_parameters_in_triangulate_faces-GF PMP: Fix incorrect named parameters 22 February 2019, 15:37:53 UTC
df940da Fix FT type detection 22 February 2019, 15:36:18 UTC
bbd5e91 fix typo 22 February 2019, 15:28:02 UTC
6571ffa Include <iostream> 22 February 2019, 15:11:53 UTC
06cebcb remove cout 22 February 2019, 13:40:06 UTC
35c74b1 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' 22 February 2019, 10:08:50 UTC
b652d4b Merge remote-tracking branch 'cgal/master' into Demo-Fix_Mesh_3_surface-GF 22 February 2019, 10:06:08 UTC
285332d Merge pull request #3556 from goran-w/goran-w-patch-3553 Fixed non-compiling outdated code (for issue #3553) Co-authored-by: Laurent Rineau <laurent.rineau@cgal.org> 22 February 2019, 10:05:54 UTC
7cf4a1f Merge pull request #3501 from lrineau/CGAL-fix_with_LEDA_without_CGAL_Core-GF Partially fix the testsuite with LEDA instead of GMP 22 February 2019, 10:04:22 UTC
992ed25 Add commentaries to map a little of the cursors set/reset 22 February 2019, 08:14:24 UTC
93cf8d0 Improved triangulate_faces tests 21 February 2019, 13:44:44 UTC
c3ace2b Fixed VPM / Geom traits not propertly passed / used in triangulate_faces 21 February 2019, 13:44:16 UTC
ce0a5ef oops 21 February 2019, 12:45:49 UTC
dcf909d NewKernel_d: Suppress VC2015 warning 21 February 2019, 12:05:26 UTC
252a416 Fix facegraph creation 21 February 2019, 11:53:15 UTC
222bd62 Fix waitcursor 21 February 2019, 11:50:32 UTC
84e1182 BGL: Return Iterator_range instead of std::pair 20 February 2019, 10:44:20 UTC
07b720c Add a default: for warning in Generator 20 February 2019, 08:59:21 UTC
893e2a0 Remove useless typename 20 February 2019, 08:32:05 UTC
a50ba04 Extend the width of the size to 6, to avoid truncation 19 February 2019, 16:53:10 UTC
ba11fbc Suppress warning in CMakeList.txt 19 February 2019, 14:48:48 UTC
58ae1c5 Guarded local variable used only in DEBUG mode 19 February 2019, 14:08:55 UTC
5463885 Circular_kernel_3: Initialize data member 19 February 2019, 13:44:11 UTC
8030667 Only push point into container if reading was successful 19 February 2019, 13:20:39 UTC
34ac796 Fix testsuite 19 February 2019, 13:08:12 UTC
6f294c8 Documents precondition 19 February 2019, 12:29:10 UTC
a52fccb Move typedefs to avoid error 19 February 2019, 11:18:16 UTC
bef5c49 Suppress again in the CMakeLists.txt as it concerns boost 19 February 2019, 09:53:16 UTC
0d4b718 Test if the two constraints vertices are different before inserting to avoid crash. 19 February 2019, 07:45:57 UTC
7acce50 Merge branch 'releases/CGAL-4.13-branch' 18 February 2019, 15:55:46 UTC
ea279fb Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch 18 February 2019, 15:54:29 UTC
3b6715c replaced by Maintenance/public_release/scripts/precompiled_demos_zips 18 February 2019, 15:54:06 UTC
c3b8d2c Fix for the testsuite In the testsuite, `test/Kernel_23/include` can be found as `../Kernel_23/include`, whereas in the Git layout it is `../../../Kernel_23/test/Kernel_23/include`. 18 February 2019, 13:26:17 UTC
10ae5af We do not want <CGAL/number_type_basic.h> The intention is to get ride of `<CGAL/number_type_basic.h>`, and `<CGAL/basic.h>`, soon or later. 18 February 2019, 13:19:38 UTC
41a7cb7 restore needed headers 18 February 2019, 12:30:21 UTC
f3c5d11 Don't suppress warnings 18 February 2019, 07:40:08 UTC
e3abd29 Do not suppress warnings in CMakeLists.txt 17 February 2019, 17:45:19 UTC
801376b Merge pull request #3679 from maxGimeno/P3T3_demo-Fix_animation-GF P3t3 demo: Fix crash 16 February 2019, 13:00:23 UTC
b56f519 Merge pull request #3591 from albert-github/feature/bug_advanced_concept Make advanced concept documentation analogous to advanced class. 16 February 2019, 13:00:21 UTC
4ef0c12 Merge pull request #3680 from maxGimeno/Ipelets-Fix_warning-GF Fix warnings in testsuite 16 February 2019, 13:00:18 UTC
11bf392 Merge branch 'releases/CGAL-4.12-branch' 16 February 2019, 13:00:03 UTC
bcbb385 Merge pull request #3678 from sloriot/AABB_tree-doc_first_intersection_skip Add an important note in the doc 16 February 2019, 12:59:06 UTC
2d4a477 Fixed validation of orientation of a relative simple polygon 16 February 2019, 12:27:55 UTC
c224060 Added the real test 16 February 2019, 12:27:44 UTC
c93b8ee add missing concept to the packagedescription of solver_interface 15 February 2019, 10:45:20 UTC
d301662 Fixes of fixes 15 February 2019, 08:07:48 UTC
e62ab30 Fixes of fixes 15 February 2019, 08:03:58 UTC
back to top