Merge/port changes from develop back to 1.8 for tools and cmake

This commit is contained in:
Allen Byrne
2017-03-29 16:44:23 -05:00
parent 096aac122e
commit ba2cfde1fd
79 changed files with 2866 additions and 2002 deletions

View File

@@ -249,16 +249,17 @@ void parse_command_line(int argc,
usage();
h5diff_exit(EXIT_FAILURE);
}
options->count = atol( opt_arg );
options->count = HDstrtoull(opt_arg, NULL, 0);
break;
case 'N':
options->do_nans = 0;
break;
case 'c':
options->m_list_not_cmp = 1;
break;
case 'e':
options->use_system_epsilon = 1;
break;