[Bug 70371] Identify unused headers

2013-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #10 from Commit Notification --- Bjoern Michaelsen committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e4fbcc549a143992f72333404adb0180afa69e1a fdo#70371:

[Bug 70371] Identify unused headers

2013-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 Björn Michaelsen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 70371] Identify unused headers

2013-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 Commit Notification changed: What|Removed |Added Whiteboard|EasyHack DifficultyBeginner |EasyHack DifficultyBeginner

[Bug 70371] Identify unused headers

2013-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #7 from Thomas Arnhold --- Yes, there shouldn't be many of them, because I did a cleanup some month ago. See 0f11f30ea96fcec8d7c648089fc223a6fbed6aef, bbac35af148ed6c9f19386e4721fa38b500f45a1, and more... I searched for all *.h and *.

[Bug 70371] Identify unused headers

2013-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #6 from Christina Rossmanith --- I just picked three results from the list (http://sprunge.us/CZSh) and all of them were found using "git grep ": vertcurs_mask.h salframeview.h and weakbase.h -- You are receiving this mail because:

[Bug 70371] Identify unused headers

2013-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #5 from Björn Michaelsen --- @Jelle: Awesome, quick work! Could you commit this to ./bin in the core repo (if you want to use gerrit, feel free to add me as a reviewer, so I can fasttrack that)? @Jorendc: Lets see how much false-posi

[Bug 70371] Identify unused headers

2013-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #4 from Jorendc --- (In reply to comment #0) > This might still create some false positives because of e.g. platform > dependant files, but it should be a good starting point: Obviously such > headers if truly unused, should be remove

[Bug 70371] Identify unused headers

2013-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #3 from Jelle van der Waa --- (In reply to comment #2) > Created attachment 87504 [details] > compares workdir files with git ls-tree This is a work in progress quickly hacked perl script, which should do what is descibed in the requ

[Bug 70371] Identify unused headers

2013-10-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #2 from Jelle van der Waa --- Created attachment 87504 --> https://bugs.freedesktop.org/attachment.cgi?id=87504&action=edit compares workdir files with git ls-tree -- You are receiving this mail because: You are on the CC list for

[Bug 70371] Identify unused headers

2013-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 --- Comment #1 from khagar...@gmail.com --- http://code.google.com/p/include-what-you-use/ might be useful. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice m

[Bug 70371] Identify unused headers

2013-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 Björn Michaelsen changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 70371] Identify unused headers

2013-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70371 Björn Michaelsen changed: What|Removed |Added Status|UNCONFIRMED |NEW Whiteboard|