mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Tidied repository with other small changes
This commit is contained in:
parent
c1ca0524f1
commit
5819c76289
9 changed files with 10 additions and 5 deletions
1
include/argparse
Symbolic link
1
include/argparse
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../modules/argparse/include/argparse
|
||||
|
|
@ -16,6 +16,7 @@ namespace gdpm::cache {
|
|||
string table_name = GDPM_PACKAGE_CACHE_TABLENAME;
|
||||
};
|
||||
|
||||
bool exists(const params& = params());
|
||||
error create_package_database(bool overwrite = false, const params& = params());
|
||||
error insert_package_info(const package::info_list& packages, const params& = params());
|
||||
result_t<package::info_list> get_package_info_by_id(const package::id_list& package_ids, const params& = params());
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
#include <variant>
|
||||
#include <future>
|
||||
#include <any>
|
||||
#include <algorithm>
|
||||
|
||||
namespace gdpm{
|
||||
class error;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ namespace gdpm::version{
|
|||
int major = 0;
|
||||
int minor = 0;
|
||||
int patch = 0;
|
||||
string commit = "";
|
||||
string description = "";
|
||||
};
|
||||
|
||||
std::string to_string(const context& context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue