aboutsummaryrefslogtreecommitdiff
path: root/build2/name.hxx
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13Fix Clang issueBoris Kolpackov1-1/+1
2017-12-13Implement info meta operationBoris Kolpackov1-1/+4
This meta operation can be used to print basic information (name, version, source/output roots, etc) for one or more projects.
2017-11-09Add support for for-loopBoris Kolpackov1-1/+1
The semantics is similar to the C++11 range-based for: list = 1 2 3 for i: $list print $i Note that there is no scoping of any kind for the loop variable ('i' in the above example). See tests/loop/for.test for some examples/ideas. In the future the plan is to also support more general while-loop as well as break and continue.
2017-08-30Make $getenv() to return untyped valueKaren Arutyunov1-0/+7
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+158