Archives pour: "Septembre 2013"

Include What You Use - Yet a new cool tool in Debian.

Septembre 8th, 2013
iwyu (Include What You Use) has just been accepted in Debian. This tool, based on LLVM/Clang, checks the headers of a C/C++ file. It will detect which include directives are useless, what could be improve and add comments to explain why #include a… suite »

About optimization flags in software

Septembre 6th, 2013
Following a thread on the Clang mailing list, I did a quick analysis of the optimization flags used to build C or C++ code. I used a rebuild result from last mid July of all Debian native packages (meaning that I don't have the log of full Java, Pyth… suite »