Commit Graph

64 Commits

Author SHA1 Message Date
Laurent Rineau 2caf9f90a5 Update to the dev' manual, chapter "Making Releases":
- releases are not generated at GeometryFactory
2008-03-14 10:02:39 +00:00
Laurent Rineau ac53653ab2 create_new_release has a new option: --do-not-tag 2008-03-13 15:42:58 +00:00
Laurent Rineau 13d4975c4f Fix other compilation problems, after Fernando's cmake patch. 2008-03-11 18:46:54 +00:00
Laurent Rineau d1dea911e1 New test results location. 2008-03-11 18:44:35 +00:00
Laurent Rineau c22598e50f Fix compilation problems. 2008-03-11 18:44:14 +00:00
Fernando Cacciola 4da1bbc38e cmake versions of the scripts added 2008-03-11 17:36:47 +00:00
Sylvain Pion 1f23ebbb53 Remove obsolete notes about Borland. 2008-01-20 22:53:46 +00:00
Sylvain Pion c047e837bb Remove documentation of bug in g++ 3.1... 2008-01-20 21:55:18 +00:00
Sylvain Pion 4d1b8d63e3 Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
Sylvain Pion fe287cc278 Clarify the text 2008-01-20 18:23:33 +00:00
Sylvain Pion e78447e50a Document that setting NDEBUG sets CGAL_NDEBUG 2008-01-20 18:14:59 +00:00
Sylvain Pion ac28c295d1 Remove some obsolete stuff. 2008-01-03 16:07:18 +00:00
Sylvain Pion 0d9cf9ab38 Document the fact that changes.txt, description.txt, long_description.txt and maintainer
have moved.  Remove the code dealing with these files in create_internal_release.
2007-12-02 15:24:02 +00:00
Sylvain Pion a46b55bf71 The files "changes.txt", "description.txt", "long_description.txt" and "maintainer"
are now under /trunk/$Package/package_info/$Package/ .
2007-12-02 15:06:42 +00:00
Sylvain Pion 06127e90a7 Add references for exception safety. 2007-11-22 17:23:32 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sylvain Pion 091f8d9227 Document that we should not use assert(), std::abort() and std::exit()
directly.
2007-11-05 10:41:39 +00:00
Sylvain Pion 6eb1bfde8a Update list of files which are always dont_submitted. 2007-11-03 21:24:28 +00:00
Ophir Setter c2f7ccfdd7 Added doc for CGAL_DEPRECATED 2007-09-05 19:03:48 +00:00
Sylvain Pion 891004b0c9 Remove buggy "example/maintainer" link, and other old cruft. 2007-08-23 14:59:57 +00:00
Sylvain Pion 4be6469615 Remove CEP note.
Update editorial board web site URL.
Remove outdated list of editors.
2007-08-23 14:49:44 +00:00
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Sylvain Pion 1fc5d5bce6 autotest_cgal now passes $ULIMIT_OPTIONS to the remote machines' ulimit command. 2007-07-23 08:58:48 +00:00
Sylvain Pion 4606a1bdf1 Remove unused CGAL_CFG_NO_KOENIG_LOOKUP. 2007-05-07 18:12:21 +00:00
Andreas Meyer 4add5e4499 manual fix for developers manual:
* wrong path to example code
* pdf problems
2007-04-18 18:23:40 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Sylvain Pion ee0cee3fa4 Update concerning the manual layout. 2007-04-18 08:47:52 +00:00
Joachim Reichel cd1a040d2e remove -w and -g option of install_cgal
remove makefile variables CGAL_WINDOW_LDFLAGS, CGAL_GEOWIN_LDFLAGS and CGAL_QT_LDFLAGS
(see #1894)
2007-03-09 22:53:24 +00:00
Sylvain Pion 2c3942027d document what the default is... 2007-02-28 10:03:43 +00:00
Andreas Fabri 871063baef Added FTP_OPTS as cygwin and Linux ftp have different options 2007-02-28 10:01:57 +00:00
Sylvain Pion 6484a301b9 Mention that create_cgal_test now discards source files which do
not match '\<main\>'.
2007-02-16 09:29:52 +00:00
Sylvain Pion ea958649a4 Update and simplify mailing-lists information.
Actually, I point to the web site for uptodate information,
since mailing-lists move quite often it seems...
2007-02-13 15:39:31 +00:00
Sylvain Pion 4c4fdfeefe Move CGAL_VERSION and related macros documentation
from the developers' manual to the general introduction,
since it's meant for users.
2007-02-09 15:33:07 +00:00
Sylvain Pion 9b7a13a3ed Remove obsolete modules creation scripts. 2007-01-24 16:07:20 +00:00
Sylvain Pion 40d0fb8d35 Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
Andreas Meyer 00e98ca5f0 reflect website changes (xxx_frame.html -> xxx.html) 2006-12-13 11:46:11 +00:00
Sylvain Pion 5aba55173f Introduce CGAL_NDEBUG. 2006-08-11 13:01:36 +00:00
Andreas Meyer b454b3febd manual cleanup:
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Andreas Meyer f135927302 added missing } 2006-08-07 09:29:50 +00:00
Sylvain Pion 1fa26bd8e0 Introduce a new helper macro CGAL_VERSION_NUMBER
that computes the version number of a public release.
Much easier to use than reading the algorithm that computes it !
2006-07-21 16:35:03 +00:00
Sylvain Pion 99b1b7a9fa - Document the create_new_release script. 2006-07-14 09:33:09 +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 798c56e349 Update "Configuration" package name to Installation. 2006-07-12 08:38:09 +00:00
Sylvain Pion 88810e285d Remove CGAL_CFG_NO_AUTOMATIC_TEMPLATE_INCLUSION 2006-07-12 08:02:20 +00:00
Sylvain Pion 5360376eb8 Update src/* to current reality. 2006-07-07 13:30:58 +00:00
Sylvain Pion 14cbdd7b60 - Document CGAL_test_assert(). 2006-07-06 07:55:37 +00:00
Laurent Saboret becf1bab5c Moved the documentation of CGAL SVN/GForge to www.cgal.org/Members/svn_cgal/ 2006-06-09 15:20:18 +00:00
Sylvain Pion 84c20615ff Mention that cgal_create_makefile also considers *.cpp files,
and that files need to contain the word "main".
2006-05-21 18:46:55 +00:00
Sylvain Pion 4074cb0e8b \cgal -> \cgal\ . 2006-05-19 14:29:54 +00:00
Andreas Fabri b422054e52 fix 2006-05-19 09:03:57 +00:00