Laurent Rineau
|
db20bb4393
|
Revert revision 32553.
And modify "define internal_release.*" to
"define +internal_release +[0-9]+".
|
2006-07-17 15:59:15 +00:00 |
Laurent Rineau
|
91074e07b4
|
Change the way of specifying the internal release number, for RPMS.
|
2006-07-17 12:33:44 +00:00 |
Sylvain Pion
|
c8b5db64c9
|
- Add better command-line parsing code
- Add a "--public" option that selects building of public versions.
(so it's disabled by default)
|
2006-07-14 09:32:35 +00:00 |
Menelaos Karavelas
|
9ce4a9edb4
|
fixed error
|
2006-07-14 09:24:18 +00:00 |
Menelaos Karavelas
|
d3d02e921c
|
now the create_macosx_installer script takes the CGAL version as an argument
|
2006-07-14 09:22:39 +00:00 |
Sylvain Pion
|
21db610b9f
|
Adding the "--rpm" option, and it is necessary to build the SRPMs.
|
2006-07-14 08:43:58 +00:00 |
Sylvain Pion
|
28b8819f3e
|
Add an option to not require the version_number file,
and if not there, assume "0" as internal version number.
|
2006-07-14 08:21:32 +00:00 |
Sylvain Pion
|
d88e2d91c8
|
Change the generated \cgalversion to be the public name, and add \cgalinternalversion.
|
2006-07-14 07:47:12 +00:00 |
Sylvain Pion
|
665737af0f
|
Spot .cpp files under test/ as well.
|
2006-07-12 13:56:53 +00:00 |
Sylvain Pion
|
8fd4f75282
|
Remove remove_line_directives (I have not seen any use of it since years)
|
2006-07-12 13:55:52 +00:00 |
Sylvain Pion
|
f9fd5fd680
|
Add command-line options:
--help
--do-it
|
2006-07-12 12:50:03 +00:00 |
Sylvain Pion
|
5a1d4b985b
|
- Create a new file $CGAL/VERSION which contains the version
number and no carriage return.
- Use it in install_cgal instead of parsing <CGAL/version.h>.
|
2006-07-12 10:01:06 +00:00 |
Sylvain Pion
|
4e5bf788d5
|
Use `pwd` instead of /home/spion/...
|
2006-07-12 09:28:01 +00:00 |
Sylvain Pion
|
ca022a173a
|
- Add a new package "Testsuite" that gathers the test-suite infrastructure.
- Move Scripts/test/ there.
- Add <CGAL/Testsuite/assert.h> that defines a CGAL_test_assert() macro.
(yet to be documented)
|
2006-07-06 07:47:54 +00:00 |
Sylvain Pion
|
b28e8a422d
|
Remove building of doc_pdf/Installation.pdf in the public
versions of the releases. Updates some files mentioning it.
|
2006-07-06 07:43:40 +00:00 |
Laurent Rineau
|
ed49473c10
|
Fix the handling of internal release numbers, in the rpm spec.
I should be more robust, now.
|
2006-07-01 20:55:13 +00:00 |
Laurent Rineau
|
c586310491
|
Fix cgal_create_makefile: just some spaces that should have been a TAB
character.
|
2006-06-27 22:51:57 +00:00 |
Andreas Fabri
|
716e08db2a
|
replaced [[..]] with [..] and changed == to -eq
|
2006-06-26 09:57:00 +00:00 |
Andreas Fabri
|
1bcc578683
|
removed a parenthesis
|
2006-06-15 10:27:00 +00:00 |
Andreas Fabri
|
7e8d2c8694
|
Added a suffix rule for the .cpp files
|
2006-06-13 20:36:31 +00:00 |
Sylvain Pion
|
2a18c5f092
|
In addition to the "CGAL-I" symbolic link, add a link
like "CGAL-3.3-I".
|
2006-06-13 19:27:24 +00:00 |
Sylvain Pion
|
effbb2b8f0
|
Change Geert-Jan by myself.
|
2006-05-27 11:15:59 +00:00 |
Sylvain Pion
|
395e657a1b
|
Another attempt at using a constant file for test/makefile
rather than something generated by create_internal_release.
|
2006-05-27 11:15:06 +00:00 |
Sylvain Pion
|
fd4442b1c8
|
Undo last change. Actually the test/makefile is used by autotest_cgal.
|
2006-05-25 21:15:17 +00:00 |
Sylvain Pion
|
3f05673fa2
|
Remove old public/internal distinction.
|
2006-05-21 23:24:54 +00:00 |
Sylvain Pion
|
faad4860f9
|
Remove creation of test/Makefile, as I do not see where it is used.
|
2006-05-21 22:36:31 +00:00 |
Sylvain Pion
|
87329289d7
|
Replace src_CGAL/ by Number_types/
|
2006-05-21 22:32:27 +00:00 |
Sylvain Pion
|
3ef714537a
|
Remove treatment of obsolete files (version, submission_info...).
|
2006-05-21 21:58:03 +00:00 |
Sylvain Pion
|
b71b0e2e98
|
Remove the copy of src/* as test/src_* since it's buggy right now
(hard to emulate the right makefiles anyway). And hopefully we will
have the install.log file provide the information in the test-suite
soon...
|
2006-05-21 21:35:53 +00:00 |
Sylvain Pion
|
cb0f309615
|
Remove packages_file and scriptdir options (probably useless)
Allow another directory than trunk.
|
2006-05-21 21:24:21 +00:00 |
Sylvain Pion
|
b65115eb5f
|
Save Installation.pdf compilation log file.
|
2006-05-20 21:42:49 +00:00 |
Sylvain Pion
|
2e7505dbb7
|
Move release creation script to a Fedora machine.
(to fix Installation.pdf)
|
2006-05-19 10:15:50 +00:00 |
Menelaos Karavelas
|
126480dfae
|
minor modifs
|
2006-05-16 23:15:53 +00:00 |
Menelaos Karavelas
|
6ffc58f1df
|
- added script for creating the MacOSX installer/distribution
|
2006-05-16 23:03:39 +00:00 |
Sylvain Pion
|
dbe3898896
|
- Add the build of doc_pdf/Installation.pdf to public releases (.tar.gz, .zip
and .srpm).
- Switch back to non-testing mode.
|
2006-05-15 17:56:26 +00:00 |
Sylvain Pion
|
7689325a68
|
Add a variable selecting "local testing only" (without side-effects like
putting stuff on the web, sending announcement mail, svn commits...).
|
2006-05-15 17:10:18 +00:00 |
Laurent Saboret
|
542d27f101
|
Do not create a rule for an executable for .C/.cpp files without a "main()' function.
|
2006-05-12 14:54:30 +00:00 |
Sylvain Pion
|
0786ab3e1a
|
Generate SRPM for the public version as well.
|
2006-05-05 09:47:41 +00:00 |
Sylvain Pion
|
4102c29324
|
Fix sed command used to patch version.h
Run zip in quiet mode, -q.
|
2006-04-30 17:14:59 +00:00 |
Sylvain Pion
|
61e76fd96d
|
Add CGAL_SVN_REVISION macro to version.h .
|
2006-04-28 22:41:30 +00:00 |
Sylvain Pion
|
2fc4dccc8a
|
Create a zip file as well for the public version of releases.
|
2006-04-28 21:30:20 +00:00 |
Sylvain Pion
|
755f122b98
|
make LOGFILE use an absolute path to protect against "cd".
|
2006-04-28 20:52:06 +00:00 |
Sylvain Pion
|
a6bbefaad3
|
Add creation of public version of each internal release.
|
2006-04-28 17:20:14 +00:00 |
Sylvain Pion
|
2021a35edf
|
SRPM fixlets.
|
2006-04-27 14:03:15 +00:00 |
Michael Hoffmann
|
c3f2ba8895
|
Use BUILD_ON_host variable instead of --rebuild-all.
|
2006-04-27 09:38:26 +00:00 |
Michael Hoffmann
|
76b1771e70
|
Minor fixes.
|
2006-04-24 12:00:36 +00:00 |
Sylvain Pion
|
2480e17ac9
|
Fixes for .src.rpm.
|
2006-04-23 19:31:40 +00:00 |
Sylvain Pion
|
eef321a737
|
Create the SRPM of the tarball, and put its name in LATEST_SRPM on the web.
|
2006-04-22 21:45:44 +00:00 |
Sylvain Pion
|
85ef504a20
|
Fix the LOGFILE name, which used to depend on the release number.
|
2006-04-17 19:53:45 +00:00 |
Sylvain Pion
|
e71eb17d39
|
Pass the svn dir name as argument (default is "trunk")
|
2006-04-17 18:51:07 +00:00 |