aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/version/module.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-02-09Adapt version module to package dependency new representation syntaxKaren Arutyunov1-0/+1
2021-01-30Add std::{map, multimap} to types.hxxBoris Kolpackov1-3/+1
Seeing that std::map is becoming a common Buildfile variable type.
2020-09-29Add bootstrap distribution mode (!config.dist.bootstrap=true)Boris Kolpackov1-2/+0
In this mode the dist meta-operation does not load the project (but does bootstrap it) and adds all the source files into the distribution only ignoring files and directories that start with a dot. This mode is primarily meant for situation where the project cannot (yet) be loaded due to missing dependencies.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2020-01-29Rename module_base to module, redo module boot/init argument passingBoris Kolpackov1-1/+1
2019-08-01Move version build system module to separate libraryKaren Arutyunov1-0/+64