cgal/Scripts/developer_scripts
Sylvain Pion 514a17ad4f Improve the interaction of assertions and interval computations.
Things like "CGAL_assertion(denominator != 0)" produced assertion failures for no gain.
So now, the assertion is triggered only if the condition is certain, using CGAL::certainly().
That is, change the following in all assertion files :
  ((EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
to :
  (CGAL::certainly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
2008-07-06 17:05:47 +00:00
..
autotest_cgal backport of a few improvements from autotest_cgal_with_cmake 2008-03-13 15:44:20 +00:00
autotest_cgal_with_cmake Improved error reporting in autotesting 2008-06-29 22:06:36 +00:00
cgal2gml
cgal_depend
check_licenses update list of extensions and exceptions 2007-03-18 20:38:23 +00:00
check_no_CGAL_USE_without_includes_before new script check_no_CGAL_USE_without_includes_before that checks for use of 2007-03-12 14:50:23 +00:00
check_svn_keywords *** empty log message *** 2007-04-03 14:55:12 +00:00
common_impl.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
create_assertions.sh Improve the interaction of assertions and interval computations. 2008-07-06 17:05:47 +00:00
create_cgal_test Fixed bash error when folder is empty 2008-03-26 15:05:26 +00:00
create_cgal_test_with_cmake Fixed CMake error on Surface_reconstruction_3/demo/Surface_reconstruction_3/ (empty folder) 2008-06-18 14:28:53 +00:00
create_internal_release Fix the release creation process. The previous version of 2008-06-16 09:07:04 +00:00
create_macosx_installer
create_new_release Commit several improvement i made: 2008-03-13 14:01:32 +00:00
list_cgal_includes
list_package_files.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
list_package_files_impl.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
mirror_all_packages.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
mirror_package.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
mirror_package_files.rb Shallow-release creation scripts added 2007-11-06 04:44:35 +00:00
mirror_package_impl.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
remove_empty_lines.pl The script I use to cleanup files with leading and trailing empty lines 2007-03-10 16:47:06 +00:00
remove_package_files_from_build_tree.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
remove_package_files_from_build_tree_impl.rb More buid/svn tree managment scripts 2007-12-06 20:45:12 +00:00
test_testsuite_submission New script to test if one can send test results to GeometryFactory's 2008-02-29 08:59:21 +00:00