aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/filesystem.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-12-12Adapt to dir_iterator API changeKaren Arutyunov1-1/+1
2022-11-18Complete low verbosity diagnostics reworkBoris Kolpackov1-38/+28
2022-11-16Initial low verbosity diagnostics reworkBoris Kolpackov1-8/+51
2021-11-23Add support for dynamic dependencies in ad hoc Buildscript recipesBoris Kolpackov1-0/+55
Specifically, add the new `depdb dyndep` builtin that can be used to extract dynamic dependencies from a program run or a file. For example: obje{hello.o}: cxx{hello} {{ s = $path($<[0]) depdb dyndep $cxx.poptions $cc.poptions --what=header --default-prereq-type=h -- $cxx.path $cxx.poptions $cc.poptions $cxx.mode -M -MG $s diag c++ ($<[0]) o = $path($>) $cxx.path $cxx.poptions $cc.poptions $cc.coptions $cxx.coptions $cxx.mode -o $o -c $s }} Currently only the `make` dependency format is supported.
2020-11-02Set executable bit for ad hoc buildscript rule executable target on POSIXKaren Arutyunov1-0/+26
2020-08-17Add mvfile() filesystem utility functionBoris Kolpackov1-0/+21
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-23Introduce notion of build contextBoris Kolpackov1-11/+17
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-07-01Split build system into library and driverBoris Kolpackov1-0/+274