Commit Graph

36795 Commits

Author SHA1 Message Date
Laurent Rineau dc17ec331b backport of a few improvements from autotest_cgal_with_cmake 2008-03-13 15:44:20 +00:00
Laurent Rineau ac53653ab2 create_new_release has a new option: --do-not-tag 2008-03-13 15:42:58 +00:00
Eric Berberich 44e4e6e4ea improved documentation 2008-03-13 14:56:55 +00:00
Laurent Rineau 487541cf0e Commit several improvement i made:
- New option --do-not-tag that allows to using the script with --do-it
  without creating the tag.
- The script no longer sends emails for a long time. Update the usage
  text and remove the no longer used variable MAILTO.
- The script now reads a configuration file, named
  $HOME/.cgal_create_new_release_rc
  For example, mine contains:
    TMPDIR=$HOME/CGAL/create_internal_release
    HTML_DIR=/var/CGAL/www/Members/Releases
- The script now uses and absolute path for SOURCES_DIR.
- If the file ${VERSION_FILE} (aka "version_number") is not present,
  use svn to compute a new release number.
2008-03-13 14:01:32 +00:00
Michael Hemmer 7474f47add rm bug in CGAL_test_assert 2008-03-13 14:01:20 +00:00
Fernando Cacciola 9dfbff50b8 Fixed leftover from local changes 2008-03-13 13:44:33 +00:00
Laurent Rineau 9f23b7b18f - New CPAN dependancies:
Tar::Archive
    Tar::Archive::File
    File::Copy
    File::Copy::Recursive
- Conflicts between two CGAL packages (two files with same names) are
  now checked (using CPAN packages "Archive::Tar" and
  "Archive::Tar::File" and a hash table of all files).
- Use the -C option of GNU/tar, instead of several 'mv' and 'cp -r'.
- Use commands 'move' and 'dircopy' from File::Copy and
  File::Copy::Recursive, instead of using system with 'mv' and 'cp -r'.
2008-03-13 13:41:23 +00:00
Laurent Rineau c99fa8cd5c Updates to test results handling scripts. New css file for GeometryFactory result pages. 2008-03-13 13:31:08 +00:00
Fernando Cacciola 412e9d6e7c Fixes for cygwin, cl.exe and nmake 2008-03-13 12:55:12 +00:00
Pedro Machado Manhaes de Castro c50c75af92 little optimization for vertices of degree 3 2008-03-13 12:31:52 +00:00
Laurent Rineau d8ac5ef604 atoi needs <cstdlib> 2008-03-13 11:41:58 +00:00
Eric Berberich 3276f7bdf4 improved documentation 2008-03-13 11:07:16 +00:00
Eric Berberich bfe384aaca improved documentation 2008-03-13 10:52:55 +00:00
Eric Berberich 0f2f11ab92 correct use of Get_arithmetic_kernel 2008-03-13 10:52:24 +00:00
Fernando Cacciola bf9a6ea8fe Fixes to better detect cl.exe from cygwin executed within nmake. 2008-03-13 10:50:47 +00:00
Michael Hemmer 48e869fb65 forgotten const 2008-03-13 10:13:22 +00:00
Andreas Fabri 4187ba81b4 fixed typo 2008-03-13 07:31:39 +00:00
Michael Hemmer 033202cab7 rm test Lazy_exact_arithmetic_kernel 2008-03-12 16:39:32 +00:00
Michael Hemmer 6bd8ee0c5e preliminary bug fix for div_mod in leda_integer
it seems that leda integer is not keeping the invariant
x == y*q+r, where q = x/y and r = x%y, for all versions.
2008-03-12 14:55:53 +00:00
Laurent Rineau 13d4975c4f Fix other compilation problems, after Fernando's cmake patch. 2008-03-11 18:46:54 +00:00
Laurent Rineau d1dea911e1 New test results location. 2008-03-11 18:44:35 +00:00
Laurent Rineau c22598e50f Fix compilation problems. 2008-03-11 18:44:14 +00:00
Fernando Cacciola 45b476a299 Remove 'tee' redirection 2008-03-11 17:46:20 +00:00
Fernando Cacciola 307eedf236 Documentation updated 2008-03-11 17:37:29 +00:00
Fernando Cacciola 4da1bbc38e cmake versions of the scripts added 2008-03-11 17:36:47 +00:00
Laurent Rineau b60a86e0c7 - Fix a missing header: <stack>)
- Activate now by default the version of output_surface_facets_to_off()
  that orients the surface.
2008-03-11 15:11:54 +00:00
Sylvain Pion 0308a5845c Qualify cref() by boost:: as there is a cref() in TR1 as well. 2008-03-11 14:45:12 +00:00
Laurent Rineau 7c7eb63fa7 Fix the error
"test_sls.cpp", line 87: Error: The function "exit" must have a prototype.
detected by Sun CC.
2008-03-11 12:23:12 +00:00
Laurent Rineau 46a5d8abd4 Fix the errors
"test_envelope_segments.cpp", line 209: Error: The function "strcmp" must have a prototype.
  "test_envelope_segments.cpp", line 211: Error: The function "strcmp" must have a prototype.
detected by Sun CC.
2008-03-11 12:22:14 +00:00
Laurent Rineau 39b13ae9a7 Fix the errors
"test_approx_offset.cpp", line 70: Error: The function "sscanf" must have a prototype.
  "test_approx_offset.cpp", line 87: Error: The function "strchr" must have a prototype.
  "test_approx_offset.cpp", line 88: Error: The function "strchr" must have a prototype.
  "test_approx_offset.cpp", line 89: Error: The function "strchr" must have a prototype.
  "test_approx_offset.cpp", line 90: Error: The function "strchr" must have a prototype.
detected by Sun CC.
2008-03-11 12:20:44 +00:00
Laurent Rineau 81e345ca63 Fix the error
"test_construction.cpp", line 455: Error: The function "strncmp" must have a prototype.
detected by Sun CC.
2008-03-11 12:18:09 +00:00
Laurent Rineau 9f80b5a6d8 Fix the errors
"test_Minkowski_sum.cpp", line 80: Error: The function "strchr" must have a prototype.
  "test_Minkowski_sum.cpp", line 81: Error: The function "strchr" must have a prototype.
  "test_Minkowski_sum.cpp", line 82: Error: The function "strchr" must have a prototype.
  "test_Minkowski_sum.cpp", line 83: Error: The function "strchr" must have a prototype.
detected by Sun CC.
2008-03-11 12:11:47 +00:00
Laurent Rineau 5e06f05acd Fix the error
"set_union.cpp", line 55: Error: The function "atoi" must have a prototype.
detected by Sun CC.
2008-03-11 12:09:01 +00:00
Laurent Rineau b6e3c307dc Fix the errors
"Model.cpp", line 121: Error: The function "sscanf" must have a prototype.
  "Model.cpp", line 260: Error: The function "sprintf" must have a prototype.
  "Model.cpp", line 61: Error: The function "sscanf" must have a prototype.
  "Monomer.cpp", line 167: Error: The function "sprintf" must have a prototype.
  "Monomer.cpp", line 221: Error: The function "sscanf" must have a prototype.
  "Monomer_data.cpp", line 762: Error: The function "sscanf" must have a prototype.
detected by Sun CC.
2008-03-11 12:05:44 +00:00
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