www.digitalmars.com         C & C++   DMDScript  

c++.stl.port - STLport 4.0 updated for use with DMC++ version 8.1

reply Damian Dixon <damian.dixon tenetdefence.com> writes:
The STLport cvs repository has been updated to work
 with DMC++ version 8.1.

The changes relate to '__i' being used by the compiler
to denote the imaginary number 1.

I have run the regression tests and can see no problems
with the generated output (please note that regression
tests are limited in scope).

If you do not have access to CVS you will need to wait
until the tar files are updated on the server (please
refer to the notes on the web site for update times).

- Damian
Mar 19 2001
parent reply "Walter" <walter digitalmars.com> writes:
Hi Damian - It looks like the download page for STLport is not right. Can
you let me know what it should be, and I'll fix it?

    -Walter

Damian Dixon wrote in message <1103_985016466 dilbert>...
The STLport cvs repository has been updated to work
 with DMC++ version 8.1.

The changes relate to '__i' being used by the compiler
to denote the imaginary number 1.

I have run the regression tests and can see no problems
with the generated output (please note that regression
tests are limited in scope).

If you do not have access to CVS you will need to wait
until the tar files are updated on the server (please
refer to the notes on the web site for update times).

- Damian

Mar 26 2001
parent reply Jan Knepper <jan smartsoft.cc> writes:
What is wrong with it?

Jan



Walter wrote:

 Hi Damian - It looks like the download page for STLport is not right. Can
 you let me know what it should be, and I'll fix it?

     -Walter

 Damian Dixon wrote in message <1103_985016466 dilbert>...
The STLport cvs repository has been updated to work
 with DMC++ version 8.1.

The changes relate to '__i' being used by the compiler
to denote the imaginary number 1.

I have run the regression tests and can see no problems
with the generated output (please note that regression
tests are limited in scope).

If you do not have access to CVS you will need to wait
until the tar files are updated on the server (please
refer to the notes on the web site for update times).

- Damian


Mar 26 2001
parent reply "Damian Dixon" <damian.dixon virgin.net> writes:
Jan,

Ummmm.....

The STL part of STLport works with DMC++ v8.12. The other bits are still
un-supported.

This means nightly snapshot should be upto date.

The comments on STLport4.0 not working with DMC++v8.12 is not quite true.
That particular shapshot will not work with the latest compiler.

We need to take a snapshot and mark that as working with DMC++ v8.12, and
mark the others as obsolete or remove them.

I don't think we should expect people to use the snapshot out of CVS, as
there is a remote possability that it may get broken :>

Did you find the ANSI documents?

Regards,
Damian


Jan Knepper <jan smartsoft.cc> wrote in message
news:3ABF7434.224D69E smartsoft.cc...
 What is wrong with it?

 Jan



 Walter wrote:

 Hi Damian - It looks like the download page for STLport is not right.


 you let me know what it should be, and I'll fix it?

     -Walter

 Damian Dixon wrote in message <1103_985016466 dilbert>...
The STLport cvs repository has been updated to work
 with DMC++ version 8.1.

The changes relate to '__i' being used by the compiler
to denote the imaginary number 1.

I have run the regression tests and can see no problems
with the generated output (please note that regression
tests are limited in scope).

If you do not have access to CVS you will need to wait
until the tar files are updated on the server (please
refer to the notes on the web site for update times).

- Damian



Mar 26 2001
next sibling parent reply Jan Knepper <jan smartsoft.cc> writes:
OK, so if I understand well I should do a CHECKOUT of a particular version
and probably also ZIP the checkout?
Better, I should do an EXPORT of a certain TAG.
Any idea about the TAG name?

Jan



Damian Dixon wrote:

 Jan,

 Ummmm.....

 The STL part of STLport works with DMC++ v8.12. The other bits are still
 un-supported.

 This means nightly snapshot should be upto date.

 The comments on STLport4.0 not working with DMC++v8.12 is not quite true.
 That particular shapshot will not work with the latest compiler.

 We need to take a snapshot and mark that as working with DMC++ v8.12, and
 mark the others as obsolete or remove them.

 I don't think we should expect people to use the snapshot out of CVS, as
 there is a remote possability that it may get broken :>

Mar 26 2001
parent Damian Dixon <damian.dixon tenetdefence.com> writes:
On Mon, 26 Mar 2001 15:04:39 -0500, Jan Knepper <jan smartsoft.cc> wrote:
 OK, so if I understand well I should do a CHECKOUT of a particular version
 and probably also ZIP the checkout?

yes and yes
 Better, I should do an EXPORT of a certain TAG.
 Any idea about the TAG name?

I have not tagged a version. Do you want me to tag a version and post the tag name? Unless someone else has made updates the current version works ok. Damian
 
 Jan
 
 
 
 Damian Dixon wrote:
 
 Jan,

 Ummmm.....

 The STL part of STLport works with DMC++ v8.12. The other bits are still
 un-supported.

 This means nightly snapshot should be upto date.

 The comments on STLport4.0 not working with DMC++v8.12 is not quite true.
 That particular shapshot will not work with the latest compiler.

 We need to take a snapshot and mark that as working with DMC++ v8.12, and
 mark the others as obsolete or remove them.

 I don't think we should expect people to use the snapshot out of CVS, as
 there is a remote possability that it may get broken :>


Mar 27 2001
prev sibling parent Jan Knepper <jan smartsoft.cc> writes:
STLport as well for HP's, SGI's and MFC and ATL have been tagged with a
"RELEASE" tag.
The nightly checkout's (now exports) use this "RELEASE" tag.
So the .tar.gz files available on the web site are not the latest snapshot
anymore as these might not be STABLE.

Hope this solves the problems

Jan



Damian Dixon wrote:

 Jan,

 Ummmm.....

 The STL part of STLport works with DMC++ v8.12. The other bits are still
 un-supported.

 This means nightly snapshot should be upto date.

 The comments on STLport4.0 not working with DMC++v8.12 is not quite true.
 That particular shapshot will not work with the latest compiler.

 We need to take a snapshot and mark that as working with DMC++ v8.12, and
 mark the others as obsolete or remove them.

 I don't think we should expect people to use the snapshot out of CVS, as
 there is a remote possability that it may get broken :>

 Did you find the ANSI documents?

 Regards,
 Damian

 Jan Knepper <jan smartsoft.cc> wrote in message
 news:3ABF7434.224D69E smartsoft.cc...
 What is wrong with it?

 Jan



 Walter wrote:

 Hi Damian - It looks like the download page for STLport is not right.


 you let me know what it should be, and I'll fix it?

     -Walter

 Damian Dixon wrote in message <1103_985016466 dilbert>...
The STLport cvs repository has been updated to work
 with DMC++ version 8.1.

The changes relate to '__i' being used by the compiler
to denote the imaginary number 1.

I have run the regression tests and can see no problems
with the generated output (please note that regression
tests are limited in scope).

If you do not have access to CVS you will need to wait
until the tar files are updated on the server (please
refer to the notes on the web site for update times).

- Damian




Mar 27 2001