https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
8242c05 add the word main to be found by grep 07 March 2018, 14:49:03 UTC
6edaa7a test different options using macro definitions 07 March 2018, 10:41:31 UTC
8cfa4e7 correct return types 07 March 2018, 09:42:46 UTC
8ccec9f macro rename 05 March 2018, 12:20:50 UTC
9224e83 clean up 05 March 2018, 12:05:37 UTC
e478e12 do not use Euler::add_face 01 March 2018, 14:38:26 UTC
da812c6 only remove the face if hole filling was successful 01 March 2018, 13:14:36 UTC
833c54f using triangulate_hole_polyline 01 March 2018, 11:59:52 UTC
9160483 fix Dual_vpm 01 March 2018, 08:51:03 UTC
77bd6f7 solve issue with vpmap 01 March 2018, 08:16:53 UTC
b400f39 vpmap 28 February 2018, 20:47:37 UTC
18ec074 wip on dual vpm 28 February 2018, 14:27:14 UTC
a765b15 wip - testing dual 28 February 2018, 12:47:10 UTC
39ab6e0 test triangle face 28 February 2018, 10:54:11 UTC
1869830 hole filling impl 28 February 2018, 09:53:51 UTC
36dd6e7 setup mech and function with hole filling 27 February 2018, 20:24:26 UTC
eab0c12 compiling 27 February 2018, 19:28:27 UTC
2c86fd6 setup new function with cdt 27 February 2018, 15:07:17 UTC
4dd5811 Proposal of announcement for CGAL-4.12-beta1 27 February 2018, 14:30:55 UTC
2785994 Announcement for CGAL-4.11.1 27 February 2018, 10:03:14 UTC
4411707 Prepare CGAL-4.12-beta1 25 February 2018, 19:36:59 UTC
f07e578 Merge pull request #2842 from maxGimeno/Travis-fix_check_step-GF Travis: perform the test of .travis.yml validity in first place 23 February 2018, 16:55:18 UTC
e166d7a Merge branch 'releases/CGAL-4.11-branch' 23 February 2018, 16:39:07 UTC
9e8a40f Merge pull request #2845 from sloriot/PMP-improve_autorefine_v2 Improve internal autorefinement function 23 February 2018, 16:35:09 UTC
85ce015 Merge pull request #2839 from afabri/STL_extension-replace_std_iterator-GF STL_extension: Introduce CGAL::iterator 23 February 2018, 16:34:57 UTC
de4f63f Merge pull request #2838 from maxGimeno/BGL-remove_self_intersection-GF Improve experimental repairing functions 23 February 2018, 16:34:49 UTC
758688b Merge pull request #2837 from afabri/CGAL-no_return-GF Define CGAL_NORETURN also for VC++ 23 February 2018, 16:34:41 UTC
c409a61 Merge pull request #2813 from MaelRL/BGL-doc_improvement-GF BGL: Doc & tests improvements 23 February 2018, 16:34:32 UTC
32a6cd7 Merge pull request #2864 from lrineau/Installation-improve_CGAL_DEV_MODE-lrineau Set the default value of CGAL_DEV_MODE from the env variable 23 February 2018, 16:34:24 UTC
376f3d6 Merge pull request #2863 from lrineau/CGAL-remove_KDS-lrineau Remove Kinetic_data_structures and Kinetic_framework from CGAL 23 February 2018, 16:34:11 UTC
fb3af27 Merge pull request #2862 from sgiraudot/Polyhedron_demo-Point_set_item_enhancements-GF Polyhedron Demo: Point Set Item Enhancements 23 February 2018, 16:33:59 UTC
2d0a621 Merge pull request #2859 from afabri/CGAL-more_thread_local-GF More CGAL_STATIC_THREAD_LOCAL_VARIABLE 23 February 2018, 16:33:51 UTC
856df58 Merge pull request #2857 from MaelRL/BGL-Fix_partition_warnings-GF BGL: Fix partition warnings 23 February 2018, 16:33:43 UTC
1ab5a55 Merge pull request #2728 from maxGimeno/Travis_fix_BGL_examples-GF Travis: fix build script for BGL examples 23 February 2018, 16:33:35 UTC
0cd5d3f Merge pull request #2853 from MaelRL/Generator-Fix_missing_domain_check-GF Generator: Fix `random_points_in_triangle_mesh_2` # Conflicts: # Generator/include/CGAL/point_generators_2.h 23 February 2018, 16:33:12 UTC
5a37bf3 Merge pull request #2852 from sloriot/Solver_interface-lower_case_vars do not use uppercase name for variables 23 February 2018, 16:26:24 UTC
51091fd Merge pull request #2851 from gdamiand/CMap-copy_bugfix-gdamiand CMap bug fix in copy 23 February 2018, 16:26:16 UTC
0140fbd Merge pull request #2830 from maxGimeno/CHECK_HEADER-Add_a_flag CGAL_ENABLE_CHECK_HEADERS implies CGAL_PROFILE 23 February 2018, 16:26:08 UTC
74a8eb1 Merge pull request #2853 from MaelRL/Generator-Fix_missing_domain_check-GF Generator: Fix `random_points_in_triangle_mesh_2` 23 February 2018, 16:24:52 UTC
efb52c8 Fix outdated name in dialog 23 February 2018, 12:19:12 UTC
90d6424 Remove typename in non-template code 23 February 2018, 07:59:31 UTC
170ceb6 Add remaining time estimation 22 February 2018, 13:45:36 UTC
9d12c5f updated crontab (automated commit) 22 February 2018, 11:18:05 UTC
2e1a15b remove 'const' 22 February 2018, 07:51:00 UTC
6da8e5c I forgot to run ./generate_travis.sh 21 February 2018, 17:42:07 UTC
4e1b777 move the 'const' 21 February 2018, 14:45:02 UTC
c645969 Set the default value of CGAL_DEV_MODE from the env variable If the environment variable `CGAL_DEV_MODE` is set to a "true" value, according to CMake, then the `CGAL_DEV_MODE` CMake option is `ON` by default. https://cmake.org/Wiki/CMake/Language_Syntax#CMake_supports_boolean_variables. > CMake considers an empty string, "FALSE", "OFF", "NO", or any string > ending in "-NOTFOUND" to be false. [..] Other values are true. 21 February 2018, 14:32:56 UTC
036dfd7 yet another CGAL_STATIC_THREAD_LOCAL_VARIABLE 21 February 2018, 14:17:10 UTC
a2e829f Remove Kinetic_data_structures and Kinetic_framework from CGAL 21 February 2018, 10:02:35 UTC
d0328e5 Add comment about shape = -1 for clarity 21 February 2018, 09:25:19 UTC
86d6738 Do not clear PLY comments, just remove previous labels 21 February 2018, 09:13:55 UTC
f77bf61 Save shape definitions in PLY comments 21 February 2018, 09:13:40 UTC
4811fae Do not document the CGAL pure header-only mode 20 February 2018, 16:58:50 UTC
d789eed Fixed assuming GMP is present 20 February 2018, 16:25:03 UTC
f99d3db Fixed conversion warnings 20 February 2018, 16:20:36 UTC
15caaab Add option to save cluster_id in point set item + console progress bar 20 February 2018, 15:33:24 UTC
d589bc1 Parallelize buffer filling 20 February 2018, 15:33:24 UTC
75fb744 Region selection + expand/reduce + parallelized selection test 20 February 2018, 15:33:24 UTC
80b2b77 Add Region Selector 20 February 2018, 15:33:24 UTC
51f4858 detect non-manifold edges that the hole filling would produce 20 February 2018, 14:36:36 UTC
6fe12c1 fix logic 20 February 2018, 13:44:38 UTC
faa2866 More CGAL_STATIC_THREAD_LOCAL_VARIABLE 20 February 2018, 11:22:32 UTC
6920f4b better handling of coplanar faces + throw when more than 2 faces sharing an edge 20 February 2018, 10:15:21 UTC
6553d7a Fix check_headers in master 20 February 2018, 09:59:04 UTC
7ea94ff Add a commentary about the missing mechanism in is_selection_a_topologial_disk(). 20 February 2018, 07:29:45 UTC
b7b93c8 Remove bugged topology detection in selection_plugin. 20 February 2018, 07:27:38 UTC
d5523f8 Use CGAL_STATIC_THREAD_LOCAL_VARIABLE 19 February 2018, 17:32:21 UTC
ac5c061 fix warning 19 February 2018, 17:04:55 UTC
48e1d68 fix warning 19 February 2018, 17:04:55 UTC
32e7483 handle topology issue due to boundary cycle of edges 19 February 2018, 17:04:55 UTC
c7b8365 clean up and simplify code 19 February 2018, 17:04:55 UTC
e650284 Don't crash if cc_bordes_he is empty. 19 February 2018, 17:04:55 UTC
d4f50b5 Don't use filtered_graph 19 February 2018, 17:04:55 UTC
b1ee7fb remove trailing whitespaces 19 February 2018, 17:04:55 UTC
9874046 remove test. 19 February 2018, 17:04:55 UTC
84a2e04 simplying the sorting of points lexicographic order is fine since extreme points are already using this order 19 February 2018, 17:04:55 UTC
6e1b680 handle case when face orientation around the cc of deg faces is incorrect 19 February 2018, 17:04:54 UTC
cde00f7 Clean-up and overload. 19 February 2018, 17:04:54 UTC
3fdc7b6 remove non_filled_holes 19 February 2018, 17:04:54 UTC
7431743 rename include guard 19 February 2018, 17:04:54 UTC
935bba4 use dynamic property maps + clean up 19 February 2018, 17:04:54 UTC
0d2991f make dynamic properties working a better partial specialization is required as Dynamic_property_map provide a as good specialization otherwise 19 February 2018, 17:04:52 UTC
1a1fcf9 Add a test. 19 February 2018, 17:04:03 UTC
2758143 fixing the topology test. 19 February 2018, 17:04:03 UTC
209f1a2 iteratively remove degree 3 vertices incident to a degenerate face 19 February 2018, 17:04:03 UTC
f3a3b5e fix the collapsibility check of connected components of degenerate faces 19 February 2018, 17:04:03 UTC
59b72cb Add some enhancements to remove_self_intersections() 19 February 2018, 17:04:02 UTC
2ff403e Enhance the selection_plugin with the new function 19 February 2018, 17:04:01 UTC
34e9078 Add a function that determines if a selection of faces has the topology of a disk. 19 February 2018, 17:02:31 UTC
dafdafa Merge branch 'master' into BGL-doc_improvement-GF 19 February 2018, 14:41:45 UTC
8057838 Fixed partition warnings 19 February 2018, 13:30:20 UTC
47d1840 Merge branch 'releases/CGAL-4.11-branch' 19 February 2018, 13:30:11 UTC
e6967d0 Merge pull request #2846 from lrineau/Installation-fix_CGAL_HEADER_ONLY-GF Fix CGAL_HEADER_ONLY 19 February 2018, 13:28:43 UTC
a154aa1 Merge pull request #2808 from kkatrio/issue2790-mprf4 Issue2790 mprf4 - deprecated functions 19 February 2018, 13:28:35 UTC
addb923 Merge pull request #2782 from maxGimeno/Boundary_edges_selection_fix-GF Polyhedron demo: Fix edge selection -> face selection conversion 19 February 2018, 13:28:27 UTC
b0c6e37 Merge pull request #2772 from MaelRL/SMP-Clean_internal_from_example-GF SMP: Documented some functions used in the Orbifold Tutte parameterizer # Conflicts: # Surface_mesh_parameterization/examples/Surface_mesh_parameterization/orbifold.cpp # Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h 19 February 2018, 13:27:59 UTC
8aadb06 Merge pull request #2833 from afabri/CGAL-is_finite-GF Number_types: Call std::isfinite() if possible 19 February 2018, 13:27:41 UTC
7e8e70a Merge pull request #2799 from lrineau/Installation-Add_CGAL_DEV_MODE-GF Add CGAL_DEV_MODE 19 February 2018, 13:27:33 UTC
c4dbede Merge pull request #2829 from lrineau/Surface_mesher-use_cpp11_function-GF Use CGAL::cpp11::function in CGAL::Implicit_surface_3 19 February 2018, 13:27:24 UTC
637bf71 Merge pull request #2828 from lrineau/CGAL-fix_various_issues-GF fix various minor issues 19 February 2018, 13:27:16 UTC
back to top