mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Added Wave V1.1.14 to the Boost CVS.
[SVN r27458]
This commit is contained in:
parent
f2b9b3bb98
commit
6f43a41146
4 changed files with 14 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -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
libs/wave
Submodule
1
libs/wave
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d588f4f77fa5c22b0c2f1d1c4e9a7cbe71b18655
|
|
@ -10,6 +10,7 @@ stage tools
|
|||
inspect/build//inspect
|
||||
regression/build//process_jam_log
|
||||
regression/build//compiler_status
|
||||
wave/build//wave
|
||||
:
|
||||
: release
|
||||
;
|
||||
|
|
|
@ -54,10 +54,16 @@
|
|||
for simple formatting tasks. QuickBook generates <a href="../doc/html/boostbook.html">
|
||||
BoostBook</a> XML.<br>
|
||||
|
||||
</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>
|
||||
|
|
Loading…
Add table
Reference in a new issue