Commit graph

30 commits

Author SHA1 Message Date
Brett Koonce
a96a0eb95d cppcheck 1.65 2014-05-20 00:04:33 -07:00
Brett Koonce
18892320bc cppcheck: fix --with-gui option not finding cfg
Closes Homebrew/homebrew#27756.
Closes Homebrew/homebrew#27852.
2014-03-27 09:17:56 -05:00
Brett Koonce
b4d8f82be6 cppcheck 1.64 2014-03-16 11:14:55 -05:00
Mike McQuaid
eefdf6b3f3 formulae: fix with/without usage.
Closes Homebrew/homebrew#27275.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08 00:54:35 +00:00
Ted Pennings
4cd0935be7 Convert all 'def test' formulae to 'test do'
Closes Homebrew/homebrew#26942.
Closes Homebrew/homebrew#26946.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-24 19:54:02 -08:00
Jack Morrison
ceac525257 cppcheck: Add CFGDIR and install cfg directory.
Closes Homebrew/homebrew#26194.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-27 17:37:00 +01:00
Mike McQuaid
5c69a14d82 cppcheck: remove duplicated .app caveats. 2014-01-19 14:19:07 -08:00
Brett Koonce
691666c433 cppcheck 1.63.1
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-15 09:09:09 +00:00
Brett Koonce
3ee92c7740 cppcheck 1.62.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-18 18:04:42 -07:00
Brett Koonce
05ba13769b cppcheck 1.61
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-08-16 23:25:25 -07:00
Pete Johns
efefcbf721 cppcheck 1.60.1
Closes Homebrew/homebrew#20222.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03 11:22:02 -07:00
Lucas Clemente
063ea75cdc cppcheck 1.59
Closes Homebrew/homebrew#18897.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-02 09:45:35 -05:00
Andrew Janke
3ad9a0896f Change github /tarball/ URLs to /archive/ for formulae A-K
The `brew audit` check complains about the older /tarball/ URL scheme. Update
formulae to use the new /archive/ URL and update the SHA to match.

Closes Homebrew/homebrew#18813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-28 21:02:11 -07:00
Steven Peters
586a7043cb cppcheck: Fix build with custom rules
The HAVE_RULES variable is used to control whether cppcheck is built
with support for custom rules. The readme says to use HAVE_RULES=yes
to enable custom rules.

Closes Homebrew/homebrew#18763.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-27 09:02:58 -07:00
Brett Koonce
abe968f70c cppcheck 1.58
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-08 09:17:37 -08:00
Brett Koonce
b770908e76 cppcheck 1.57
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-15 10:01:03 -08:00
Adam Vandenberg
2a1c4e34a2 caveat and other cleanups 2012-11-25 11:42:57 -08:00
Nicholas Hutchinson
a5f0f91421 cppcheck 1.56
Closes Homebrew/homebrew#14960.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-16 08:47:43 -07:00
Jack Nagel
5c9efed4db cppcheck: remove skip_clean :all
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-13 12:55:41 -05:00
Adam Vandenberg
60fcb609da cppcheck: use new dsl 2012-08-26 22:20:50 -07:00
Brett Koonce
0762a05f97 cppcheck 1.55
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Adam Vandenberg
da3fdbd0cf Use "cd" instead of "Dir.chdir"
* And "mkdir" isntead of "Dir.mkdir"
* And "Dir[]" instead of "Dir.glob"
* Also style fixes and nitpicks
2012-02-24 21:35:50 -08:00
Juan Sebastian Casallas
b654cbce90 cppcheck 1.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-09 18:12:49 -08:00
Juan Sebastian Casallas
a0a54d1736 cppcheck: Update to 1.51
Also added options:

-Updated tarball and md5 for 1.51
-Added an option to build the cppcheck qt-gui
-Added an option to build without rules, in which case there's no dependency on pcre
-Added caveats explaining how to link the cppcheck-gui.app in case --with-gui is used for install

Closes Homebrew/homebrew#8683.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-21 09:05:52 -08:00
Phil Smith
00df770184 cppcheck: Update to version 1.50
Tarball location and md5 changed.

It seems pcre is now a dependency of cppcheck, it has been declared as so.
Without this it fails to compile.

Closes Homebrew/homebrew#7845.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-27 00:49:49 -07:00
Adam Vandenberg
243bc743ea Use https for github repos. 2011-05-26 22:02:55 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Emmanuel Blot
567eab0384 Update cppcheck to v1.44
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-28 08:12:15 -07:00
Adam Vandenberg
40446cc7fa Bump cppcheck to 1.43 and stop stripping. 2010-07-13 08:07:57 -07:00
Theo Wadsley
e72e1b3ee7 Add new cppcheck formula.
Cppcheck - A tool for static C/C++ code analysis
http://sourceforge.net/apps/mediawiki/cppcheck/index.php?title=Main_Page

Doesn't have man pages yet, requires docbook files to generate them.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

* Add head
* Update to Homebrew style
2010-05-12 07:43:23 -07:00