aboutsummaryrefslogtreecommitdiff
path: root/libbutl/b.cxx
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-0/+2
2022-12-12Add support for omitting sub-projects from b_info() resultKaren Arutyunov1-9/+18
2022-10-27Suppress bogus GCC 12 -Wrestrict warningBoris Kolpackov1-2/+2
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-49/+9
2021-08-18Add b_info() overload that returns information for multiple projectsKaren Arutyunov1-33/+77
2021-08-02Add version_string, list of modules to b_info() resultBoris Kolpackov1-10/+27
2020-10-01Add ext_mods parameter to b_info()Karen Arutyunov1-0/+2
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-08-22Quote directory paths in buildspecsKaren Arutyunov1-1/+1
2019-08-07Add -s option to `b info` command run by b_info()Karen Arutyunov1-0/+1
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-4/+4
2019-01-26Fix b_info() failing for stub packagesKaren Arutyunov1-1/+1
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-16Add b_info() that runs `b info` command and parses and returns build2 project...Karen Arutyunov1-0/+287