aboutsummaryrefslogtreecommitdiff
path: root/build2/file.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-04-19Redesign src/out scopingBoris Kolpackov1-39/+30
We no longer enter paths from the src tree into scope map. Instead, targets from the src tree now include their out tree directory (in essence their "configuration"). This is then used to find a target's scope. See the comment in class target for details. The result of this change is that we can now again build multiple configurations (out trees) for same project at once.
2016-04-11Adjust abs_dir_path usage to take advantage of inheritanceBoris Kolpackov1-1/+1
2016-04-11New configuration logic, iteration 1Boris Kolpackov1-28/+7
2016-04-05Make name::pair char againBoris Kolpackov1-0/+3
The plan is to represent scope/target-qualified variables as ':'-style pairs.
2016-04-05Implement --buildfile option, overrides default buildfile, supports '-'Boris Kolpackov1-5/+14
2016-03-31Clean up variable lookup interfacesBoris Kolpackov1-7/+6
2016-03-31Set part of variable override implementationBoris Kolpackov1-4/+10
2016-03-30Minor parser interface reworkBoris Kolpackov1-4/+6
2016-03-28Add variable cast from lookupBoris Kolpackov1-8/+8
2016-03-28New variable architectureBoris Kolpackov1-87/+125
2016-03-28Enable @-delimited pairs mode everywhereBoris Kolpackov1-7/+5
2016-03-28Add few notes, comment cleanupsBoris Kolpackov1-0/+2
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-13/+13
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-2/+0
2016-01-25Add support for searching subprojects of amalgamation for imported projectsBoris Kolpackov1-33/+51
Currently only top-level subproject are considered.
2016-01-23Cleanup absolute/relative path diagnostics by introducing stream verbosityBoris Kolpackov1-4/+2
2016-01-21Rename equal token to assign, etcBoris Kolpackov1-3/+3
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+980