Commit Graph

47 Commits

Author SHA1 Message Date
Fernando Cacciola 6fdf8251bd Allowed CGAL components to be configured and compiled independently
Make library naming consistent with component names
2008-10-01 21:38:37 +00:00
Laurent Rineau 202d2b53ca Force variables CGAL_<component>_LIBRARY.
For an unkwnon reason, they are copied from the reference cache, which is wrong.
2008-09-29 10:09:35 +00:00
Laurent Rineau b52c7a09e9 - Fix soname and soversion of libraries (they were exchanged).
- Make get_dependency_version found the print_${LIB}_version.cpp, even
  if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
  Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
    - use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
    - add a comment about FindQt3-patched,
    - wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
2008-09-24 10:32:44 +00:00
Fernando Cacciola cd00979002 Added explicit link directives from libCGAL* to libCGAL
Added OpenGL to CGALQt4
2008-09-09 18:53:02 +00:00
Laurent Rineau 99c82fd90e Fix a type (s/CGAL_PARTY_INCLUDE_DIRS/CGAL_3RD_PARTY_INCLUDE_DIRS/) so that
CGALPDB can find Boost.
2008-09-08 17:22:54 +00:00
Fernando Cacciola ee6fae2991 Added separation in components 2008-09-03 16:55:21 +00:00
Fernando Cacciola 717b7cf5fb soversion added 2008-08-22 22:25:25 +00:00
Fernando Cacciola 4bfdc5e3d2 Add CGAL as a dependency for CGALPDB 2008-08-22 17:44:07 +00:00
Sylvain Pion baf5a211c9 Comment out unused arguments names 2008-08-20 08:44:17 +00:00
Laurent Saboret a9e6b6fdfc Fixed compilation errors (Visual C++ 2005) 2008-08-19 16:00:52 +00:00
Fernando Cacciola 6e36eda87b CMake stuff moved into the appropriate packages 2008-07-16 20:56:17 +00:00
Laurent Rineau b6e3c307dc Fix the errors
"Model.cpp", line 121: Error: The function "sscanf" must have a prototype.
  "Model.cpp", line 260: Error: The function "sprintf" must have a prototype.
  "Model.cpp", line 61: Error: The function "sscanf" must have a prototype.
  "Monomer.cpp", line 167: Error: The function "sprintf" must have a prototype.
  "Monomer.cpp", line 221: Error: The function "sscanf" must have a prototype.
  "Monomer_data.cpp", line 762: Error: The function "sscanf" must have a prototype.
detected by Sun CC.
2008-03-11 12:05:44 +00:00
Laurent Rineau 7e5ba0b225 Fix errors:
"Chain.cpp", line 40: Error: The function "sprintf" must have a prototype.
  "Chain.cpp", line 73: Error: The function "sprintf" must have a prototype.
  "Heterogen.cpp", line 95: Error: The function "sprintf" must have a prototype.
  "PDB.cpp", line 66: Error: The function "sscanf" must have a prototype.
  "PDB.cpp", line 68: Error: The function "sscanf" must have a prototype.
  "PDB.cpp", line 92: Error: The function "sscanf" must have a prototype.
detected by Sun CC.
2008-03-11 11:33:27 +00:00
Laurent Rineau daa0426d6a Fix "Error: The function "sprintf" must have a prototype."
(detected by Sun CC)
2008-03-11 11:28:32 +00:00
Laurent Rineau 9a119257eb Fix "Error: The function "sprintf" must have a prototype."
(detected by Sun CC-5.9)
2008-03-11 11:12:09 +00:00
Daniel Russel a7fedecd7c hack to handle multiple models with MODEL lines 2008-03-04 01:34:46 +00:00
Daniel Russel 61a47a88d8 handle hetatoms masquerading as atoms for Charlie Carter 2008-03-03 18:57:41 +00:00
Daniel Russel fd055fce5b heterogens support added. Maybe this will fix the random VC issue? Unlikely 2008-02-23 01:22:28 +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
Daniel Russel 7179fe0fa0 added rbegin to small map to avoid decremented end() 2007-07-09 22:34:23 +00:00
Daniel Russel 1bc949d6f9 minor changes to Label and macros 2007-06-13 23:19:04 +00:00
Daniel Russel 91f18e08b7 moved to my general Log 2007-06-11 06:09:52 +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 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
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
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 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
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