aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-24 13:33:01 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-25 13:38:41 +0300
commitfe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea (patch)
treeaf89684406dbb6b6f13bd74e9b09cf76eb6d6ebd /bdep/project.hxx
parent5f85dd75c096b57a085737a8164099cb1ef19181 (diff)
Implement bdep-ci command
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index 4047dc5..e508374 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -43,6 +43,7 @@ namespace bdep
// package_name
//
using bpkg::package_name;
+ using package_names = vector<package_name>;
#pragma db value(package_name) type("TEXT") options("COLLATE NOCASE")
@@ -219,6 +220,13 @@ namespace bdep
//
void
verify_project_packages (const project_packages&, const configurations&);
+
+ // Determine the version of a package in the specified configuration.
+ //
+ standard_version
+ package_version (const common_options&,
+ const dir_path& cfg,
+ const package_name&);
}
#endif // BDEP_PROJECT_HXX