aboutsummaryrefslogtreecommitdiff
path: root/build2/prerequisite.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-07-30Make project variable to be of project_name typeKaren Arutyunov1-2/+0
2018-06-28Implement support for excluded and ad hoc prerequisitesBoris Kolpackov1-0/+25
The inclusion/exclusion is controlled via the 'include' prerequisite-specific variable. Valid values are: false - exclude true - include adhoc - include but treat as an ad hoc input For example: lib{foo}: cxx{win32-utility}: include = ($cxx.targe.class == 'windows') exe{bar}: libs{plugin}: include = adhoc
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-01-05Add support for variable aliasesBoris Kolpackov1-1/+1
2017-12-16Split stream verbosity into components (path, extension)Boris Kolpackov1-1/+1
Use to make sure structured result output always contains absolute target path.
2017-11-09Initial support for prerequisite-specific variables, use for bin.wholeBoris Kolpackov1-1/+20
2017-05-01Add hxx extension for headersKaren Arutyunov1-5/+5
2017-03-02Implement parallel matchBoris Kolpackov1-2/+2
2017-02-13Implement target_set locking, including extension updateBoris Kolpackov1-1/+7
2017-02-13Store extension in target map key rather than in targetBoris Kolpackov1-1/+1
This is in preparation for locking its modification/access.
2017-01-23Go back to storing scope instead of target in prerequisiteBoris Kolpackov1-22/+6
Turns out this was semantically the right way to do it.
2017-01-20Remove prerequisite caching in scopeBoris Kolpackov1-45/+33
We don't share them often and those that are shared (e.g., cxx{} in obja/objs{}) are lightweight (SOO).
2017-01-19Get rid of extension_poolBoris Kolpackov1-6/+11
2017-01-19Get rid of project_name_poolBoris Kolpackov1-3/+6
With small string optimizations this is most likely a hindrance rather that an optimization.
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-04-21Use hash map/set for targets/prerequisites to resolve key change issueBoris Kolpackov1-3/+2
2016-04-19Redesign src/out scopingBoris Kolpackov1-1/+4
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-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-1/+1
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-5/+3
2016-01-23Cleanup absolute/relative path diagnostics by introducing stream verbosityBoris Kolpackov1-6/+16
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+82