Refactor higher level code into TorrentRead class
This also addresses the issue with paths of more than 1 item so all torrents should now work and adds some error reporting through exceptions
This commit is contained in:
parent
3e2cfb3b37
commit
50f33300be
10 changed files with 350 additions and 47 deletions
|
@ -3,7 +3,7 @@ project('ducktorrent', 'cpp',
|
|||
meson_version: '>=0.63.0',
|
||||
default_options: [
|
||||
'buildtype=release',
|
||||
'cpp_std=gnu++20',
|
||||
'cpp_std=gnu++23',
|
||||
'b_ndebug=if-release',
|
||||
'c_std=c99',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue