Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specifically, now we can write:
{{ c++ 1 --
#include <map>
--
recipe
apply (action, target&) const override
{
...
}
}}
|
|
We are reusing the buildspec syntax for that.
|
|
Also deduce the recipe name.
|
|
This will allow us to deal with backward-incompatible changes to cxx_rule
interface and semantics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|