HDFFV-8611 change h5repack to save the root group creation order

Added test and new arguments to control the the input file parsing.
This commit is contained in:
Allen Byrne
2017-05-22 13:10:40 -05:00
parent 8861b5a494
commit cdcef539a3
13 changed files with 191 additions and 44 deletions

View File

@@ -51,6 +51,10 @@ unsigned packed_data_length; /* length of packed bits to display */
unsigned long long packed_data_mask; /* mask in which packed bits to display */
int enable_error_stack= FALSE; /* re-enable error stack */
/* sort parameters */
H5_index_t sort_by = H5_INDEX_NAME; /*sort_by [creation_order | name] */
H5_iter_order_t sort_order = H5_ITER_INC; /*sort_order [ascending | descending] */
/* module-scoped variables */
static int h5tools_init_g; /* if h5tools lib has been initialized */