Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test file to build process | Jordan Henderson | 2017-08-03 | 1 | -0/+2 |
| | |||||
* | 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 |
|/ | |||||
* | Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop | Quincey Koziol | 2016-11-03 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | * commit 'b2878dec04c120e4e3cdf00e943283e359862c84': Move cache debugging routines into separate module. Change file memory type for extending to default, and correct error in backward compatibility for multi VFD. Warning and whitespace cleanup. Improvements to the log VFD, for helping with SWMR debugging. Minor code cleanups. Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping in tools code. | ||||
| * | Move cache debugging routines into separate module. | Quincey Koziol | 2016-11-03 | 1 | -0/+2 |
| | | |||||
* | | Correct locations of tools files | Allen Byrne | 2016-11-03 | 1 | -109/+107 |
|/ | |||||
* | Split tools into src and test - update with new files or locations | Allen Byrne | 2016-10-27 | 1 | -572/+607 |
| | |||||
* | HDFFV-9996: Test file to verify that that multiple params are parsed | Allen Byrne | 2016-10-18 | 1 | -0/+3 |
| | |||||
* | Merge branch 'develop' of ↵ | Binh-Minh Ribler | 2016-10-12 | 1 | -1/+1 |
|\ | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop | ||||
| * | HDFFV-9991: Remove uneeded file | Allen Byrne | 2016-10-04 | 1 | -1/+0 |
| | | |||||
| * | - Removed BRANCH.txt and MANIFEST entry | Dana Robinson | 2016-09-30 | 1 | -1/+0 |
| | | | | | | | | - Fixed a missing line in H5Dint.c | ||||
| * | Updated manifest. Was missing BRANCH.txt. | Dana Robinson | 2016-09-19 | 1 | -0/+1 |
| | |