Commit Graph

134 Commits

Author SHA1 Message Date
Laurent Rineau fa7588e6e5 Restore correct permissions of files
File created by the Windows port of Emacs, and then commited using the
Cygwin version of Git, have incorrect permissions: they are all executable!
Andreas works using that combination of software.
2013-09-24 11:05:57 +02:00
Andreas Fabri 6ecba63bb1 Mostly add #includes 2013-09-14 19:31:13 +02:00
Sébastien Loriot 58e8f488dc add missing () in doc 2013-09-03 14:25:50 +02:00
Sébastien Loriot d282ade623 use \cgalCite instead of \cite
using perl -i -pe 's/\\cite\s*{?([a-zA-Z0-9:-]+)}?/\\cgalCite{$1}/g'
2013-08-05 18:25:26 +02:00
Jane Tournois a1516ca954 add missing namespace introducing "type already defined" errors 2013-08-02 14:35:35 +02:00
Sébastien Loriot ffa4bf7d34 rename MACRO to enable old code 2013-06-13 17:04:50 +02:00
Sébastien Loriot 677bc07a4d rename Typed_identity_property_map_by_reference to Identity_property_map
and update its documentation
2013-05-13 11:38:07 +02:00
iyaz 00f547e957 add overload for output iterator value type 2013-05-09 00:27:44 +03:00
iyaz c9a1b71c43 do not use value_type_traits when iterator_traits suffices 2013-05-07 18:53:14 +03:00
Sébastien Loriot 17dd21def5 Merge branch 'First_of_pair_property_map-new_version-iyaz-old' into First_of_pair_property_map-new_version-iyaz
Conflicts:
	Point_set_processing_3/examples/Point_set_processing_3/property_map.cpp
	Point_set_processing_3/include/CGAL/IO/read_off_points.h
	Point_set_processing_3/include/CGAL/IO/read_xyz_points.h
	Point_set_processing_3/include/CGAL/IO/write_off_points.h
	Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
	Point_set_processing_3/include/CGAL/Point_with_normal_3.h
	Point_set_processing_3/include/CGAL/improved_jet_smooth_point_set.h
	Point_set_processing_3/include/CGAL/improved_laplacian_smooth_point_set.h
	Point_set_processing_3/include/CGAL/jet_estimate_normals.h
	Point_set_processing_3/include/CGAL/jet_smooth_point_set.h
	Point_set_processing_3/include/CGAL/pca_estimate_normals.h
	Point_set_processing_3/include/CGAL/pca_smooth_point_set.h
2013-05-06 15:57:36 +02:00
iyaz f8f922acca include changes for pmap 2013-05-01 02:26:58 +03:00
Sébastien Loriot 7412cdb650 add all property maps concepts to ease linking to them. Update pages using them 2013-03-14 16:59:27 +01:00
Andreas Fabri c724f2ff9a CGAL_USE 2013-03-01 11:27:39 +01:00
Andreas Fabri ea7b603572 remove unused parameter 2013-02-27 14:26:38 +01:00
Andreas Fabri cfd69b1490 long/int -> size_t 2013-02-27 11:44:55 +01:00
Laurent Rineau e06a6f535b Add or fix license/copyright headers in CGAL headers 2013-02-19 16:45:00 +01:00
Sébastien Loriot 89bf326ecb skip more function from manual 2013-01-07 11:53:17 +01:00
Andreas Fabri a56f3989ec improve Poisson 2012-12-27 21:21:58 +01:00
Philipp Möller 833a32660d Replace boost/random.hpp with more precise headers 2012-12-14 17:29:14 +01:00
Sébastien Loriot 436c0c2e37 implement what is documented
the constructor overload should be available only if iterator value_type
is convertible to Point
2012-11-28 12:39:12 +01:00
Sébastien Loriot cb52bb42be add missing \endcond 2012-11-28 12:38:35 +01:00
Sébastien Loriot a6fe048a25 restore the former API without the visitor introduced in 485d1bc5
Remove the visitor from the documented example
and move to undocumnet section the constructor with visitors
2012-11-28 12:05:03 +01:00
Sébastien Loriot 4ec9529581 Merge branch 'doxy-port-pmoeller'
Conflicts:
	.gitattributes
	Surface_reconstruction_points_3/include/CGAL/Poisson_reconstruction_function.h
	Surface_reconstruction_points_3/include/CGAL/Reconstruction_triangulation_3.h
	Surface_reconstruction_points_3/include/CGAL/k_nearest_neighbor.h
2012-11-27 10:05:41 +01:00
Sébastien Loriot efd13bab22 backport commit in tex file from master into doxygen
In order to keep the history of Poisson_reconstruction_function.h
I simply modified the doc without taking into account code change.
This will be done when merging with master
2012-11-23 22:42:03 +01:00
Sébastien Loriot 84ca36f420 remove forgotten merge conflict mark 2012-11-20 16:27:34 +01:00
Sébastien Loriot 485d1bc5e0 Merge branch 'Surface_reconstruction_points_3-make_it_faster-afabri'
After approval of the release manager

Conflicts:
	Surface_reconstruction_points_3/doc_tex/Surface_reconstruction_points_3_ref/Poisson_reconstruction_function.tex
	Surface_reconstruction_points_3/include/CGAL/Poisson_reconstruction_function.h
2012-11-20 12:37:02 +01:00
Sébastien Loriot 7a2bd97aae make the selection of sample points deterministic 2012-11-19 10:34:21 +01:00
Sébastien Loriot 3254525b17 two_passes -> smoother_hole_filling
update according to the review of the small feature
2012-11-14 12:30:03 +01:00
Sébastien Loriot db087ba7d9 simpler API for the the two-pass trick 2012-11-14 01:15:18 +01:00
Sébastien Loriot b97e7b465b add a default visitor 2012-11-14 01:02:05 +01:00
Sébastien Loriot 128b02abb8 update CGAL custom doxygen macros
corresponds to a run of the script Documentation/conversion_tools/rename_macros.sh
+manual edit of doxyassist.xml and pkglist_filter.py
2012-11-14 00:31:05 +01:00
Sébastien Loriot 634cd7da8a remove point type from insert-of-range-of-point of Reconstruction_triangulation_3
which is now only INPUT (someone using this internal function will get an error
instead of an execution problem)
2012-11-08 10:04:35 +00:00
Sébastien Loriot 2240741b91 fix compilation error and a warning 2012-11-08 09:26:44 +00:00
Sébastien Loriot 61b1fe57e9 remove warnings 2012-11-08 09:07:12 +00:00
Sébastien Loriot 22cf2a9ed7 CGAL_EIGEN3_ENABLED now only controls the default.
The same now holds for CGAL_TAUCS_ENABLED and CGAL_LAPACK_ENABLED
2012-11-08 08:58:33 +00:00
Sébastien Loriot e717523d61 merge from next 2012-11-02 10:53:43 +00:00
Sébastien Loriot 3e74fbd907 package is finished 2012-10-22 16:56:34 +00:00
Sébastien Loriot dfb0513e94 fix linking 2012-10-22 16:08:55 +00:00
Philipp Möller 4a3567c5be port the changes that came with the merge 2012-10-19 16:03:29 +00:00
Philipp Möller 5d28053112 Add Surface_reconstruction_points_3 doc.
Add internal to documented classes that didn't appear in the old doc
and port manual changes into the old doxygen.
2012-09-19 10:29:51 +00:00
Laurent Rineau db194534c7 First big patch to fix -Wunused-local-typedefs
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
 by -Wall since gcc-4.8 (not yet released).

The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Laurent Rineau ac6faf39ff Add comments
- Add comments to <CGAL/Poisson_reconstruction_function.h> and
  <CGAL/poisson_refine_triangulation.h>, to explain the parameters of the
  additional pass

- Fix a use in <CGAL/poisson_refine_triangulation.h>, where the template
  argument default of Poisson_mesh_cell_criteria_3 was was used by
  accident.
2012-05-09 14:46:28 +00:00
Andreas Fabri 96a156fca9 reserve to avoid reallocation 2012-05-02 12:23:04 +00:00
Andreas Fabri 3367cc5450 merged from next 2012-05-01 13:18:18 +00:00
Sébastien Loriot cee248ca54 merge from next 2012-01-13 18:48:35 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sébastien Loriot bdcf26bb20 merge next 2011-12-01 09:19:02 +00:00
Andreas Fabri 09b92e6918 Optimisations like interlacing of the Delaunay construction with Mesh_3 2011-09-27 16:39:28 +00:00
Andreas Fabri 01dda382bc Remove file that does not get incuded 2011-09-27 11:33:10 +00:00
Andreas Fabri b0ce738c82 Add a faster oracle 2011-09-27 11:02:44 +00:00