Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
2461caef8afFix typo and remove test only tools from exports
Allen ByrneAllen Byrne
06b2da91654Add namespace and export utils
Allen ByrneAllen Byrne
b00920b338aHDFFV-9961: Merge GIT ext lib option to 1.8
Vailin ChoiVailin Choi
48990d1a91bMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8) * commit '8b4633e99d6e447327526663acd30352b5840446': (29 commits) Correct usuage of cmake variable Correct name of windows variable Add STGZ to cpack generator list for OSX Add missing exists check from master project Check file length before compare 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 asser...
Allen ByrneAllen Byrne
8b4633e99d6MMerge pull request #68 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '4f90bb1732635e46b6dbfce0ebc697af3880ccb4': Correct usuage of cmake variable Correct name of windows variable
Allen ByrneAllen Byrne
4f90bb17326Correct usuage of cmake variable
Allen ByrneAllen Byrne
0815385a1a4Correct name of windows variable
Allen ByrneAllen Byrne
dffdbee275bMMerge pull request #66 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '67f3ffc21e2b51194dc5fa2a13be340cbb98fd65': Add STGZ to cpack generator list for OSX Add missing exists check from master project Check file length before compare
Allen ByrneAllen Byrne
67f3ffc21e2Add STGZ to cpack generator list for OSX
Allen ByrneAllen Byrne
f66809465f1Add missing exists check from master project
Allen ByrneAllen Byrne
280bdf0251dCheck file length before compare
Neil FortnerNeil Fortner
c204c2a8b10MMerge pull request #64 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:hdf5_1_8 to hdf5_1_8 * commit '6592ab68eadc6063e560dc1a8c6ebc04b6723fcd': 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.
Neil FortnerNeil Fortner
6592ab68eadMMerge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_nf into hdf5_1_8
Neil FortnerNeil Fortner
73640612aadChange 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.
Scot BreitenfeldScot Breitenfeld
5d1179d0f18MMerge pull request #63 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8 * commit 'a0c74196f0d0ba3c81c91024438b7a91d757fe4e': Fix for:
Scot BreitenfeldScot Breitenfeld
a0c74196f0dFix for: HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler HDFFV-9980 Fix segfaults for F03 tests in 1.8 branch
Neil FortnerNeil Fortner
4b63c308866MMerge pull request #62 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:hdf5_1_8 to hdf5_1_8 Fix for TALOS-0177 * commit '43ec23616697ce0ea3f99e40900fec55fe9107ef': Fix mistakes in porting TALOS-177 fix to 1.8. 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.
Neil FortnerNeil Fortner
43ec2361669Fix mistakes in porting TALOS-177 fix to 1.8.
Neil FortnerNeil Fortner
e1c4ec3d541Fix bug in "nooptype" decode in fix for TALOS-0177.
Neil FortnerNeil Fortner
c6414266691Fix issues in H5Znbit.c where the decompression algorithm would not check the compressed data for validity, potentially causing a buffer overflow.
Neil FortnerNeil Fortner
b130135fc2aMMerge pull request #60 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:hdf5_1_8 to hdf5_1_8 * commit '4fe02fbc51944fc9fa392c8ce7e229b8781d70ab': 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.
Neil FortnerNeil Fortner
4fe02fbc519MMerge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_nf into hdf5_1_8
Neil FortnerNeil Fortner
2e7e1899d3dReplace 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.
Allen ByrneAllen Byrne
f115eba79eaMMerge pull request #58 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 Find file was obsolete years ago * commit '8c8a0e84b995d575557061fde5b3ebc4665717ed': HDFFV-9991: Remove unneeded file
Allen ByrneAllen Byrne
8c8a0e84b99HDFFV-9991: Remove unneeded file
Allen ByrneAllen Byrne
a73634409e3MMerge pull request #56 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'afd2f09360c47b7f51a9a35c18b04cc2c820ea54': Add new test file to MANIFEST
Allen ByrneAllen Byrne
afd2f09360cAdd new test file to MANIFEST
Allen ByrneAllen Byrne
6bf74ebdf21MMerge pull request #50 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit 'f84e746de37c4b9ef11b4bf940208b1374c79e65': Fix error reporting Update new test file references revert merge change to cleanup files Fix incorrect use of H5Rdereference2 remove merge typo Remove unsupported function Merge/align from trunk(develop) Merge/align with trunk Update functions to align with trunk Fix function declaration HDFFV-9974: Correct parsing of UD filter parameters. V...
Allen ByrneAllen Byrne
f84e746de37Fix error reporting
Allen ByrneAllen Byrne
ff49b14cc15Update new test file references
Allen ByrneAllen Byrne
a8855acaf4drevert merge change to cleanup files
Allen ByrneAllen Byrne
98bb9531913Fix incorrect use of H5Rdereference2
Allen ByrneAllen Byrne
8272ff6b010remove merge typo
Allen ByrneAllen Byrne
9b7b0df0b4aRemove unsupported function
Allen ByrneAllen Byrne
208cfdc941bMerge/align from trunk(develop)
Allen ByrneAllen Byrne
50d3fc7a61fMerge/align with trunk
Allen ByrneAllen Byrne
0f89cff001eUpdate functions to align with trunk
Allen ByrneAllen Byrne
c427b228069Fix function declaration
Allen ByrneAllen Byrne
d8e0019b3ecHDFFV-9974: Correct parsing of UD filter parameters. Verified by user, who reported issue. merge from https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/b947f7e911e498f5455a78836a6f82a042dd5b33
Allen ByrneAllen Byrne
b2cb046d514MMerge pull request #30 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '5a8914a6a7dbb075c56a59f5e9728c0ec1dc3e39': HDFFV-9431: allow test to be run in unique vfd folder. Pulled from trunk
Allen ByrneAllen Byrne
5a8914a6a7dHDFFV-9431: allow test to be run in unique vfd folder. Pulled from trunk
Allen ByrneAllen Byrne
8f991b6299aMMerge pull request #28 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '94afafb661669adebd905b68f26a691cae59f627': Set defualt site name
Allen ByrneAllen Byrne
94afafb6616Set defualt site name
Allen ByrneAllen Byrne
bb083a7377dMMerge pull request #24 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8 * commit '0e3e1b8ee4a9c1f8d782d5ff01f0e6c1560afd2b': Change UPDATE_TYPE to git and eull name of Cdash server Add option to submit to Cdash
Allen ByrneAllen Byrne
0e3e1b8ee4aChange UPDATE_TYPE to git and eull name of Cdash server
Allen ByrneAllen Byrne
5e2dbfa9624Add option to submit to Cdash
Larry KnoxLarry Knox
77ee8705a3bMMerge pull request #19 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8 * commit '77b8f7f426abb3be82f18df63eda38a9bf6caa81': Restrict git commit hash in tar file names to first 7 characters with --short option.
Larry KnoxLarry Knox
77b8f7f426aRestrict git commit hash in tar file names to first 7 characters with --short option.
Vailin ChoiVailin Choi
1c35a6084a7Merge fix for HDFFV-7991 from trunk to 1.18 Modifications to CMakeTests.cmake according to review comments.
Vailin ChoiVailin Choi
7d2ddefa647Merge fix for HDFFV-7991 from trunk to 1.18 Missed one change that should be in previous commit. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.