Skip to content

Commit

Permalink
extract directory index iterator to dedicated file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed Dec 20, 2021
1 parent 135517c commit f8bab56
Show file tree
Hide file tree
Showing 8 changed files with 461 additions and 360 deletions.
4 changes: 3 additions & 1 deletion meson.build
Expand Up @@ -3,7 +3,7 @@ project(
['c'],
default_options : [
'c_std=c18',
'optimization=2',
'optimization=0',
'werror=true',
'warning_level=3'
],
Expand All @@ -17,6 +17,7 @@ hsqs_hdr = [
'src/context/compression_options_context.h',
'src/context/content_context.h',
'src/iterator/directory_iterator.h',
'src/iterator/directory_index_iterator.h',
'src/context/inode_context.h',
'src/context/metablock_context.h',
'src/context/metablock_stream_context.h',
Expand Down Expand Up @@ -60,6 +61,7 @@ hsqs_src = [
'src/context/compression_options_context.c',
'src/context/content_context.c',
'src/iterator/directory_iterator.c',
'src/iterator/directory_index_iterator.c',
'src/context/inode_context.c',
'src/context/metablock_context.c',
'src/context/metablock_stream_context.c',
Expand Down

0 comments on commit f8bab56

Please sign in to comment.