Commit Graph

32564 Commits

Author SHA1 Message Date
Luis Peñaranda 36d4914599 corrected makefiles 2007-02-23 13:30:33 +00:00
Luis Peñaranda f1e5022742 print polys without gmpxx 2007-02-23 13:26:41 +00:00
Laurent Rineau 9336a18ee7 temp. cgal_test modified to show why it fails 2007-02-23 13:23:53 +00:00
Laurent Rineau eb080638fc Fix an error with -D_GLIBCXX_DEBUG -D_GLIBCPP_CONCEPT_CHECKS
The following (commented) line triggered the error:
    direct_func[rit->second] = rit;
The new following line fixes the bug. Actually, it is even more
efficient.
    direct_func.insert(std::make_pair(rit->second, rit));
2007-02-23 13:01:04 +00:00
Andreas Fabri 5e08db9c45 forgot directory 2007-02-23 09:28:44 +00:00
Bernd Gärtner f3d98caccb - some further warning fixes 2007-02-23 09:08:12 +00:00
Bernd Gärtner 34dd0eae83 - unused ariable warning fix 2007-02-23 08:35:43 +00:00
Laurent Rineau 2334a6683e fix warnings 2007-02-23 07:35:57 +00:00
Nico Kruithof a309d21b27 Removing warnings. 2007-02-23 07:18:03 +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 e503360191 removed ref to dylib as linking broken when libraries were called foo.dylib, but worked with foo.so--now it is the same as before, except that the install works 2007-02-23 01:02:13 +00:00
Daniel Russel 0b88a94ca3 missing : 2007-02-23 00:57:51 +00:00
Laurent Rineau de6e7b227f - remove $(CUSTOM_LDFLAGS) from src/Core/makefile
- -add $(CGAL_LIBPATHFLAGS) to src/CGALQt/makefile
2007-02-23 00:17:01 +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 81c2223738 cleaned args 2007-02-22 22:59:04 +00:00
Daniel Russel bd827a1afc removed -lCGAL since it is already included 2007-02-22 22:56:52 +00:00
Daniel Russel 9eab56cf47 added more search paths and link agianst CGAL 2007-02-22 22:42:07 +00:00
Daniel Russel 32c7b61e51 added CUSTOM_LDFLAGS in case we don't specifically set the search paths for Gmp and MPFR 2007-02-22 22:40:47 +00:00
Daniel Russel 9c0306f242 put back SHARED_LIB_EXT and exported it to the makefile to fix an error message on macs 2007-02-22 22:38:28 +00:00
Daniel Russel 1be79d7b72 link against CGAL 2007-02-22 22:36:12 +00:00
Laurent Rineau 1f1c86ec4d Fix stupid error: char* -> char** in void main(int, char**); 2007-02-22 20:04:27 +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
Laurent Rineau 55ecac9b3f Add .so.* to global-ignores (shared libraries with sonames). 2007-02-22 19:39:32 +00:00
Joachim Reichel 51d1ea3c91 * simplify build rules (possible, since GNU make is now required) 2007-02-22 17:53:45 +00:00
Andreas Meyer 394579f4f8 introduced an internal switch to select alignment of pkg illustration
with rest of pkg description. can be one of 
(1) align pic with heading 
(2) align pic with summary text (which is now default)
2007-02-22 17:08:21 +00:00
Andreas Fabri ab2fb4f15d a longer package description 2007-02-22 14:58:58 +00:00
Andreas Fabri 1217ddd9d8 .C -> .cpp 2007-02-22 14:51:32 +00:00
Andreas Fabri c6f4194dad Added teaser 2007-02-22 14:46:02 +00:00
Andreas Meyer 5a74125fd9 html bugfix: now for small displays, the terms "user manual"
and "reference manual" are properly aligned in the TOC
2007-02-22 13:45:47 +00:00
Laurent Rineau 472a4193e1 fix old references to .C files 2007-02-22 11:34:21 +00:00
Andreas Meyer bbcde1bf03 removed leftover debug output from cc_anchor_filter 2007-02-22 11:27:49 +00:00
Laurent Rineau 8138bc22d7 More unification between .C and .cpp cases. 2007-02-22 11:26:59 +00:00
Andreas Meyer 50b32ff044 updated changes.txt 2007-02-22 11:23:09 +00:00
Laurent Rineau 1fcf46e3a1 - Unify create_makefile_entry for .C and .cpp files.
- Remove tabs from the source code of cgal_create_makefile, use printf and 
  \t instead
2007-02-22 11:15:07 +00:00
Andreas Meyer 9cfb43e09f added header 2007-02-22 11:10:53 +00:00
Andreas Fabri a3792c2dc9 Added illustration 2007-02-22 10:17:37 +00:00
Bernd Gärtner 513678a4a6 - some more warning fixes 2007-02-22 10:15:03 +00:00
Bernd Gärtner b59d73c78f - fixed warnings (mainly unused variables in functions overloaded by tags) 2007-02-22 10:07:00 +00:00
Marc Pouget af26f25bdd should be complete now! 2007-02-22 09:57:18 +00:00
Andreas Fabri e26debea58 Used \ccReferToExampleCode{ 2007-02-22 09:50:51 +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
Nico Kruithof 1928de7ca2 Made the skin_surface+pdb-example compile with the global PDB-library. 2007-02-22 07:32:42 +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