Commit Graph

52 Commits

Author SHA1 Message Date
Andreas Fabri ff29933002 typo 2009-03-18 07:57:35 +00:00
Sylvain Pion 80da0bff1a More obsolete \ccTexHtml removal. 2009-01-03 15:21:38 +00:00
Sylvain Pion 873efc64e1 Remove svn:executable property on images. 2009-01-03 13:27:56 +00:00
Andreas Fabri 47cc1fdef0 Size of illustration is 120x120, not 100x100 2008-11-18 12:52:39 +00:00
Andreas Fabri 8ff685a379 Add PkgDescription 2008-11-06 13:34:42 +00:00
Andreas Fabri 6958b78590 Reorder terms of expression in order not to unary negate an unsigned int leading to a VC8 warning 2008-10-23 10:29:50 +00:00
Andreas Fabri d3d5d1be39 simplification of file organization 2008-09-09 08:13:14 +00:00
Andreas Fabri 501931abaf simplification of file organization 2008-09-09 08:10:34 +00:00
Andreas Fabri 7e3e232782 simplification of file organization 2008-09-09 08:08:01 +00:00
Andreas Fabri 06aa1d279f simplification of file organization 2008-09-09 08:06:54 +00:00
Andreas Fabri e3dc0ab559 simplification of file organization 2008-09-09 08:06:20 +00:00
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +00:00
Sylvain Pion eff6efd3af CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Sylvain Pion 7dfd4237cc Rename SS and CS to avoid name clashes with macros on x86/solaris (/usr/include/sys/regset.h). 2008-06-15 16:21:29 +00:00
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Andreas Meyer 20315de571 * replaced CGAL_test_assert with ::assert, instead of CGAL_assertion
* removed include/Testsuite/assert.h
2008-03-19 13:45:36 +00:00
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Fernando Cacciola a659cd852a Added project() and conditional test for CGAL_DIR 2008-02-14 15:42:36 +00:00
Fernando Cacciola 14043c43a0 Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically) 2008-02-08 17:47:21 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Sylvain Pion 7bf20ba73c Remove some obsolete SUNPRO workarounds 2008-01-03 14:07:07 +00:00
Sylvain Pion 8ab2fe93bb Move definitions of CGAL_NULL and CGAL_NULL_TYPE from circulator.h to config.h. 2007-12-28 15:46:09 +00:00
Sylvain Pion 360d29f72a Rename CGAL_CIRC_NULL to CGAL_NULL. 2007-12-28 15:40:36 +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
Andreas Meyer 6623d525eb * replaced assert in */test/*/*.{cpp,h} with CGAL_test_assertion
* replaced #include <assert.h> with the according CGAL/Testsuite/assert.h
2007-11-07 21:35:42 +00:00
Andreas Fabri a9b1edf177 3.3 branch -> trunk 2007-06-04 14:14:12 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Fernando Cacciola a5695d9e04 Added new Safe_circulator_from_iterator 2007-04-02 19:09:56 +00:00
Andreas Fabri 136f06d2a9 simplified code 2007-03-16 17:36:19 +00:00
Andreas Fabri c85ec5de19 try fix for CXX_DEBUG 2007-03-16 11:44:43 +00:00
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion 6fb5cb906b Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Sylvain Pion b8b87ab5a5 Actually, the "// file: example_bla.cpp" lines are not needed anymore,
since the manual tools know it.  So let's just remove them (many were
not uptodate with the filemane anyway).
2007-03-10 14:48:00 +00:00
Sylvain Pion 23edc11d3b Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
Using :

for i in * ; do  cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Sylvain Pion e859422034 rename .C to .cpp 2007-01-27 21:16:03 +00:00
Sylvain Pion f47874fd50 These cgal_test/makefile do not seem to bring anything compared to the default generated. 2007-01-27 17:05:27 +00:00
Sylvain Pion 2bdfec6cc0 Removal of remaining protect macros : those protecting other CGAL include files.
Done using the script Scripts/developer_scripts/cgal_conditional_include_remove.
2007-01-24 18:00:30 +00:00
Sylvain Pion 284508f87c One more removal of CGAL_PROTECT macro 2007-01-24 17:18:34 +00:00
Sylvain Pion fb8595b94e Cleanup : remove ancient CGAL_PROTECT_* macros.
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +00:00
Sylvain Pion c03659bc7a global update of maintainer files
(remove Lutz, Sven, Matthias, Geert-Jan...)
2006-12-05 14:01:13 +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 Fabri 6c03b2cc32 corrected initialization of a member variable 2006-08-06 08:49:31 +00:00
Andreas Fabri b244bb6348 corrected initialization of a member variable 2006-08-05 20:54:33 +00:00
Andreas Fabri b7e95f6617 changed .C to .cpp in examples 2006-07-09 19:11:05 +00:00
Andreas Fabri 7b2f06eccb empty circulator ranges must not be encoded with default constructed iterators 2006-06-15 13:38:56 +00:00
Andreas Meyer 5b5a60cecf rewritten the whole manual
ok. seriously:

renamed \chapter into \ccUserChapter and \ccRefChapter
2006-04-06 17:03:37 +00:00
Andreas Fabri f1a1658245 Added \section{Classified Reference Pages} 2006-04-05 20:57:55 +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 7de795c118 removed \hfill tag from \ccc-like definition 2006-03-10 15:51:34 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00