[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    quality/krazy2/extras/c++
From:       Allen Winter <winter () kde ! org>
Date:       2010-08-29 22:56:26
Message-ID: 20100829225626.1B57DAC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1169718 by winterz:

whitelist more headers that shouldn't be camelcase.


 M  +4 -1      camelcase  


--- trunk/quality/krazy2/extras/c++/camelcase #1169717:1169718
@@ -45,7 +45,7 @@
 use Krazy::Utils;
 
 my($Prog) = "camelcase";
-my($Version) = "1.2";
+my($Version) = "1.21";
 
 &parseArgs();
 
@@ -101,6 +101,9 @@
     next if (&isCamelCase($incpath));
     next if ($sep eq "<" && $incpath =~ m/^(c|io)/ && $incpath !~ m/\.h$/);
     next if ($sep eq "<" && $incpath =~ m/^config/ && $incpath =~ m/\.h$/);
+    next if ($sep eq "<" && $incpath =~ m/^ical/);
+    next if ($sep eq "<" && $incpath =~ m/^uuid/);
+    next if ($sep eq "<" && $incpath =~ m/^algorithm/);
     next if ($incpath eq "kdemacros.h");
 
     $cnt++;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic