Commit Graph

104 Commits

Author SHA1 Message Date
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
Daniel Russel 01875cfdf5 more data/ 2007-02-23 01:21:39 +00:00
Daniel Russel f6bce7d348 forgot data/ 2007-02-23 01:17:56 +00:00
Daniel Russel 0b88a94ca3 missing : 2007-02-23 00:57:51 +00:00
Laurent Rineau 8862a968af - fix ADDITIONNAL->ADDITIONAL
- fix flags for Core and CGALQt shared libraries
- add $(CUSTOM_LDFLAGS) to $(CGAL_SHARED_LIB_LDFLAGS)
- move a few flags from $(CGAL_CGAL_LDFLAGS) to $(CGAL_LDFLAGS), so that
  $(CGAL_CGAL_LDFLAGS) only contains -lCGAL (or the equivalent for other
  compilers).
2007-02-23 00:07:51 +00:00
Daniel Russel bd827a1afc removed -lCGAL since it is already included 2007-02-22 22:56:52 +00:00
Daniel Russel 1be79d7b72 link against CGAL 2007-02-22 22:36:12 +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
Daniel Russel 6f306f83b2 hid conversion operators since they confused VC, I don't think they are used 2007-02-22 07:40:43 +00:00
Daniel Russel e530c0c02b more std::max and VC and again 2007-02-22 07:35:43 +00:00
Daniel Russel bd7bdaa999 more std::max and VC again 2007-02-22 07:34:51 +00:00
Daniel Russel b462cc066b more std::max and VC 2007-02-22 07:34:01 +00:00
Daniel Russel c014cfa6d1 returning const iterator is a bit silly 2007-02-22 07:31:26 +00:00
Daniel Russel a58281190b added newline 2007-02-22 07:30:08 +00:00
Daniel Russel d6bf13d9bf check for no input 2007-02-22 07:26:52 +00:00
Daniel Russel 76516210b7 problems with being on a case-insensitive file system 2007-02-22 07:25:06 +00:00
Daniel Russel 9dabdccc44 they are not supposed to have arguments any more 2007-02-22 07:20:46 +00:00
Daniel Russel e852e57fe7 changed to not return error when there are no arguments to make the CGAL testquite less red 2007-02-22 07:19:01 +00:00
Daniel Russel b17b90705c another one 2007-02-22 07:14:26 +00:00
Daniel Russel 65311c2ae2 std::min macro problem in VC 2007-02-22 07:13:44 +00:00
Daniel Russel 440e199946 replaced M_PI 2007-02-22 07:03:58 +00:00
Laurent Rineau 00a4a7bb08 Fix "include common.mk" -> "include ../CGAL/common.mk".
Sorry for the red test suite.
2007-02-20 23:57:24 +00:00
Laurent Rineau 36636d49b5 - Continue factorization between libraries' makefiles,
- install_cgal cleanup.
2007-02-16 21:00:37 +00:00
Daniel Russel 862bca1193 moved to CGALPDB 2007-02-16 18:12:03 +00:00
Daniel Russel 227f971881 makefile 2007-02-16 18:11:26 +00:00
Andreas Fabri 5fd2174a03 fix min/max problem 2007-02-08 09:23:12 +00:00
Daniel Russel c5ed06e582 cgalized some of the tests 2007-02-08 05:17:54 +00:00
Daniel Russel 14cc4073e0 fixed typo 2007-02-06 23:55:21 +00:00
Daniel Russel b6d2a18642 initial files 2007-02-06 23:54:51 +00:00