mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 14:29:14 +00:00
Minor fixes
[SVN r9541]
This commit is contained in:
parent
3984b7d517
commit
0704c489ce
3 changed files with 9 additions and 5 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 020754d41b36affddb2b58f67e5d856a51e46583
|
||||
Subproject commit 246387fe7477deba4f17655217bb051a8e5e52c0
|
|
@ -71,6 +71,10 @@ completely unexpected directions. </p>
|
|||
messages is one way to see how this process worked for other boost
|
||||
libraries. </p>
|
||||
<h2>Formal <a name="Review">Review</a></h2>
|
||||
<p>Before asking for formal review, please verify that your submission compiles
|
||||
and runs under at least two compilers. This flushes out obvious
|
||||
portability problems. If you don't have access to a second compiler, ask
|
||||
for help on the Boost mailing list.</p>
|
||||
<p>Once a library author feels a submission (which presumably is now in the
|
||||
files/vault) has matured enough for formal review, the author sends a message
|
||||
requesting a formal review to the mailing list. Please use a subject in
|
||||
|
@ -130,7 +134,7 @@ subdirectories, with the contents indicated:
|
|||
</ul>
|
||||
</blockquote>
|
||||
<h3>Transmission</h3>
|
||||
<p>Submit via email to <a href="mailto:webmaster@boost.org">webmaster@boost.org</a>.
|
||||
<p>Submit via email to <a href="mailto:bdawes@acm.org">bdawes@acm.org</a>.
|
||||
Attach the .zip submission file. In the email message, please include your
|
||||
email address, postal mail address, and telephone number, if boost.org doesn't
|
||||
already have them. Your addresses and phone number will not appear on the web
|
||||
|
@ -139,7 +143,7 @@ not accepted.</p>
|
|||
<h3>People pages</h3>
|
||||
<p>If the boost.org web site doesn't already have your capsule biography
|
||||
and picture (optional, with not-too-serious pictures preferred), please
|
||||
send them <a href="../index.htm#webmaster">mailto:webmaster@boost.org</a>. It is
|
||||
send them <a href="mailto:bdawes@acm.org">mailto:bdawes@acm.org</a>. It is
|
||||
up to you as to whether or not the biography includes your email address or
|
||||
other contact information. The preferred picture format is .jpg, but other
|
||||
common formats are acceptable. The preferred image size is 500x375 but the
|
||||
|
@ -149,7 +153,7 @@ necessary.</p>
|
|||
<p>Libraries are software; they loose their value over time if not
|
||||
maintained. Details still hazy.</p>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->05 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40404" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->10 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="28765" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -180,7 +180,7 @@ win32
|
|||
icl
|
||||
Intel C++ 5.0
|
||||
icl /c /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source
|
||||
icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" -D BOOST_INCLUDE_MAIN %source /link user32.lib
|
||||
icl /Feboosttmp.exe /nologo /Qwn5 /Qwe70 /Zm400 /MDd /W3 /GR /GX /Zi /Od /GZ /I"%include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" %source /link user32.lib
|
||||
Intel C++<br>5.0<br>MS lib<br>6.0
|
||||
|
||||
// end of file
|
||||
|
|
Loading…
Add table
Reference in a new issue