-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
45 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ use strict; | |
# If you do not have access to either file, you may request a copy from | ||
# [email protected]. | ||
# | ||
# Robb Matzke | ||
# 17 July 1998 | ||
|
||
### Purpose | ||
# Increments the hdf5 version number by changing the value of | ||
|
@@ -118,8 +116,9 @@ Usage: $prog [OPTS] [FILE] | |
as \"version 1.1 release 0 (pre1)\" will be printed. | ||
FILE | ||
The name of the file that contains version information. This is | ||
seldom necessary since files H5public.h, src/H5public.h and | ||
../src/H5public.h are automatically checked. | ||
seldom necessary since the file H5public.h is checked for current | ||
working directory at the top level, one level down, or in the src | ||
directory where H5public.h resides. | ||
EOF | ||
exit 1; | ||
} | ||
|
@@ -376,7 +375,7 @@ if ($H5_JAVA) { | |
my $version_string2 = sprintf("%d, %d, %d", @newver[0,1,2]); | ||
|
||
$data =~ s/\@version HDF5 .* <BR>/\@version HDF5 $version_string1 <BR>/; | ||
$data =~ s/ public final static int LIB_VERSION\[\] = \{ \d*, \d*, \d* \};/ public final static int LIB_VERSION[] = \{ $version_string2 \};/; | ||
$data =~ s/ public final static int LIB_VERSION\[\] = \{\d*,.\d*,.\d*\};/ public final static int LIB_VERSION[] = \{$version_string2\};/; | ||
|
||
write_file($H5_JAVA, $data); | ||
} | ||
|
@@ -393,7 +392,7 @@ if ($TESTH5_JAVA) { | |
my $version_string1 = sprintf("%d, %d, %d", @newver[0,1,2]); | ||
my $version_string2 = sprintf("int majnum = %d, minnum = %d, relnum = %d", @newver[0,1,2]); | ||
|
||
$data =~ s/ int libversion\[\] = \{ .* \};/ int libversion\[\] = \{ $version_string1 \};/; | ||
$data =~ s/ int libversion\[\] = \{.*\};/ int libversion\[\] = \{$version_string1\};/; | ||
$data =~ s/ int majnum = \d*, minnum = \d*, relnum = \d*;/ $version_string2;/; | ||
|
||
write_file($TESTH5_JAVA, $data); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,10 @@ | |
# | ||
# This file is part of HDF4. The full HDF4 copyright notice, including | ||
# terms governing use, modification, and redistribution, is contained in | ||
# the files COPYING and Copyright.html. COPYING can be found at the root | ||
# of the source code distribution tree; Copyright.html can be found at the | ||
# root level of an installed copy of the electronic HDF4 document set and | ||
# is linked from the top-level documents page. It can also be found at | ||
# http://hdfgroup.org/HDF4/doc/Copyright.html. If you do not have | ||
# access to either file, you may request a copy from [email protected]. | ||
# the COPYING file, which can be found at the root of the source code | ||
# distribution tree, or in https://www.hdfgroup.org/licenses. | ||
# If you do not have access to either file, you may request a copy from | ||
# [email protected]. | ||
# | ||
|
||
use warnings; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,10 @@ | |
# | ||
# This file is part of HDF4. The full HDF4 copyright notice, including | ||
# terms governing use, modification, and redistribution, is contained in | ||
# the files COPYING and Copyright.html. COPYING can be found at the root | ||
# of the source code distribution tree; Copyright.html can be found at the | ||
# root level of an installed copy of the electronic HDF4 document set and | ||
# is linked from the top-level documents page. It can also be found at | ||
# http://hdfgroup.org/HDF4/doc/Copyright.html. If you do not have | ||
# access to either file, you may request a copy from [email protected]. | ||
# the COPYING file, which can be found at the root of the source code | ||
# distribution tree, or in https://www.hdfgroup.org/licenses. | ||
# If you do not have access to either file, you may request a copy from | ||
# [email protected]. | ||
# | ||
|
||
use warnings; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,6 @@ use warnings; | |
# If you do not have access to either file, you may request a copy from | ||
# [email protected]. | ||
# | ||
# Quincey Koziol | ||
# 9 Aug 2013 | ||
# | ||
# Purpose: Given an input file containing the output from a build of the | ||
# library, gather the file names and line numbers, alias | ||
# identical types of warnings together into a single bin and | ||
|