Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/tools/inspect/index.html @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 2.3 KB
Line 
1<html>
2
3<head>
4<meta http-equiv="Content-Language" content="en-us">
5<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
6<meta name="ProgId" content="FrontPage.Editor.Document">
7<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<title>Inspect Tool</title>
9</head>
10
11<body bgcolor="#FFFFFF">
12
13<h1>
14<img src="../../boost.png" alt="boost.png (6897 bytes)" align="center" width="277" height="86">Inspect
15Tool</h1>
16<p>It is not uncommon for various common errors or
17<a href="../../more/lib_guide.htm">guideline violations</a> to creep into the
18Boost libraries. The <i>inspect</i> program detects and reports several common
19problems. It can be used to scan a proposed Boost submission to identify various
20failures.</p>
21<p>The <i>inspect</i> program is written in C++ to limit tool chain
22dependencies, and should be portable to any system.</p>
23<p>The program is run in the directory to be scanned for errors. Sub-directories
24are also included in the scan.</p>
25<p>If the first program argument is <code>-cvs</code>, only files and
26directories in the CVS tree of the current directory are scanned. Otherwise all
27files and sub-directories are included in the scan.</p>
28<p>If the first program argument is <code>-help</code>, a usage message is
29displayed, showing all available program options.</p>
30<p>The program sources include:</p>
31<ul>
32  <li><a href="inspector.hpp">inspect.hpp</a> and <a href="inspect.cpp">
33  inspect.cpp</a></li>
34  <li><a href="link_check.hpp">link_check.hpp</a> and <a href="link_check.cpp">
35  link_check.cpp</a></li>
36  <li><a href="long_name_check.hpp">long_name_check.hpp</a> and
37  <a href="long_name_check.cpp">long_name_check.cpp</a></li>
38  <li><a href="tab_check.hpp">tab_check.hpp</a> and <a href="tab_check.cpp">
39  tab_check.cpp</a></li>
40</ul>
41<p>A <a href="build/Jamfile.v2">Jamfile</a> is provided to build the program.</p>
42<hr>
43<p>Revised
44<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 December, 2003<!--webbot bot="Timestamp" endspan i-checksum="38523" --></p>
45
46<p>© Copyright Beman Dawes, 2003</p>
47<p> Distributed under the Boost Software
48License, Version 1.0. (See accompanying file <a href="../../LICENSE_1_0.txt">
49LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
50www.boost.org/LICENSE_1_0.txt</a>)</p>
51
52</body>
53
54</html>
Note: See TracBrowser for help on using the repository browser.