OS4 DepotLogo by mason 
(anonymous IP: 3.135.190.232,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Library » Misc » boost.lha

Boost

Description: Boost C++ libraries
Download: boost.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 6Mb
Version: 1.33.1
Date: 19 Mar 2006
Author: Various (port by Steven Solie)
Submitter: Steven Solie
Email: ssolie/telus net
Homepage: http://www.boost.org/
Category: development/library/misc
Replaces: development/library/boost.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 1729
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads: 397  (Current version)
507  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
SUMMARY
=======
Welcome C++ fans to the powerful world of Boost!

This is an AmigaOS 4.0 native version of C++ Boost for use with
the standard AmigaOS SDK.

Some AmigaOS specific changes were made and have been validated
using Boost's regression test suite as explained below.

Complete documentation for all the libraries is available online
at http://www.boost.org/ including examples.


HISTORY
=======
2006/03/18 - Updated to Boost 1.33.1
           - Updated to use clib2 1.199
           - Compiled with GCC 4.0.2

2005/11/06 - Updated to use clib2 1.197
           - Added AmigaOS version string to bjam
           - Fixed incorrect warnings on test suite output

2005/09/18 - Updated to Boost 1.33.0
           - Updated to SDK 51.15
           - Updated to clib2 1.195 + tmpnam() fix
           - Ported build tools and program_options libraries
           - Ported regression test status reporting tools

2005/01/15 - Updated to use clib2 1.186
           - date_time library now passes all tests
           - spirit library added

2005/01/07 - Initial release


Installation:
=============
1. Unarchive to a temporary directory
2. Copy lib SDK:Local/clib2/lib ALL CLONE QUIET
3. Copy include SDK:Local/clib2/include ALL CLONE QUIET


Usage:
======
Most of the Boost libraries are implemented as header files only.
When this is not the case, link libraries are provided in the
lib subdirectory.

Note: The 's' suffix indicates it is a static library.


Test Results:
=============
Please see the included cs-AmigaOS.html file for a complete summary
of the regression testing.

Wide character streams are not supported which accounts for most
of the failures.

There is an unknown floating point related bug which causes the
streaming of random distributions to fail. If you have any ideas
on what this could be please email me.


Notes:
======
The following Boost libraries are not included:
 python - didn't attempt to port it
 thread - the SDK C++ compiler supports single threading only

The rest of the Boost libraries are included with multi-threading
disabled and wide character support disabled.



Copyright © 2004-2024 by Björn Hagström All Rights Reserved