Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently this is implemented for C/C++ compile and link rules.
|
|
|
|
|
|
|
|
Also fix bug in out clearing.
|
|
|
|
x [...], for x [...])
|
|
|
|
|
|
|
|
Fixes GH issue #219.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should also get rid of the bogus -Wdangling-pointer issued by GCC 12.
|
|
Unlike normal and ad hoc prerequisites, a post hoc prerequisite is built
after the target, not before. It may also form a dependency cycle together
with normal/ad hoc prerequisites. In other words, all this form of dependency
guarantees is that a post hoc prerequisite will be built if its dependent
target is built.
See the NEWS file for details and an example.
|
|
|
|
reproducers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in script
|
|
|
|
|
|
Now unqualified variables are project-private and can be typified.
|
|
We have patterns only for the public variables pool.
|
|
We still always use the public var_pool from context but where required,
all access now goes through scope::var_pool().
|
|
|