Commit Graph

117 Commits

Author SHA1 Message Date
Laurent Rineau 60c10919ba Fix conditional compilation. 2008-10-02 10:57:05 +00:00
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
Andreas Fabri e6a1b7fa2f CMakeLists.txt is needed as tests depend on PDB lib 2008-10-01 09:48:47 +00:00
Andreas Fabri 6033a4e702 pdb demos depend on boost program_options 2008-10-01 09:45:20 +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 ed5494974d Typo 2008-09-25 14:17:25 +00:00
Andreas Fabri 7216bbc2b1 Add CMakeLists.txt 2008-09-25 14:13:22 +00:00
Andreas Fabri 21767793fd Add CMakeLists.txt 2008-09-25 14:07:42 +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
Andreas Fabri e0549ef7b5 VC++ iterator debugging needs the operator < with both orders of arguments 2008-09-16 13:25:57 +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
Fernando Cacciola f93437ca22 Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release) 2008-05-05 14:01:55 +00:00
Sylvain Pion 343ab86ad0 Fix use of CGAL_assertion() within the test-suite -> assert(). 2008-04-12 21:40:13 +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
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 18cecd7dcd Fix the error
"include/check_equal.h", line 29: Error: The function "strcmp" must have a prototype.
detected by Sun CC.
2008-03-11 11:42:38 +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
Fernando Cacciola b704509dcf Examples/Demos/Test CMake scripts updated 2008-03-05 21:14:02 +00:00
Daniel Russel 7abdba4a53 added missing demos 2008-03-04 01:37:06 +00:00
Daniel Russel a7fedecd7c hack to handle multiple models with MODEL lines 2008-03-04 01:34:46 +00:00
Daniel Russel c0ee9b2fbb improved splitting with heterogens 2008-03-04 01:20:03 +00:00
Daniel Russel 61a47a88d8 handle hetatoms masquerading as atoms for Charlie Carter 2008-03-03 18:57:41 +00:00
Fernando Cacciola f39af3e112 Removing dangling .cpp references 2008-02-25 22:41:11 +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
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 afddfc4fca CMake scripts for demos/examples/test added 2008-02-06 19:06:24 +00:00
Sylvain Pion 88ed563f44 Remove some workarounds for SunPRO + RW's STL:
CGAL_CFG_MISSING_TEMPLATE_VECTOR_CONSTRUCTORS_BUG
CGAL_CFG_RWSTD_NO_MEMBER_TEMPLATES  (partially so far)
CGAL_make_vector
CGAL_make_list
2008-01-03 14:50:13 +00:00
Sylvain Pion a4307087db Fix unused argument warning 2007-12-30 15:25:16 +00:00
Sylvain Pion 82424086b9 Fix constness issue after my previous change. 2007-12-26 10:40:33 +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 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 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 055009cc58 Remove the need for mentionning todo files and doxygen files. 2007-11-03 21:15:36 +00:00
Marc Glisse df8c51f577 More of the "no constructor from iterators for vectors" workaround. 2007-08-27 10:09:41 +00:00
Daniel Russel 7179fe0fa0 added rbegin to small map to avoid decremented end() 2007-07-09 22:34:23 +00:00
Fernando Cacciola 2fc2927185 PDB autolinking enabled 2007-06-21 13:28:12 +00:00
Daniel Russel 024cca3979 caught up with the shared code from KDS 2007-06-15 20:52:11 +00:00
Daniel Russel 1bc949d6f9 minor changes to Label and macros 2007-06-13 23:19:04 +00:00
Daniel Russel 3e087a993b ACCESSOR to GET 2007-06-12 22:07:07 +00:00