aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/utility-installed.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-05Add support for automatic importing of libbuild2 of installed caseBoris Kolpackov1-0/+4
2019-10-14Implement MSVC installation discovery for version 15 (2017) and laterKaren Arutyunov1-1/+1
In particular, this removes the requirement to build from the Visual Studio command prompt. Note that since MSVC compiler binaries are target-specific (i.e., there are no -m32/-m64 options nor something like /MACHINE), in this case we default to a 64-bit build (a 32-bit build can still be achieved by running from a suitable command prompt). Finally, this mechanism is also used to find Clang bundled with MSVC.
2019-08-30Make build_installed constBoris Kolpackov1-1/+1
2019-08-28Redo build_installed without requiring linking whole archiveBoris Kolpackov1-9/+1
2019-08-26Implement auto-import of development build2 buildBoris Kolpackov1-0/+24