graphincludes/project/wesnoth.pm

Discussion of all aspects of the game engine, including development of new and existing features.

Moderator: Forum Moderators

Post Reply
techtonik
Posts: 30
Joined: February 28th, 2008, 7:57 pm

graphincludes/project/wesnoth.pm

Post by techtonik »

I've noticed there is this folder at the project root - `graphincludes/project/wesnoth.pm` - what is it for? Why it can not be moved to `utils`?
User avatar
iceiceice
Posts: 1056
Joined: August 23rd, 2013, 2:10 am

Re: graphincludes/project/wesnoth.pm

Post by iceiceice »

It was described in this email:

https://mail.gna.org/public/wesnoth-dev ... 00009.html

It's basically defunct but it could probably go to utils.

I guess we have several methods now to get this kind of info... the dev docs stuff generates header dependency graphs based on graphviz. http://devdocs.wesnoth.org/play__controller_8hpp.html

If you want stats rather than pictures, like, how many compilation units directly or indirectly include each header, how much total time do they take, I wrote a pair of unix shell scripts which live here: https://github.com/wesnoth/wesnoth/tree ... ls/headers

Edit: I have now moved it to utils/
Post Reply