Sylvain Pion
7b61e89f6e
- Don't compile src/Geomview_stream.C on __MWERKS__ (CodeWarrior).
2001-10-17 15:43:23 +00:00
Sylvain Pion
508d5c1180
- Make nth() and parse_point() static member functions.
2001-09-20 21:43:20 +00:00
Sylvain Pion
3868646d56
- Move code dependent on non-standard <strstream> to src/Geomview_stream.C
...
to avoid warnings.
2001-09-20 21:38:11 +00:00
Sylvain Pion
c3509f04f6
- Add missing #includes for SunPro.
2001-08-15 15:28:29 +00:00
Sylvain Pion
90f8d96fff
- Change _swap_to_big_endian to I_swap_to_big_endian.
2001-06-19 06:59:28 +00:00
Sylvain Pion
5cd15f973d
- Use CGAL_CLIB_STD for MipsPro.
2001-06-05 07:12:36 +00:00
Sylvain Pion
3e98adfec4
- read() and write() are not in std::.
2001-06-05 07:07:05 +00:00
Sylvain Pion
3dc7a1db01
- Use std:: for C library functions for GCC 3.
2001-05-30 07:39:29 +00:00
Sylvain Pion
7d446d245f
- Update for Geomview 1.8.1 (fix endianness bug).
2001-04-17 11:18:48 +00:00
Sylvain Pion
93f44d282b
- Add bbox field.
...
- Draw intersection of it for Ray_2 and Line_2.
2001-01-25 14:45:35 +00:00
Sylvain Pion
49bef70874
- New map data member id[] to compute unique IDs.
...
- New member function get_new_id(string) to use it.
2000-12-07 15:28:26 +00:00
Sylvain Pion
b596839f57
- Added a wired flag.
2000-12-04 17:41:30 +00:00
Sylvain Pion
380fd4fd8b
- >80chars lines.
2000-12-01 15:41:57 +00:00
Sylvain Pion
9add6f6df4
- Comment debug messages.
2000-11-30 08:56:03 +00:00
Sylvain Pion
5cb9248163
- Typo.
2000-11-29 22:31:25 +00:00
Sylvain Pion
2d08430eb2
- First shot at the elimination of (echo "started").
2000-11-29 22:30:25 +00:00
Sylvain Pion
83a2552074
- We now save and restore correctly the binary/ascii mode when we change it
...
internally.
- in_binary_mode() -> get_binary_mode()
- in_ascii_mode() -> get_ascii_mode()
- set_binary_mode() now takes a boolean parameter (default to true), and
returns the current mode. Idem for set_ascii_mode().
2000-11-29 19:04:45 +00:00
Sylvain Pion
6e11991fd8
- Implement echo_flag.
2000-11-29 18:32:04 +00:00
Sylvain Pion
cff6ca795e
- Use std::swap().
...
- New raw_flag that controls the emission of headers and footers for points
(points only at the moment).
2000-11-29 16:37:31 +00:00
Sylvain Pion
513e9dd451
- Removed "ascii" and "binary".
2000-11-29 16:18:57 +00:00
Sylvain Pion
a57a1d9f47
- De-constify look_recenter() and operator<<(string).
2000-11-29 16:07:18 +00:00
Sylvain Pion
9b3a6e0e2e
- Moved the trivial access functions in the .h for readability.
2000-11-29 15:55:50 +00:00
Sylvain Pion
f5ac478d82
- Removed useless "col" data member.
...
- Made bflag a bool.
- Moved trivial code in the .h.
2000-11-29 15:09:50 +00:00
Sylvain Pion
2c274c0af3
- Use less direct calls to ::write().
2000-11-29 14:52:11 +00:00
Sylvain Pion
de3a97ad1c
- Prepare for <sstream>.
2000-11-29 11:27:14 +00:00
Sylvain Pion
1292eb65a2
- Shut up a warning.
2000-11-29 11:26:20 +00:00
Sylvain Pion
e8beb73775
- Remove useless intermediate variables.
2000-11-29 11:22:32 +00:00
Sylvain Pion
e1eba04892
- " " -> ' ' so that it's the same as above.
2000-11-29 11:10:03 +00:00
Sylvain Pion
55f6f9eccd
- Initialize sphere_count to 0.
...
- Added #include <strstream>.
2000-11-29 11:06:10 +00:00
Sylvain Pion
9784c91dfb
- One strstream less.
2000-11-28 17:35:17 +00:00
Sylvain Pion
0d6fa16729
- Moved is_prefix() in the .h, and make it inline.
...
- Fixed a bug in farme().
2000-11-28 17:29:02 +00:00
Sylvain Pion
d5b28492ff
- Got rid of 2 more strstreams.
2000-11-28 17:17:17 +00:00
Sylvain Pion
c5eb9ef10f
- Replaced char * by string.
...
- Fix #includes.
2000-11-28 17:06:35 +00:00
Sylvain Pion
d65cfb7067
- Added sleep(1), in order to make operator>>(Point) work !
...
This probably works around an initialization problem in Geomview.
2000-11-24 12:53:26 +00:00
Sylvain Pion
090caee66a
- Replace close+dup by dup2.
2000-11-23 09:55:38 +00:00
Sylvain Pion
0e2343fac9
- Fix non-std compliant names beginning with underscore.
2000-11-23 09:53:52 +00:00
Sylvain Pion
3d3e86dab9
- Added "::" before calls to strlen().
...
- Replaced "7" by ::strlen("started") .
2000-11-22 19:29:04 +00:00
Sylvain Pion
1a739b806c
- Changed "(char *)0" to NULL.
...
- Re-added the read() hack commented out in the last change, it was used for
synchronization. Probably a better method can be found.
2000-11-22 19:22:10 +00:00
Sylvain Pion
fc0afed781
- Removed obsolete ctor.
...
- Commented out code in the initialization that blocked on Linux, and whose
purpose was unknown.
2000-11-22 15:01:35 +00:00
Sylvain Pion
d9882e6e97
- Rewrote is_prefix() and nth() [syl].
2000-06-28 15:46:19 +00:00
Mariette Yvinec
1a5d95c47b
added std:: to "flush" and "ends"
1999-07-29 08:16:48 +00:00
Sylvain Pion
f9bb1017c3
- #undef everything or Borland and Visual C++.
...
- Small cleanups.
1999-07-22 14:04:29 +00:00
Mariette Yvinec
d9553bce1f
added a few missing std::
1999-07-02 09:16:31 +00:00
Mariette Yvinec
53581fcf18
changed read and write to ::read and ::write
...
to avoid clashes with CGAL::read and CGAL::write
1999-04-23 13:34:38 +00:00
Mariette Yvinec
16bdfd8989
Cut too long lines
1999-04-14 07:48:40 +00:00
Mariette Yvinec
5a333bd83f
introduced namespaces
...
some std:: are stll missing
1999-04-13 17:37:35 +00:00
Hervé Brönnimann
186fd01888
Changed Geomview_stream.C to removed unused variable length in CGAL_nth
...
and the corresponding warning
1998-12-01 01:13:24 +00:00
Hervé Brönnimann
f84772a9a7
Added comment for Version 1.4
...
Added include <stdlib.h> for prototypes: exit(), ...
1998-10-05 12:24:28 +00:00
Hervé Brönnimann
10daf2a73e
Initial CVS submission
1998-09-30 12:37:44 +00:00