https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
3ec5914 add missing test file 22 November 2016, 15:10:37 UTC
478a40c add an undocumented function to remove border edges this works even if it does not satisfy the link condition 10 November 2016, 17:52:20 UTC
502dfc2 Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' 03 November 2016, 10:23:38 UTC
a477646 Merge pull request #1623 from lrineau/SDG_2-fix_include-lrineau Fix a missing #include with -DCGAL_PROFILE 03 November 2016, 10:19:24 UTC
c3d6e62 Merge pull request #1637 from sloriot/CGAL-fix_install_prefix Add a hardcoded fall back for the installation prefix 03 November 2016, 10:18:19 UTC
8bf598d Merge pull request #1630 from sgiraudot/Polyhedron_demo-Fixes_point_set_3-GF Polyhedron demo: fixes point set 3 03 November 2016, 10:03:41 UTC
0db03b9 Merge pull request #1627 from mglisse/Number_types-gmpxx_IO2-glisse I/O for Lazy_exact_nt<mpq_class> 03 November 2016, 10:03:39 UTC
964a0ec Merge pull request #1626 from janetournois/STL_Extension-fix_min_max-GF STL_Extension : fix conflict with min and max macros of windows 03 November 2016, 10:03:37 UTC
9551ca5 Merge pull request #1623 from lrineau/SDG_2-fix_include-lrineau Fix a missing #include with -DCGAL_PROFILE 03 November 2016, 10:03:33 UTC
9153ae8 Merge pull request #1621 from sloriot/Spatial_searching-no_need_for_Kernel_traits Remove a non needed requirement from concepts 03 November 2016, 10:03:31 UTC
5b3c44a Merge pull request #1637 from sloriot/CGAL-fix_install_prefix Add a hardcoded fall back for the installation prefix 03 November 2016, 10:03:24 UTC
3a99325 Merge pull request #1635 from sloriot/Nef_3-add_missing_includes Add missing include directives 03 November 2016, 10:03:21 UTC
823e022 set the name of the item 02 November 2016, 16:17:44 UTC
340133a Merge pull request #1631 from sloriot/AABB_tree-fix_doc Various fix in requirements 02 November 2016, 11:05:32 UTC
f674cc1 add a hardcoded fall back for the installation prefix in case of no common setting, the installation cannot be relocated automatically 31 October 2016, 14:52:11 UTC
117ea03 add missing include directives 31 October 2016, 13:51:32 UTC
883b1b8 Name the istringstream. operator>> on temporary istream requires C++11... 29 October 2016, 21:22:24 UTC
84fe181 Use functors instead of member functions 28 October 2016, 13:07:14 UTC
5f9edf7 use backticks 28 October 2016, 13:06:59 UTC
13b0026 Use max precision for stringstream 28 October 2016, 12:48:11 UTC
8add96f Bugfix: points must have normal map before assigning normals 28 October 2016, 12:47:18 UTC
d5e97c7 Protect another "max" 28 October 2016, 12:01:26 UTC
125d190 disambiguate p and P 28 October 2016, 12:00:15 UTC
9df055d add missing requirements 28 October 2016, 09:56:01 UTC
c12244e fix the requirement on an operator 28 October 2016, 09:47:01 UTC
4373985 add missing refinement relation 28 October 2016, 09:37:59 UTC
98ebf74 add missing requirement for the point type 28 October 2016, 09:36:53 UTC
9c16c39 Don't construct a number from a string. Lazy_exact_nt<mpq_class> is not currently constructible from std::string. Use I/O functions instead. 27 October 2016, 20:05:41 UTC
cca29cc Test I/O for Lazy_exact_nt<mpq_class>. 27 October 2016, 19:32:48 UTC
aad4790 Specialize read_float_or_quotient for mpq_class. Some solution based on Fraction_traits would be more elegant, but this is how it is done for leda_rational, so let us remain consistent for now. 27 October 2016, 18:54:39 UTC
fa72bc0 replace std::max by (std::max) for windows same for min 27 October 2016, 15:55:40 UTC
1c40042 Merge pull request #1618 from mglisse/Number_types-gmpxx_IO-glisse Let mpq_class read "12.34" (through iformat) 27 October 2016, 10:34:37 UTC
4963de5 Fix a missing #include with -DCGAL_PROFILE 27 October 2016, 08:28:31 UTC
96c1d4c remove a non needed requirement from concepts Kernel_traits was needed for the random generator in the examples/tests 27 October 2016, 07:41:44 UTC
a34934e Missing #include Plus rewrap a long line of comments. 26 October 2016, 12:54:54 UTC
fde0dd6 Merge pull request #1616 from lrineau/CMake-Fix_FindIPE-lrineau Do not early exit if IPE_FULL_VERSION is not there 26 October 2016, 12:39:29 UTC
d2ea0f9 Merge pull request #1612 from MaelRL/Hash_map-Fix_Unique_hmap_specialization_of_boost_assoc_map Fix the Unique_hash_map specialization of boost's associative property map 26 October 2016, 12:39:27 UTC
0eb09e9 Merge pull request #1611 from MaelRL/Mesh_3-fix_medit_io_redundant_find_calls-GF Avoid some unnecessary set/map's find() calls in Mesh_3's medit output 26 October 2016, 12:39:24 UTC
79741e4 Merge pull request #1609 from mglisse/Number_types-gmpxx_AK-glisse New GMPXX_arithmetic_kernel. 26 October 2016, 12:39:21 UTC
d37c400 Merge pull request #1606 from sloriot/PMP-make_border_test_safer Make a test safer 26 October 2016, 12:39:19 UTC
3d7ea5f Merge pull request #1605 from sloriot/SMS-collapse_all_short_edges Add a stop predicate to collapse all short edges 26 October 2016, 12:39:17 UTC
5fa062b Specialize Input_rep for mpq_class. 26 October 2016, 11:28:54 UTC
745bd74 Merge pull request #1617 from janetournois/PMP-fix_doc_remeshing-jtournois Fix PMP::isotropic_remeshing doc bug 26 October 2016, 11:27:53 UTC
fa61ad2 Use Fraction_traits::Compose in read_float_or_quotient. 26 October 2016, 11:10:55 UTC
2d72090 this internal property map is not needed anymore 25 October 2016, 15:14:57 UTC
8f44c0c Use Fraction_traits::Compose more in Sqrt_extension. 25 October 2016, 12:06:36 UTC
abab39c Remove workaround for missing arithmetic kernel. 25 October 2016, 09:57:42 UTC
2c4e047 Do not early exit if IPE_FULL_VERSION is not there If `IPE_FULL_VERSION` is missing, that leads to a CMake error in `CMakeLists.txt` files using it. 25 October 2016, 09:17:10 UTC
f25d53a Merge pull request #1614 from sloriot/AFSR-fix_output_iterator_doc Fix the type of the triple that can be put in the output iterator 25 October 2016, 08:44:07 UTC
d07b26d fix doc bug 24 October 2016, 16:16:06 UTC
9d5e675 add missing include directive 24 October 2016, 12:50:48 UTC
d5362bb Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' 24 October 2016, 11:57:58 UTC
0facc2f Merge pull request #1572 from luis4a0/Algebraic_kernel_d-add_assertions-Luis Check for the MPFR version in RS-based AK 24 October 2016, 11:57:25 UTC
24b7757 Merge pull request #1517 from sloriot/PMP-more_bbox_3_overloads More bbox 3 overloads for face graph models 24 October 2016, 09:47:13 UTC
c546c94 Merge pull request #1597 from maxGimeno/Polyhedorn_demo-can_load_empty_off-GF Polyhedron_demo : Load empty OFF files 24 October 2016, 09:47:11 UTC
3686301 Merge pull request #1596 from afabri/Algebraic_kernel_d-fix_warning-GF Use CGAL_assertion_code 24 October 2016, 09:47:08 UTC
a00e886 Merge pull request #1595 from afabri/Arrangement-fix_Rational_arc_d_1-GF Arrangement_2: fix Continuous_rational_arc_d_1 24 October 2016, 09:47:06 UTC
b4cf181 Merge pull request #1572 from luis4a0/Algebraic_kernel_d-add_assertions-Luis Check for the MPFR version in RS-based AK 24 October 2016, 09:47:02 UTC
c398afc Merge pull request #1608 from MaelRL/PMP-missing_include Add missing include directive 24 October 2016, 09:46:59 UTC
dddfe47 Merge pull request #1527 from sgiraudot/Polyhedron_demo-Enhance_point_set-GF Polyhedron demo: enhance point set 24 October 2016, 09:46:57 UTC
26c803b Merge pull request #1574 from afabri/Filtered_kernel_init_double_to_avoid_warning-GF Kernel_23: Initialize numbers in operator>>(istream&, Point/Vector/..) 24 October 2016, 09:46:54 UTC
e166475 Merge pull request #1604 from mglisse/Number_types-gmpxx_fixes-glisse More gmpxx fixes 24 October 2016, 09:46:51 UTC
daeb9a6 Merge pull request #1585 from afabri/SearchStructures-static-GF SearchStructures: No need to make an allocator a static data member 24 October 2016, 09:46:49 UTC
1ae739a Merge pull request #1600 from afabri/Peiodic_2-static-GF Periodic_2_triangulation_2: Make variables thread local 24 October 2016, 09:46:42 UTC
3016548 Fix the specialization of Boost's assoc_pmap using CGAL::Unique_hash_map The default template parameters of the hash map were taken. 24 October 2016, 08:32:05 UTC
0f97115 Polish 24 October 2016, 08:31:53 UTC
f32b291 improve specialization of boost::associative_property_map for Unique_hash_map 24 October 2016, 08:23:11 UTC
589139c New GMPXX_arithmetic_kernel. 22 October 2016, 19:48:27 UTC
e075757 remove assertion always true to avoid a warning 21 October 2016, 16:04:30 UTC
f27fa0d Add missing include directive 21 October 2016, 15:58:11 UTC
c2d5b50 make a test safer 21 October 2016, 15:36:41 UTC
51f0b9b move internal struct to external struct 21 October 2016, 13:12:17 UTC
6325b30 add a stop predicate to collapse all short edges 21 October 2016, 12:43:33 UTC
9592dd2 Update file with latest review of Point_set_3 21 October 2016, 12:40:22 UTC
9f9a201 Specify the type for expression templates. 21 October 2016, 11:47:00 UTC
593901e Merge pull request #1603 from sloriot/BGL-fix_too_many_documented_items Avoid documenting internal and non-intended classes and functions 21 October 2016, 09:11:46 UTC
5c94f7d avoid documenting internal and non-intended classes and functions 21 October 2016, 09:11:00 UTC
245473d Bugfix: read_xyz_point_set takes care of normal map 21 October 2016, 08:28:41 UTC
f46a4a1 Bugfix: write PLY content of point (not pointer) 21 October 2016, 08:28:41 UTC
78cb9ce Bugfix: do not define the prototype of Push_property_map beforehand 21 October 2016, 08:28:41 UTC
a694c34 Properties: fix types (use std::size_t everywhere it should be used) 21 October 2016, 08:28:41 UTC
bfcacf9 Bugfix: typo on boost namespace 21 October 2016, 08:28:41 UTC
2a8cd6b Fix boost demangle 21 October 2016, 08:28:41 UTC
03ab221 Fix warnings/errors from testsuite 21 October 2016, 08:28:40 UTC
739ba1d Bugfix: update outdated method name 21 October 2016, 08:28:40 UTC
9865f19 Back-compatibility of Surface_mesh::Property_map 21 October 2016, 08:28:40 UTC
ca932ff Setting normals is not needed anymore (off by default) 21 October 2016, 08:28:40 UTC
5e13b93 Revert "Add missing Properties.h file" This reverts commit f9cdfbdfd9c069e6e03531c31962845159477456. 21 October 2016, 08:28:40 UTC
89d8836 Add notes that files will be removed in the future 21 October 2016, 08:28:40 UTC
caede8b Add include files of Point_set_3 in Polyhedron demo 21 October 2016, 08:28:40 UTC
f80bbf5 Bugfix: creation of pmap should return false if pmap already exists 21 October 2016, 08:28:40 UTC
7f4044b Recover property values as strings + fix get to check type in addition of name 21 October 2016, 08:28:39 UTC
a1ef348 Revert unfortunate change in Surface_mesh 21 October 2016, 08:28:39 UTC
1ff9ebf Return boolean instead of void to make sure property is removed 21 October 2016, 08:28:39 UTC
886ad42 Add method to get raw readers 21 October 2016, 08:28:39 UTC
1b37cbc Add missing const 21 October 2016, 08:28:39 UTC
3fabd97 Add missing Properties.h file 21 October 2016, 08:28:39 UTC
dc82631 Update namespaces 21 October 2016, 08:28:39 UTC
0cc14d6 Add iterator and related methods begin() and end() 21 October 2016, 08:28:38 UTC
1343ade Remove Surface_mesh as a friend class (useless) 21 October 2016, 08:28:38 UTC
back to top