cgal/Scripts/developer_scripts
Laurent Rineau a2f221b666 Fix the quotation in Fernando's modifications.
In a command like:
  mv $SOURCE $TARGET
the two arguments must be doublely quoted:
  mv "$SOURCE" "$TARGET"
That way, if $SOURCE is, for ex., "my file", it avoid the shell to call a
command like that:
  mv my file "$TARGET"
which is moving *two* files "my" and "file" to "$TARGET". With the
double-quotes, after the parameters substitution, the call is correct, with
only two arguments:
  mv "my file" "target"
2008-05-15 15:08:03 +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 Fix the quotation in Fernando's modifications. 2008-05-15 15:08:03 +00:00
cgal2gml Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
cgal_depend Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
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 Remove default argument "0" to calls to assertion_fail() et al, 2007-12-21 21:58:27 +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 cgal_test_with_cmake generation so it can be called indepedently of the test suite 2008-05-13 23:19:06 +00:00
create_internal_release CMakeLists.txt are now auto-generated by create_internal_release 2008-05-05 15:09:28 +00:00
create_macosx_installer fixed error 2006-07-14 09:24:18 +00:00
create_new_release Commit several improvement i made: 2008-03-13 14:01:32 +00:00
list_cgal_includes - Move to developers_scripts (probably useless these days). 2006-03-14 22:39:02 +00:00
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