summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #637 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-08-231-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 fileVailin Choi2017-08-221-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 filesAllen Byrne2017-08-211-0/+4
|/
* Merge pull request #620 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-08-021-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 aggregationVailin Choi2017-07-291-0/+12
| | | | | | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
* | HDFFV-10256 Add testAllen Byrne2017-08-011-0/+2
| |
* | Merge branch 'develop' into h5pl_commitDana Robinson2017-08-011-0/+1
|\ \
| * | HDFFV-10246 Add check for string not null before useAllen Byrne2017-07-251-0/+1
| |/
* | Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-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 reviewersRichard Warren2017-07-101-0/+1
|
* Fix for HDFFV-10160Vailin Choi2017-06-291-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 Byrne2017-06-151-7/+1
|
* HDFFV-10219: Added keyword SUBSET to h5import list.Allen Byrne2017-06-121-0/+2
|
* HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-221-0/+1
| | | Added test and new arguments to control the the input file parsing.
* HDFFV-9055 add test filesAllen Byrne2017-05-171-0/+3
|
* HDFFV-10186 xml test also needs endianess aware filesAllen Byrne2017-05-101-1/+2
|
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-1/+2
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-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 Choi2017-04-201-0/+1
| | | | Made changes according to review comments and discussion with Allen.
* Fix for DAILYTEST-259 h5clear test failureVailin Choi2017-04-181-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 changesM. Scot Breitenfeld2017-04-111-1/+0
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-04-031-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.lrknox2017-03-301-0/+1
| |
* | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-0/+1
|/
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-03-141-6/+30
|\ | | | | | | | | * commit 'd0aeefd6455d6877afd934e238362636a86e4b42': Final merge of page buffering branch to develop
| * Final merge of page buffering branch to developQuincey Koziol2017-03-141-6/+30
| |
* | HDFFV-10138 Merge app framework to examplesAllen Byrne2017-03-141-0/+2
|/
* HDFFV-10128 fix string compare and add testsAllen Byrne2017-03-031-0/+6
|
* Correct filename typoAllen Byrne2017-02-221-1/+1
|
* Add new cmake options fileAllen Byrne2017-02-201-1/+2
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2017-01-291-0/+32
|\ | | | | | | develop_merge_cache_image_06
| * Moved remaining SWMR-related test files to develop.Dana Robinson2017-01-261-0/+32
| |
* | Cache image feature and testingQuincey Koziol2017-01-291-0/+6
|/
* Add autotools version of plugin tests for UD filtersAllen Byrne2017-01-171-0/+3
|
* HDFFV-9994 add UD tests for toolsAllen Byrne2017-01-171-0/+10
|
* HDFFV-10094: upgrade cmake command conventionsAllen Byrne2017-01-111-1/+0
| | | Also converted tests to use macros
* Description:Binh-Minh Ribler2017-01-051-0/+2
| | | | | | Added + ./c++/src/H5LaccProp.cpp + ./c++/src/H5LaccProp.h
* Added a missing test file needed for the flushrefresh script.Dana Robinson2016-12-301-0/+1
|
* Bring new/updated tests from revise+chunks branch: flush1/flush2 update andQuincey Koziol2016-12-201-0/+2
| | | | flushrefresh test. (Also refactor of message send / wait code)
* Merge pull request #207 in HDFFV/hdf5 from ↵Quincey Koziol2016-12-181-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 Koziol2016-12-181-0/+1
| |
* | Bring Java SWMR changes from revise_chunks to develop branchQuincey Koziol2016-12-181-0/+1
|/
* Snapshot version 1.9 release 235hdftest2016-12-161-0/+9
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-0/+56
|
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-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. UsefulDana Robinson2016-11-081-0/+1
| | | | when git complains about Makefile.in clobbers, etc.
* Merge pull request #133 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-041-1/+4
|\ | | | | | | | | | | | | Buildbot mktarball test pass * commit '070362cc93793f3b4fa3cc9bc44b235461520408': Fix mktarball errors with Manifest
| * Fix mktarball errors with ManifestAllen Byrne2016-11-041-1/+4
| |
* | Add cache logging test.Quincey Koziol2016-11-041-0/+1
| |
* | Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-041-0/+2
|/