aboutsummaryrefslogtreecommitdiff
path: root/build2/target-key.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-03-07Add support for alternative build file/directory naming schemeBoris Kolpackov1-2/+10
Now the build/*.build, buildfile, and .buildignore filesystem entries in a project can alternatively (but consistently) be called build2/*.build2, build2file, and .build2ignore. See a note at the beginning of the Project Structure section in the manual for details (motivation, restrictions, etc).
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-12-03Remove unnecessary delete/default declarationsBoris Kolpackov1-11/+0
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-12-16Split stream verbosity into components (path, extension)Boris Kolpackov1-3/+2
Use to make sure structured result output always contains absolute target path.
2017-12-07Distinguish between "fixed" and "default" target extensionsBoris Kolpackov1-7/+19
This fixes wrong merging of, say, file{README} and file{README.MySQL} (in libmysqlclient).
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-1/+1
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+96