aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/splint.rb
AgeCommit message (Collapse)Author
2014-03-20splint: use patch DSLJack Nagel
2014-02-06splint: add testMike Naberezny
Closes #26479. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-28splint: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-05-15splint: deparallelize before 'make'Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-09-08Deparalellize `splint`.Martin Kühl
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Also tweak for Homebrew style
2010-08-29New formula: splintZifei Tong
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding annotations to programs, Splint can perform stronger checking than can be done by any standard lint. Signed-off-by: David Höppner <0xffea@gmail.com> * remove white space * improve commit message