Commit Graph

549 Commits

Author SHA1 Message Date
Sébastien Loriot c941961373 remove mention of doc_tex in developer scripts 2013-12-03 17:33:56 +01:00
Laurent Rineau bf5f124a97 Better treatment of ULIMIT_OPTIONS
Previously, the shell variable was set in .autocgalrc, and its value was
recopied as-is in the localtestscript file. Now ULIMIT_OPTIONS can be set
in the "setup" file of a testsuite platform in the reference platforms
directory.
2013-11-07 14:23:03 +01:00
Laurent Rineau 27b73b067d Output to stdout, for consistency with the other outputs 2013-09-03 17:25:33 +02:00
Laurent Rineau 73ad12ef1f cgal_create_cmake_script now displays created targets on stderr 2013-08-30 13:34:44 +02:00
Laurent Rineau 9bd913af91 create_new_release: better error reporting 2013-08-21 15:18:56 +02:00
Laurent Rineau 7e840c8ec9 Follow-up to the switch to Doxygen. Remove references to doc_tex 2013-08-21 12:27:40 +02:00
Laurent Rineau 686edc3811 Switch to the Doxygen documentation
The internal releases will now include the doc/ subdirectory, instead of
doc_tex/, and the doc_html/ subdirectory points to the Doxygen-generated
documentation.
2013-08-20 17:00:45 +02:00
Laurent Rineau 3f617fa3cc In the short git log, display parents hashes 2013-06-24 14:56:11 +02:00
Laurent Rineau 149b43c28f Merge branch 'Scripts-fix_cgal_test-lrineau'
It fixes a bug during the detection of availlable targets in a Makefile,
when one file or directory in the sources directory is named "help".

Approved by the Release Manager.
2013-06-14 11:47:58 +02:00
Sébastien Loriot 0f8498f3b5 Revert "use relative path in tagfiles, otherwise documentation output cannot be moved"
This reverts commit ea256c954a.

Conflicts:
	Documentation/CMakeLists.txt
2013-06-13 15:21:07 +02:00
Laurent Rineau e740108114 Fix cgal_test detection of existing targets 2013-06-13 13:53:36 +02:00
Sébastien Loriot ea256c954a use relative path in tagfiles, otherwise documentation output cannot be moved 2013-06-11 12:54:25 +02:00
Panagiotis Cheilaris e365c3d4b9 Merge branch 'doxygen-script-cgal_create_package_dir-philaris'
Script cgal_create_package_dir.py creates the skeleton
directory structure of a new package and fills it with
some basic files.

Approved by the release manager.
2013-06-09 18:09:44 +02:00
Panagiotis Cheilaris 01c1baeeb3 include path ending in package name 2013-06-07 16:17:27 +02:00
Panagiotis Cheilaris 23327f57c9 usage of cgal_create_package_dir in comments 2013-06-07 16:11:41 +02:00
Panagiotis Cheilaris 4217cc2459 find template figure in its new place from script 2013-06-04 09:58:34 +02:00
Panagiotis Cheilaris 373a733fc9 make script python version agnostic 2013-06-04 09:50:34 +02:00
Panagiotis Cheilaris 4aade0bc6d add epilog about single directory creation 2013-05-31 11:40:01 +02:00
Panagiotis Cheilaris abb1ec705d add dependencies file in documentation directory 2013-05-31 11:27:49 +02:00
Panagiotis Cheilaris 5d6d2f31a9 remove xml file in documentation directory 2013-05-31 10:08:29 +02:00
Panagiotis Cheilaris fb87d46f78 add Doxyfile.in in documentation directory 2013-05-31 10:04:42 +02:00
Panagiotis Cheilaris ecf3cf77b0 xml supports documentation inside code in include
Now, we have support to look in the source files in the include
directory of a package for possible doxygen documentation.
2013-05-29 19:27:28 +02:00
Panagiotis Cheilaris 6af09cda39 optional path argument where package is created
If path argument is omitted, the package directory
is created in the current directory.
2013-05-29 19:24:30 +02:00
Panagiotis Cheilaris 1faa0ceac4 remove TeX comment from doxygen script 2013-05-29 18:52:25 +02:00
Panagiotis Cheilaris 88a116529d doc xml usual references and comments 2013-05-29 16:27:49 +02:00
Panagiotis Cheilaris 39c5060c72 show command for multiple authors in comment 2013-05-29 16:22:37 +02:00
Panagiotis Cheilaris fae38e2a15 also fill user manual txt with some basic content 2013-05-29 16:15:24 +02:00
Panagiotis Cheilaris 8cb53ceb9d copy sample image to new package directory 2013-05-29 12:21:35 +02:00
Panagiotis Cheilaris 56814aa8cf remove tag from xml file in documentation 2013-05-29 11:37:23 +02:00
Panagiotis Cheilaris 988c8ae48f store documentation figure path in a variable 2013-05-29 11:35:24 +02:00
Panagiotis Cheilaris 7757cf3841 use pkg-small.png as the figure 2013-05-29 11:24:26 +02:00
Panagiotis Cheilaris b2a94ea3ce use PRETTY PACKAGE NAME in script
I also added a comment that "PRETTY PACKAGE NAME"
should be the same in the xml file and the package
description in the documentation.
2013-05-29 11:19:44 +02:00
Laurent Rineau 2c6d522fcd Display a short log of integration 2013-05-28 17:37:41 +02:00
Panagiotis Cheilaris 62bbe72def skeleton xml & description files in documentation 2013-05-28 14:14:26 +02:00
Panagiotis Cheilaris 3b914cc5f9 directory structure for documentation of a package 2013-05-28 13:36:14 +02:00
Panagiotis Cheilaris c5be7187c2 help and usage message for cgal_create_package_dir 2013-05-28 12:12:03 +02:00
Panagiotis Cheilaris 663f9de8ff use os.path.join to make script more portable 2013-05-28 11:56:11 +02:00
Panagiotis Cheilaris bd8474be80 create the directory structure for a new package 2013-05-27 18:51:33 +02:00
Laurent Rineau d47b8963a2 Change the way the Git branch is displayed in test results
Now the commit hash will be display, and also all the local branch names
that correspond (similarly to the use of --decorate in git-log).
2013-03-26 12:45:13 +01:00
Sébastien Loriot 29738420ba fix incorrect bash construction 2013-03-26 11:37:11 +01:00
Laurent Rineau f6f3fb47f3 Variables that depend on CGAL_ROOT must be set after .autocgalrc is loaded 2013-03-04 17:17:12 +01:00
Laurent Rineau 6316551b4f My two patches to licensecheck are already merged upstream.
The patches are in the future version 2.13.1, not yet released.
2013-02-20 14:03:05 +01:00
Laurent Rineau fbd7cb7155 Add a comment 2013-02-19 16:45:00 +01:00
Laurent Rineau 6f77194886 Update licensecheck from the upstream 2.13.0
- plus two patches, that are submitted upstream¹
- add a sort of testsuite.

¹) See the following bugs:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700938
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700944
2013-02-19 16:44:30 +01:00
Laurent Rineau b0d3a8d320 Fix a bug in Scripts/developer_scripts/detect_packages_licenses
The bug was hidding the fact that some files of CGAL have no or wrong
license headers.
2013-02-18 15:30:06 +01:00
Laurent Rineau 74643398fa Remove .scm-branch from public releases 2013-02-08 16:35:37 +01:00
Laurent Rineau dedd4c4cbb In autotest_cgal, print errors to stderr instead of stdout 2013-02-06 12:05:34 +01:00
Eric Berberich 5f16598c10 added quotes to handle whitespaces in directories 2012-12-19 10:46:57 +01:00
Philipp Möller 1adf441b18 Convert all CRLF files to LF 2012-12-03 18:44:24 +01:00
Laurent Rineau c4d35cd207 Add an option --no-scm-update to create_new_release
My script
Maintenance/infrastructure/cgal.geometryfactory.com/bin/create_release
already fetch and reset the SCM (to precompile manual tools). No need have
create_release to it again.
2012-11-30 12:50:30 +01:00