summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Snapshot 1.8.19-snap3hdftest2017-05-151-2/+2
|
* Change position of declaration to top of blockAllen Byrne2017-05-111-425/+426
|
* Change the signature of H5PLget_size functionAllen Byrne2017-05-112-12/+20
|
* Merge pull request #485 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_8 to ↵Vailin Choi2017-05-112-36/+41
|\ | | | | | | | | | | | | | | hdf5_1_8 * commit '8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf': Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments. Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
| * Incorporate additional code changes for the H5DOread_chunk patch from GE ↵Vailin Choi2017-05-111-0/+3
| | | | | | | | | | | | healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments.
| * Incorporate additional code changes for the H5DOread_chunk patch from GE ↵Vailin Choi2017-05-031-36/+38
| | | | | | | | | | | | | | | | | | healthcare (HDFFV-9934) Incorporate the code changes that were missing from the original patch: (1) Additional tests in hl/test/test_dset_opt.c (2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
* | Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-101-2/+5
|/ | | | | | and other changes to Makefiles and config/conclude.am to eliminate link errors with new libdynlib*_la_LDFLAGS which were added to stop libdynlib* files linking to external libraries.
* Ran bin/reconfigure on jam after changes to make_err.Dana Robinson2017-04-261-0/+8
|
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-183-1/+13
|
* Reformat char * argsAllen Byrne2017-04-181-4/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-04-071-6/+5
|\ | | | | | | | | * commit '5c4aeef7ff5845a98f4fea5d2be74aa258cd1562': Fix illegal references for sanity checks. Correct illegal references for HDassert() checks when in debug mode. Tested on emu, osx1010test, mayll, kituo, ostrich.
| * Fix illegal references for sanity checks.Vailin Choi2017-04-061-6/+5
| | | | | | | | | | Correct illegal references for HDassert() checks when in debug mode. Tested on emu, osx1010test, mayll, kituo, ostrich.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-04-066-128/+473
|\ \ | |/ | | | | | | | | * commit '043aabe8cbd1abcc41ea2fb887b3a8ddd706500c': Made corrections according to code review. 1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c 2) Remove extra line in src/H5Dpkg.h 3) Add one more test to hl/test/test_dset_opt.c Tested on mayll and osx1010test. Incorporate patch from GE Heathcare (HDFFV-9934) 1) Integrate the patch 2) Fix bugs when debugging the patch 3) Add test to hl/test/test_dset_opt.c Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
| * Made corrections according to code review.Vailin Choi2017-04-031-1/+0
| | | | | | | | | | | | | | 1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c 2) Remove extra line in src/H5Dpkg.h 3) Add one more test to hl/test/test_dset_opt.c Tested on mayll and osx1010test.
| * Incorporate patch from GE Heathcare (HDFFV-9934)Vailin Choi2017-04-036-128/+474
| | | | | | | | | | | | | | 1) Integrate the patch 2) Fix bugs when debugging the patch 3) Add test to hl/test/test_dset_opt.c Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
* | Update with checks for index boundsAllen Byrne2017-04-031-1/+10
| |
* | FIX pkg include errorAllen Byrne2017-03-301-0/+1
| |
* | HDFFV-10143 fix use before setAllen Byrne2017-03-301-1/+1
| |
* | HDFFV-10143 check for H5PL_PACKAGE in 1.8Allen Byrne2017-03-301-1/+1
| |
* | Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-2/+1
| |
* | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-302-6/+4
| |
* | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-302-32/+33
| |
* | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-302-10/+10
| |
* | Remove redundant codeAllen Byrne2017-03-301-13/+9
| |
* | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
| |
* | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-303-100/+88
| | | | | | | | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* | Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-295-34/+361
|/
* Bring fix for HDFFV-9697 from develop branch.Vailin Choi2017-03-078-96/+157
| | | | | Populate the fix for HDFFV-9697: Fix for unknown message from develop branch. Tested on ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan, kituo.
* Updated the H5L.c error message after additional thought.Dana Robinson2017-02-271-1/+1
| | | | Fix for HDFFV-10141.
* Updated an error message in H5L.c to be more helpful.Dana Robinson2017-02-271-2/+4
| | | | Fixes HDFFV-10141.
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-221-344/+0
| | | | snapshot release. (Changed daily test command to add specific files for commit instead of all new and modified files.)
* Snapshot version 1.8 release 19 (snap1)HDF Tester2017-02-202-2/+346
|
* Delete files inadvertently checked in with version changes following ↵hdftest2017-02-161-344/+0
| | | | | | snapshot release. Add 2 test files to testfiles to be removed list in hl/test/Makefile.am.
* Snapshot version 1.8 release 19 (snap0)HDF Tester2017-02-132-2/+346
|
* Correct typoAllen Byrne2017-02-061-2/+2
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-061-17/+18
|
* Removed some C++-style comments from H5Omtime.c.Dana Robinson2017-01-231-5/+6
| | | | Fixes HDFFV-10110.
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* Merge commit '6974764348a' into hdf5_1_8lrknox2016-11-182-27/+39
|\ | | | | | | | | (HDF5 1.8.18 release changes) Update HISTORY-1_8.txt and RELEASE.txt files.
| * Set version and commit release script changes for 1.8.18 release.lrknox2016-11-111-2/+2
| |
| * Change default build mode to production.lrknox2016-11-081-2/+2
| | | | | | | | Update version to 1.8.18-pre2.
| * Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-012-27/+39
| | | | | | | | | | Update autotools and libtool versions. Run bin/reconfigure.
| * Updated release preparation branch version number to 1.8.18-pre1lrknox2016-10-271-2/+2
| |
* | Updated support branch version number to 1.8.19-snap0lrknox2016-10-271-3/+3
|/
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Vailin Choi2016-10-171-1/+3
|\ | | | | | | | | | | | | | | * commit '394c6b8c3a4c781c1ee877f969a146cece3d7831': Add missing EXPORT tag in install command Fix typo and remove test only tools from exports Add namespace and export utils HDFFV-9961: Merge GIT ext lib option to 1.8
| * Add namespace and export utilsAllen Byrne2016-10-141-1/+3
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Vailin Choi2016-10-172-28/+82
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 assert the contents of a file will be what we expect. 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. 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. HDFFV-9991: Remove unneeded file Add new test file to MANIFEST 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 ...
| * Change check for number of dimensions for old-style arrays in datatype ↵Neil Fortner2016-10-061-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.
| * Fix mistakes in porting TALOS-177 fix to 1.8.Neil Fortner2016-10-061-6/+5
| |
| * Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-10-061-1/+1
| |