cgal/Old_Packages/C3
Sylvain Pion 8c8105110e - Bump for 5.6. 2000-11-02 15:18:53 +00:00
..
include/CGAL - Fix typo. 2000-11-02 15:18:13 +00:00
test/Kernel Version 3.6.2 (October 11 1999) 1999-10-11 04:23:47 +00:00
Makefile - Fix $WWW. 2000-10-13 07:36:35 +00:00
README make the changed required by Dima in Point_3.C Vector_3.C and Direction_3.C 2000-01-27 15:46:16 +00:00
changes.txt - Moved SphereC3 ctor inside class body for VC++. 2000-11-02 15:07:28 +00:00
description.txt Initial revision 1999-08-26 12:13:08 +00:00
maintainer added maintainer file 2000-03-22 09:09:05 +00:00
version - Bump for 5.6. 2000-11-02 15:18:53 +00:00

README

RULES FOR CORRECT USE OF THIS PACKAGE

CVS Maintainer: Mariette.Yvinec (yvinec@sophia.inria.fr)
CVS Write-access: herve, geert-jan, sylvain, stefan, mariette

IMPORTANT FILES:
* changes.txt: records a succinct description of the changes between
  releases. Put the latest (non submitted) changes at the top under no
  release numbers.
  Please, anytime you add something, modify this file (with your
  name between brackets, see Sylvain's entries). To make sure, I've
  added the edit command to "make commit"
* include/CGAL/* : the source files. There is no web/ subdirectory.
  Please therefore comment the source code appropriately.
* Makefile : has some nice targets for releasing the packages. You must
  use gmake.
* version: can be changed easily by "make VERSION=3.X.Y version"

COMMON COMMANDS:

cvs update : before starting your work (make sure you have the latest)

{vim,emacs,ed,...} include/CGAL/Cartesian/* : modify the sources

make test : try to see if you still work. Try not to modify the
  local test-suite. The test makefile has been patched to include also
  the other Cartesian packages. For this to work, you must have
  Cartesian_basic, C2 and C3 in the same directory.

make commit : commit your changes. Always cvs update before just to make
  sure you'll have no conflict. As for the log file, I usually enter the
  line(s) that I added in changes.txt (it's a good check if you did
  modify that file...)

MAKING A RELEASE OF THE PACKAGE: (please ask herve first, or if he's away)

Try "make package" first. Then "make test". If it works, you might have
a good package. Note: sometimes, the change will only be good if you
submit both C2 *and* Cartesian_basic. Otherwise, you might break the
release.

Then please patch the makefile for your own target (like "make
submit-geert"). Currently "make submit" will only work on the INRIA
machines.

NOTES:
Please add your comments below, if you think something is wrong or misstated.

-