summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2005-02-21 08:54:23 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2005-02-21 08:54:23 +0000
commit6f43a41146f6397af29c07c56afd5c5b6ec7652a (patch)
treebb8ef2a49ab91b533abe7e02acafece326508b72
parentf2b9b3bb98192935b9dfc519ef27aa553a5b11e6 (diff)
downloadboost-6f43a41146f6397af29c07c56afd5c5b6ec7652a.tar.gz
Added Wave V1.1.14 to the Boost CVS.
[SVN r27458]
-rw-r--r--.gitmodules4
m---------libs/wave0
-rw-r--r--tools/Jamfile.v21
-rw-r--r--tools/index.html10
4 files changed, 13 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index fb5e0a1ced..be4654a70e 100644
--- a/.gitmodules
+++ b/.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
diff --git a/libs/wave b/libs/wave
new file mode 160000
+Subproject d588f4f77fa5c22b0c2f1d1c4e9a7cbe71b1865
diff --git a/tools/Jamfile.v2 b/tools/Jamfile.v2
index 9fc5aa7ca2..4abe65e2d3 100644
--- a/tools/Jamfile.v2
+++ b/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
;
diff --git a/tools/index.html b/tools/index.html
index 0c4791b3df..32b0bf2d16 100644
--- a/tools/index.html
+++ b/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>