Commit Graph

36761 Commits

Author SHA1 Message Date
Laurent Rineau 4d9cf53ed4 Fix the errors
"linear_least_squares_fitting_points_2.cpp", line 42: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 105: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 74: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 80: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_points_3.cpp", line 81: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 131: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 48: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_rectangles_2.cpp", line 90: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 101: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 143: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 192: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 45: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_segments_2.cpp", line 72: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_tetrahedra_3.cpp", line 17: Error: The function "rand" must have a prototype.
  "linear_least_squares_fitting_triangles_2.cpp", line 57: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_triangles_2.cpp", line 99: Error: The function "exit" must have a prototype.
  "linear_least_squares_fitting_triangles_3.cpp", line 16: Error: The function "rand" must have a prototype.
detected by Sun CC.
2008-03-11 11:56:05 +00:00
Laurent Rineau c7cae82d3e Fix the errors
"include/test_types.h", line 31: Error: The function "strcpy" must have a prototype.
  "include/test_types.h", line 32: Error: The function "strcat" must have a prototype.
  "include/test_types.h", line 33: Error: The function "strcat" must have a prototype.
detected by Sun CC.
2008-03-11 11:45:16 +00:00
Laurent Rineau 18cecd7dcd Fix the error
"include/check_equal.h", line 29: Error: The function "strcmp" must have a prototype.
detected by Sun CC.
2008-03-11 11:42:38 +00:00
Laurent Rineau e66f0fff30 Fix the error
"include/CGAL/_test_cls_delaunay_triangulation_2.h", line 212: Error: The function "rand" must have a prototype.
detected by Sun CC.
2008-03-11 11:41:03 +00:00
Laurent Rineau e62e053848 Fix the error
"../../include/CGAL/Nef_3/SNC_point_locator.h", line 311: Error: The function "strcpy" must have a prototype.
detected by Sun CC.
2008-03-11 11:38:02 +00:00
Laurent Rineau 7e5ba0b225 Fix errors:
"Chain.cpp", line 40: Error: The function "sprintf" must have a prototype.
  "Chain.cpp", line 73: Error: The function "sprintf" must have a prototype.
  "Heterogen.cpp", line 95: Error: The function "sprintf" must have a prototype.
  "PDB.cpp", line 66: Error: The function "sscanf" must have a prototype.
  "PDB.cpp", line 68: Error: The function "sscanf" must have a prototype.
  "PDB.cpp", line 92: Error: The function "sscanf" must have a prototype.
detected by Sun CC.
2008-03-11 11:33:27 +00:00
Laurent Rineau daa0426d6a Fix "Error: The function "sprintf" must have a prototype."
(detected by Sun CC)
2008-03-11 11:28:32 +00:00
Laurent Rineau 779cf35a7e Fix the "Error: The function "rand" must have a prototype."
(detected by Sun CC-5.9)
2008-03-11 11:25:14 +00:00
Laurent Rineau 51f01ad033 Fix "Error: The function "atoi" must have a prototype."
(detected by Sun CC-5.9)
2008-03-11 11:23:57 +00:00
Laurent Rineau 9a119257eb Fix "Error: The function "sprintf" must have a prototype."
(detected by Sun CC-5.9)
2008-03-11 11:12:09 +00:00
Andreas Fabri ce48e143bd fixed typo 2008-03-11 10:37:32 +00:00
Laurent Rineau 81e9f4c166 Fix the 'make clean' part: one needs to specify -fMakefile, so that we are
sure that no other makefile can be used.
2008-03-11 09:32:15 +00:00
Pedro Machado Manhaes de Castro 7508e50901 <= 80 columns 2008-03-11 09:14:12 +00:00
Pedro Machado Manhaes de Castro ba23aaf135 better example (that do not depends on the arr package) 2008-03-11 09:12:26 +00:00
Pedro Machado Manhaes de Castro 98834a3447 adding intersecting_arcs.cpp 2008-03-10 17:11:21 +00:00
Pedro Machado Manhaes de Castro 8b2c4f95a4 adding intersecting_arcs.cpp 2008-03-10 17:10:56 +00:00
Pedro Machado Manhaes de Castro 6d6dbed2f5 Just a small examples on Circular Arc construction and Intersection 2008-03-10 17:10:25 +00:00
Fernando Cacciola d26b432b19 Removed empty obsolete file 2008-03-10 15:54:34 +00:00
Fernando Cacciola 6c1f51ae28 (empty, replaced by proper .tex documentation) 2008-03-10 15:54:01 +00:00
Fernando Cacciola b71c0b9946 Fix last eval line 2008-03-10 15:52:35 +00:00
Fernando Cacciola d9290833c2 Fixed copying of previous cmake cache 2008-03-10 15:52:14 +00:00
Laurent Rineau 6fcaa33bf4 Wrong CGAL_DIR path, in the cmake version of collect_cgal_testresults. 2008-03-10 14:14:42 +00:00
Laurent Rineau 1d84011f67 Use "make VERBOSE=1", when compiling tests with cmake, so that one can see
the command lines.
2008-03-10 13:24:55 +00:00
Pedro Machado Manhaes de Castro 960f122b28 Optimizing move() 2008-03-10 11:07:15 +00:00
Pedro Machado Manhaes de Castro 606f62f2e4 Optimizing move() 2008-03-10 11:06:44 +00:00
Sylvain Pion a47abc28d1 Use <boost/bind.hpp> instead of <CGAL/functional.h>. 2008-03-10 01:21:00 +00:00
Sylvain Pion 740e5179a6 Replace <CGAL/functional.h> by <boost/bind.hpp>.
If it works, then we can do the same elsewhere,
and schedule <CGAL/functional.h> for removal.
2008-03-10 00:10:50 +00:00
Efi Fogel 6ffef8638d fixed un-used polyhedron vertex 2008-03-08 23:20:44 +00:00
Fernando Cacciola 8eca6a9e15 Put testing routine back on background 2008-03-07 15:33:54 +00:00
Michael Hemmer 30afbb7b40 typo 2008-03-07 14:31:25 +00:00
Laurent Saboret 500fc2f95c Update to generate_reference_manual 1.0.1 2008-03-07 13:43:59 +00:00
Laurent Saboret bce59d7743 Version 1.0.1:
- Support templates nested in CGAL template.
- Turned on doxygen preprocessor.
2008-03-07 13:43:21 +00:00
Fernando Cacciola 69e8d74d6c autotest with cmake update 2008-03-06 16:50:44 +00:00
Michael Kerber 7e46543cd2 Typo 2008-03-06 12:25:18 +00:00
Michael Kerber a90d2d102d added benchmarks 2008-03-06 12:23:32 +00:00
Pedro Machado Manhaes de Castro 5924c97751 well_oriented() feets better in Triangulation_2.h 2008-03-06 12:05:36 +00:00
Daniel Russel 618bb2a764 cross packge dependencies with GETSET 2008-03-06 07:12:04 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a2642a2f34 autotest_cgal_with_cmake update 2008-03-05 20:42:26 +00:00
Michael Hemmer 68be1cfdbb cleanup
- rm duplicates of CGAL::lower/uppwer(BF)
- rm include conflicts 
- rm Float_traits (from EXACUS but not ready for CGAL)
- added specs for Get_arithmetic_kernel<BigFloat/BF_interval>
- added test for interval support at its current status
2008-03-05 16:53:13 +00:00
Laurent Saboret ef10ca7e16 Bug fix: process all tex files in doc_tex/*_ref/ 2008-03-05 16:52:04 +00:00
Michael Hemmer ec16fa2ea0 wrap up 2008-03-05 16:37:29 +00:00
Eric Berberich ed0688fe68 added remark 2008-03-05 16:17:49 +00:00
Pedro Machado Manhaes de Castro 927812ecad (not yet) 2008-03-05 15:38:33 +00:00
Michael Kerber c2d99d9c06 Added Algebraic_kernel_d and Curved_kernel_via_analysis_2 2008-03-05 15:22:37 +00:00
Pedro Machado Manhaes de Castro 1f8b9028ab trfixing 2008-03-05 15:20:46 +00:00
Laurent Saboret 6f41a13ce2 Fixed bug when '@heading Parameters' occurs several times in the same file 2008-03-05 15:12:00 +00:00
Laurent Rineau 1fc7b699ba That one needs a fix also (see revision 42370).
"With an installed distribution of CGAL, the UseCGAL.cmake cannot be
   found.  Fix CGALConfig_install.cmake.in"
2008-03-04 21:31:44 +00:00
Laurent Rineau 342d26fdeb With an installed distribution of CGAL, the UseCGAL.cmake cannot be found.
Fix CGALConfig_install.cmake.in
2008-03-04 21:10:59 +00:00
Fernando Cacciola b6a0b80952 Use different install tree structures in windows and linux 2008-03-04 20:01:51 +00:00