Commit Graph

47 Commits

Author SHA1 Message Date
Sylvain Pion dc3bf72707 Remove changes.txt files. 2008-07-24 17:47:16 +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 8e9f7582a7 SUNPRO workaround not needed anymore 2008-01-20 21:28:50 +00:00
Sylvain Pion f2ce7713a6 Remove g++ 4.3 warning for empty while loop body 2007-12-27 16:17:07 +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
Sylvain Pion 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Meyer 3cccbbd24c replaced other leftover Inscribed_areas_2_ref by Inscribed_areas_ref 2007-05-04 10:50:13 +00:00
Andreas Fabri d21560f9c0 bg color, initial input, fixed all rule 2007-05-02 07:29:24 +00:00
Andreas Fabri f4d3f41786 .C ->.cpp and autolinking 2007-04-11 20:17:58 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Andreas Fabri edf81f14be fixed path 2007-04-11 07:16:19 +00:00
Andreas Fabri d66bef2b31 Addd illustration for chapter Inscribed Areas 2007-04-05 07:45:03 +00:00
Andreas Fabri 10070296b7 renamed 2007-04-02 09:05:28 +00:00
Andreas Fabri 41f83e0dac renamed 2007-04-02 09:04:37 +00:00
Andreas Fabri 5eb1115459 renamed 2007-04-02 09:04:07 +00:00
Andreas Fabri 108937d81d renamed 2007-04-02 09:01:54 +00:00
Joachim Reichel d08f6bea45 replace obsolete variable CGAL_QT_LDFLAGS by CGAL_LDFLAGS 2007-03-11 09:54:17 +00:00
Sylvain Pion b2630cd7e1 Apply trailing whites-spaces and leadgin+trailing empty-lines cleanups
to demo/**/*.h and .cpp.
2007-03-10 16:55:12 +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 fe25739fa0 remove warnings 2007-03-04 13:30:32 +00:00
Andreas Fabri 4fdd0cf34a renamed example.cpp 2007-02-26 18:57:43 +00:00
Andreas Fabri b1f1ed286c .C -> .cpp 2007-02-16 16:24:52 +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 Fabri bdabf14dcf fixes for min/max problem 2006-08-28 14:20:34 +00:00
Efi Fogel da57105a72 updated 2006-08-03 16:15:35 +00:00
Andreas Fabri ceaedfbebc fix min/max problem 2006-08-03 03:36:44 +00:00
Andreas Fabri aad2ea1d20 changed .C to .cpp in examples 2006-07-09 19:23:34 +00:00
Andreas Fabri 12d750d948 upgrade to VC7.3 and fixes 2006-04-25 19:35:11 +00:00
Andreas Fabri 1073221578 upgrade to VC7.3 and fixes 2006-04-25 19:34:18 +00:00
Laurent Saboret 87d65f75e3 Fixed svn properties of ASCII files (as defined by Maintenance/svn_client/config) 2006-04-18 12:42:52 +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 Fabri df4a2c7750 #include <CGAL/basic.h> in the demo 2006-03-09 08:29:33 +00:00
Andreas Fabri 73240a6d2a #include <CGAL/basic.h> in the demo 2006-03-08 13:46:36 +00:00
Sylvain Pion 6332da9c50 - Remove Radu from maintainer files, and other updates. 2006-03-07 13:56:03 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret d8ae7c5864 Move packages to trunk root 2006-02-14 08:58:16 +00:00