Commit Graph

78 Commits

Author SHA1 Message Date
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 c1d1609af1 replaced CGAL_assertion( false* and CGAL_assertion( 0*
with CGAL_error/CGAL_error_msg
2007-11-08 00:27:20 +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 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 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Marc Glisse df8c51f577 More of the "no constructor from iterators for vectors" workaround. 2007-08-27 10:09:41 +00:00
Daniel Russel 7179fe0fa0 added rbegin to small map to avoid decremented end() 2007-07-09 22:34:23 +00:00
Fernando Cacciola 2fc2927185 PDB autolinking enabled 2007-06-21 13:28:12 +00:00
Daniel Russel 024cca3979 caught up with the shared code from KDS 2007-06-15 20:52:11 +00:00
Daniel Russel 1bc949d6f9 minor changes to Label and macros 2007-06-13 23:19:04 +00:00
Daniel Russel 3e087a993b ACCESSOR to GET 2007-06-12 22:07:07 +00:00
Daniel Russel d4b76cfbcf fixed tests 2007-06-12 22:06:51 +00:00
Daniel Russel 91f18e08b7 moved to my general Log 2007-06-11 06:09:52 +00:00
Daniel Russel b3acc294bf moved to common macros 2007-06-11 06:01:42 +00:00
Daniel Russel 08a8387138 addeding files 2007-06-11 03:45:35 +00:00
Daniel Russel 6cdbe56027 no more Transform.cpp 2007-06-11 03:44:52 +00:00
Daniel Russel 81742c5e4d lets make sylvain happy :-) 2007-06-11 03:40:56 +00:00
Daniel Russel f765b1b40c cleaned things up a bit 2007-06-07 00:12:13 +00:00
Daniel Russel f899283530 make RNA work better 2007-06-06 18:09:48 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Daniel Russel b5867d7ba5 moving 2 into place 2007-06-06 05:26:33 +00:00
Daniel Russel d20f58e635 moving out of the way for version 2 2007-06-06 05:25:57 +00:00
Sylvain Pion 03b02467ae Allow compiling all source files at once. 2007-05-23 09:22:11 +00:00
Sylvain Pion 2a4a98155c - Change static variables to anonymous namespace (more modern C++).
- Rename one such variable to avoid clash when compiling all *.cpp files at once.
2007-05-19 21:42:51 +00:00
Daniel Russel 9e307df98a added alignment test 2007-03-28 21:09:49 +00:00
Daniel Russel 8039fa0285 remove extra -lboost_program_... 2007-03-28 05:44:06 +00:00
Daniel Russel 55f3b7f31e oops, forgot == 2007-03-28 05:41:29 +00:00
Daniel Russel f56a66c076 removed warning and added note to use CGAL image 2007-03-26 22:34:22 +00:00
Daniel Russel b595b8c2c8 maintainer added 2007-03-26 18:59:08 +00:00
Daniel Russel bb4618ff45 apparently I need it 2007-03-26 18:07:30 +00:00
Daniel Russel 1e9c25019d handling of insertion residues, still no API, but they are propagated through 2007-03-22 19:56:38 +00:00
Marc Glisse a91a4a2a6c Deal with CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG. 2007-03-22 16:26:20 +00:00
Joachim Reichel 42f6e90368 replace reference to COPYING.LIB by LICENSE.LGPL 2007-03-20 19:41:46 +00:00
Joachim Reichel 35b0f3bb6c update FSF address 2007-03-20 19:24:29 +00:00
Daniel Russel ec51f98cd3 stupid svn still can't move right 2007-03-14 23:41:17 +00:00
Daniel Russel 5d20e82bce stupid svn 2007-03-14 23:35:16 +00:00
Daniel Russel 70efdf2684 trying to isolate crash with gcc 4.1.1 2007-03-14 23:17:32 +00:00
Daniel Russel 26011f6abd missing anything 2007-03-12 04:12:06 +00:00
Sylvain Pion d415ae198a With PGCC, std::vector::iterator is a pointer (which is valid).
Make PDB accept this.
2007-03-11 09:53:31 +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
Andreas Fabri efca937006 min/max fix 2007-03-08 09:53:50 +00:00
Andreas Fabri f948abdd2f toupper needs #include <cctype> 2007-03-08 09:50:42 +00:00
Andreas Fabri 1f85866bce min/max fix 2007-03-08 09:50:00 +00:00
Daniel Russel 3d69925448 forgot some min too 2007-03-08 01:46:37 +00:00
Daniel Russel 57692efd9d forgot some max 2007-03-08 01:44:49 +00:00
Andreas Fabri 1a9f519125 fixes for min/max problem 2007-02-27 10:16:38 +00:00
Daniel Russel 2f57500808 remove ref to Point_3.operator<< 2007-02-26 20:00:13 +00:00
Daniel Russel 415f5279ca Remove variable arg macro for VC 2007-02-24 02:40:47 +00:00
Daniel Russel bbd8aeffea make return SUCCESS 2007-02-24 02:39:09 +00:00