aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/link.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-04-26Add imported library rpaths before user-supplied0.3.0Boris Kolpackov1-9/+13
This way we don't accidentally prefer old (installed) versions.
2016-04-22Clarify few @@ notesBoris Kolpackov1-1/+1
2016-04-19Redesign src/out scopingBoris Kolpackov1-11/+17
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-03-31Clean up variable lookup interfacesBoris Kolpackov1-2/+2
2016-03-28Clean up variable usageBoris Kolpackov1-6/+8
2016-03-28Add variable cast from lookupBoris Kolpackov1-15/+15
2016-03-28New variable architectureBoris Kolpackov1-15/+15
2016-03-16Change prerequisite cleaning "limit" from subdirectories to same projectBoris Kolpackov1-4/+4
One day we will get this right.
2016-03-14Add support for guessing ar/ranlib signaturesBoris Kolpackov1-1/+6
2016-03-14Don't pass -rpath on update for installBoris Kolpackov1-6/+35
2016-03-11Implement --config-{guess,sub} optionsBoris Kolpackov1-3/+0
2016-03-10Rename cxx.host.* to cxx.target.*Boris Kolpackov1-3/+3
2016-03-09Use depdb in cxx.link ruleBoris Kolpackov1-30/+147
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-1/+1
2016-02-14Revert back to only cleaning targets in subdirectoriesBoris Kolpackov1-9/+4
Cleaning everything as long as it is in the same strong amalgamation had some undesirable side effects. For example, in bpkg, upgrading a package (which requires clean/reconfigure) led to all its prerequisite being cleaned as well and then rebuilt. That was very surprising.
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-6/+0
2016-01-27Add support for Mingw32 target, also config.bin.ar, config.bin.ranlibBoris Kolpackov1-12/+49
2016-01-27Add support for Mac OS target (-dynamiclib, -install_name, @rpath, .dylib)Boris Kolpackov1-30/+68
2016-01-27Rework default extension derivation, againBoris Kolpackov1-14/+11
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+875