Commit Graph

453 Commits

Author SHA1 Message Date
3fe1e78af4
Add --delete, to delete URIs from the database.
All checks were successful
continuous-integration/drone/push Build is passing
Closes #5.
2019-11-28 00:56:20 +01:00
3cb491ccc9
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-27 23:31:50 +01:00
859154a3e9
Add test for link export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-27 21:58:13 +01:00
45668b6c9f
Add export: link.
A plain list of links, separated by newline. Closes #2.
2019-11-27 21:53:48 +01:00
e544ccb031
Version bump 0.8.6.
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-27 09:29:39 +01:00
17f0398b1f
Merge branch 'develop' into main 2019-11-27 09:19:51 +01:00
e1ad1a3588
Replace deprecated timelocal() with mktime().
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-27 02:11:30 +01:00
b585a543fb
Cosmetic: Move const up. 2019-11-09 22:37:09 +01:00
91fc599ec5
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-09 12:54:36 +01:00
8564e5496f
Explain Hunter in greater detail.
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-09 12:25:08 +01:00
4ea24f0101
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-06 12:59:42 +01:00
693580a44a
Add support for Hunter package manager.
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-06 12:58:26 +01:00
37f6da6710
[[nodiscard]] all the functions.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-30 08:51:07 +01:00
32cf647131
Nest namespaces. 2019-10-30 08:06:12 +01:00
382c35856e
Switch to C++17, but support g++-6 / clang++-6.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-30 07:49:12 +01:00
47d89ce01a
Enable -Wmissing-declarations. 2019-10-30 07:48:50 +01:00
a5ec7609f9
Fix/supress clang-tidy warnings in Mozilla-wrapper. 2019-10-30 07:47:39 +01:00
e8f0156296
Do not terminate before all threads are joined. 2019-10-30 06:54:40 +01:00
6b5a6c4b85
Move debug compiler flags into CMake module.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-30 05:26:48 +01:00
cada434f2b
Default to Release build. 2019-10-30 05:04:00 +01:00
6a9d96c208
Remove spaces betweeen if and ( in root CMake file. 2019-10-30 04:58:59 +01:00
3a30cedfb6
Fix indentation of root CMake recipe. 2019-10-30 04:50:11 +01:00
6ff101370e
Require at least CMake 3.9. 2019-10-30 04:48:12 +01:00
bd60a4970d
Specify different indentation for CMake files in EditorConfig. 2019-10-30 04:46:15 +01:00
e40140fb03
Remove unnecessary const in function declaration.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-28 06:46:58 +01:00
ea585751fc
Fix typo in NOLINT-comment. 2019-10-28 06:46:34 +01:00
eb77d8fc75
Implement all special member functions for ExportBase. 2019-10-28 06:46:08 +01:00
46c7ab4a82
Reduce unnecessary indentation.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-28 03:04:25 +01:00
e63a1c65c9
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-27 23:49:22 +01:00
b23347f61a
Do the archiving parallel to the fetching.
All checks were successful
continuous-integration/drone/push Build is passing
Potentially halves the time needed.
2019-10-27 20:43:32 +01:00
0a1396fc25
Mark URI::archive() const. 2019-10-27 20:38:58 +01:00
ff7b6338a0
Replace Poco::Path::dataHome() with get_data_home().
All checks were successful
continuous-integration/drone/push Build is passing
`Poco::Path::dataHome()` does not follow the XDG Base Directory Specification.
2019-10-27 07:21:18 +01:00
253047c0b5
CI: Prepare rpm build.
All checks were successful
continuous-integration/drone/push Build is passing
I couldn't find poco anywhere in the repos or EPEL.
2019-10-27 07:11:08 +01:00
9937ecf5b0
CI: Compile with g++-7 instead of 8.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-27 05:06:12 +01:00
e1ee5d7b37
Remove dependency on libxdg-basedir and pkg-config. 2019-10-27 05:05:51 +01:00
cae1d99f9a
Add missing header.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-25 06:01:14 +02:00
d821a9310f
Add virtual destructor to ExportBase. 2019-10-25 06:00:56 +02:00
f8040f4803
Make type conversions explicit. 2019-10-25 06:00:36 +02:00
7c2e33949b
Add more warnings to compiler flags. 2019-10-25 05:59:13 +02:00
d19dc71e3a
Version bump 0.8.5.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-15 16:01:18 +02:00
bee3001901
Put = between options and arguments in manpage. 2019-10-15 15:59:26 +02:00
869fb59be6
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-15 15:34:26 +02:00
d8102b017e
Cut descriptions at 500 characters.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-15 15:10:39 +02:00
2b9768a5a9
Provide help for specific arguments (--help=option).
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-10 14:36:59 +02:00
43d9e3947a
Disable clang-tidy warnings I can't do anything about.
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-08 18:03:27 +02:00
61aa6b4653
Removed alias DB = Database.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-30 13:24:00 +02:00
2c4fb47f63
Changed namespace-indentation and header order. 2019-09-30 13:23:45 +02:00
714cad1a53
Merge branch 'develop' into main
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-29 07:04:35 +02:00
e486be3a2a
Add test for RSS export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-29 06:23:51 +02:00
019085cb73
Add test for JSON export. 2019-09-29 06:20:52 +02:00