aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cppcheck.rb
AgeCommit message (Collapse)Author
2013-06-03cppcheck 1.60.1Pete Johns
Closes #20222. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-02cppcheck 1.59Lucas Clemente
Closes #18897. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
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 #18813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-27cppcheck: Fix build with custom rulesSteven Peters
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 #18763. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-08cppcheck 1.58Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-15cppcheck 1.57Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-25caveat and other cleanupsAdam Vandenberg
2012-09-16cppcheck 1.56Nicholas Hutchinson
Closes #14960. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-13cppcheck: remove skip_clean :allJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-26cppcheck: use new dslAdam Vandenberg
2012-08-06cppcheck 1.55Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-01-09cppcheck 1.52Juan Sebastian Casallas
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-21cppcheck: Update to 1.51Juan Sebastian Casallas
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 #8683. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-27cppcheck: Update to version 1.50Phil Smith
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 #7845. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-05-26Use https for github repos.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-07-28Update cppcheck to v1.44Emmanuel Blot
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-13Bump cppcheck to 1.43 and stop stripping.Adam Vandenberg
2010-05-12Add new cppcheck formula.Theo Wadsley
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