summaryrefslogtreecommitdiffstats
path: root/build2/name.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Make project variable to be of project_name typeKaren Arutyunov2018-07-301-2/+2
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Redo string/stream representation of dir{} name/targetBoris Kolpackov2017-12-161-0/+1
| | | | | | | | | | | | | | Now instead of: dir{foo/bar/} We get: foo/dir{bar/} Which feels more consistent with how we print other names/targets. That is, "directory bar/ in directory foo/" similar how foo/exe{bar} is "executable bar in directory foo/".
* Fix Clang issueBoris Kolpackov2017-12-131-1/+1
|
* Implement info meta operationBoris Kolpackov2017-12-131-1/+4
| | | | | This meta operation can be used to print basic information (name, version, source/output roots, etc) for one or more projects.
* Add support for for-loopBoris Kolpackov2017-11-091-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.
* Make $getenv() to return untyped valueKaren Arutyunov2017-08-301-0/+7
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-0/+158