diff --git a/index.htm b/index.htm index 28b0c613c2..e80cf7149b 100644 --- a/index.htm +++ b/index.htm @@ -32,7 +32,7 @@ bother to ask.

You may download all of boost as a single ZIP file. Click here for download details.  The source code is also publicly accessible in a CVS repository.

-

See Compiler Status to find out what +

See Compiler Status to find out what library works with which compiler.

Membership

If you are interested in Boost.org, please join our mailing list for @@ -67,7 +67,7 @@ with any concerns you don't want to just post to the mailing list.

Dave Abrahams and Kevlin Henney.
  • Web site moved to a larger host after the old ISP collapsed unexpectedly.
  • -
  • Regression tests now include execution testing.  See Compiler Status.
  • +
  • Regression tests now include execution testing.  See Compiler Status.
  • Discussion Policy page added.
  • Array Library minor documentation improvements.
  • Graph Library minor @@ -104,7 +104,7 @@ with any concerns you don't want to just post to the mailing list.

    names to the global namespace.
  • BeOS5/Intel compiler status contributed by John Maddock.
  • -
  • Compiler Status added two additional test programs +
  • Compiler Status added two additional test programs .
  • November 3, 2000 - Version 1.18.2

    @@ -130,7 +130,7 @@ with any concerns you don't want to just post to the mailing list.

    various compiler foibles.
  • Portability Hints: Borland C++ 5.5.1 from Jens Maurer added.
  • -
  • Compiler Status updated for latest +
  • Compiler Status updated for latest versions of several compilers.
  • September 28, 2000 - Version 1.18.0

    @@ -177,7 +177,7 @@ with any concerns you don't want to just post to the mailing list.

    program fixes for call_traits, compressed_pair, and type_traits.
  • Updated cast.hpp to clear compiler warning messages..
  • -
  • Linux Compiler Status added.
  • +
  • Linux Compiler Status added.
  • Boost source code now lives in a publicly accessible Concurrent Versions System (CVS) repository.
  • diff --git a/libs/libraries.htm b/libs/libraries.htm index 3e11cf3865..c64ded143f 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -88,7 +88,7 @@ content="text/html; charset=iso-8859-1"> function templates from Dave Abrahams and others. -

    See Compiler Status to find +

    See Compiler Status to find out what library works with which compiler.

    See Header Dependencies to find diff --git a/more/index.htm b/more/index.htm index 4151a6deb8..b83e919148 100644 --- a/more/index.htm +++ b/more/index.htm @@ -42,7 +42,7 @@

    Boost Whatever

    -

    Compiler Status   +

    Compiler Status   Describes what library works with which compiler.

    Header Dependencies   diff --git a/libs/compiler.cfg b/status/compiler.cfg similarity index 100% rename from libs/compiler.cfg rename to status/compiler.cfg diff --git a/libs/compiler_status.htm b/status/compiler_status.html similarity index 100% rename from libs/compiler_status.htm rename to status/compiler_status.html diff --git a/libs/cs-beos.html b/status/cs-beos.html similarity index 100% rename from libs/cs-beos.html rename to status/cs-beos.html diff --git a/libs/cs-irix.html b/status/cs-irix.html similarity index 100% rename from libs/cs-irix.html rename to status/cs-irix.html diff --git a/libs/cs-linux.html b/status/cs-linux.html similarity index 99% rename from libs/cs-linux.html rename to status/cs-linux.html index c8f4352d09..5779bef287 100644 --- a/libs/cs-linux.html +++ b/status/cs-linux.html @@ -8,7 +8,7 @@ Compiler Status: linux

    Compiler Status: linux

    -

    Run Date: 15 Jan 2001 17:30 GMT

    +

    Run Date: 17 Jan 2001 19:24 GMT

    System Configuration: Linux 2.2.13 (CPU: i686)

    diff --git a/libs/cs-tru64.html b/status/cs-tru64.html similarity index 100% rename from libs/cs-tru64.html rename to status/cs-tru64.html diff --git a/libs/cs-win32.html b/status/cs-win32.html similarity index 100% rename from libs/cs-win32.html rename to status/cs-win32.html diff --git a/libs/regression.cfg b/status/regression.cfg similarity index 100% rename from libs/regression.cfg rename to status/regression.cfg diff --git a/libs/regression.cpp b/status/regression.cpp similarity index 99% rename from libs/regression.cpp rename to status/regression.cpp index 4db75894ee..36af05cc73 100644 --- a/libs/regression.cpp +++ b/status/regression.cpp @@ -39,6 +39,8 @@ std::string get_host() return "tru64"; #elif defined __sgi return "irix"; +#elif defined __sun + return "solaris"; #elif defined _WIN32 return "win32"; #elif defined __BEOS__