Michael Hoffmann
56467cfa6d
Deal with yet another vc7 bug.
2003-09-02 08:33:15 +00:00
Michael Hoffmann
8d58767b4e
Fixed basic includes.
2003-08-29 08:49:06 +00:00
Michael Hoffmann
a1f3d12f98
Update maintainer/coordinator in file header.
2003-08-28 13:40:47 +00:00
Michael Hoffmann
21a40d6300
Major revision. Add Handle/Rep scheme, and use iterators for accessing
...
point coordinates.
2003-08-28 13:38:08 +00:00
Michael Hoffmann
7b8928f3c0
Initial revision from Hans Tangelder.
2003-08-28 07:22:24 +00:00
Andreas Fabri
39dc1e87a8
Replaced the list (which replaced the In_place_list) with Compact_container
...
because the default constructor of std::list<T>::iterator behaves different on different compilers
2003-08-11 20:40:06 +00:00
Andreas Fabri
1b4c95c2e3
Moved return statement from else clause to end of function to avoid warning
2003-08-11 20:33:56 +00:00
Andreas Fabri
104de269d2
Replaced In_place_list by std::list
2003-08-05 11:42:25 +00:00
Radu Ursu
da41478ed4
0.9.86 (17 July 2003) [rursu]
...
- In include/Kernel_d/Vector__.h
patched the constructor of Vector_ for VC7.0 that can't handle:
const double *a, *b;
std::distance(a, b);
2003-07-17 12:07:22 +00:00
Andreas Fabri
f83adbd308
0 -> FT(0)
2003-07-14 21:34:52 +00:00
Andreas Fabri
6bdbe9101c
- Added workaround for missing member templates in Sun STL
2003-06-11 09:38:57 +00:00
Andreas Fabri
06644dcfaa
Replaced CGAL_TYPENAME_MSVC_NULL with template
2003-06-05 15:24:08 +00:00
Andreas Fabri
320dd173b4
Added #include <cstddef> for std::size_t, std::ptrdiff_t
2003-05-16 10:15:01 +00:00
Lutz Kettner
03316dd365
- Fixed <strstream> to <sstream>.
...
- Fixed a bug in stream input of Vector__.h. The copy_n solution
together with the istream_iterator was reading one coordinate too much.
- Cleaned up SIMPLE_INTERFACE stuff.
- Cleaned up ostream output in Vector__.h and Matrix__.h.
- Removed include/CGAL/Kernel_d/d_utils.h
- Cleaned up old MSC specific code.
- Removed DESIGN_ONE versions of the polyhedral surface design.
2003-05-09 13:30:08 +00:00
Michael Hoffmann
82ed09d0b1
No simple interface anymore
2003-05-08 14:25:12 +00:00
Michael Hoffmann
c501b8de2e
no simple interface for VC1310.
2003-05-07 12:12:39 +00:00
Michael Hoffmann
4b8c2cae4a
*** empty log message ***
2003-05-05 13:31:20 +00:00
Michael Hoffmann
3e25ea2dc2
Tried to fix preproc problem om VC7.
2003-05-05 12:50:38 +00:00
Andreas Fabri
022e19c760
fixed bug in preprocessor directive
2003-05-05 12:09:58 +00:00
Andreas Fabri
647b60ab78
fixed preprocessor directive bug
2003-01-16 09:39:44 +00:00
Andreas Fabri
8d59dd9ab8
fixed a preprocessor directive bug
2003-01-16 09:39:05 +00:00
Andreas Fabri
f4ea395040
Intel 7 changes
2003-01-09 12:47:23 +00:00
Susan Hert
497ff7cb82
added missing return in operator<
2002-10-25 17:15:20 +00:00
Sylvain Pion
0857d658c5
- copy necessary functors from [23]D Kernel since they have changed.
2002-10-11 10:28:15 +00:00
Susan Hert
981badc7fe
removed use of obsolete Ref_counted class;
...
in Vector and Matrix class, protected the copying of an objec to itself.
2002-08-22 15:50:12 +00:00
Susan Hert
61a0883442
added missing std:: to a couple of ptrdiff_t's
2002-07-23 07:18:50 +00:00
Susan Hert
95af90e039
different templating for Polyhedron to please MSVC 6
2002-05-07 08:22:56 +00:00
Susan Hert
057607ab5d
updated editorial committee
2002-05-03 11:46:44 +00:00
Susan Hert
2129514b2b
added const for const correctness
2002-04-22 07:05:25 +00:00
Susan Hert
063b39a54f
added missing std:: before ptrdiff_t in Regular_complex_d.h
2002-04-19 09:23:36 +00:00
Susan Hert
6c1e2b3558
added missing std:: to ptrdiff_t
2002-04-19 09:05:58 +00:00
Susan Hert
3feae92f1b
shortening lines
2002-04-17 15:58:56 +00:00
Susan Hert
fe724d5692
shortening lines
2002-04-17 15:58:17 +00:00
Susan Hert
61b55922b1
shortened line
2002-04-17 15:33:16 +00:00
Susan Hert
b28ef2d934
removed SIMPLE_INTERFACE for Borland in Vector__.h
2002-04-17 15:32:13 +00:00
Susan Hert
103e3acbd4
removed more non-const macros for SIMPLE_INTERFACE to resolve more
...
ambiguities for Borland
2002-04-17 10:23:08 +00:00
Susan Hert
4dba0d2c6d
replaced Hash_map with Unique_hash_map
2002-04-12 07:32:09 +00:00
Susan Hert
71b01c1a76
removed instance of non-const macro that caused ambiguities for Borland
2002-04-11 08:04:54 +00:00
Susan Hert
36f9b316c2
added missing include
2002-03-26 08:29:38 +00:00
Susan Hert
e1dc05d725
moved for loop variable outside of header
2002-03-24 15:12:16 +00:00
Susan Hert
204e0a74f1
added missing "int" in for loop declaration
2002-03-24 14:53:59 +00:00
Susan Hert
f74916e196
moved delcaration of int i out of for loop headers to avoid error messages
...
about multiple declarations
2002-03-22 15:22:02 +00:00
Susan Hert
6eea632399
added CGAL_LEDA_SCOPEs to get rid of warnings
2002-03-21 12:50:59 +00:00
Susan Hert
82a5f94081
added various missing typenames and CGAL::'s and moved some function
...
bodies inside some classes to please SunCC
2002-03-18 20:34:05 +00:00
Susan Hert
cabee89ae2
added some missing typenames
2002-03-11 16:45:51 +00:00
Susan Hert
1349546584
replaced Type<R>'s with R::Type's
2002-03-06 17:56:15 +00:00
Susan Hert
40c12b5055
changes to allow for polyhedron with 2 template paramters (i.e., redefined
...
items).
2002-01-18 13:24:46 +00:00
Michael Seel
37c612c085
fixed ptr umstellung
2002-01-02 08:17:01 +00:00
Michael Seel
1a27887290
fixed sylvains handle update
2001-12-27 16:09:46 +00:00
Michael Seel
7a66aa08cb
small fix
2001-07-30 16:16:57 +00:00