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
Daniel Russel
d4b76cfbcf
fixed tests
2007-06-12 22:06:51 +00:00
Daniel Russel
91f18e08b7
moved to my general Log
2007-06-11 06:09:52 +00:00
Daniel Russel
b3acc294bf
moved to common macros
2007-06-11 06:01:42 +00:00
Daniel Russel
08a8387138
addeding files
2007-06-11 03:45:35 +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
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