Andreas Fabri
|
991f3847e8
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
Andreas Fabri
|
97ac4d5f51
|
Exploit that construct is variadic
|
2018-04-17 14:15:07 +01:00 |
Andreas Fabri
|
7cbffac35b
|
Deal with deprecated functions allocator<T>::construct/destroy
|
2018-04-17 13:35:04 +01:00 |
Andreas Fabri
|
0543a5ea18
|
Merge branch 'Nef_3_dependencies-GF' of github.com:afabri/cgal into Nef_3_dependencies-GF
|
2018-03-23 18:45:43 +01:00 |
Andreas Fabri
|
f312a3736b
|
Adress doxygen warning
|
2018-03-23 15:35:05 +01:00 |
Laurent Rineau
|
84d74978bf
|
Fix dependencies
|
2018-03-22 17:39:04 +01:00 |
Andreas Fabri
|
3580a28a98
|
Move file from BGL to Nef_3
|
2018-03-22 16:54:54 +01:00 |
Laurent Rineau
|
4a7966d145
|
Merge pull request #2860 from lrineau/Installation-fix_check_headers-GF
Fix CGAL_ENABLE_CHECK_HEADERS, again
|
2018-03-09 18:39:26 +01:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Laurent Rineau
|
182239d6b6
|
Merge branch 'master' into CGAL-remove_SCL_SECURE_NO_DEPRECATE-GF
|
2018-03-06 16:49:30 +01:00 |
Jane Tournois
|
30e2fe0844
|
fix condition on _MSC_VER
|
2018-03-02 10:39:57 +01:00 |
Laurent Rineau
|
f16b771a09
|
Fix the syntax error
|
2018-03-01 14:04:38 +00:00 |
Jane Tournois
|
646dfedaf3
|
since msvc 2017, these typedefs are valid
and even needed when using /permissive-
|
2018-02-28 11:52:49 +01:00 |
Andreas Fabri
|
f7ba8ff4df
|
Fix Box_intersection_d, Minkowski_sum_2, Nef_3, Surface_mesh, Straight_skeleton, Triangulation_3
|
2018-02-23 11:35:58 +00:00 |
Andreas Fabri
|
eb526fc4f5
|
Replacements and suppress warnings in the test code
|
2018-02-20 13:10:38 +00:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01:00 |
Andreas Fabri
|
fa92aa49f7
|
Nef
|
2018-01-18 10:43:57 +00:00 |
Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
Laurent Rineau
|
a9365554c9
|
Merge pull request #2550 from sloriot/CGAL-add_SPDX_tags
Add SPDX License Identifier
|
2017-11-15 16:48:27 +01:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Sébastien Loriot
|
97e8ea1794
|
remove extra space
|
2017-11-12 10:17:51 +01:00 |
Laurent Rineau
|
42052eea86
|
Run Nef_3 tests sequentially, because they share filenames for I/O
|
2017-10-30 17:24:13 +01:00 |
Laurent Rineau
|
4d0d588c90
|
Merge pull request #1989 from maxGimeno/Plugins_use_SM-Convex_decomposition-GF
convex decomposition work with Surface_mesh_item
|
2017-07-03 12:08:48 +02:00 |
Laurent Rineau
|
01fc5c3b33
|
Merge branch 'releases/CGAL-4.10-branch'
|
2017-06-16 11:45:45 +02:00 |
Laurent Rineau
|
bececa63df
|
Merge branch 'releases/CGAL-4.9-branch' into releases/CGAL-4.10-branch
|
2017-06-16 11:43:08 +02:00 |
Sébastien Loriot
|
1ca852bb87
|
fix Booleen operations with full/empty space
|
2017-06-07 09:36:09 +02:00 |
Maxime Gimeno
|
45edec15db
|
Nef_plugin works with surface_mesh.
|
2017-05-29 12:12:31 +02:00 |
Andreas Fabri
|
c81b707bfb
|
Do not include graph_traits_{Polyhedron | Surface_mesh}.h
|
2017-04-24 19:17:43 +02:00 |
Sébastien Loriot
|
4cbb19ecf4
|
remove unused variable warnings
|
2017-01-30 07:22:48 +01:00 |
Sébastien Loriot
|
50510c05ea
|
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
|
2017-01-19 15:20:25 +01:00 |
Maxime Gimeno
|
a01593e0bb
|
Unify the links to the Polyhedron demo in the package descriptions.
|
2017-01-10 14:56:52 +01:00 |
Sébastien Loriot
|
cad6cbbcf4
|
fix doc issues detected by recent doxygen
duplicated labels, missing bibtex entry and nested comments
|
2016-12-28 13:59:45 +01:00 |
Laurent Rineau
|
0db03b9b7c
|
Merge pull request #1627 from mglisse/Number_types-gmpxx_IO2-glisse
I/O for Lazy_exact_nt<mpq_class>
|
2016-11-03 11:03:39 +01:00 |
Sébastien Loriot
|
117ea03d92
|
add missing include directives
|
2016-10-31 14:51:32 +01:00 |
Marc Glisse
|
883b1b8b66
|
Name the istringstream.
operator>> on temporary istream requires C++11...
|
2016-10-29 23:22:24 +02:00 |
Marc Glisse
|
9c16c39f5b
|
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.
|
2016-10-27 22:05:41 +02:00 |
Laurent Rineau
|
c826500c7d
|
Merge pull request #1551 from mglisse/Number_types-gmpxx_coercion-glisse
Misc GMPXX fixes
|
2016-10-20 09:47:39 +02:00 |
Laurent Rineau
|
b76e1e021a
|
Merge pull request #1470 from sloriot/Nef_3-cst_from_FaceGraph
Add a Nef_3 constructor from a FaceGraph
|
2016-10-17 10:03:28 +02:00 |
Laurent Rineau
|
5ab5825013
|
Merge pull request #1466 from sloriot/BGL-add_nef_to_pm
Add a function to convert a Nef polyhedron to a polygon mesh
|
2016-10-17 10:03:24 +02:00 |
Laurent Rineau
|
038a310a1a
|
Merge pull request #1446 from sloriot/CGAL-remove_dont_submit
Getting rid of the remaining dont_submit files
|
2016-10-17 10:01:30 +02:00 |
Laurent Rineau
|
2e4354f2e6
|
Merge pull request #1421 from afabri/Nef_3-static-GF
Nef_3: Make variables atomic
|
2016-10-17 09:59:36 +02:00 |
Marc Glisse
|
5bee5f5922
|
Workarounds for expression templates.
|
2016-10-15 18:21:54 +02:00 |
Marc Glisse
|
030d81e3f7
|
Fixes for FT=mpq_class.
In particular, the constructor from std::string is explicit.
test_nef_3_io_EPEC is still broken because of that.
|
2016-10-14 00:37:11 +02:00 |
Sébastien Loriot
|
74c66cc44d
|
add missing example
|
2016-10-10 16:44:24 +02:00 |
Sébastien Loriot
|
b572d76f16
|
move unused files to archive
|
2016-10-06 09:53:36 +02:00 |