mirror of
https://github.com/boostorg/inspect.git
synced 2025-05-11 13:23:59 +00:00
56 lines
2.3 KiB
HTML
56 lines
2.3 KiB
HTML
<html>
|
||
|
||
<head>
|
||
<meta http-equiv="Content-Language" content="en-us">
|
||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
||
<title>Inspect Tool</title>
|
||
</head>
|
||
|
||
<body bgcolor="#FFFFFF">
|
||
|
||
<h1>
|
||
<img src="../../boost.png" alt="boost.png (6897 bytes)" align="center" width="277" height="86">Inspect
|
||
Tool</h1>
|
||
<p>It is not uncommon for various common errors or
|
||
<a href="http://www.boost.org/more/lib_guide.htm">guideline violations</a> to creep into the
|
||
Boost libraries. The <i>inspect</i> program detects and reports several common
|
||
problems. It can be used to scan a proposed Boost submission to identify various
|
||
failures.</p>
|
||
<p>The <i>inspect</i> program is written in C++ to limit tool chain
|
||
dependencies, and should be portable to any system.</p>
|
||
<p>The program is run in the directory to be scanned for errors. Sub-directories
|
||
are also included in the scan.</p>
|
||
<p>If the first program argument is <code>-help</code>, a usage message is
|
||
displayed, showing all available program options.</p>
|
||
<p>The program sources include:</p>
|
||
<ul>
|
||
<li><a href="src/inspector.hpp">inspect.hpp</a> and <a href="src/inspect.cpp">
|
||
inspect.cpp</a></li>
|
||
<li><a href="src/link_check.hpp">link_check.hpp</a> and <a href="src/link_check.cpp">
|
||
link_check.cpp</a></li>
|
||
<li><a href="src/path_name_check.hpp">path_name_check.hpp</a> and
|
||
<a href="src/path_name_check.cpp">path_name_check.cpp</a></li>
|
||
<li><a href="src/tab_check.hpp">tab_check.hpp</a> and <a href="src/tab_check.cpp">
|
||
tab_check.cpp</a></li>
|
||
</ul>
|
||
<p>A <a href="build/Jamfile.v2">Jamfile</a> is provided to build the program
|
||
using Boost.Build.</p>
|
||
<p>A Microsoft Visual Studio solution file is provided to aid maintenance. See
|
||
<a href="build/msvc/readme.txt">readme.txt</a>
|
||
before using it.</p>
|
||
<hr>
|
||
<p>Revised
|
||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 June, 2008<!--webbot bot="Timestamp" endspan i-checksum="19976" --></p>
|
||
|
||
<p><EFBFBD> Copyright Beman Dawes, 2003</p>
|
||
<p> Distributed under the Boost Software
|
||
License, Version 1.0. (See accompanying file <a href="../../LICENSE_1_0.txt">
|
||
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
|
||
www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||
|
||
</body>
|
||
|
||
</html>
|