Changes between Initial Version and Version 1 of Boost


Ignore:
Timestamp:
Nov 30, 2009, 2:07:17 PM (14 years ago)
Author:
Silvan Scherrer
Comment:

boost

Legend:

Unmodified
Added
Removed
Modified
  • Boost

    v1 v1  
     1= Boost =
     2[[PageOutline]]
     3
     4Boost provides free peer-reviewed portable C++ source libraries.[[br]]
     5We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.[[br]]
     6For more info about Boost see: http://www.boost.org
     7[[br]][[br]]
     8
     9== Building Instructions ==
     10 * checkout the complete tree via svn
     11 * run bootstrap.sh via "sh bootstrap.sh" (of course also ash and the like should work)
     12 * if your app needs a boost library do bjam --with-xxx (where xxx is the library to build)
     13[[br]][[br]]
     14
     15== Historie ==
     16 * version 1.40.0 added at 30.11.2009
     17[[br]][[br]]
     18
     19== Reporting Bugs ==
     20Reporting bugs and requesting new features is done through the ticket system. You can view existing tickets, add comments to them and create new tickets using the corresponding buttons at the top of every page. If you want to submit a new bug or request a feature, please use the Search function first to make sure there is no ticket for this task already created.
     21
     22Anonymous access to the ticket system has been restricted due to multiple attacks of stupid spammers we've been suffering from lately. In order to create a new ticket or comment the existing one, you need to login with your Netlabs login id.
     23If you do not have a login id, you can request one at [http://www.netlabs.org/en/site/member/member.xml].
     24We are sorry for inconvenience, but at the present time this is the only way to avoid extremely annoying spam.
     25[[br]][[br]]
     26
     27== Credits ==
     28 * Silvan Scherrer
     29 * all the ppl working on boost
     30
     31 * netlabs.org (hosting & support)