Gennaro Prota
41b9d17b56
keep all #include directives together; some better encapsulation for class inspector_element; initialize file/dir/error counts to zero; make sure we don't modify the argv pointers and strings; don't call initial_path() until all command line options have been checked; removed unneeded shared_ptr<> reset()
...
[SVN r34795]
2006-08-01 12:32:27 +00:00
Gennaro Prota
0b7f1160db
removed #includes for <assert.h> and <utility>, which aren't used
...
[SVN r34793]
2006-07-31 20:56:51 +00:00
Gennaro Prota
38f41543a0
use the new boost::time_string() utility
...
[SVN r34792]
2006-07-31 20:44:44 +00:00
Gennaro Prota
b85a6becca
Inspect Tool Update:
...
* removed a tab character
* removed 64-bit portability warnings with VC8
[SVN r34773]
2006-07-29 15:22:45 +00:00
Gennaro Prota
5a7dfb2310
Inspect Tool Update:
...
* slightly changed desc() message, in consequence of the tightened min/max checks
[SVN r34772]
2006-07-29 15:20:27 +00:00
Gennaro Prota
3c0915b497
Inspect Tool Update:
...
* tightened min/max guidelines checks (conservatively avoid false positives)
* removed 64-bit portability warnings with VC8
[SVN r34771]
2006-07-29 15:19:03 +00:00
Gennaro Prota
0f3965f1a8
Inspect Tool Update:
...
* remove hardcoded constants ("unknown", 19, etc.)
* bugfix (possibly endless loop) and simplification in library_from_content()
* generate valid XHTML 1.0 Strict when in HTML output mode (with link to validator)
* help output more consistent with the GNU style; return 0 when help is deliberately invoked
* added error control for strftime()
* add trailing slash to library URLs
* use <assert.h>, as some libs still macro-guard <cassert>
[SVN r34770]
2006-07-29 15:15:25 +00:00
Gennaro Prota
07c14ec000
Inspect Tool Update:
...
* use <assert.h>, as some libs still macro-guard <cassert>
[SVN r34769]
2006-07-29 14:52:44 +00:00
Gennaro Prota
8d1932bfa1
(minor) slightly changed copyright line format, for consistency
...
[SVN r34768]
2006-07-29 14:49:35 +00:00
Rene Rivera
71e11a5f25
Merge from head.
...
[SVN r34766]
2006-07-28 16:44:29 +00:00
Rene Rivera
1938785472
Allow specifying the in-reply-to in the command line.
...
[SVN r34765]
2006-07-28 16:38:07 +00:00
Gennaro Prota
139948894c
(merge from head)
...
possibly avoid misleading language when talking about headers ("included" -> "including"); removed some blank lines
[SVN r34708]
2006-07-24 20:58:39 +00:00
Gennaro Prota
c3b86dbd34
possibly avoid misleading language when talking about headers ("included" -> "including"); removed some blank lines
...
[SVN r34707]
2006-07-24 20:54:40 +00:00
Rene Rivera
b603af0d62
(merge from head) Make the copyright+license output brief details.
...
[SVN r34705]
2006-07-24 18:43:46 +00:00
Rene Rivera
589315abf6
Make the copyright+license output brief details.
...
[SVN r34704]
2006-07-24 18:42:31 +00:00
Rene Rivera
eb5ad0e213
(merge from head) Add the unnamed check.
...
[SVN r34703]
2006-07-24 18:36:30 +00:00
Rene Rivera
3899e85526
Add the unnamed check.
...
[SVN r34702]
2006-07-24 18:35:12 +00:00
Rene Rivera
c0fa4abff0
(merge from head)
...
[SVN r34701]
2006-07-24 18:32:46 +00:00
Rene Rivera
a97154788b
Add a "-brief" mode to the text mode to reduce the length of output to fit within the 75K email limits.
...
[SVN r34700]
2006-07-24 18:29:38 +00:00
Rene Rivera
468c24922c
Add email threading to accumulate the notifications into one thread.
...
[SVN r34598]
2006-07-18 22:31:19 +00:00
Gennaro Prota
fb36ba948f
added check for unnamed namespaces in included source files (headers); tighten check on license text; misc cleanup
...
[SVN r34596]
2006-07-18 03:55:38 +00:00
Rene Rivera
6cb0d00c26
Shorten the output somewhat by using short keys instead of full explanations for some items. Add tags to turn off content based tests. Split the test reports into two parts, license+copyright and everything else. (merge from head)
...
[SVN r34562]
2006-07-16 16:25:24 +00:00
Rene Rivera
43780cee30
Shorten the output somewhat by using short keys instead of full explanations for some items. Add tags to turn off content based tests. Split the test reports into two parts, license+copyright and everything else.
...
[SVN r34561]
2006-07-16 16:15:29 +00:00
Rene Rivera
3cd3874a18
Point the notification email at the Boost dev list.
...
[SVN r34545]
2006-07-15 23:50:44 +00:00
Rene Rivera
35a025f26c
Merge from HEAD.
...
[SVN r34544]
2006-07-15 23:32:07 +00:00
Rene Rivera
9910c98973
Tested to run on RHEL.
...
[SVN r34543]
2006-07-15 23:19:20 +00:00
Rene Rivera
ca49028406
Script to automate running inspect on the Boost/OSL server.
...
[SVN r34542]
2006-07-15 22:45:22 +00:00
Rene Rivera
c7f25b2bf3
Add a text, as opposed to html, output option "-text".
...
[SVN r34541]
2006-07-15 22:35:31 +00:00
Rene Rivera
b00cffe095
Ignore some additional directories in scanning.
...
[SVN r34540]
2006-07-15 21:01:13 +00:00
Rene Rivera
85d9a13f42
Fix relative path calculation so that it doesn't throw when paths go above the boost root.
...
[SVN r34539]
2006-07-15 20:26:58 +00:00
Rene Rivera
a6d33b64ae
Static link only to the dependent libs, and not everything.
...
[SVN r34538]
2006-07-15 18:18:36 +00:00
nobody
174510c90e
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +00:00
Douglas Gregor
02ba08e45f
Get rid of some junk in the reports
...
[SVN r30084]
2005-07-14 16:34:12 +00:00
Douglas Gregor
5a3b7b4d76
Escape greater-than sign
...
[SVN r30008]
2005-07-12 13:38:03 +00:00
Rene Rivera
2ac82c4b2d
Adjust to be like the BBv1 compile, so that inspect now compiles with BBv2.
...
[SVN r29758]
2005-06-23 18:27:20 +00:00
John Maddock
eacc0693b5
Change Jamfile to <runtime-link>
...
[SVN r29738]
2005-06-22 17:03:13 +00:00
Hartmut Kaiser
8e5aeab989
Added boostinspect:notab per file option.
...
[SVN r29037]
2005-05-18 18:42:58 +00:00
Rene Rivera
d4a746a365
Add dist-lib and dist-bin targets to put results in a convenient place.
...
All tools compile except for inspect.
[SVN r28462]
2005-04-24 17:18:25 +00:00
Eric Niebler
89b362e233
add checks for violations of Boost min max guidelines
...
[SVN r27249]
2005-02-08 18:52:39 +00:00
Aleksey Gurtovoy
a2976954d5
merge RC_1_32_0 fixes
...
[SVN r26333]
2004-11-28 04:44:21 +00:00
Aleksey Gurtovoy
d80172773a
c++boost.gif -> boost.png replacement
...
[SVN r25572]
2004-10-05 15:23:19 +00:00
Aleksey Gurtovoy
dedc6dfce5
update filename/path check to reflect current Boost requirements
...
[SVN r25542]
2004-10-03 17:45:53 +00:00
Rene Rivera
d5af96081f
Prevent use of auto-link as it interfeers with version number discrepancies when testing.
...
[SVN r24381]
2004-08-10 15:01:09 +00:00
Rene Rivera
8425a60207
Slight restructure to put all the different types of file pattern registration in one place. Add more types of files that get checked. Update license info to reflect new standard language.
...
[SVN r23824]
2004-07-20 04:31:54 +00:00
Rene Rivera
ad02568937
Add run stage to have a consistent build location for running the program from an automated script.
...
[SVN r23701]
2004-07-17 18:04:03 +00:00
Beman Dawes
49910e5feb
now including execution monitor
...
[SVN r22086]
2004-01-30 19:25:55 +00:00
Beman Dawes
a3e0a8d360
load content in binary
...
[SVN r22060]
2004-01-29 19:29:37 +00:00
Beman Dawes
23aeba243f
Add .htm and .html to files scanned
...
[SVN r22059]
2004-01-29 19:28:55 +00:00
Beman Dawes
db4895928f
normalize() paths now needed
...
[SVN r21439]
2003-12-31 19:32:54 +00:00
Beman Dawes
4931212a7d
Add -cvs, -help options, no_check some non -cvs cases
...
[SVN r21418]
2003-12-29 20:36:44 +00:00