https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
98e41d8 Add \cgalRefines and polish a little bit 24 March 2017, 08:29:21 UTC
a9625f4 Merge pull request #1986 from afabri/patch-2 Kernel_23: fix typesetting in the manual. 22 March 2017, 19:36:34 UTC
1a3a6e9 Kernel_23: fix typesetting in the manual. Leading whitespace has semantics, so we remove it 22 March 2017, 16:13:28 UTC
5b6cf1c Merge pull request #1976 from sloriot/PMP-coref_bugfix_tangent_cases Correctly handle edge tangency cases 20 March 2017, 15:11:17 UTC
0b29878 better handling of tangency correctly handle dangling intersection polylines that appear when models are tangent along an edge 16 March 2017, 17:44:13 UTC
58f59d0 add new data set to test tangent cases 16 March 2017, 14:38:54 UTC
cce6932 Merge pull request #1947 from janetournois/Mesh_3-add_lipschitz_sizing-example-jtournois Mesh_3 - add an example for `Lipschitz_sizing` 16 March 2017, 10:03:33 UTC
c360e02 Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD 16 March 2017, 09:41:40 UTC
d615e61 Merge pull request #1952 from sgiraudot/Point_set_shape_detection-Fix_incomplete_clear-GF Point set shape detection: Fix incomplete clear 16 March 2017, 09:39:29 UTC
882893c remove empty file description 16 March 2017, 09:37:58 UTC
12e032c Bugfix in test: shape factory must be added when input is reset 16 March 2017, 09:37:22 UTC
24ff167 Fix incomplete clear 16 March 2017, 09:37:21 UTC
8662845 Merge pull request #1973 from janetournois/PMP-improve_tests-jtournois PMP : Improve the tests 16 March 2017, 08:58:53 UTC
6d3d570 Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD 16 March 2017, 08:57:17 UTC
35beb1a Merge pull request #1959 from afabri/BGL-bugfix_Dual-GF BGL bugfix in the class Dual 16 March 2017, 08:56:24 UTC
ccf620e Merge pull request #1964 from sgiraudot/STL_Extension-Fix_iterator_range_size_type-GF Fix iterator range size type 16 March 2017, 08:54:06 UTC
889307a Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD 16 March 2017, 08:44:58 UTC
6075c8f fix unused variable warning 16 March 2017, 08:44:17 UTC
a79f461 be more permissive for open meshes 15 March 2017, 16:13:40 UTC
259155e improve the coref-bool-op test to also check possible results are as expected 15 March 2017, 15:49:32 UTC
b64cca5 Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD 14 March 2017, 16:10:19 UTC
731bb17 add missing off file 14 March 2017, 16:06:35 UTC
e3b6f20 Merge pull request #1962 from sloriot/AOS_2-fix_precond_trap_decomp Fix precondition in Trapezoidal_decomposition_2 14 March 2017, 15:30:29 UTC
26c6dac Merge pull request #1919 from maxGimeno/Polyhedron_demo-Reduce_memory_consumption-GF Polyhedron demo: OFF_plugin optimizations 14 March 2017, 15:29:16 UTC
b6d8827 deactivate output to files in the testsuite it takes long and is not really useful for the tests 14 March 2017, 15:20:28 UTC
f9fe9a5 add assertions to the PMP testsuite 14 March 2017, 14:46:48 UTC
a88efb4 rename header protection macros, and include license headers 14 March 2017, 09:58:46 UTC
8a8827a remove useless file description 14 March 2017, 09:35:00 UTC
d35c505 Fix warning in point set shape detection 14 March 2017, 06:20:50 UTC
58b4b81 fix in_edges() and out_edges() 13 March 2017, 16:12:37 UTC
16d369d rename test file that is in conflict with another test 13 March 2017, 13:04:04 UTC
426ab99 BGL: Fix Dual 13 March 2017, 13:01:19 UTC
b13616d Merge pull request #1966 from daillen/master Fixed typos in Basic_sweep_line_2 10 March 2017, 16:34:38 UTC
81baa28 Fixed typos in Basic_sweep_line_2 10 March 2017, 16:12:30 UTC
025c4e9 Fix iterator range size type 10 March 2017, 14:28:49 UTC
a7cffb4 Merge pull request #1937 from maxGimeno/Polyhedron_demo-Add_statistics_to_polyhedron-GF Polyhedron_demo: Add faces statistics. 09 March 2017, 18:05:55 UTC
e7d6456 remove invalid precondition 09 March 2017, 10:16:39 UTC
b9b1877 Cast std::size_t in unsigned int to silence warnings 08 March 2017, 10:48:17 UTC
4b09664 Merge pull request #1943 from afabri/Kernel_23-functor_without_division-GF Kernel_23: Division free functors may use Mpzf 07 March 2017, 16:55:25 UTC
fd8b615 Merge pull request #1948 from sloriot/CGAL_ipelet-update_cmake use latest cmake feature for checking and enable c++11 07 March 2017, 16:55:16 UTC
140ea3a Merge pull request #1930 from sgiraudot/Polyhedron_demo-PCA_plugin_for_point_sets-GF Polyhedron demo: add point set support in PCA plugin 07 March 2017, 16:55:08 UTC
9d6d548 doc fix : add ref to Lipschitz example 07 March 2017, 16:43:25 UTC
e4eef7c use latest cmake feature for checking and enable c++11 02 March 2017, 16:30:01 UTC
33c61e5 Merge pull request #1939 from lrineau/Mesh_3-fix_determinism-GF Fix non-determinism! 02 March 2017, 16:17:25 UTC
2e7d96f Merge pull request #1934 from lrineau/Mesh_3-improve_Protect_edges_sizing_field-GF Improve/fix Mesh_3/Protect_edges_sizing_field.h 02 March 2017, 15:55:24 UTC
f60275f Merge pull request #1933 from janetournois/Polyhedron_demo-fix_warnings_msvc-jtournois Polyhedron demo : fix warnings 02 March 2017, 15:55:15 UTC
52a2242 Merge pull request #1929 from sgiraudot/Point_set_processing-Optimize_grid_simplify-GF Optimizations for grid simplication 02 March 2017, 15:55:08 UTC
fec42ea Merge pull request #1940 from maxGimeno/Polyhedron_demo-Fix_save_bbox-GF Polyhedron_demo: Fix Segfault when trying to save an unsavable item 02 March 2017, 15:54:59 UTC
366ddb9 Merge pull request #1939 from lrineau/Mesh_3-fix_determinism-GF Fix non-determinism! 02 March 2017, 15:54:50 UTC
303650f Merge pull request #1936 from afabri/Mesh_3-mention_vtk_example-GF Mesh_3 Refer to the example that allows to read DICOM files 02 March 2017, 15:54:42 UTC
bb85486 improve text 02 March 2017, 15:04:37 UTC
8ae1c32 add figure for lipschitz sizing 02 March 2017, 14:59:11 UTC
0d43829 change min_size to speedup the example 02 March 2017, 14:33:22 UTC
3a940b4 Fix Segfault when trying to save an unsavable item 02 March 2017, 13:50:02 UTC
2da9e46 WIP doc Lipschitz example 02 March 2017, 13:12:42 UTC
e8a7391 Fix testsuite That is a followup of e28b298c99c04d2891ed017e8c000c17385d9f97. 01 March 2017, 18:05:30 UTC
32e3d1b Division free functors may use Mpzf 01 March 2017, 16:16:31 UTC
a904634 fixes 01 March 2017, 13:36:24 UTC
cb5b3ac Class Compare_handles_with_or_without_timestamps to replace hacks Previously, each file was using its own implementation of the "compare handle" function object. This commits adds a new class `Compare_handles_with_or_without_timestamps` that checks the presence of `Has_timestamp` in the pointed type, and provides a different `operator()` depending on that. 01 March 2017, 11:08:52 UTC
2249dfd Merge pull request #1935 from Tocic/patch-1 Update Tutorial_hello_world.txt 01 March 2017, 09:52:22 UTC
5aec364 Merge pull request #1905 from maxGimeno/test_demos_in_travis-GF Add tests for demos in travis 01 March 2017, 09:44:20 UTC
b67bfce add a link to the example 01 March 2017, 08:56:11 UTC
035a35e Fix non-determinism! 28 February 2017, 18:19:59 UTC
0ce8807 Add faces statistics. 28 February 2017, 12:01:43 UTC
c699d45 simplify lipschitz sizing for a polyhedral domain it can be enriched later, once we have the multi-polyhedral domain the complete code is in Lipschitz_sizing_experimental.h 28 February 2017, 11:19:21 UTC
09d7723 Refer to the example that allows to read DICOM files 28 February 2017, 10:42:24 UTC
0b0a063 reorder things to make example more clear 28 February 2017, 10:32:53 UTC
719ff3f Fix Demos tests. 28 February 2017, 10:16:25 UTC
67dca10 write example for Lipschitz sizing and adapt the code while multi-polyhedral surfaces is experimental 28 February 2017, 09:38:44 UTC
7bb355c add experimental per-subdomain lipschitz sizing field 28 February 2017, 09:38:44 UTC
2d8a91a add minimal new example 28 February 2017, 09:38:44 UTC
60fd6aa fix conversion warning for msvc 2013, 32 bits 28 February 2017, 09:32:03 UTC
0bd00bd Update Tutorial_hello_world.txt fix typos 27 February 2017, 19:00:44 UTC
25c4507 Replace == by =. 27 February 2017, 15:02:43 UTC
5848145 More debug possibilities 27 February 2017, 14:27:11 UTC
9c88d16 Bug fix! 27 February 2017, 14:27:11 UTC
9668b1b add missing abs 27 February 2017, 14:27:11 UTC
e28b298 Refactoring of Sizing_field_with_aabb_tree (API breakage too) The refactoring allows to compute a better size of corners in a cycle. ... But the bug is still there on the nasty data set! 27 February 2017, 14:27:11 UTC
e023fc9 protect verbose code with macro CGAL_MESH_3_PROTECTION_DEBUG 27 February 2017, 14:27:10 UTC
83f74c0 Fix the sampling of protecting balls The previous code never verified that the curve is inside the union of balls. Now it does. 27 February 2017, 14:27:10 UTC
056309d allow to use the sizing field of curves more than once the protecting balls placement algorithm is now allowed to use the sizing field during 3 iterations, instead of 1. This allows it to fix most of the forbidden intersections of spheres before switching to the constant size case this commit relaxes the condition set in commit 051c55b08f2bfe5047eef1be1f70f0192b1c5c60 27 February 2017, 14:27:10 UTC
2b932b5 add dump of c3t3 at every step of protecting balls placement 27 February 2017, 14:27:10 UTC
58abe5a Do not use the nonlinear strategy from inside refine_balls() 27 February 2017, 14:27:10 UTC
2ef13dd fix conversion warnings 27 February 2017, 14:08:57 UTC
b7a0c70 Revert changes from std::floor to cast (risk of overflow) 27 February 2017, 13:27:12 UTC
1385d5f Add macros with old versions of boost 27 February 2017, 13:21:20 UTC
9e3ef25 Build qglviewer for demos needing it and fix the script in case there are multiple demos directories in a single package. 27 February 2017, 12:00:37 UTC
b351ec3 Remove useless backward compat cpp0x 27 February 2017, 11:17:46 UTC
027a120 Add point set support in PCA plugin 27 February 2017, 09:21:38 UTC
6525d58 Fix error (removed lines by mistake) in config.h 27 February 2017, 09:03:51 UTC
93f5f62 Replace set by unordered_set (speed up 70%) 27 February 2017, 08:57:18 UTC
588c863 Add CGAL::cpp11::unordered_set/map using boost or std 27 February 2017, 08:56:54 UTC
0d92e5f Use cast to int instead of std::round without constructing Point (speed up 25%) 27 February 2017, 08:33:43 UTC
1d043be Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' This merge will not change anything, but ensures that `master` is ahead of `CGAL-4.9-branch`. 23 February 2017, 17:41:54 UTC
68876f0 Merge pull request #1916 from sloriot/Core-bug_fix_large_MSB Fix Expr computation when a Node in the tree has a large MSB bound 23 February 2017, 17:41:13 UTC
0e13616 Merge pull request #1923 from sloriot/CORE-Expr_approx_bound Make sure the approximation exceeds the separation bound 23 February 2017, 17:40:06 UTC
6d79ebd Merge pull request #1916 from sloriot/Core-bug_fix_large_MSB Fix Expr computation when a Node in the tree has a large MSB bound 21 February 2017, 16:50:21 UTC
784ce69 Merge pull request #1923 from sloriot/CORE-Expr_approx_bound Make sure the approximation exceeds the separation bound 21 February 2017, 16:50:08 UTC
aab162e use a thighter approximation 21 February 2017, 16:30:24 UTC
3dc5f7d make sure the approximation exceeds the separation bound 21 February 2017, 16:12:56 UTC
back to top