Commit Graph

247 Commits

Author SHA1 Message Date
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
Peter Hachenberger 7c41599488 adjusted reading 2008-01-17 15:34:18 +00:00
Peter Hachenberger 0ec77d9780 additional parameter for optimization issues 2008-01-16 15:57:31 +00:00
Sylvain Pion fd0df56ebd Get rid of some eternally commented debug code at global scope ::MSDEBUG. 2008-01-12 21:00:11 +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 0f941fbcf2 again CGAL_error -> CGAL_error_msg 2007-11-09 15:27:44 +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 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
Peter Hachenberger 99e9ad30d2 removed ancient bug in locate() 2007-09-21 20:33:49 +00:00
Peter Hachenberger d4eb5e3247 added new helper function split_at 2007-09-11 15:50:18 +00:00
Peter Hachenberger 1f8a68ea1b final adaptations to the new indexed_items 2007-08-01 11:58:52 +00:00
Peter Hachenberger 13dcfb940e using integral_division enables the use of MP_float 2007-08-01 11:48:25 +00:00
Fernando Cacciola 6189c4f670 Merged back from 3.3-branch 2007-06-06 16:11:12 +00:00
Fernando Cacciola 88111fcf70 VS project files merged back 2007-06-06 15:35:17 +00:00
Andreas Fabri 01e763217b 3.3 branch -> trunk 2007-06-04 14:27:09 +00:00
Andreas Meyer c1e9765ff4 manual fix: moved labels inside sectioning command 2007-04-18 14:20:12 +00:00
Andreas Meyer f98952dc75 fixed figure/link to figure 2007-04-17 22:45:58 +00:00
Peter Hachenberger 3b6c45efa6 removed warnings 2007-04-17 07:29:00 +00:00
Peter Hachenberger 38712a8584 removed some warnings 2007-04-16 16:56:26 +00:00
Peter Hachenberger 418950e953 explicit initialization of Base class 2007-04-16 16:38:25 +00:00
Peter Hachenberger 9bde233b36 exchanged number type to get rid of conversion problem 2007-04-16 16:00:05 +00:00
Peter Hachenberger c7b22268be bug fix for indexed items 2007-04-12 10:31:22 +00:00
Peter Hachenberger 395ca9146c fixed bugs in ray_shoot() 2007-04-12 10:30:33 +00:00
Andreas Fabri ea71b8eaa1 .C ->.cpp and autolinking 2007-04-11 13:59:20 +00:00
Andreas Fabri 279d5d408b remove unused parameter 2007-04-06 08:56:24 +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
Peter Hachenberger 4fec5dbc53 removed wrong assertions 2007-03-28 13:03:14 +00:00
Andreas Fabri 06a2a3fc0b Removed unused parameters 2007-03-26 07:45:54 +00:00
Joachim Reichel 876652347a change license to LGPL as the file is used during the build of libCGALQt 2007-03-20 20:33:56 +00:00
Andreas Fabri 37f581bd75 removed unused parameters 2007-03-19 09:13:00 +00:00
Andreas Fabri 7f4c5cc311 removed unused parameters 2007-03-19 09:05:53 +00:00
Andreas Fabri 4646824f92 .C -> .cpp 2007-03-15 18:15:18 +00:00
Andreas Fabri 188cf9590f Added pragma to suppress warning, plus cleanup 2007-03-15 16:40:37 +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 ffe1e4ec1c More redundant filename removal.
The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
2007-03-10 15:22:41 +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 5d8d4c8dec Constify check_sep(). 2007-03-10 12:49:21 +00:00
Sylvain Pion 243dac15e6 warning-- 2007-03-08 10:03:49 +00:00
Sylvain Pion cb7784aa01 Replace the 7 partners by only MPI as copyright owner.
This probably came from a copy-paste of Qt_widget, which is INRIA only (post-GALIA).
2007-03-07 12:01:28 +00:00
Sylvain Pion 54bafcf4c4 Add missing CGAL:: qualifications required by g++ 4.3 2007-03-05 16:20:47 +00:00
Peter Hachenberger 1ec1a530f8 - hopefully gets rid of typedef Problems.
- removal of some warnings.
2007-03-02 14:30:25 +00:00
Laurent Rineau 31f8376377 - Rework on src/CGAL/common.mk:
- new targets for libCGAL.a, libCGAL.so, libCGAL.so.*
   - fix rules when SOVERSION is empty (use GNU/make idioms)
- Additional vpath in src/CGALQt/makefile, so that one can build it directly
  from a checkout of the trunk.
- fix the build of libCGALBenchmark.
- fix the bison special stuff, so that we no longer rely on the expr and
  the $(shell) function of GNU/make.
2007-02-22 19:58:08 +00:00
Sylvain Pion 63df31fa96 Remove useless cgal_test.
Rename .C to .cpp.
2007-02-15 23:54:35 +00:00
Peter Hachenberger a3923877cf now faster and nicer through effective filtering 2007-02-15 16:03:18 +00:00
Michael Hoffmann 77cb8833ff Remove OPENGL_LIBS. 2007-02-07 15:59:28 +00:00
Fernando Cacciola 70c736d388 Fixed pending VC8 STL iterator issue 2007-02-06 14:13:24 +00:00
Fernando Cacciola 4bd14fdc4f VC8 STL iterator fixes 2007-01-18 14:08:27 +00:00
Sylvain Pion 40d0fb8d35 Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
Peter Hachenberger 8714bb6f2f changes in the fashion of Plane_3<R> to typename R::Plane_3
in order to guarantee equal types
2006-11-13 13:43:37 +00:00
Andreas Meyer e8491a407f first pkgdesc illustration 2006-10-25 15:54:07 +00:00
Andreas Fabri f239012836 suppress VC++ warning 2006-09-14 08:03:44 +00:00
Andreas Meyer 68c3715b5c support for LEDA 5.x (mostly done by Eric Berberich) 2006-08-10 15:14:32 +00:00
Andreas Fabri 571cd7c02c Fixed min max problem 2006-07-26 08:10:34 +00:00
Andreas Fabri 55df67ac2a changed .C to .cpp in examples 2006-07-09 19:31:02 +00:00
Andreas Meyer 0e3d6b8143 manual bugfix (ccHowToCiteCgal) 2006-05-04 12:28:44 +00:00
Andreas Meyer dc3ce8747e \ccHowToCite --> \ccHowToCiteCgal 2006-05-03 11:24:03 +00:00
Andreas Fabri 59a41e13b9 Added ccHowTocite 2006-05-02 19:26:55 +00:00
Andreas Fabri 1c09a12c9a Not really interesting README 2006-04-29 22:29:50 +00:00
Andreas Fabri e1a108225c Initial project file 2006-04-27 14:37:44 +00:00
Peter Hachenberger 326dd0fb5c kick out old demos 2006-04-27 14:13:03 +00:00
Andreas Meyer 09d2cb06c5 replaced
\ccPkgMaturity{Introduced in \cgal\ 
by 
\ccPkgIntroducedInCGAL{
2006-04-26 16:40:25 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Peter Hachenberger bf4bf75a6d fixed bug in test whether all svertices
and sedges lie on a common halfsphere.
2006-04-18 16:53:23 +00:00
Laurent Saboret 312353dd51 Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +00:00
Sylvain Pion d2740513aa Use .cpp file extension instead of .C for src/*/* files. 2006-04-14 09:19:29 +00:00
Sylvain Pion 55ed3d7ceb Add #include <CGAL/basic.h> at the beginning 2006-04-13 23:34:58 +00:00
Andreas Fabri a62e601188 unified titles 2006-04-11 13:47:54 +00:00
Andreas Fabri b51f336018 Added package description 2006-04-10 14:43:12 +00:00
Peter Hachenberger 768f5a720f small bug fix 2006-04-10 12:36:13 +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 Meyer 921ae75a8a now that the manual-tools bugfix is in place,
the manual does not need to work around it anymore
2006-04-06 16:06:01 +00:00
Andreas Fabri 29d9000151 Added license information 2006-04-06 15:18:59 +00:00
Andreas Fabri 215f6c49b8 cleanup of \sections 2006-04-05 13:51:07 +00:00
Fernando Cacciola f325446f66 Missing #include <CGAL/basic.h> added 2006-03-29 14:31:13 +00:00
Peter Hachenberger 9114d93fb2 added CGAL_ to some macros 2006-03-24 13:08:31 +00:00
Peter Hachenberger 01c0239e40 assoc_info was sometimes called for each sface
twice. I have put this functionality in a
separte function to have better control.
2006-03-21 15:44:06 +00:00
Peter Hachenberger 7633956921 inserted missing allocation of info variable 2006-03-21 14:17:47 +00:00
Sylvain Pion f1410d4d9d Some CGAL_USE_QT versus <CGAL/basic.h> ordering issues spotted
by the following (quick and very dirty) perl regexp :
perl -0777pi.bak -e 'print m!CGAL_USE_QT(.|[\r\n])*CGAL/basic!g;' */demo/*/*.C
2006-03-19 22:43:06 +00:00
Sylvain Pion 6b8afe6a70 - Add missing <CGAL/basic.h> before CGAL_USE_QT. 2006-03-19 19:35:17 +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
Peter Hachenberger fcc561c8c0 removed superfluous #include 2006-03-12 14:55:00 +00:00
Marc Glisse 9240d225b1 Replace:
typedef B<T> B;
by:
typedef A::B<T> B;
to make sunpro happy.
2006-03-11 18:34:06 +00:00
Sylvain Pion 0e130994a7 - Fix for universal brain damage: "the the" -> "the". 2006-03-06 17:38:43 +00:00
Marc Glisse 3d1ee0cf13 Missing std:: 2006-02-26 00:25:19 +00:00
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Peter Hachenberger 46c91fff24 specialization for leda_rational was buggy 2006-02-17 16:40:20 +00:00
Peter Hachenberger 80d5c57bbc corrected bug in leda_rational specialization/overload 2006-02-16 18:12:49 +00:00
Peter Hachenberger b5147e0888 QPL => LGPL 2006-02-16 15:52:45 +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 622d8838c4 Move packages to trunk root 2006-02-14 08:58:17 +00:00