Commit Graph

53 Commits

Author SHA1 Message Date
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
Andreas Fabri fdf73a6231 Boost related changes 2006-05-19 08:17:08 +00:00
Daniel Russel 0bce0abef5 removed {\tt some_text} nested in \ccc{} which broke the html conversion. I also removed some extra blank lines which looked ugly in html 2006-05-12 13:58:07 +00:00
Andreas Meyer b54cabb95b moved some more \labels into \section 2006-05-06 19:49:16 +00:00
Michael Hoffmann 0ce21c830d 2006-04-28 08:10:52 +00:00
Michael Hoffmann 268ef609f3 Added BUILD_ON option for autotest_cgal. 2006-04-28 08:10:03 +00:00
Sylvain Pion dda69ef6cd Remove CGAL_CFG_NO_SFINAE and CGAL_CFG_NO_PRAGMA_FENV_ACCESS as they were
only for "prospective" testing, and are not used (and not clear if they
will be useful one day either).
2006-04-17 10:23:06 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Andreas Meyer 9d246a5777 CVS package "Web_pages" ---> SVN cgal-web project 2006-03-02 15:04:48 +00:00
Laurent Saboret 309447248d Update documentation for SVN and GForge. 2006-02-27 19:01:29 +00:00
Joachim Reichel 3160b710d8 - check_licenses script documented 2006-02-17 17:34:48 +00:00
Joachim Reichel ba95f1f9b5 - check_licenses script documented 2006-02-16 21:02:08 +00:00