Explorar el Código

Added Wave V1.1.14 to the Boost CVS.

[SVN r27458]
Hartmut Kaiser hace 21 años
padre
commit
6f43a41146
Se han modificado 4 ficheros con 14 adiciones y 2 borrados
  1. 4 0
      .gitmodules
  2. 1 0
      libs/wave
  3. 1 0
      tools/Jamfile.v2
  4. 8 2
      tools/index.html

+ 4 - 0
.gitmodules

@@ -10,6 +10,10 @@
 	path = libs/smart_ptr
 	url = ../smart_ptr.git
 	fetchRecurseSubmodules = on-demand
+[submodule "wave"]
+	path = libs/wave
+	url = ../wave.git
+	fetchRecurseSubmodules = on-demand
 [submodule "integer"]
 	path = libs/integer
 	url = ../integer.git

+ 1 - 0
libs/wave

@@ -0,0 +1 @@
+Subproject commit d588f4f77fa5c22b0c2f1d1c4e9a7cbe71b18655

+ 1 - 0
tools/Jamfile.v2

@@ -10,6 +10,7 @@ stage tools
       inspect/build//inspect
       regression/build//process_jam_log
       regression/build//compiler_status
+      wave/build//wave
     :
     : release      
     ;

+ 8 - 2
tools/index.html

@@ -54,10 +54,16 @@
             for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
             BoostBook</a> XML.<br>
          &nbsp;
-      </ul>
+         <li>
+           <a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++ 
+		   preprocessor usable on top of any other compiler. Usable for instance for the debugging 
+		   of the expansion of macros in your code or as a replacement for your build in 
+		   preprocessor. <br>
+      </li>
+   </ul>
       <hr>
       <p>Revised 
          <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 
-         28 June 2004</p>
+         19 February, 2005</p>
    </body>
 </html>

粤ICP备19079148号