]> git.ipfire.org Git - thirdparty/vala.git/commit
SourceFile: change the definition of 'used' 0.10-parallel
authorRyan Lortie <desrt@desrt.ca>
Mon, 20 Sep 2010 10:56:32 +0000 (06:56 -0400)
committerJürg Billeter <j@bitron.ch>
Wed, 6 Oct 2010 20:44:14 +0000 (22:44 +0200)
commit2f3f9622f30facba85ca2396dc4f6c0ce0725687
tree93730de9fa5e74ebb9250c3cda633ce45908b45e
parent976563bdc49133a793af6a3132e0a4aa7a85a7be
SourceFile: change the definition of 'used'

Consider a source file as used only if actual C code (or declarations)
have been generated from something in that source file.

This greatly reduces the number of dependencies listed for compilations
that touch a large number of symbols in trivial ways without really
making use of them (for example, when listing a very large number of
unused fast-vapi files, as parvala does).
codegen/valaccodedeclarationspace.vala
vala/valasourcefile.vala
vala/valasymbol.vala