Update of /cvsroot/boost/boost/tools/inspect/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29813/build

Modified Files:
        Jamfile Jamfile.v2 
Log Message:
added check for unnamed namespaces in included source files (headers); tighten 
check on license text; misc cleanup

Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/tools/inspect/build/Jamfile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Jamfile     8 Feb 2005 18:52:38 -0000       1.11
+++ Jamfile     18 Jul 2006 03:55:38 -0000      1.12
@@ -9,7 +9,7 @@
 
 exe inspect
   :
-  ../inspect.cpp ../license_check.cpp ../link_check.cpp ../long_name_check.cpp 
../tab_check.cpp ../crlf_check.cpp ../copyright_check.cpp ../minmax_check.cpp
+  ../inspect.cpp ../license_check.cpp ../link_check.cpp ../long_name_check.cpp 
../tab_check.cpp ../crlf_check.cpp ../copyright_check.cpp ../minmax_check.cpp 
../unnamed_namespace_check.cpp
   <lib>../../../libs/filesystem/build/boost_filesystem
   <lib>../../../libs/regex/build/boost_regex
   :

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/tools/inspect/build/Jamfile.v2,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Jamfile.v2  15 Jul 2006 18:18:36 -0000      1.7
+++ Jamfile.v2  18 Jul 2006 03:55:38 -0000      1.8
@@ -9,7 +9,7 @@
 
 exe inspect
     :
-    inspect.cpp license_check.cpp link_check.cpp long_name_check.cpp 
tab_check.cpp crlf_check.cpp
+    inspect.cpp license_check.cpp link_check.cpp long_name_check.cpp 
tab_check.cpp crlf_check.cpp unnamed_namespace_check.cpp
     copyright_check.cpp minmax_check.cpp
     /boost//filesystem/<link>static
     /boost//regex/<link>static


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to