Daniel Russel
f834735654
forgot to commit files
2009-04-03 19:27:39 +00:00
Laurent Rineau
f3078e4547
Quote the characters '"' in post-build commands. If TargetDir==C:\Program
...
Files\CGAL-3.4\, that is needed.
2008-12-16 14:47:16 +00:00
Andreas Fabri
4993647619
bye bye install_cgal
2008-12-01 10:20:31 +00:00
Laurent Rineau
902393d077
Minor syntax changes, to help g++ found that there is not problems with
...
uninitialized variables.
2008-11-14 14:26:54 +00:00
Fernando Cacciola
547bffecd9
Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4
2008-11-06 13:03:41 +00:00
Fernando Cacciola
6bae1045df
Fixed handling of flags when defined interactively
2008-11-03 21:00:22 +00:00
Andreas Fabri
a988e02b97
Comment unused variable to avoid warning
2008-10-31 21:07:38 +00:00
Daniel Russel
d86a3b8ecc
checked against wrong container:
2008-10-28 04:41:13 +00:00
Daniel Russel
37b325d59e
fixed but with heterogen bond processing adding empty model to pdb
2008-10-24 00:46:49 +00:00
Fernando Cacciola
d70bdaea18
Prefixed cmake variables with CGAL_
2008-10-23 14:59:02 +00:00
Laurent Rineau
f10a590672
Mass-remove vcproj files.
2008-10-21 09:21:22 +00:00
Daniel Russel
84865c885a
switch to Boost.format to make sure there isn't memory corruption due to bad format string/variable type pairs
2008-10-14 21:41:28 +00:00
Sylvain Pion
1652fec82f
Add license notice.
2008-10-13 12:46:01 +00:00
Laurent Saboret
d8b405adcc
Fixed compilation errors (VC++ 2005).
2008-10-13 11:49:14 +00:00
Daniel Russel
bed65167a3
charlie carter hack was even more broken than it was supposed to be :-). It is now fixed and only files with atoms after ENDMDL are accepted irregularly
2008-10-09 22:47:07 +00:00
Laurent Saboret
c6b21a107f
Fixed compilation errors (VC++ 2005).
2008-10-08 16:32:52 +00:00
Fernando Cacciola
b3a611f4a0
(fixed) Allowed CGAL components to be configured and compiled independently
...
Make library naming consistent with component names
2008-10-02 18:13:13 +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
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