Commit Graph

219 Commits

Author SHA1 Message Date
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Monique Teillaud 64e1e0982f todo 2008-04-17 14:04:39 +00:00
Sylvain Pion 1d47b96e3c Remove more useless enum_cast<>. 2008-03-20 16:46:25 +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
Pedro Machado Manhaes de Castro 7508e50901 <= 80 columns 2008-03-11 09:14:12 +00:00
Pedro Machado Manhaes de Castro ba23aaf135 better example (that do not depends on the arr package) 2008-03-11 09:12:26 +00:00
Pedro Machado Manhaes de Castro 98834a3447 adding intersecting_arcs.cpp 2008-03-10 17:11:21 +00:00
Pedro Machado Manhaes de Castro 8b2c4f95a4 adding intersecting_arcs.cpp 2008-03-10 17:10:56 +00:00
Pedro Machado Manhaes de Castro 6d6dbed2f5 Just a small examples on Circular Arc construction and Intersection 2008-03-10 17:10:25 +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 279eb55b13 Some cmake scripts for demos and examples fixed 2008-02-07 14:58:33 +00:00
Fernando Cacciola afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Sylvain Pion b24108f5fd Remove #include <cassert> from everywhere under include/CGAL/.
CGAL code has to use CGAL assertions instead.
2008-01-20 18:47:19 +00:00
Sylvain Pion 50ed4bb632 Use <cstdlib> and <cstdio> consistently instead of <stdio.h> and <stdlib.h>. 2008-01-18 20:33:57 +00:00
Monique Teillaud 2d87078efa todo 2008-01-03 14:44:35 +00:00
Sylvain Pion 146cfe8922 remove spaces 2007-12-03 18:18:48 +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 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 87759faafd Move internal typedefs to CGAL::CGALi::. 2007-11-06 16:14:00 +00:00
Sylvain Pion 1881ddf9e9 Replace abort by assertions. 2007-11-05 10:16:21 +00:00
Monique Teillaud 7ebab5b990 todo 2007-10-08 14:39:11 +00:00
Monique Teillaud 9de1d3511e todo 2007-09-19 08:23:01 +00:00
Sylvain Pion b976aea1b6 Remove 2 workarounds which are not needed anymore by the latest SunPRO:
CGAL_CFG_DEEP_DEPENDENT_TEMPLATE_BUG
CGAL_CFG_DEDUCABLE_CONTEXT_BUG
2007-08-24 12:57:55 +00:00
Monique Teillaud 990b6df224 bug fix 2007-08-23 12:43:40 +00:00
Monique Teillaud d826da2cbc missing refinements fixed 2007-08-23 09:28:56 +00:00
Monique Teillaud dab374e1aa precision in the IO format 2007-08-21 07:03:53 +00:00
Monique Teillaud e3afd2bd7d todo 2007-08-20 16:20:03 +00:00
Monique Teillaud 708964b7bc missing derivation of Has_on added 2007-08-08 08:29:25 +00:00
Monique Teillaud 8ba97e5586 one more item on the todo-list 2007-06-20 14:45:37 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri a29134e5d5 add demo 2007-05-04 15:53:57 +00:00
Andreas Fabri 1acd1b4f30 Added demo icon 2007-04-30 14:54:17 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Andreas Fabri 7276c6ff15 Kernel -> Geometry Kernel (suggested by sylvain) 2007-04-17 11:21:24 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Andreas Meyer 41169fc270 * updated howtocite bibkeys for upcoming 3.3 release
* typo fixes/cosmetic changes
2007-03-29 17:40:13 +00:00
Joachim Reichel 35b0f3bb6c update FSF address 2007-03-20 19:24:29 +00:00
Andreas Fabri 632327f357 removed unused parameters 2007-03-17 09:46:05 +00:00
Andreas Fabri 4039e49760 removed unused parameters 2007-03-17 09:43:57 +00:00
Andreas Fabri 8188f79ccb .C -> .cpp 2007-03-16 09:19:58 +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 70b9930045 remove GCC-only command-line option 2007-03-10 10:49:31 +00:00
Sylvain Pion c6b85022e5 warning patrol 2007-03-09 08:37:01 +00:00
Sylvain Pion a2297186ad Prefix macros with CGAL_ , damned !!! 2007-02-28 18:54:33 +00:00