sort by:
Revision Author Date Message Commit Date
57c662e generate include/CGAL/license/package_list.txt ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages for i in `cat /tmp/gpl_packages | \ grep -v Operations_on_polyhedra | \ grep -v Algebraic_kernel_for_circles | \ grep -v Algebraic_kernel_for_spheres | \ grep -v Polyhedron_IO`; do echo -n "$i " pn=`grep cgalPkgDescriptionBegin $i/doc/$i/PackageDescription.txt | \ sed 's/\\\cgalPkgDescriptionBegin{\s*//' | \ awk -F "," '{print $1}'`; echo $pn; done > Installation/include/CGAL/license/package_list.txt 19 January 2017, 14:20:23 UTC
b7cece5 change license of meshing core components to LGPL 19 January 2017, 14:20:23 UTC
281fcc5 fix header 19 January 2017, 14:20:22 UTC
6995d27 improve doc about license checking 19 January 2017, 14:20:22 UTC
1ef0791 license_check -> licence and lower case header 19 January 2017, 14:20:22 UTC
46173bf Add doc 19 January 2017, 14:20:22 UTC
53cac14 The new proposal, with a CMake script to generate header files See Installation/include/CGAL/license_check/README.md 19 January 2017, 14:19:47 UTC
f214bc3 Update project names 19 January 2017, 10:10:03 UTC
f3251a5 fix project names 19 January 2017, 10:07:39 UTC
d9c7436 Merge pull request #1813 from maxGimeno/Polyhedron_demo-Update_ids_when_geometry_changed-GF Polyhedron_demo : Update the ids when the item's geometry is changed 18 January 2017, 18:34:33 UTC
1395bb0 Merge pull request #1825 from maxGimeno/Polyhedron_demo-Make_polylines_width_editable-GF Polyhedron demo : make polylines width editable 18 January 2017, 18:32:30 UTC
154151f Merge pull request #1826 from maxGimeno/Polyhedron_demo-Extend_selection-GF Polyhedron demo : extend selection 18 January 2017, 18:31:49 UTC
a5d7bde Merge pull request #1832 from sloriot/PMP-handle_boost_prior_to_1_51 Handle boost prior to 1 51 18 January 2017, 18:30:02 UTC
5204288 Merge branch 'master' into PMP-handle_boost_prior_to_1_51 18 January 2017, 18:29:24 UTC
648d9cd Merge pull request #1834 from afabri/Stream_support_VC2017_NO_IFORMAT_DOUBLE-GF Stream_support: No need for replacement of istream >> double for VC++ 18 January 2017, 18:23:28 UTC
634089c Remove spurious typename keywords 18 January 2017, 17:59:30 UTC
657aa71 Fix the CTest script of Arr_2 16 January 2017, 18:17:39 UTC
516b732 using tbb::atomic instead of cpp11::atomic 16 January 2017, 14:18:46 UTC
292ffe0 Merge pull request #1835 from cjamin/patch-1 Update dependencies 16 January 2017, 11:27:23 UTC
f8a3092 Merge pull request #1836 from cjamin/patch-2 Update dependencies 16 January 2017, 10:07:01 UTC
4f90b26 Update dependencies 16 January 2017, 09:55:17 UTC
9fdc2c8 Update dependencies 16 January 2017, 09:54:19 UTC
ff22306 Declare updatePrimitiveIds as override 16 January 2017, 08:40:03 UTC
b79cc00 add missing public 16 January 2017, 08:27:24 UTC
060a147 add an empty new-line 16 January 2017, 08:25:46 UTC
e2fbd2d Stream_support: No longer a need for replacement of istream >> double for VC++ 13 January 2017, 17:39:40 UTC
7ff554a Merge pull request #1829 from afabri/patch-2 Update Arr_counting_traits_2.h 13 January 2017, 13:09:51 UTC
0446958 parallel version of mesh distance function requires cpp11::atomic 13 January 2017, 12:19:29 UTC
449205c avoid pmp_bgl_named_params to inherit from named_params_base this fix a warning with old version of boost < 1.51 Use another workaround to avoid the compilation error of the area(face_range,tm) overload 13 January 2017, 12:18:55 UTC
e3f9ffa workaround for named parameters with old boost version (<1.51) handle the renaming of a struct and move get_param overloads in the boost namespace (to match qualified call boost::get_param) 13 January 2017, 11:05:51 UTC
4342ac3 Update Arr_counting_traits_2.h 13 January 2017, 08:52:36 UTC
ac18291 fix typo and reduce the number of points per face by default 12 January 2017, 15:11:16 UTC
6f4ec93 Merge pull request #1827 from janetournois/Polyhedron_demo-Fix_compilation_distance_plugin-jtournois Demo Distance_plugin : fix compilation error 12 January 2017, 14:47:37 UTC
900a490 test distance_plugin 12 January 2017, 14:40:40 UTC
d08e530 remove typename that causes a compilation error on msvc "C2899: typename cannot be used outside a template declaration" 12 January 2017, 14:24:03 UTC
cf53fda Fix synthax error. 12 January 2017, 11:50:17 UTC
e40c488 Lasso enhancement Use connected components. 12 January 2017, 11:22:26 UTC
ffcd362 WIP lasso selection : Add a lasso selection that doesn't work very well when the zoom level is too low. 12 January 2017, 11:22:26 UTC
16dd470 Add a checkbox for the lasso selection. 12 January 2017, 11:22:26 UTC
5d2d53d Add selection conversion 12 January 2017, 11:22:26 UTC
f13f6b7 Add a slider for polylines size. 12 January 2017, 11:17:47 UTC
3c9425c merge entries 12 January 2017, 11:16:26 UTC
5ee9fef Indentation fix and addition of a comment 12 January 2017, 11:05:39 UTC
ec4deac Update ids when invalidateOpenGLBuffers() is called 12 January 2017, 11:05:39 UTC
9ae7b37 Merge pull request #1745 from sloriot/Polyhedra_corefinement-enhancements-sloriot Add corefinement operations in PMP 12 January 2017, 11:05:18 UTC
e09f5b7 Merge pull request #1820 from afabri/Point_set_processing_3-Point_set_structuring-GF Advancing_front_reconstruction: Robustify a call to squared_radius 12 January 2017, 10:13:16 UTC
4301f4d Merge pull request #1819 from sgiraudot/Point_set_shape_detection-Fix_segfault_in_shape_base-GF Shape detection: fix segfault 12 January 2017, 10:13:03 UTC
d4195c9 Merge pull request #1748 from maxGimeno/Polyhedron_demo-Handles_for_volume_planes-GF Polyhedron_demo: Enhancements for Io_image_plugin 12 January 2017, 10:12:49 UTC
b37986e Merge pull request #1812 from maxGimeno/Polyhedron_demo-Fix_c3t3_colors-GF Polyhedron_demo : Fix the c3t3 intersection's display 12 January 2017, 10:12:36 UTC
5334088 Merge pull request #1811 from sloriot/Property_map-std_tuple_support make Nth_of_tuple_property_map compatible with std::tuple 12 January 2017, 10:12:24 UTC
e92b880 Merge pull request #1810 from afabri/PSP-VC32bit_suppress_warning-GF Point Set Structuring: Suppress warnings for VC 32bit 12 January 2017, 10:12:11 UTC
ee21a5a Merge pull request #1744 from afabri/CORE-static-GF CGAL_CORE: Make it thread safe 12 January 2017, 10:10:38 UTC
27cb95f Merge pull request #1578 from maxGimeno/PMP-add_distance-GF Add approximated Hausdorff distance 12 January 2017, 10:10:25 UTC
a5e254f Merge pull request #1737 from maxGimeno/Polyhedron_demo-Fix_large_coordinates_bug-GF Polyhedron_demo: Fix display bugs when the scene is greatly offsetted 12 January 2017, 10:10:11 UTC
038f249 Merge pull request #1211 from lrineau/Mesh_3-hybrid_mesh_domain-GF Create an example with hybrid mesh domain 12 January 2017, 10:09:58 UTC
e9d9cc5 Merge pull request #1793 from lrineau/Mesh_3-various_improvements-lrineau Improvements for Mesh_3 12 January 2017, 10:09:45 UTC
3ec329d rename test target 12 January 2017, 08:16:33 UTC
4e7201d Suppress warning in PSP/example CMakeLists.txt 11 January 2017, 16:44:14 UTC
b7d705d Robustify a call to squared_radius which had a division by 0 with 'flat' cells 11 January 2017, 16:26:42 UTC
47c7b48 fix copy-paste error 11 January 2017, 15:45:42 UTC
c96fcfc add missing namespace qualifier 11 January 2017, 15:31:49 UTC
e3fec80 put_get_helper expect pmap::reference as first template parameter 11 January 2017, 14:32:26 UTC
6ac45f8 use PMP for corefinement and intersection plugins 11 January 2017, 14:16:03 UTC
6368ae3 improve function code and readibility 11 January 2017, 14:12:28 UTC
c0546f3 allow to reuse an existing submenu in case of nested menus if an action is put in A/B and another in A, only one entry for A should be added in the Operation menu 11 January 2017, 13:32:42 UTC
ce5f94e Change offset's criterium. 11 January 2017, 11:25:42 UTC
788f5b1 Help the compiler parse `get<2>(..)`. 11 January 2017, 10:41:23 UTC
94b0157 Only check if other shape is the same if inliers not empty 11 January 2017, 10:36:35 UTC
c8374bf Remove the function recomputeItems(). 11 January 2017, 09:19:37 UTC
6c77740 CORE MemoryPool<T> has to be destroyed last If Boost implementation of thread local storage is used, the order of destructors is reversed, compared to C++11 `static thread_local`. The solution for CORE `MemoryPool<T>` is to make the static variable a static member of the class, and initialize the pointer only inside the function. That ensures that the destructor will be called after the destructor of local static variables. 10 January 2017, 15:27:44 UTC
0ce3950 Merge pull request #1814 from maxGimeno/Unify_links_to_polyhedron_demo-GF Unify the links to the Polyhedron demo in the package descriptions. 10 January 2017, 14:59:31 UTC
59001ac update the implementation of clip plugin to use new corefinement PMP code 10 January 2017, 14:38:24 UTC
c9bbc4e make polyhedron external index maps mutable lvalue 10 January 2017, 14:05:16 UTC
6743afa add a function to initialize vertex index maps 10 January 2017, 14:04:54 UTC
a01593e Unify the links to the Polyhedron demo in the package descriptions. 10 January 2017, 13:56:52 UTC
286efc1 avoid calling get function 10 January 2017, 13:45:19 UTC
adbc830 fix 10 January 2017, 13:40:23 UTC
e869afa bugfix 10 January 2017, 13:09:27 UTC
7b6e4a2 Even read only static const variables must be thread local as otherwise their destructor is called after the destructor of the CORE memory pool. 10 January 2017, 12:53:50 UTC
a6cb74e Fix intersected cells display. 10 January 2017, 11:09:19 UTC
ebcc2ea Compilation fix for test_backward_compatibility.cpp 10 January 2017, 10:22:59 UTC
6010b23 Fix a -Wconversion warning (also detected by MSVC) 10 January 2017, 10:22:21 UTC
9dbdb10 Remove max_dim from the member data. 10 January 2017, 09:55:22 UTC
1a6973c make Nth_of_tuple_property_map compatible with std::tuple 10 January 2017, 09:37:18 UTC
5122473 Suppress warnings for VC 32bit compilation in 2 CMakeLists.txt 10 January 2017, 09:16:55 UTC
4f01220 Fix issue #1788 LEDA 6.3 has known I/O bugs, that were reported, and are fixed in LEDA 6.4. We have to deactivate that test, because it loops forever with LEDA 6.3. 09 January 2017, 16:17:46 UTC
b2c5985 Fix permissions 09 January 2017, 15:01:13 UTC
01c804c Merge pull request #1454 from lrineau/CGAL_Core-fix_imports_exports-lrineau CGAL_Core: fix -fvisibility issues on Linux 09 January 2017, 14:34:03 UTC
8731ca7 Merge pull request #1804 from maxGimeno/Polyhedron_demo-Fix_antialiasing_c3t3_grid-GF Polyhedron_demo: Fix the grid in c3t3_item 09 January 2017, 14:33:49 UTC
c28a98b Merge pull request #1794 from mhsaar/bugfix-1-hemmer fix namespace issue 09 January 2017, 14:33:37 UTC
a64c277 Make <CGAL/Polynomial/Cached_extended_euclidean_algorithm.h> thread-safe The last bug detected by this PR was actually due to a global static variable. Now that it is a static variable in a function, like others, the memory de-allocations seem to be done in the right order (even with Boost implementation of TLS). Thanks Sébastien @sloriot for the patch. 09 January 2017, 14:12:13 UTC
46c6ea1 Deal with CGAL_NO_ATOMIC 09 January 2017, 14:08:42 UTC
e696a85 use direct initialization also in header-only mode 09 January 2017, 14:08:42 UTC
109f021 use direct initialization 09 January 2017, 14:08:42 UTC
1852086 fixed and tested 09 January 2017, 14:08:42 UTC
f1a39ef No need for static 09 January 2017, 14:08:42 UTC
8972c92 make Memory pool thread safe 09 January 2017, 14:08:42 UTC
1b2fcdb make static variable for pretty printing const 09 January 2017, 14:08:42 UTC
fab26b5 make variables atomic 09 January 2017, 14:08:42 UTC
1d0ec5b WIP: make variables atomic; it no longer compiles :( 09 January 2017, 14:08:42 UTC
back to top