sort by:
Revision Author Date Message Commit Date
eefa67f remove release_date.h and put the macro in version.h to be set by cmake in the case of a release, it will be the date of the creation of the release 19 January 2017, 15:32:31 UTC
00a91ff remove Nef_2 polynomial from CGAL lib 19 January 2017, 14:20:28 UTC
879d0c2 update changes 19 January 2017, 14:20:28 UTC
953b743 detect files with no license include directive 19 January 2017, 14:20:28 UTC
0270570 add missing license include directive 19 January 2017, 14:20:27 UTC
06dbf4d license headers are LGPL 19 January 2017, 14:20:27 UTC
0313693 more strict matching for include guards 19 January 2017, 14:20:27 UTC
e28842c add missing include guards 19 January 2017, 14:20:27 UTC
6c70641 detect non UTF-8 characters 19 January 2017, 14:20:27 UTC
a89ccb1 remove non UTF-8 characters 19 January 2017, 14:20:26 UTC
8f3b8af fix the detecting of incorrect cmake project names 19 January 2017, 14:20:26 UTC
50510c0 add include directive for license of all GPL header files done using: 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 $i python Scripts/developer_scripts/add_license_in_pkg_header.py $i done python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2 python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3 python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron 19 January 2017, 14:20:25 UTC
6405807 generate license headers using: cd Installation/include/CGAL/license cmake -P generate_files.cmake 19 January 2017, 14:20:24 UTC
8efcb3d improve regexp to match any license header included 19 January 2017, 14:20:24 UTC
944a8f2 add a script to add the include directive of the license file per parckage 19 January 2017, 14:20:24 UTC
19ab4c1 fix non utf-8 character 19 January 2017, 14:20:24 UTC
680210c Improvements - move `CGAL_WARNING` in `<CGAL/config.h>`, - create the macro `CGAL_pragma_warning`, - use `CGAL_pragma_warning` to simplify `<CGAL/license/lgpl.h>` and `<CGAL/license/gpl.h.in>`. - add messages in `include/CGAL/license/generate_files.cmake` - add test files, that do nothing but can be modified to check errors and warning. 19 January 2017, 14:20:23 UTC
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
back to top