mirror of https://github.com/CGAL/cgal
several monthes). Those modifications should not bother other cgal testers.
Details:
- New flag "-n", to build internal releases without launching the
testsuite.
- Read "$HOME/.autocgal_with_cmake_rc" if it exists, instead of
"$HOME/.autocgalrc" (which is only read it the previous one does not
exist.
- Call cmake in verbose mode.
- Add quotes ("...") where needed (that is almost everywhere). That allows
filenames/dirnames with characteres that are special for the shell (such as
spaces).
- Change of the portion of shell code that modifies the occurences to
CGAL-3.x-I-xxx in CMakeCache.txt. I no longer understand the regexpr but I
know that it works (at least on cgal.geometryfactory.com).
- Move the section named "START OF MAIN BODY" to the real main body (after
all function definitions).
- That's all.
|
||
|---|---|---|
| .. | ||
| autotest_cgal | ||
| autotest_cgal_with_cmake | ||
| cgal2gml | ||
| cgal_depend | ||
| check_licenses | ||
| check_no_CGAL_USE_without_includes_before | ||
| check_svn_keywords | ||
| common_impl.rb | ||
| create_assertions.sh | ||
| create_cgal_test | ||
| create_cgal_test_with_cmake | ||
| create_internal_release | ||
| create_macosx_installer | ||
| create_new_release | ||
| list_cgal_includes | ||
| list_package_files.rb | ||
| list_package_files_impl.rb | ||
| mirror_all_packages.rb | ||
| mirror_package.rb | ||
| mirror_package_files.rb | ||
| mirror_package_impl.rb | ||
| remove_empty_lines.pl | ||
| remove_package_files_from_build_tree.rb | ||
| remove_package_files_from_build_tree_impl.rb | ||
| test_testsuite_submission | ||