Commit Graph

469 Commits

Author SHA1 Message Date
tastytea 7c7d28b7bc
Store document in class variable. 2019-12-11 13:00:43 +01:00
tastytea 0431b4a8ca
Version bump 0.9.1.
continuous-integration/drone/push Build is passing Details
2019-12-04 07:20:37 +01:00
tastytea 9706327c37
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-12-02 16:10:17 +01:00
tastytea b6e7449a6a
Allow <title> to have arguments.
continuous-integration/drone/push Build is passing Details
Fixes title extraction on medium.com posts.
2019-12-02 15:57:56 +01:00
tastytea d264ead7f9
Version bump 0.9.0.
continuous-integration/drone/push Build is passing Details
2019-11-30 03:51:22 +01:00
tastytea 8b95b43c45
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-11-28 09:52:21 +01:00
tastytea 970fb1486a
Add rofi export to documentation.
continuous-integration/drone/push Build is passing Details
2019-11-28 09:45:23 +01:00
tastytea cce04a60d9
Fix path in rofi script. 2019-11-28 09:33:27 +01:00
tastytea 4ac61852ed
Add test for rofi export.
continuous-integration/drone/push Build is passing Details
2019-11-28 09:22:03 +01:00
tastytea bce12ae53b
Add remwharead-rofi. 2019-11-28 09:04:07 +01:00
tastytea ad676bbc13
Add rofi export. 2019-11-28 09:03:52 +01:00
tastytea f8fd9b8c6d
Add text_to_string(). 2019-11-28 09:03:38 +01:00
tastytea 138170975a
Add list.hpp to remwharead.hpp. 2019-11-28 05:08:39 +01:00
tastytea 6c5328595f
Add example for mass-deletion.
continuous-integration/drone/push Build is passing Details
2019-11-28 02:26:02 +01:00
tastytea 21db0f3a62
Turn examples into codeblocks. 2019-11-28 02:26:02 +01:00
tastytea bf735b7654
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-11-28 01:27:36 +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 3cb491ccc9
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-11-27 23:31:50 +01:00
tastytea 859154a3e9
Add test for link export.
continuous-integration/drone/push Build is passing Details
2019-11-27 21:58:13 +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 e544ccb031
Version bump 0.8.6.
continuous-integration/drone/push Build is passing Details
2019-11-27 09:29:39 +01:00
tastytea 17f0398b1f
Merge branch 'develop' into main 2019-11-27 09:19:51 +01:00
tastytea e1ad1a3588
Replace deprecated timelocal() with mktime().
continuous-integration/drone/push Build is passing Details
2019-11-27 02:11:30 +01:00
tastytea b585a543fb
Cosmetic: Move const up. 2019-11-09 22:37:09 +01:00
tastytea 91fc599ec5
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-11-09 12:54:36 +01:00
tastytea 8564e5496f
Explain Hunter in greater detail.
continuous-integration/drone/push Build is passing Details
2019-11-09 12:25:08 +01:00
tastytea 4ea24f0101
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-11-06 12:59:42 +01:00
tastytea 693580a44a
Add support for Hunter package manager.
continuous-integration/drone/push Build is passing Details
2019-11-06 12:58:26 +01:00
tastytea 37f6da6710
[[nodiscard]] all the functions.
continuous-integration/drone/push Build is passing Details
2019-10-30 08:51:07 +01:00
tastytea 32cf647131
Nest namespaces. 2019-10-30 08:06:12 +01:00
tastytea 382c35856e
Switch to C++17, but support g++-6 / clang++-6.
continuous-integration/drone/push Build is passing Details
2019-10-30 07:49:12 +01:00
tastytea 47d89ce01a
Enable -Wmissing-declarations. 2019-10-30 07:48:50 +01:00
tastytea a5ec7609f9
Fix/supress clang-tidy warnings in Mozilla-wrapper. 2019-10-30 07:47:39 +01:00
tastytea e8f0156296
Do not terminate before all threads are joined. 2019-10-30 06:54:40 +01:00
tastytea 6b5a6c4b85
Move debug compiler flags into CMake module.
continuous-integration/drone/push Build is passing Details
2019-10-30 05:26:48 +01:00
tastytea cada434f2b
Default to Release build. 2019-10-30 05:04:00 +01:00
tastytea 6a9d96c208
Remove spaces betweeen `if` and `(` in root CMake file. 2019-10-30 04:58:59 +01:00
tastytea 3a30cedfb6
Fix indentation of root CMake recipe. 2019-10-30 04:50:11 +01:00
tastytea 6ff101370e
Require at least CMake 3.9. 2019-10-30 04:48:12 +01:00
tastytea bd60a4970d
Specify different indentation for CMake files in EditorConfig. 2019-10-30 04:46:15 +01:00
tastytea e40140fb03
Remove unnecessary const in function declaration.
continuous-integration/drone/push Build is passing Details
2019-10-28 06:46:58 +01:00
tastytea ea585751fc
Fix typo in NOLINT-comment. 2019-10-28 06:46:34 +01:00
tastytea eb77d8fc75
Implement all special member functions for ExportBase. 2019-10-28 06:46:08 +01:00
tastytea 46c7ab4a82
Reduce unnecessary indentation.
continuous-integration/drone/push Build is passing Details
2019-10-28 03:04:25 +01:00
tastytea e63a1c65c9
Merge branch 'develop' into main
continuous-integration/drone/push Build is passing Details
2019-10-27 23:49:22 +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 0a1396fc25
Mark `URI::archive()` const. 2019-10-27 20:38:58 +01:00
tastytea ff7b6338a0
Replace `Poco::Path::dataHome()` with `get_data_home()`.
continuous-integration/drone/push Build is passing Details
`Poco::Path::dataHome()` does not follow the XDG Base Directory Specification.
2019-10-27 07:21:18 +01:00
tastytea 253047c0b5
CI: Prepare rpm build.
continuous-integration/drone/push Build is passing Details
I couldn't find poco anywhere in the repos or EPEL.
2019-10-27 07:11:08 +01:00
tastytea 9937ecf5b0
CI: Compile with g++-7 instead of 8.
continuous-integration/drone/push Build is passing Details
2019-10-27 05:06:12 +01:00