https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
58a8eb0 Fixed random points on triangle mesh example No mesh means no inside/outside... 16 February 2018, 15:37:51 UTC
a125f08 Improved point generators tests 16 February 2018, 15:10:21 UTC
55b928b Fixed random_points_in_triangle_mesh_2 to actually filter out-of-domain faces 16 February 2018, 15:10:09 UTC
704fe95 do not use uppercase name for variables 16 February 2018, 13:15:02 UTC
7b9b04f Bug fix when copying attributes of a cmap into another cmap, and both have no info. 16 February 2018, 10:32:07 UTC
6e5a092 Fixed bad merge 16 February 2018, 09:06:29 UTC
b34bbbc Fix namespace for iterator_traits 15 February 2018, 17:20:38 UTC
d785378 workaround issue with msvc 15 February 2018, 16:06:31 UTC
dd739cd Do not declare the target CGAL_Qt5_moc_and_resources when useless - .. if `CGAL_HEADER_ONLY` is not true, - or if CMake is configuring CGAL "libraries". 15 February 2018, 14:52:38 UTC
72aab11 Add the CMake option CGAL_HEADER_ONLY This was already a CMake cache variable that is used a lot, but it was not yet visible in the CMake GUI. 15 February 2018, 14:51:27 UTC
734b6b0 Fix travis error. 15 February 2018, 13:29:07 UTC
2d0b059 Merge pull request #2841 from sloriot/Scripts-fix_generation_of_cgal_test_with_cmake Correctly generate cgal_test_with_cmake 15 February 2018, 13:13:03 UTC
afb93d4 move .travis.yml validity cehck in the first place of the job CHECK. 15 February 2018, 12:25:26 UTC
30357eb make the changes default 15 February 2018, 11:06:46 UTC
108856d Build BGL examples despite the unusual package architeture. 15 February 2018, 11:01:33 UTC
28d55f8 Merge branch 'master' into BGL-doc_improvement-GF 15 February 2018, 10:32:50 UTC
50bd81b correctly generate cgal_test_with_cmake 15 February 2018, 10:11:07 UTC
50dfffc Sort halfedge of coplanar faces intersecting in autorefinement case Since the faces are coming from the same mesh... 15 February 2018, 09:31:31 UTC
c20177c add TODO 15 February 2018, 09:31:31 UTC
3eb109a better handling of dangling edges 15 February 2018, 09:31:31 UTC
e9596ac fix issue with intersection edges not found this happen when such an edge if not on the same sheet (and would be found next thanks to the multimap). 15 February 2018, 09:31:31 UTC
e11a1d8 fix patches to keep in coplanar cases 15 February 2018, 09:31:31 UTC
129b4c4 use union find to track incident between patches and discard nested intersections 15 February 2018, 09:31:31 UTC
80d820a first version of autorefinement able to handle self-intersection of 3 faces the code is not working with coplanar faces for now and does not handle more that 3 faces meeting at a point not more that 2 triangles intersecting along an edge 15 February 2018, 09:29:27 UTC
474a8a3 Reformat 14 February 2018, 20:07:56 UTC
52549b1 STL_extension: Introduce CGAL::iterator as replacement for the deprecated std::iterator 14 February 2018, 18:46:45 UTC
4e0cc55 Fix the CMake error CMake does not like that the documentation of a CMake cache variable is multiline. That triggers an error once the cache is re-loaded, the second time. 14 February 2018, 15:23:19 UTC
06f204e Merge pull request #2831 from maxGimeno/Infrastructure-update_windows_maintainance_files-GF Maintenance: upgrade Infrastructure files for Picasso and Gauguin 14 February 2018, 15:03:40 UTC
bcbbf35 Define CGAL_NORETURN also for VC++ and move the macro before the functions 14 February 2018, 14:51:40 UTC
042c90b Merge branch 'releases/CGAL-4.11-branch' 14 February 2018, 14:36:20 UTC
30c44fc Merge pull request #2812 from afabri/CGAL-fallthrough-GF Intersections_3: Replace last case with a default to avoid warning 14 February 2018, 14:35:37 UTC
0eaabaa Merge pull request #2811 from maxGimeno/Polyhedron_demo-Fix_selection_IO-GF Polyhedron_demo: Fix some crashes when saving an item. 14 February 2018, 14:35:29 UTC
6e2d0aa Merge pull request #2810 from maxGimeno/Fix_colors-Polyhedron_demo-GF Polyhedron demo: fix color selection in the SceneView. 14 February 2018, 14:35:21 UTC
452b236 Merge pull request #2807 from maxGimeno/Fedora_32-Fix_error-GF Fix Fedora_32 errors in the testsuite 14 February 2018, 14:35:13 UTC
01e2405 Merge pull request #2774 from MaelRL/T3-Fix_is_Gabriel-GF T3/P3T3: Fix Is_Gabriel(Vertex_handle) for regular triangulations 14 February 2018, 14:35:05 UTC
ecbfa0a Merge pull request #2805 from afabri/CGAL-unused_variable_or_paramter-GF Fix two warnings about unused variable/parameter 14 February 2018, 14:34:55 UTC
697ed68 Merge pull request #2803 from sgiraudot/OTR-Fix_error_test_vertex_edge-GF OT Reconstruction: Fix test_vertex_edge bug by not copying the TDS 14 February 2018, 14:34:46 UTC
bcfad15 Merge pull request #2802 from afabri/Polyhedron-STL-GF Polyhedron: Add *STL to nameFilters() 14 February 2018, 14:34:38 UTC
305ebe3 Merge pull request #2801 from afabri/Property_map-remove_unused_parameter Property_map: Remove unused parameter (leading to a warning) 14 February 2018, 14:34:31 UTC
9a80f5d Merge pull request #2800 from jasjuang/master prevent GCC flags propagating to NVCC, fixes #2775 14 February 2018, 14:34:23 UTC
8a55d4c Merge pull request #2798 from sgiraudot/Polyhedron_demo-Fix_reconstruction_angle_parameter-GF Polyhedron Demo Surface Reco. Plugin: Fix missing conversion from degrees to radiants 14 February 2018, 14:34:15 UTC
611d24c Merge pull request #2822 from afabri/PMP_bug_fix_expand_face_selection_for_removal-GF PMP: bugfix in expand_face_selection_for_removal() 14 February 2018, 14:34:07 UTC
0ad9e40 Merge pull request #2789 from afabri/Classification-fix_CMakeLists-GF win32 fix concerning bzip headers in the classification plugin CMakeLists.txt 14 February 2018, 14:33:58 UTC
c6fe687 Merge pull request #2786 from MaelRL/T2-Fix_graph_traits-GF Triangulation_2: Fix template parameter in RT_2's graph traits 14 February 2018, 14:33:48 UTC
43c88bf Merge pull request #2817 from lrineau/STL_Extensions-cpp17_uncaught_exceptions-GF Use std::uncaught_exceptions() when available 14 February 2018, 14:33:40 UTC
9e7115a Merge pull request #2784 from maxGimeno/Travis_check_package_dep-GF TravisCI: check package dependencies 14 February 2018, 14:33:31 UTC
861838b Merge pull request #2798 from sgiraudot/Polyhedron_demo-Fix_reconstruction_angle_parameter-GF Polyhedron Demo Surface Reco. Plugin: Fix missing conversion from degrees to radiants 14 February 2018, 14:19:11 UTC
15069c1 Merge pull request #2774 from MaelRL/T3-Fix_is_Gabriel-GF T3/P3T3: Fix Is_Gabriel(Vertex_handle) for regular triangulations 14 February 2018, 14:19:04 UTC
7ed0615 Merge pull request #2786 from MaelRL/T2-Fix_graph_traits-GF Triangulation_2: Fix template parameter in RT_2's graph traits 14 February 2018, 14:18:54 UTC
f520bc7 Merge pull request #2817 from lrineau/STL_Extensions-cpp17_uncaught_exceptions-GF Use std::uncaught_exceptions() when available 14 February 2018, 14:18:47 UTC
17eccfc Call std::isfinite() if possible 14 February 2018, 12:18:21 UTC
6f4a3aa Fixes. 14 February 2018, 11:51:38 UTC
08a9f70 update gauguin 14 February 2018, 10:40:35 UTC
0f4766b Remove Qt5 from some platforms and add linker flags to for no debug. 14 February 2018, 10:29:03 UTC
a3409eb Change to compile flag 14 February 2018, 10:04:08 UTC
cb5bf32 Add -DCGAL_PROFILE if CGAL_ENEABLE_CHECK_HEADERS is ON. 14 February 2018, 09:26:03 UTC
0254025 fixup! Remove CMake Warning about /usr/share/cmake/Modules/FindBoost My previous commit was... well... stupid! 14 February 2018, 09:14:48 UTC
721cca5 Use CGAL::cpp11::function in CGAL::Implicit_surface_3 That will fix the issue #2107. 13 February 2018, 15:56:38 UTC
7ee11b7 Remove CMake Warning about /usr/share/cmake/Modules/FindBoost Those warnings are annoying because: - they happen on Linux rolling releases as soon as Boost version is more recent than CMake version, - we cannot do anything about them. Example: ``` CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) /mnt/testsuite/cmake/modules/CGAL_Macros.cmake:293 (find_package) /mnt/testsuite/cmake/modules/UseCGAL.cmake:46 (use_component) CMakeLists.txt:13 (include) ``` https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-173/Algebraic_foundations/TestReport_gimeno_Fedora-rawhide-Release.gz 13 February 2018, 15:02:09 UTC
741dbaf Fix a bug in demo/Polyhedron/Plugins/Mesh_3/CMakeLists.txt The file "Polyhedron_demo_mesh_3_plugin_cgal_code.cpp" was renamed *long* ago. I do not know why I got that CMake error only recently. 13 February 2018, 15:00:29 UTC
07b0ddf Fix disable/enable warnings; Fix indentation 13 February 2018, 14:15:38 UTC
df2e978 Fix disable/enable warnings; Fix indentation 13 February 2018, 14:02:40 UTC
91e1cd7 STL_extension: Fix #2587 concerning &* applied to a CGAL::internal::vector_iterator 13 February 2018, 13:27:56 UTC
47307b4 Add the missing semi-colon 13 February 2018, 11:51:39 UTC
e20672e Update _test_line_face_circulator.h 13 February 2018, 11:13:06 UTC
f00158c Use CGAL_USE() 13 February 2018, 08:09:52 UTC
483f697 Refresh branch 12 February 2018, 21:21:38 UTC
39526dd Mesh_3: Add access function to the stored polyhedra for the FeniCS project 12 February 2018, 16:00:14 UTC
f20c76f PMP: bugfix in expand_face_selection_for_removal() 12 February 2018, 15:18:57 UTC
a7a4966 Merge pull request #2821 from maxGimeno/Upgrade_official_doxygen-GF Use Doxygen 1.8.13 for official CGAL doc. 12 February 2018, 14:19:58 UTC
6474c9a Cganhe official master doc from doxygen 1.8.4 to doxygen 1.8.13. 12 February 2018, 11:51:30 UTC
d38fea5 Add missing #include 12 February 2018, 09:44:10 UTC
de47e36 prevent GCC flags propagating to NVCC, fixes #2775 09 February 2018, 17:46:50 UTC
ce09744 Use std::uncaught_exceptions() when available That should fix the following warning. ``` [ 50%] Building CXX object CMakeFiles/dynamic_properties_test.dir/dynamic_properties_test.cpp.o /usr/local/bin/c++ -DCGAL_TEST_SUITE=1 -DCGAL_USE_GMP -DCGAL_USE_MPFR -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/../../include -isystem /usr/include/x86_64-linux-gnu -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map -I/home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/include -I/mnt/testsuite/include -DDONT_USE_BOOST_PROGRAM_OPTIONS -Wall -Wextra -std=c++1z -frounding-math -Wall -frounding-math -o CMakeFiles/dynamic_properties_test.dir/dynamic_properties_test.cpp.o -c /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/dynamic_properties_test.cpp In file included from /mnt/testsuite/include/CGAL/basic.h:43, from /mnt/testsuite/include/CGAL/Cartesian/Cartesian_base.h:29, from /mnt/testsuite/include/CGAL/Simple_cartesian.h:29, from /mnt/testsuite/include/CGAL/Exact_predicates_inexact_constructions_kernel.h:29, from /home/cgal_tester/build/src/cmake/platforms/Ubuntu-latest-GCC6-CXX1z/test/Property_map/dynamic_properties_test.cpp:2: /mnt/testsuite/include/CGAL/Polyhedron_incremental_builder_3.h: In destructor 'CGAL::Polyhedron_incremental_builder_3<HalfedgeDS_>::~Polyhedron_incremental_builder_3()': /mnt/testsuite/include/CGAL/assertions.h:104:30: warning: 'bool std::uncaught_exception()' is deprecated [-Wdeprecated-declarations] (CGAL::possibly(EX)||std::uncaught_exception()?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__)) ^~~~~~~~~~~~~~~~~~ /mnt/testsuite/include/CGAL/Polyhedron_incremental_builder_3.h:204:9: note: in expansion of macro 'CGAL_destructor_assertion' CGAL_destructor_assertion( check_protocoll == 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ ``` https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-168/Property_map/TestReport_lrineau_Ubuntu-latest-GCC6-CXX1z.gz Fix #2806. 09 February 2018, 17:46:16 UTC
b5dd456 Merge pull request #2794 from maxGimeno/Doc_remove_manual_index-GF Documentation: Fix postprocessing 09 February 2018, 17:45:41 UTC
abe933a Address the warning concerning SCL_SECURE for VC++ 09 February 2018, 15:00:14 UTC
3653ec9 Fixed vertex_point_map's value type's doc description 09 February 2018, 14:47:19 UTC
1170433 Comment what default means 09 February 2018, 14:23:40 UTC
5de691f Specify missing property in warning message in cgal_check_dependencies.sh 09 February 2018, 09:56:17 UTC
5d46351 Fix wrong patch 09 February 2018, 09:54:34 UTC
a481d26 Clean-up 09 February 2018, 09:25:39 UTC
6ce38b9 Fixed too many & too few words 09 February 2018, 09:15:58 UTC
8997343 Removed useless typedefs 08 February 2018, 17:35:48 UTC
dfe75eb Added a test for Arrangement_2's graph traits 08 February 2018, 17:20:26 UTC
11b7085 Fixed missing functions and types 08 February 2018, 17:19:47 UTC
cf3d288 Fixed links 08 February 2018, 17:19:32 UTC
5b46c67 BGL test improvements 08 February 2018, 17:19:12 UTC
7d9646d BGL reference manual improvements 08 February 2018, 17:18:41 UTC
8dfbce6 Cleaned BGL graph concepts 08 February 2018, 17:17:37 UTC
d9d2668 BGL user manual improvements 08 February 2018, 17:16:17 UTC
e87001f Added null_vertex to Arrangement_2 graph traits 08 February 2018, 17:15:40 UTC
6f79d2c fix typo 08 February 2018, 15:30:25 UTC
fbc1a9b Replace last case with default and remove fallthrough 08 February 2018, 15:11:48 UTC
e9c652d Add several fallthrough 08 February 2018, 15:03:39 UTC
16b8999 If the filters are empty, filters.first().split(";;") will trigger an assertion and probably segfault, so I add a check before that. 08 February 2018, 14:19:23 UTC
1dfbced If the color column selected clicked is not in the selection, edit the corresponding item, not the current selection. 08 February 2018, 12:23:57 UTC
3305506 conditional macros 08 February 2018, 09:47:33 UTC
7aae8ea replace deprecated function 08 February 2018, 09:47:33 UTC
86ec93a Remove Qt5::Help from CMakeLists because it causes errors and it is not used. 08 February 2018, 08:18:04 UTC
6e66f6b Fix two warnings about unused variable/parameter 08 February 2018, 07:40:23 UTC
back to top