Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #637 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵ | Vailin Choi | 2017-08-23 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | develop * commit '1ef8577a4aaaa4120a819ff36747fdca99abdc26': Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return. | ||||
| * | Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file | Vailin Choi | 2017-08-22 | 1 | -0/+2 |
| | | | | | | | | | | Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return. | ||||
* | | HDFFV-10188 Add tests and files | Allen Byrne | 2017-08-21 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #620 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵ | Vailin Choi | 2017-08-02 | 1 | -0/+12 |
|\ | | | | | | | | | | | | | develop * commit '59e94f5009a1f738d9924be942448f8cf6355b00': Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected. | ||||
| * | Add h5repack tests for paged aggregation | Vailin Choi | 2017-07-29 | 1 | -0/+12 |
| | | | | | | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected. | ||||
* | | HDFFV-10256 Add test | Allen Byrne | 2017-08-01 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'develop' into h5pl_commit | Dana Robinson | 2017-08-01 | 1 | -0/+1 |
|\ \ | |||||
| * | | HDFFV-10246 Add check for string not null before use | Allen Byrne | 2017-07-25 | 1 | -0/+1 |
| |/ | |||||
* | | Major rework of H5PL package code before bringing VOL changes | Dana Robinson | 2017-07-14 | 1 | -0/+3 |
|/ | | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable. | ||||
* | Include code fixes and additional modifications pointed out by code reviewers | Richard Warren | 2017-07-10 | 1 | -0/+1 |
| | |||||
* | Fix for HDFFV-10160 | Vailin Choi | 2017-06-29 | 1 | -0/+2 |
| | | | | Modifications to fix the assertion/abort failure when the application does not close the file. | ||||
* | HDFFV-10219 - fix for native in bin file and possible non-native in h5 | Allen Byrne | 2017-06-15 | 1 | -7/+1 |
| | |||||
* | HDFFV-10219: Added keyword SUBSET to h5import list. | Allen Byrne | 2017-06-12 | 1 | -0/+2 |
| | |||||
* | HDFFV-8611 change h5repack to save the root group creation order | Allen Byrne | 2017-05-22 | 1 | -0/+1 |
| | | | Added test and new arguments to control the the input file parsing. | ||||
* | HDFFV-9055 add test files | Allen Byrne | 2017-05-17 | 1 | -0/+3 |
| | |||||
* | HDFFV-10186 xml test also needs endianess aware files | Allen Byrne | 2017-05-10 | 1 | -1/+2 |
| | |||||
* | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 1 | -1/+2 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -7/+7 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Modifications based on review comments from pull request. | Vailin Choi | 2017-04-20 | 1 | -0/+1 |
| | | | | Made changes according to review comments and discussion with Allen. | ||||
* | Fix for DAILYTEST-259 h5clear test failure | Vailin Choi | 2017-04-18 | 1 | -4/+7 |
| | | | | | Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest. Tested on kituo, osx1010test, quail, platypus and ostrich. | ||||
* | updated with README changes | M. Scot Breitenfeld | 2017-04-11 | 1 | -1/+0 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-04-03 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | * commit '2412158ed8326a3f3d62fbd947e470667d0b5951': Add new file COPYING_LBNL_HDF5. Revert "Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries" Add LBNL license file and modify COPYING file accordingly. Omnibus checkin for several relatively minor modifications: Clear hdf5 1.10 entries from RELEASE.txt in the develop branch. Entries in this branch version of RELEASE.txt should be intended for the future 1.12.0 release. Fix HDFFV-8089 Description: Some code within an "ifdef H5D_CHUNK_DEBUG" block was using outdated data structure but not caught because the case of H5D_CHUNK_DEBUG being defined was never tested. It was commented out. I defined H5D_CHUNK_DEBUG, tested, and commented out again. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test) | ||||
| * | Add new file COPYING_LBNL_HDF5. | lrknox | 2017-03-30 | 1 | -0/+1 |
| | | |||||
* | | HDFFV-10143 Fix initial issues from review | Allen Byrne | 2017-03-30 | 1 | -0/+1 |
|/ | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-03-14 | 1 | -6/+30 |
|\ | | | | | | | | | * commit 'd0aeefd6455d6877afd934e238362636a86e4b42': Final merge of page buffering branch to develop | ||||
| * | Final merge of page buffering branch to develop | Quincey Koziol | 2017-03-14 | 1 | -6/+30 |
| | | |||||
* | | HDFFV-10138 Merge app framework to examples | Allen Byrne | 2017-03-14 | 1 | -0/+2 |
|/ | |||||
* | HDFFV-10128 fix string compare and add tests | Allen Byrne | 2017-03-03 | 1 | -0/+6 |
| | |||||
* | Correct filename typo | Allen Byrne | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Add new cmake options file | Allen Byrne | 2017-02-20 | 1 | -1/+2 |
| | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2017-01-29 | 1 | -0/+32 |
|\ | | | | | | | develop_merge_cache_image_06 | ||||
| * | Moved remaining SWMR-related test files to develop. | Dana Robinson | 2017-01-26 | 1 | -0/+32 |
| | | |||||
* | | Cache image feature and testing | Quincey Koziol | 2017-01-29 | 1 | -0/+6 |
|/ | |||||
* | Add autotools version of plugin tests for UD filters | Allen Byrne | 2017-01-17 | 1 | -0/+3 |
| | |||||
* | HDFFV-9994 add UD tests for tools | Allen Byrne | 2017-01-17 | 1 | -0/+10 |
| | |||||
* | HDFFV-10094: upgrade cmake command conventions | Allen Byrne | 2017-01-11 | 1 | -1/+0 |
| | | | Also converted tests to use macros | ||||
* | Description: | Binh-Minh Ribler | 2017-01-05 | 1 | -0/+2 |
| | | | | | | Added + ./c++/src/H5LaccProp.cpp + ./c++/src/H5LaccProp.h | ||||
* | Added a missing test file needed for the flushrefresh script. | Dana Robinson | 2016-12-30 | 1 | -0/+1 |
| | |||||
* | Bring new/updated tests from revise+chunks branch: flush1/flush2 update and | Quincey Koziol | 2016-12-20 | 1 | -0/+2 |
| | | | | flushrefresh test. (Also refactor of message send / wait code) | ||||
* | Merge pull request #207 in HDFFV/hdf5 from ↵ | Quincey Koziol | 2016-12-18 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | ~KOZIOL/hdf5:develop_swmr_merge_06 to develop * commit 'f8cfbee05e26a815134cd1f1fb0ad87d8d9b16dd': Merge SWMR-related testing to existing tests. Bring over tweak for missing environment variable. Update CMake configuration files with SWMR accumulator changes. Add missing accumulator test. Merge SWMR-oriented accumulator tests from revise_chunks to develop. | ||||
| * | Merge SWMR-oriented accumulator tests from revise_chunks to develop. | Quincey Koziol | 2016-12-18 | 1 | -0/+1 |
| | | |||||
* | | Bring Java SWMR changes from revise_chunks to develop branch | Quincey Koziol | 2016-12-18 | 1 | -0/+1 |
|/ | |||||
* | Snapshot version 1.9 release 235 | hdftest | 2016-12-16 | 1 | -0/+9 |
| | |||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 1 | -0/+56 |
| | |||||
* | Bring SWMR support in to the main development branch. (Finally!) More tests | Quincey Koziol | 2016-12-02 | 1 | -0/+7 |
| | | | | and the tool and API wrappers will be coming in over the weekend. | ||||
* | Adds a script to undo the action of autogen.sh. Useful | Dana Robinson | 2016-11-08 | 1 | -0/+1 |
| | | | | when git complains about Makefile.in clobbers, etc. | ||||
* | Merge pull request #133 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2016-11-04 | 1 | -1/+4 |
|\ | | | | | | | | | | | | | Buildbot mktarball test pass * commit '070362cc93793f3b4fa3cc9bc44b235461520408': Fix mktarball errors with Manifest | ||||
| * | Fix mktarball errors with Manifest | Allen Byrne | 2016-11-04 | 1 | -1/+4 |
| | | |||||
* | | Add cache logging test. | Quincey Koziol | 2016-11-04 | 1 | -0/+1 |
| | | |||||
* | | Bring cache logging routines from revise_chunks branch to develop. | Quincey Koziol | 2016-11-04 | 1 | -0/+2 |
|/ |