Commit Graph

41962 Commits

Author SHA1 Message Date
Laurent Saboret b687befe3e Added oni_copy.xyz to ignore-list 2009-06-16 16:42:33 +00:00
Eric Berberich 27157aa557 option parsing 2009-06-16 16:15:28 +00:00
Eric Berberich 17b63131c5 added (initial version of) script to automatically include some user-specific
packages (or directories containing packages)
2009-06-16 14:53:51 +00:00
Michael Kerber 6680840181 fixed non-standard computation branch 2009-06-16 13:19:59 +00:00
Michael Kerber c71a9982fe added typedef 2009-06-16 09:22:17 +00:00
Michael Kerber 7f219b63b6 Removed local fix 2009-06-16 09:21:29 +00:00
Laurent Saboret d0ec390141 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (13):
Removed ReconstructionTriangulation_3 template parameter of Poisson_reconstruction_function.
- Updated documentation.
2009-06-16 08:49:14 +00:00
Laurent Saboret 61991956f9 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (13):
Removed ReconstructionTriangulation_3 template parameter of Poisson_reconstruction_function.
2009-06-16 08:29:01 +00:00
Efi Fogel 410d496ce7 mode identification arcs 2009-06-16 07:14:42 +00:00
Eric Berberich 8e037cc379 cast of exponent to long 2009-06-16 06:57:35 +00:00
Stéphane Tayeb 1f4b3347ef Add tree vs naive implementation test. It checks that AABB_tree implementation gives the same results than naive iteration over primitives. 2009-06-15 15:45:26 +00:00
Nader Salman 9f60273060 Added Property maps in read_write_xyz_point_set_example.cpp
Fixed bug in read_off_points_and_normals and  read_xyz_points_and_normals : Initialization of Normals to NULL_VECTOR when normal information is missing in the input file.
2009-06-15 14:15:59 +00:00
Laurent Saboret 94690fd34f Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (12):
Moved keep_largest_connected_components() to HalfedgeDS_decorator and Polyhedron_3 classes.
2009-06-15 13:09:47 +00:00
Stéphane Tayeb 4a71c24908 Add cdeft-slive-00 entry in cgal_manual.bib. 2009-06-15 09:47:41 +00:00
Laurent Saboret 862f3e4e81 Delete run_testsuite_with_cmake.bat scripts because they work on my machine only. 2009-06-15 09:16:37 +00:00
Laurent Saboret c76b676026 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (11):
Changes requested by AF on 06/12/2009:

* Surface_reconstruction_points_3:
- Fixed compilation error.
2009-06-15 09:12:52 +00:00
Laurent Saboret 0805bd26ac Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (11):
Changes requested by AF on 06/12/2009:

* Point_set_processing_3:
- Added grid_simplify_example.cpp. It replaces random_simplify_example.cpp in Point_set_processing_3 User Manual.
2009-06-15 08:07:10 +00:00
Laurent Saboret 1625af0907 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (11):
Changes requested by AF on 06/12/2009:

* Point_set_processing_3:
- Fixed description of grid_simplify_point_set()
- Fixed description of read_xyz_points(), write_xyz_points(), read_off_points(), write_off_points()
- Added grid_simplify_example.cpp. It replaces random_simplify_example.cpp in Point_set_processing_3 User Manual.

* Surface_reconstruction_points_3:
- Small fixes in the User Manual.
2009-06-15 08:04:42 +00:00
Efi Fogel 48feaf7b17 Fixed warnings 2009-06-14 16:15:55 +00:00
Michael Hemmer 1992c4e684 revert last change, since it caused a bug with leda
(though it is not clear why)
2009-06-14 08:28:26 +00:00
Michael Hemmer 67899c428d added include for ipower since used 2009-06-14 07:38:50 +00:00
Sylvain Pion e8c2fd66d3 Fix last change. 2009-06-13 19:46:56 +00:00
Manuel Caroli 880ea67014 bugfix in the dual functions 2009-06-12 16:32:28 +00:00
Laurent Saboret a297913d66 Fixed bugs on Cygwin/Visual C++ platform:
* The compiler output is now correctly logged.
* Fixed make clean call.
2009-06-12 11:03:07 +00:00
Laurent Saboret 8819e7d365 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (10):
Removed IndexPMap parameter of mst_orient_normals():

* Update documentation.
2009-06-12 09:16:30 +00:00
Laurent Saboret a15b486d24 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (10):
Removed IndexPMap parameter of mst_orient_normals():

* Removed IndexPMap parameter of mst_orient_normals(). Instead, mst_orient_normals() creates internaly an Index_property_map object.

* Index_property_map is a template class "index" property map, which associates a 0-based index (unsigned int) to Iter iterators.
2 specializations exist:
- if Iter is a random access iterator (typically vector and deque), get() just calls std::distance() and is very efficient;
- else, the property map allocates a std::map to store indices and get() requires a lookup in the map.

* Index_property_map is moved to an independent header Index_property_map.h but is not documented.
2009-06-12 09:05:03 +00:00
Laurent Saboret 66332c8646 Fixed bugs on Cygwin/Visual C++ platform:
* The compiler output is now correctly logged.
* Fixed make clean call.
2009-06-12 08:58:26 +00:00
Sylvain Pion e05cfc59e4 Add partial specialization to avoid ambiguous case. 2009-06-11 17:14:17 +00:00
Laurent Saboret e176164f4f Added c2t3_output_surface_facets_to_medit.h (Gyroviz stuff) 2009-06-11 09:21:26 +00:00
Laurent Saboret 786f9d5768 Automatic documentation improvements by generate_reference_manual 1.3:
- Reduced left margin of free functions description.
- Fixed bug: fixed vertical alignment in methods/functions description.
- Fixed bug: does not remove anymore EOLs in methods/functions description.
- Fixed bug #7515: removed "[protected]", "[static]" and "[virtual]" comments.
2009-06-11 08:38:15 +00:00
Laurent Saboret 489b84a5e6 Changes after Surface_reconstruction_points_3/Point_set_processing_3 submission review by AF (9):
* Improvements in C++ code:
- erase_small_connected_components() is renamed keep_largest_connected_components() and takes as new parameter the number of large components to keep.
- get_polyhedron_connected_components() writes the list of components found in an output iterator.

* Improvements in the User Manuals:
- Removed page number in links.
- New images for grid simplification and normal orientation (hopefully clearer).
- Added citation of OFF file format.

* Improvements in the Reference Manuals:
- Removed output_surface_facets_to_triangle_soup() (obsolete).
- Removed get_polyhedron_connected_components() from documentation.
- Set manually the classes/structs/concepts marging to get a pretty alignment of types, constructors and methods.

* Automatic documentation improvements by generate_reference_manual 1.3:
- Reduced left margin of free functions description.
- Fixed bug: fixed vertical alignment in methods/functions description.
- Fixed bug: does not remove anymore EOLs in methods/functions description.
- Fixed bug #7515: removed "[protected]", "[static]" and "[virtual]" comments.
2009-06-11 08:36:48 +00:00
Laurent Saboret bd99461796 generate_reference_manual 1.3:
* Fixed bug #7515: removed "[protected]", "[static]" and "[virtual]" comments.

* Fixed bug: does not remove anymore EOLs in methods/functions description.

* Fixed bug: fixed vertical alignment in methods/functions description.

* Reduced left margin of free functions description.
Note: has to be done manually on classes/structs/concepts to get a pretty alignment of types, constructors and methods.
2009-06-11 07:53:24 +00:00
Daniel Russel d00d79d527 make work with new pdb reader 2009-06-10 21:35:28 +00:00
Fernando Cacciola f5d2df8590 Updated testsuite 2009-06-10 15:51:32 +00:00
Fernando Cacciola 4623421877 Updated testsuite 2009-06-10 15:45:05 +00:00
Laurent Rineau 247f2513c3 Use install(PROGRAMS...) to install scripts, instead of install(DIRECTORY..)
with the PERMISSIONS statement.

== Reason: that mail ==

Message-ID: <4A2D1852.5050308@itis.ethz.ch>
Date: Mon, 08 Jun 2009 15:55:30 +0200
From: Dominik Szczerba <dominik@itis.ethz.ch>
To: cgal-discuss@lists-sop.inria.fr
Subject: [cgal-discuss] small installation issue on linux (CGAL v3.4)
Reply-To: cgal-discuss@lists-sop.inria.fr

Hi,
While 'make install' a following error is issued:

CMake Error at cmake_install.cmake:55 (FILE):
   file Problem setting permissions on directory "/usr/local/bin"

The properties of this folder are:

drwxrwxr-x  2 root  staff 4096 2009-06-08 15:46 bin

which is certainly sufficient for any local install by a staff member. 
By temporarilly changing the ownership of the folder to myself the 
installation proceeds, but it changes the permissions to 'drwxr-xr-x', 
which is not how it should be done. Is there a particular reason to do 
it this way or is it simply overlooking?

with regards,
Dominik
-- 
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss
2009-06-09 14:04:24 +00:00
Stéphane Tayeb 761a218fff * Fix configuration error (boost_system is now optional)
* Fix singular iterator copy construction error (build with -D_GLIBCXX_DEBUG)
2009-06-09 08:10:21 +00:00
Eric Berberich 4cd55ba23f changed precondition 2009-06-09 00:14:50 +00:00
Eric Berberich c762caace7 implemented reference face 2009-06-09 00:11:45 +00:00
Sébastien Loriot cdd03a96f6 update text 2009-06-08 20:15:20 +00:00
Stéphane Tayeb adce605e3e Fix MacOS X link error. 2009-06-08 15:45:19 +00:00
Laurent Saboret 849fc09781 Modified version of cgal_test_with_cmake which:
- is cross-platform Unix/make and Cygwin/VisualC++
- concats all log files to cgal_test_with_cmake.log
- does not clean up object files and executables (too slow when called by developer)
2009-06-08 13:51:36 +00:00
Laurent Saboret 0cb2c28f04 Fixed compilation error with Qt 4.3: replaced form layout by grid layout 2009-06-08 13:47:59 +00:00
Laurent Saboret eef69acca3 Modified version of cgal_test_with_cmake which:
- is cross-platform Unix/make and Cygwin/VisualC++
- concats all log files to cgal_test_with_cmake.log
- does not clean up object files and executables (too slow when called by developer)
2009-06-08 13:46:39 +00:00
Pavel Emeliyanenko 4405f7bab8 fix 2009-06-08 13:44:15 +00:00
Laurent Saboret bf1e52de05 Added ProgramOutput* ErrorOutput* to ignore list 2009-06-08 12:01:38 +00:00
Laurent Saboret cb58a26a32 Modified version of cgal_test_with_cmake which:
- is cross-platform Unix/make and Cygwin/VisualC++
- concats all log files to cgal_test_with_cmake.log
- does not clean up object files and executables (too slow when called by developer)
2009-06-08 11:52:56 +00:00
Stéphane Tayeb c337944925 Add typedef on template parameter AABBTraits in class AABB_node (CC-5.90_F7 error). 2009-06-08 08:29:46 +00:00
Stéphane Tayeb 53ab3851ae Fix check_outputs() function. 2009-06-08 07:59:09 +00:00
Eric Berberich e9566239ae added missing signatures in Parameter space functors
added TODO for future
2009-06-07 19:31:08 +00:00