Commit Graph

42 Commits

Author SHA1 Message Date
tastytea 0b32de2846
Add .clang-format. 2020-10-31 13:01:53 +01:00
tastytea 8a4f518cb9
Fix clang-tidy warnings.
continuous-integration/drone/push Build is passing Details
2020-01-27 06:32:28 +01:00
tastytea bb5d9cecad
Change namespace of version. 2020-01-27 04:50:33 +01:00
tastytea ad676bbc13
Add rofi export. 2019-11-28 09:03:52 +01:00
tastytea 3fe1e78af4
Add `--delete`, to delete URIs from the database.
continuous-integration/drone/push Build is passing Details
Closes #5.
2019-11-28 00:56:20 +01:00
tastytea 45668b6c9f
Add export: link.
A plain list of links, separated by newline. Closes #2.
2019-11-27 21:53:48 +01:00
tastytea e8f0156296
Do not terminate before all threads are joined. 2019-10-30 06:54:40 +01:00
tastytea 46c7ab4a82
Reduce unnecessary indentation.
continuous-integration/drone/push Build is passing Details
2019-10-28 03:04:25 +01:00
tastytea b23347f61a
Do the archiving parallel to the fetching.
continuous-integration/drone/push Build is passing Details
Potentially halves the time needed.
2019-10-27 20:43:32 +01:00
tastytea 2b9768a5a9
Provide help for specific arguments (--help=option).
continuous-integration/drone/push Build is passing Details
2019-10-10 14:36:59 +02:00
tastytea 2c4fb47f63
Changed namespace-indentation and header order. 2019-09-30 13:23:45 +02:00
tastytea f48b07f323
Refactored for better readability.
continuous-integration/drone/push Build is passing Details
Ran clang-tidy over the code, took most of the advice.
2019-09-25 03:58:29 +02:00
tastytea b4fb62b15a
Add readability-newline.
continuous-integration/drone/push Build is passing Details
2019-09-23 19:28:19 +02:00
tastytea c484800f6d
Improved short help for --export. 2019-09-23 03:16:58 +02:00
tastytea c9b82fd774
Added RSS export.
continuous-integration/drone/push Build is passing Details
2019-09-06 00:53:58 +02:00
tastytea fdca73532f
Add JSON export. 2019-09-03 17:50:14 +02:00
tastytea 3b29caaa54
Changed error codes again.
continuous-integration/drone/push Build is passing Details
2019-08-09 13:11:50 +02:00
tastytea aa622e7cc9
Moved threading into library.
continuous-integration/drone/push Build is passing Details
2019-08-09 00:42:27 +02:00
tastytea 6225f4815b
Updated error codes in manpage and corrected bug in example. 2019-08-08 21:25:22 +02:00
tastytea 0df8e69c88
Set the maximum number of threads to use dynamically.
continuous-integration/drone/push Build is passing Details
The formula is reported_number_of_threads / 3 + 1. Each thread works on at least
50 entries.
2019-08-08 19:06:57 +02:00
tastytea cc4bc18062
Link pthread into binary.
continuous-integration/drone/push Build is passing Details
2019-08-08 17:42:23 +02:00
tastytea 14ec7638e8
Use up to 2 threads for searching.
continuous-integration/drone/push Build is failing Details
2019-08-08 15:41:32 +02:00
tastytea c0d10423ba
Changed vector<Database::entry> to list<Database::entry>. 2019-08-08 15:19:42 +02:00
tastytea d946d25a5b
Re-enable --regex. Forgot to add the callback.
continuous-integration/drone/push Build is passing Details
2019-08-08 10:13:49 +02:00
tastytea fafb0c8aa1
Switched from vsqlite++ to POCO.
continuous-integration/drone/push Build is failing Details
2019-08-07 19:41:58 +02:00
tastytea 1fe59de7e4
Make exports possible again.
continuous-integration/drone/push Build is passing Details
The vector of entries was always empty after the refactoring.
2019-08-07 10:33:27 +02:00
tastytea 1b0fd8cd75
Made argument identifiers lowercase.
continuous-integration/drone/push Build is passing Details
2019-08-06 19:02:22 +02:00
tastytea 85675c8b98
Remove value from handle_info(). 2019-08-06 18:42:17 +02:00
tastytea e2eb8a1f41
Removed erroneous newline in --help output.
continuous-integration/drone/push Build is passing Details
2019-08-06 18:38:03 +02:00
tastytea a90faf7d11
Added PocoFoundation to fallback.
continuous-integration/drone/push Build is passing Details
2019-08-06 17:58:19 +02:00
tastytea 9c925e855d
Added fallback for incomplete Poco distributions.
continuous-integration/drone/push Build is failing Details
2019-08-06 17:35:12 +02:00
tastytea aedbebc6f6
Moved from popl to Poco for option parsing.
continuous-integration/drone/push Build is failing Details
2019-08-06 17:14:32 +02:00
tastytea 90fff35e0e
Added error handling to calls to archive service. 2019-08-06 12:40:52 +02:00
tastytea 862e90274e
Added error handling to http_extract. 2019-08-06 12:17:39 +02:00
tastytea 92eef4c64d
Transformed the search functions into a class.
Deleted unicode tests because they are covered by search tests.
2019-08-06 12:00:17 +02:00
tastytea b4e845a352
Updated CMake recipes and changed file structure.
continuous-integration/drone/push Build is failing Details
2019-08-03 22:27:08 +02:00
tastytea 083a08beb8
Re-ordered and reformatted cmake recipes.
continuous-integration/drone/push Build is passing Details
2019-07-30 07:52:37 +02:00
tastytea b3bb1f05f2
namespaced library.
continuous-integration/drone/push Build is passing Details
2019-07-27 09:59:43 +02:00
tastytea 8e40bea06e
Download popl.hpp into src/cli/ in Debian example and CI recipe.
continuous-integration/drone/push Build is failing Details
2019-07-26 21:20:34 +02:00
tastytea a66880c98d
Cosmetic changes. 2019-07-26 20:58:25 +02:00
tastytea dccf85b60d
Moved exports into subdirectory. 2019-07-26 20:58:25 +02:00
tastytea 7fb23ee207
Split code into library and cli. 2019-07-26 20:58:24 +02:00