Beman Dawes 25 лет назад
Родитель
Сommit
0704c489ce
3 измененных файлов с 9 добавлено и 5 удалено
  1. 1 1
      libs/graph
  2. 7 3
      more/submission_process.htm
  3. 1 1
      status/compiler.cfg

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 020754d41b36affddb2b58f67e5d856a51e46583
+Subproject commit 246387fe7477deba4f17655217bb051a8e5e52c0

+ 7 - 3
more/submission_process.htm

@@ -71,6 +71,10 @@ completely unexpected directions.&nbsp;&nbsp;</p>
 messages is one way to see how this process worked for other boost
 libraries.&nbsp;</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.&nbsp; This flushes out obvious
+portability problems.&nbsp; 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.&nbsp; 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>.&nbsp;&nbsp;
+<p>Submit via email to <a href="mailto:bdawes@acm.org">bdawes@acm.org</a>.&nbsp;&nbsp;
 Attach the .zip submission file.&nbsp; 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&nbsp; 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.&nbsp; The preferred picture format is .jpg, but other
 common formats are acceptable.&nbsp; 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.&nbsp; 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>
 

+ 1 - 1
status/compiler.cfg

@@ -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

粤ICP备19079148号