https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
0d1b527 remove Degeneracy_tag, always use the disk version 02 July 2015, 16:47:16 UTC
c56d3da use BGL Euler function to test for a valid collapse 02 July 2015, 16:47:16 UTC
201414c improve phrasing 02 July 2015, 16:47:15 UTC
cf61d3e triangle sm -> triangulated sm 02 July 2015, 16:47:15 UTC
7894e0e min_edge_length -> max_edge_length 02 July 2015, 16:47:15 UTC
20c1ae4 typo 02 July 2015, 16:47:15 UTC
2f890ac remove the version using the edge simplification package on the elephant subdivided 3 times with loop, it required 60s. vs 40s. with the linear alternative 02 July 2015, 16:47:15 UTC
8efbac7 fix typo 02 July 2015, 16:47:15 UTC
0f655e7 fix typo 02 July 2015, 16:47:15 UTC
123c39c int -> size_t 02 July 2015, 12:02:26 UTC
6d65407 use size_t for the segment ids 02 July 2015, 11:47:41 UTC
800488d get rid of many warnings with static_cast<int>(..) 02 July 2015, 10:36:04 UTC
55cc85d remove comments 02 July 2015, 09:34:28 UTC
20bfec5 update benchmark 02 July 2015, 09:32:54 UTC
dc1b7bb update graph requirement 02 July 2015, 09:32:54 UTC
917c758 fix typos 02 July 2015, 09:32:54 UTC
3638fc7 do not give algorithm details actually fixed in f403d8e09174ee6a78d8d3f5ad73bddcede3659d but todo removed in this commit 02 July 2015, 09:32:54 UTC
5679fb3 update surface mesh example and put it in the doc 02 July 2015, 09:32:54 UTC
bcbe2b3 less #includes in tests and examples 02 July 2015, 09:02:16 UTC
f403d8e readd figs after history cleanup 02 July 2015, 07:59:14 UTC
2877c7b readd data after history cleanup and update filenames in cpp files 02 July 2015, 07:51:06 UTC
1687824 Remove a space that confuses the script ./Scripts/developer_scripts/detect_packages_licenses does not agree with the spurious space at the end. 01 July 2015, 16:14:13 UTC
25a3009 fix macros protecting files 01 July 2015, 14:39:28 UTC
252e35a workaround to make the package compile with and without PMP 01 July 2015, 13:52:36 UTC
cb0444b fix copyrght headers 30 June 2015, 18:02:04 UTC
a6b6630 update test 29 June 2015, 21:43:40 UTC
f40aa0a update benchmark 29 June 2015, 21:43:28 UTC
66508cd clear the skeleton before filling it 29 June 2015, 21:42:25 UTC
5a0edd7 accomodate update of demo 29 June 2015, 21:19:55 UTC
7792a8f Merge branch 'old/gsoc13-CurveSkeleton-new_package-xgao' into gsoc13-CurveSkeleton-new_package-xgao Conflicts: Documentation/doc/Documentation/Doxyfile.in Polyhedron/demo/Polyhedron/cgal_test_with_cmake 29 June 2015, 21:16:37 UTC
9809a11 fix tests 29 June 2015, 21:12:38 UTC
0a298f4 fix examples 29 June 2015, 20:05:03 UTC
6f62ce8 add layouts to the dock widget 29 June 2015, 16:13:00 UTC
dd115af add plugin to the testsuite 29 June 2015, 16:12:42 UTC
4507014 fix the segmentation example 2 bugs: * the set of vertices to compute the distance was incorrect * the vectors size of pmap was not set 29 June 2015, 15:47:16 UTC
c6f3dd6 fix plugin 29 June 2015, 15:47:00 UTC
76cf7e7 Merge remote-tracking branch 'cgal/releases/CGAL-4.6-branch' - Merge pull request #140 from lrineau/Mesh_3-demo_fix_QGLViewer-2.6.0-lrineau Fix for libQGLViewer>=2.6.0 Conflicts: Installation/changes.html 28 June 2015, 16:25:04 UTC
24b0b1e Merge pull request #136 from akobel/CreateCMakeLists_extensions-akobel make `cgal_create_CMakeLists` recognize all common C++ source file extensions 28 June 2015, 16:21:06 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
9c37e3f Merge pull request #134 from bo0ts/Installation-fix-debugsymbol-removal-pmoeller Do not check for the actual CMAKE_BUILD_TYPE 28 June 2015, 16:20:39 UTC
39584e3 updated crontab (automated commit) 26 June 2015, 21:20:49 UTC
ad01608 Fix for libQGLViewer>=2.6.0 Fix #138 26 June 2015, 16:04:25 UTC
8ae9c14 make cgal_create_CMakeLists and its brethren recognize all common C++ source file extensions Rationale: cgal_create_CMakeLists and related scripts used to not consider files ending on anything else than .cpp or .C as C++ sources. This patch allows for the list of extensions considered as C++ source files as stated in the g++ man page. 25 June 2015, 13:55:55 UTC
b4875fc changes for CGAL-4.6.1 25 June 2015, 12:58:30 UTC
708c135 updated crontab (automated commit) 25 June 2015, 12:33:19 UTC
d4b4e17 Merge branch 'releases/CGAL-4.6-branch' This merge imports the following merge commits: - Merge pull request #132 from lrineau/Installation-fix_configure_component-pmoeller_rebased_4.6 - Merge pull request #126 from afabri/Triangulation_2-fix_plus_2-GF - Merge pull request #125 from lrineau/Mesh_3-fix_with_gcc44_cpp11-lrineau 25 June 2015, 09:28: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
f0082c2 To not check for the actual CMAKE_BUILD_TYPE If CMAKE_BUILD_TYPE is not set in the initial run, is only defined *after* this code is run. Since the build type is cached this seemed to work when a cmake cache was already present, but not without. 24 June 2015, 09:39:47 UTC
5f8116e Precision avec SFINAE, access control, and C++11 23 June 2015, 17:30:24 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
cbdb231 Merge pull request #130 from mglisse/Triangulation-no_Cartesian_d-glisse Document that Triangulation only works with Epick_d. 22 June 2015, 10:44:11 UTC
b71335b Document that Triangulation only works with Epick_d. 19 June 2015, 10:15:40 UTC
f534391 fix the link to the developers manual, in the code 19 June 2015, 09:15:55 UTC
cbf2104 Fix the link to our Sympa archives 19 June 2015, 09:05:34 UTC
97cd20e Merge pull request #126 from afabri/Triangulation_2-fix_plus_2-GF Fix a bug in CDT_plus_2 18 June 2015, 15:31:17 UTC
22242f6 Merge pull request #125 from lrineau/Mesh_3-fix_with_gcc44_cpp11-lrineau Fix a compilation error with gcc44 -std=c++0x Conflicts: Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h 18 June 2015, 15:31:09 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
b0e0e5f Merge branch 'releases/CGAL-4.6-branch' That merge imports the pull-request: https://github.com/CGAL/cgal/pull/115 _Emulate mpn_sqr on old versions of GMP_ 17 June 2015, 10:16:20 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
e020872 Merge two commits forgotten in pull-request #110 https://github.com/CGAL/cgal/pull/110 Fixes issue #124. https://github.com/CGAL/cgal/issues/124 Merge remote-tracking branch 'cgal-dev/Polyhedron_iostream-Binary_STL_Readder-GF' 17 June 2015, 08:20:28 UTC
5bbd4e8 fix permissions 17 June 2015, 08:09:02 UTC
de7db3c Merge pull request #111 from aympelle/Periodic_3_Delaunay_triangulation_traits_3-APelle - Rename `Periodic_3_triangulation_traits_3` to `Periodic_3_Delaunay_triangulation_traits_3`. - Rename the concept `Periodic_3TriangulationTraits_3` to `Periodic_3DelaunayTriangulationTraits_3`. - Create `Periodic_3_triangulation_traits_3`. - Create the concept `Periodic_3TriangulationTraits_3`. https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/rename_p3tt3_p3dtt3 17 June 2015, 07:59:33 UTC
cce0d3e Merge pull request #100 from sloriot/gsoc2014-Polyhedron_shortest_path-skiazyk https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Polyhedron_shortest_path This package provides methods to compute the surface-constrained shortest path on 3d models. It was written as a project during GSoC 2014. 15 June 2015, 08:45:25 UTC
71207ca Merge pull request #116 from sloriot/gsoc2014-VCM_3-jmeyron GSoC 2014, VCM feature from Jocelyn Meyron, Sébastien Loriot, and Quentin Mérigot https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/vcm_computation_and_applications 15 June 2015, 08:37:29 UTC
3c9fbbb Merge pull request #110 from afabri/Polyhedron_iostream-Binary_STL_Readder-GF Read binary STL files 15 June 2015, 08:01:40 UTC
f8ffd63 updated crontab (automated commit) 12 June 2015, 17:58:18 UTC
72f9d2c Add tests for backward compatibility. 10 June 2015, 21:39:18 UTC
f5ecd50 updated crontab (automated commit) 10 June 2015, 16:59:54 UTC
96a9b14 please MSVC10 10 June 2015, 15:04:57 UTC
4474cb2 remove extra typename 10 June 2015, 14:26:35 UTC
646650b disambiguate call to std::sqrt for MSVC10 10 June 2015, 14:12:59 UTC
dab94db Complete copyright years. 10 June 2015, 12:11:47 UTC
9401174 Merge pull request #109 from sloriot/Polyhedron_demo-color_each_cc-sloriot add an action to assign a color per cc of a polyhedron 10 June 2015, 11:39:31 UTC
6fc32e4 Merge pull request #74 from lrineau/Triangulation_2-fix_projection_traits-GF Fix a bug in Triangulation_2_projection_traits.h and its filtered version 10 June 2015, 10:30:29 UTC
447c5fd Merge pull request #69 from efifogel/MS_2-of_holes-efif Add in `Minvoski_sum_2`: - handling of polygons with holes, - the new "reduced convolution" implementation. https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Minkowski_sum_2_polygons_with_holes_and_RC 10 June 2015, 10:24:00 UTC
6dc9d60 Merge pull request #114 from bo0ts/Installation-nodebug_when_testing-pmoeller Remove the -g flag in testsuites (when `RUNNING_CGAL_AUTO_TEST` is `TRUE` in CMake). 10 June 2015, 10:02:08 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
40c629a Merge pull request #90 from janetournois/Mesh_2-add_optimizers-GF Add optimizer methods in Mesh_2 https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/lloyd_optimize_mesh_2 10 June 2015, 09:57:53 UTC
661ec3f Merge pull request #101 from afabri/Ridges_3-BGL-GF Make `Ridge_3` work for any `FaceGraph` (concept from our BGL API). 10 June 2015, 09:52:37 UTC
7be5116 Fix copyright years. 09 June 2015, 22:44:56 UTC
72c30d6 Add copyright info. 09 June 2015, 16:44:15 UTC
f5837de Disable the normal estimation plugin with Boost-1.57 and C++11 Patch similar to |-------------------------------------------------------------------- | commit bd435457178c23a2363eb9e05df1f8f63175660d | Author: Laurent Rineau <laurent.rineau@cgal.org> | Date: Mon Jan 26 11:22:09 2015 +0100 | | Disable the normal estimation plugin with Boost-1.57 and C++11 |-------------------------------------------------------------------- 09 June 2015, 14:22:19 UTC
44b7a2b float -> double 09 June 2015, 08:33:33 UTC
b46abc8 remove argc argv 09 June 2015, 06:57:10 UTC
9c7a335 char* -> const char* to avoid a warning 09 June 2015, 06:54:09 UTC
6e3e799 Include P3TT3.h after declaring Filtered_periodic_predicate. 08 June 2015, 15:30:30 UTC
cac397d remove extra const 08 June 2015, 14:36:31 UTC
0321e24 Merge branch 'Ridges_3-BGL-GF-old' into Ridges_3-BGL-GF Conflicts: Installation/changes.html 08 June 2015, 12:36:15 UTC
648ccb1 CMake>=2.6.3 is required I have tested: with CMake-2.6.2, there is a configuration error: CMake Error: Error in cmake code at /home/lrineau/Git/cgal/Installation/cmake/modules/CGAL_Macros.cmake:213: Parse error. Function missing ending ")". Instead found left paren with text "(". With CMake-2.6.3, that works. 08 June 2015, 12:09:51 UTC
5d02945 try to please Visual Studio 10 08 June 2015, 11:44:18 UTC
053761c fix a -strict-ansi warning (cherry picked from commit 307c86910bbb797f48f0fea76ed4fa42bbb461fc) 08 June 2015, 10:32:45 UTC
a2b0267 increase epsilon bounds 08 June 2015, 10:08:08 UTC
966f018 force use of std::sqrt 08 June 2015, 10:06:23 UTC
45ee5e9 Merge pull request #108 from sloriot/Polyhedron_demo-better_orient_soup-sloriot Before trying to orient a soup, start by removing degenerate polygons 08 June 2015, 09:44:19 UTC
back to top