[Libreoffice] libreoffice.boldandbusted.com: Bumped cppcheck; some notes on errors and style warnings

2011-12-27 Thread Jesse Adelman
* There's syntaxErrors errors afoot. * At least some of the "duplicateBranch" findings appear to be false positives. * Lots of the usual nullPointer error findings. * A metric ton of cstyleCast style findings. Code on! Happy holidays! :) Cheers, Jesse -- Jesse Adelman Senior Sy

Re: [Libreoffice] Is it possible to update cppcheck for Libreoffice report ?

2011-10-28 Thread Jesse Adelman
ut the parallel cppcheck jobs turning off "unusedFunctions", so I added it to the suppressions file I create each run. This change should be reflected in the next run. Cheers, Jesse -- Jesse Adelman Senior Systems Shepherd ilikelinux Consulting/Bold and Busted, LLC http://ilikelinux.com/ http://

Re: [Libreoffice] Is it possible to update cppcheck for Libreoffice report ?

2011-10-27 Thread Jesse Adelman
his in the command : > --suppress=unusedFunction > > Thank you in advance. > > Julien. > Done and done, except I don't need the --suppress. All I did was re-enable parallel jobs, which disables unusedFunction. I guess that the unusedFunction doesn't work so well for us? C

Re: [Libreoffice] Is it possible to update cppcheck for Libreoffice report ?

2011-10-12 Thread Jesse Adelman
> In advance, thank you ! :-) > > Julien. Hi Julien, Done (cppcheck git commit ee04c1bfb7da95483d309c612af8456007a8c20b). The next report may not reflect the update, but the one after that should. Thanks for letting me know that folks find this valuable! :) Cheers, Jesse -- Jesse A

Re: [Libreoffice] [libreoffice.boldandbusted.com] cppcheck's "unusedFunction" check activated

2011-09-20 Thread Jesse Adelman
t; generate report. If you have a little time, it could be useful. > > Julien. Updated cppcheck from upstream git; the report should reflect this in a few hours. :) -- Jesse Adelman Senior Systems Shepherd ilikelinux Consulting/Bold and Busted, LLC http://ilikelinux.com/ http://boldandbusted.com

[Libreoffice] [libreoffice.boldandbusted.com] cppcheck's "unusedFunction" check activated

2011-09-19 Thread Jesse Adelman
y against this giant codebase), so let me know how it goes. :) Cheers, Jesse P.S. If you've been running cppcheck with parallel jobs, this is what you'd see: "cppcheck: unusedFunction check can't be used with -j option, so it was disabled." -- Jesse Adelman Senior Systems S

Re: [Libreoffice] libreoffice.boldandbusted.com: Updated cppcheck

2011-09-11 Thread Jesse Adelman
P.P.S. Alas, I forgot to patch cppcheck-htmlreport with my local changes, so next run the page will return to its former sortable glory. -- Jesse Adelman Senior Systems Shepherd ilikelinux Consulting/Bold and Busted, LLC http://ilikelinux.com/ http://boldandbusted.com/ Brisbane, CA Tel: (415

[Libreoffice] libreoffice.boldandbusted.com: Updated cppcheck

2011-09-11 Thread Jesse Adelman
git://github.com/danmar/cppcheck.git *at the commit:19928e26d1c93f789435b0b608f119498471ff5d *branch: master *storage directory: "/usr/portage/distfiles/git-src/cppcheck" -- Jesse Adelman Senior Systems Shepherd ilikelinux Consulting/Bold and Busted, L

Re: [Libreoffice] cppcheck git version

2011-09-06 Thread Jesse Adelman
erefore still have it be a managed process. I'll have to make it so that I can revert, however, given a broken build of cppcheck (that compiled, but might not work runtime). I also manually patch the simple htmlreport script included with cppcheck, and I'll need to automate that as well. So,

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-30 Thread Jesse Adelman
On 08/29/11 19:37, Jesse Adelman wrote: > Hi Julien, > > Replies in-line below. > > On 08/29/11 03:19, julien2412 wrote: >> Hello Jesse, >> >> Just to be sure, is the cppcheck scan on the Master or on another branch ? >> > > jesse@dell-gx620 ~/sourc

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-29 Thread Jesse Adelman
t > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffice Cheers! -- Jesse Adelman Senior Systems Shepherd ilikelinux Consulting/Bold and Busted, LLC http://ilikelinux.com/ http://boldandbusted.com/ Brisbane, CA Tel: (415) 656-4480 __

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-28 Thread Jesse Adelman
On 08/27/11 22:01, Korrawit Pruegsanusak wrote: > Hello Jesse, * > > On Sun, Aug 28, 2011 at 05:13, Jesse Adelman > wrote: >> Can you specify which repos are now deprecated, explicitly? Or point me >> to a document that states what's still active and what is n

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-27 Thread Jesse Adelman
Hi Julien and *, Can you specify which repos are now deprecated, explicitly? Or point me to a document that states what's still active and what is not? It's the "etc." that's confusing me. ;) I'll remove the directories/repos you list. Best, Jesse Adelman B

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-25 Thread Jesse Adelman
o/libreoffice Sorry for the long delay, but when you say "old repositories" what do you refer to? I'll be glad to adjust the reports to make them more useful to LO devs. Cheers, Jesse Adelman Brisbane, CA -- Jesse Adelman Senior Systems Shepherd ilikelinux Consu

Re: [Libreoffice] http://libreoffice.boldandbusted.com/ cppcheck report jobs stalled... no longer! :)

2011-08-11 Thread Jesse Adelman
crunching server were being transferred to my web server (and index.html didn't exist there yet). Cheers! -- Jesse Adelman Senior Systems Shepherd ilikelinux Consulting/Bold and Busted, LLC http://ilikelinux.com/ http://boldandbusted.com/ Brisbane, CA Tel: (415) 656-4480 _

Re: [Libreoffice] [PUSHED] Fix cppcheck errors and warnings

2011-02-07 Thread Jesse Adelman
ate, so lets be sure to get all the LO-found fixes into their tree and keep false/misleading results out of http://libreoffice.boldandbusted.com/ . If you did this already, sweet! :) Cheers, Jesse Adelman Linux Systems Consultant, ilikelinux Consulting http:

Re: [Libreoffice] [PUSHED] cpp cleanliness: fixed some memleaks binfilter

2011-01-30 Thread Jesse Adelman
- >> michael.me...@novell.com <><, Pseudo Engineer, itinerant idiot >> >> >> > > > > ___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/l

Re: [Libreoffice] [PUSHED, partial] Re: [PATCH] some cppcheck cleaning in ucb

2011-01-17 Thread Jesse Adelman
___ > LibreOffice mailing list > LibreOffice@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/libreoffice If indeed there is a false positive from cppcheck, will one of you please report it to cppch