(project-target.generate)
(main-target.generate):
When returning targets, remove duplicates. Since all generates pass though
all targets they can't handle, it's possible that targets that are never
used (such as .dll on windows), bubble up and 'all' depends on it many
times, which might be inefficient.
[SVN r21218]
(project-target.generate)
(main-target.generate):
When returning targets, remove duplicates. Since all generates pass though
all targets they can't handle, it's possible that targets that are never
used (such as .dll on windows), bubble up and 'all' depends on it many
times, which might be inefficient.
[SVN r21218]
from Matt Armstrong's version of jam. Getting boundname this way is faster
than the way we used to have.
* jam_src/headers.c: The change itself.
* v2/build/scanner.jam
(hdrrule): Accept third argument.
* v2/build/virtual-target.jam
(binding, remember-binding): Remove.
* v2/tools/builtin.jam
(c-scanner.process): Accept and use third argument.
* v2/tools/boostbook.jam: Likewise.
[SVN r21203]
from Matt Armstrong's version of jam. Getting boundname this way is faster
than the way we used to have.
* jam_src/headers.c: The change itself.
* v2/build/scanner.jam
(hdrrule): Accept third argument.
* v2/build/virtual-target.jam
(binding, remember-binding): Remove.
* v2/tools/builtin.jam
(c-scanner.process): Accept and use third argument.
* v2/tools/boostbook.jam: Likewise.
[SVN r21203]
* build/scanner.jam
(propagate): New rule, implementing part of functionality 'install' used
to have.
(install): Remove some functionality.
* tools/builtin.jam
(c-scanner.process): Call 'scanner.propagate'. Pass all targets, do not
loop.
* tools/docbook.jam: Likewise.
[SVN r21202]
* build/scanner.jam
(propagate): New rule, implementing part of functionality 'install' used
to have.
(install): Remove some functionality.
* tools/builtin.jam
(c-scanner.process): Call 'scanner.propagate'. Pass all targets, do not
loop.
* tools/docbook.jam: Likewise.
[SVN r21202]
* build/targets.jam
(basic-target.check-for-unused-sources): Don't group virtual targets
by the main target they come from. It's not obvious that it's needed,
and it's rather complex.
[SVN r21188]
* build/targets.jam
(basic-target.check-for-unused-sources): Don't group virtual targets
by the main target they come from. It's not obvious that it's needed,
and it's rather complex.
[SVN r21188]