aboutsummaryrefslogtreecommitdiff
path: root/tests/amalgam
AgeCommit message (Collapse)AuthorFilesLines
2015-09-11Add support for unnamed projectsBoris Kolpackov6-0/+15
Sometimes (e.g., in bpkg configuration) we don't have a project name. In fact, it is not really a project; it can never be referenced in an import directive. So we now have a notion of an unnamed project. Such a project should still have the 'project' variable set first thing in bootstrap.build but its value should be empty. Note that we can still amalgamate such projects just liked named ones.
2015-08-24New variable architectureBoris Kolpackov2-2/+2
2015-07-13Implement subproject importBoris Kolpackov13-27/+29
2015-07-13Make subprojects list of name=subdir pairsBoris Kolpackov1-1/+1
2015-07-10Implement automatic subproject discoveryBoris Kolpackov8-3/+17
Currently we only capture their directories without the project names. We will need project names when we hook import search into this.
2015-07-08Implement automatic amalgamation discoveryBoris Kolpackov3-2/+2
2015-07-07Relax requirement on amalgamation src_root to track sub-projectBoris Kolpackov6-0/+23