summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix the issue of h5dump fails to print full precisionkmu2016-09-271-1/+1
|
* Merge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to ↵Neil Fortner2016-09-231-1/+5
|\ | | | | | | | | | | | | develop * commit '748d6f318c5ebe4fa7ee5d8e4ca2681d69792b70': Change check for number of dimensions for old-style arrays in datatype decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
| * Merge branch 'develop' into talos-0179Neil Fortner2016-09-2319-58/+2228
| |\
| * | Change check for number of dimensions for old-style arrays in datatype ↵Neil Fortner2016-09-081-1/+5
| | | | | | | | | | | | decoding routine from an assertion to an if/HGOTO_ERROR check, since it is inappropriate to assert the contents of a file will be what we expect.
* | | Merge pull request #41 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0177 to ↵Neil Fortner2016-09-231-25/+74
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '866d17f57f47414b6e778d63fcdcc2a82b208683': Fix bug in "nooptype" decode in fix for TALOS-0177. Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
| * \ \ Merge branch 'develop' into talos-0177Neil Fortner2016-09-2319-58/+2228
| |\ \ \ | | | |/ | | |/|
| * | | Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-09-091-1/+1
| | | |
| * | | Fix issues in H5Znbit.c where the decompression algorithm would not check ↵Neil Fortner2016-09-081-24/+73
| | |/ | |/| | | | | | | the compressed data for validity, potentially causing a buffer overflow.
* | | Merge pull request #40 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0176 to ↵Neil Fortner2016-09-231-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '62d7562fbd6c6f9f2892cc9a3894f5a68a2b6fdc': Replace assertion in H5O_dtype_decode_helper for number of array dimensions with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
| * \ \ Merge branch 'develop' into talos-0176Neil Fortner2016-09-2319-58/+2228
| |\ \ \ | | | |/ | | |/|
| * | | Replace assertion in H5O_dtype_decode_helper for number of array dimensions ↵Neil Fortner2016-09-011-1/+2
| | |/ | |/| | | | | | | with a check and error. The assertion was inappropriate because it is operating on data read from the file, which the library does not always have direct control of.
* | | Merge pull request #38 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-214-1/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '583af563d9f7eb8cedba6a8bb12d3218f55addf6': Add missing target depends command Correct clear objects working dir
| * | | Add missing target depends commandAllen Byrne2016-09-212-0/+5
| | | |
| * | | Correct clear objects working dirAllen Byrne2016-09-212-1/+3
|/ / /
* | | Merge pull request #37 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-212-34/+99
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bc1d833a80190a83bb11151f2d60035acdae3d2c': Fix typo Add missing SH to target name Add gen file technique to HL and test fortran libraries
| * | | Fix typoAllen Byrne2016-09-211-1/+1
| | | |
| * | | Add missing SH to target nameAllen Byrne2016-09-211-1/+1
| | | |
| * | | Add gen file technique to HL and test fortran librariesAllen Byrne2016-09-212-35/+100
|/ / /
* | | Merge pull request #35 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-201-6/+39
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '60adc706e6c8bdee4a2e9a7c211f2f2a12dfc355': Add WORKING_DIR to command Add target depends require separate folders
| * | | Add WORKING_DIR to commandAllen Byrne2016-09-201-0/+2
| | | |
| * | | Add target depends require separate foldersAllen Byrne2016-09-201-6/+37
|/ / /
* | | Merge pull request #34 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-201-7/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '347501aba2962691988e73ddb1b384397e507a80': Add another source property Update generated files commands and properties
| * | | Add another source propertyAllen Byrne2016-09-201-0/+1
| | | |
| * | | Update generated files commands and propertiesAllen Byrne2016-09-201-7/+6
|/ / /
* | | Merge pull request #33 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-201-37/+20
|\ \ \ | | | | | | | | | | | | | | | | * commit 'e9d582a034b68a4b4485e2c71c089d9e52b63d52': Chage command proces to generate file before use.
| * | | Chage command proces to generate file before use.Allen Byrne2016-09-201-37/+20
|/ / /
* | | Merge pull request #31 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-192-29/+1
|\ \ \ | |_|/ |/| | | | | | | | * commit 'ef2e93d23988b44c663b6df583edecd2e604f009': Eliminate unreferenced local variable warning
| * | Eliminate unreferenced local variable warningAllen Byrne2016-09-192-29/+1
|/ /
* | Merge pull request #29 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-191-2/+2
|\ \ | | | | | | | | | | | | * commit 'c635d463115efdd60bbcd9654644d6b298fd7cd3': Add missing command to set shared generated file
| * | Add missing command to set shared generated fileAllen Byrne2016-09-191-2/+2
|/ /
* | Merge pull request #27 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-193-2/+39
|\ \ | | | | | | | | | | | | | | | * commit '3585b373508ca5ea940fbf6e7d0ffeed1968a6bf': Add default site names Separate fortran generation into static and shared folders.
| * | Add default site namesAllen Byrne2016-09-162-0/+14
| | |
| * | Separate fortran generation into static and shared folders.Allen Byrne2016-09-161-2/+25
|/ /
* | Merge pull request #26 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-161-3/+3
|\ \ | | | | | | | | | | | | * commit 'bea6ab9ea44eab3503e7fc3c6f1e7ea0d7c1557a': Revert to using old set command
| * | Revert to using old set commandAllen Byrne2016-09-161-3/+3
|/ /
* | Merge pull request #25 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-161-3/+3
|\ \ | | | | | | | | | | | | * commit '6a3551eba007e826968361d3525cfa2b9139e553': Change string to list - older usage
| * | Change string to list - older usageAllen Byrne2016-09-161-3/+3
|/ /
* | Merge pull request #23 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-156-41/+242
|\ \ | | | | | | | | | | | | | | | | | | * commit '1963f50928089c0ec4a1ff11d54f652a4ab0a498': Add option to submit to Cdash Change UPDATE_TYPE to git Update CMake java functions
| * | Add option to submit to CdashAllen Byrne2016-09-152-0/+16
| | |
| * | Change UPDATE_TYPE to gitAllen Byrne2016-09-151-1/+1
| | |
| * | Update CMake java functionsAllen Byrne2016-09-153-40/+225
|/ /
* | Merge pull request #11 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cppapi:develop ↵Binh-Minh Ribler2016-09-072-5/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Purpose: Code cleanup Description: - Used FP_EPSILON in comparing float values to verify read data - Casted C macro to fix mismatched types in verify_val calls Platforms tested: Linux/32 2.6 (jam), Linux/64 (platypus), Darwin (osx1010test) * commit '478f771243b4e7b7c416dde22b5dcde13e1f3541': Purpose: Code cleanup Description: - Used FP_EPSILON in comparing float values to verify read data - Casted C macro to fix mismatched types in verify_val calls Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
| * | Purpose: Code cleanupBinh-Minh Ribler2016-09-022-5/+22
| |/ | | | | | | | | | | | | | | | | | | Description: - Used FP_EPSILON in comparing float values to verify read data - Casted C macro to fix mismatched types in verify_val calls Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* | Merge pull request #18 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2016-09-061-1/+1
|\ \ | | | | | | | | | | | | * commit '03169f5b19e64ab568e13bc883ef5047542b632e': Restrict git commit hash in tar file names to first 7 characters with --short option.
| * | Restrict git commit hash in tar file names to first 7 characters withlrknox2016-09-061-1/+1
| | | | | | | | | | | | --short option.
* | | Merge pull request #17 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-061-6/+6
|\ \ \ | |/ / |/| | | | | | | | * commit '9bcb5305db7226d06076aef5aada8c07fff1c41c': Add longer timeout to cache tests - test has consistently exceeded default timing.
| * | Add longer timeout to cache tests - test has consistently exceededAllen Byrne2016-09-061-6/+6
|/ / | | | | default timing.
* | Merge pull request #14 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2016-09-021-3/+3
|\ \ | | | | | | | | | | | | * commit '49ea5bd2a9f23d53f94377457376c91f51e1d287': Removed -p option from invocation of autogen.sh by h5vers script to allow running h5vers on machines without /usr/hdf/bin/AUTOTOOLS.
| * \ Merge branch 'develop' of ↵lrknox2016-09-020-0/+0
| |\ \ | |/ / |/| | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
* | | Merge pull request #12 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2016-09-025-0/+936
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '1bad18cc24e0108dea2a9e48402bba9d32e3b96c': Add bin/pkgscrpts files to MANIFEST. dd bin/pkgscrpts directory with scripts to package deployed unix binaries into tarfiles.