summaryrefslogtreecommitdiffstats
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Merge pull request #123 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-031-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 Koziol2016-11-031-0/+2
| |
* | Correct locations of tools filesAllen Byrne2016-11-031-109/+107
|/
* Split tools into src and test - update with new files or locationsAllen Byrne2016-10-271-572/+607
|
* HDFFV-9996: Test file to verify that that multiple params are parsedAllen Byrne2016-10-181-0/+3
|
* Merge branch 'develop' of ↵Binh-Minh Ribler2016-10-121-1/+1
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_CppAPI into develop
| * HDFFV-9991: Remove uneeded fileAllen Byrne2016-10-041-1/+0
| |
| * - Removed BRANCH.txt and MANIFEST entryDana Robinson2016-09-301-1/+0
| | | | | | | | - Fixed a missing line in H5Dint.c
| * Updated manifest. Was missing BRANCH.txt.Dana Robinson2016-09-191-0/+1
| |
| * Merge branch 'develop' into evict_on_closeDana Robinson2016-09-141-4/+15
| |\
| * | [svn-r30084] First pass at the evict-on-close feature.Dana Robinson2016-06-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The features is controlled via H5Pset/get_evict_on_close() and is currently enabled by default (it will be disabled by default in the final implementation). There is a bug in the code where the eviction of tagged metadata fails due to some of the metadata being dirty, resulting in error return values and test failures.
* | | Description:Binh-Minh Ribler2016-10-121-0/+1
| |/ |/| | | | | | | | | Added test file titerate.cpp. Platform tested: Verified with bin/chkmanifest
* | Add bin/pkgscrpts files to MANIFEST.lrknox2016-09-021-0/+4
| |
* | Added .gitignore and .gitattributes files with contents from the lastlrknox2016-09-011-1/+3
| | | | | | | | | | | | git mirror or the hdf5 repository prior to the manual migration of the hdf5 svn repository to the git repository in bitbucket. Added entries to MANIFEST for the 2 new files.
* | [svn-r30321] HDFFV-9974: Correct parsing of UD filter parameters.Allen Byrne2016-08-251-0/+1
| | | | | | | | Verified by user, who reported issue.
* | [svn-r30240] JAVA-1920: Create a filter plugin test that has a filter which ↵Allen Byrne2016-08-011-0/+1
| | | | | | | | calls a HDF5 function.
* | [svn-r30232] HDFFV-9953, -9955: Add new testfiles to h5dump generator and tests.Allen Byrne2016-08-011-0/+4
| |
* | [svn-r30211] Remove extra cygwin filesAllen Byrne2016-07-201-1/+0
| |
* | [svn-r30207] Change cygwin files to a single fileAllen Byrne2016-07-201-2/+1
| |
* | [svn-r30196] HDFFV-9467: Use the same test programs for CMake and autotoolsScot Breitenfeld2016-07-181-0/+1
|/ | | | Tested: jelly (gnu)
* [svn-r30075] Description:Quincey Koziol2016-06-141-0/+2
| | | | | | | | | | Bring object/dataset/group/named datatype features from revise_chunks branch to trunk. Also CMake support for h5format_convert and a bunch of misc. cleanups. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30068] Description:Quincey Koziol2016-06-131-0/+2
| | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30035] Description:Quincey Koziol2016-06-061-0/+1
| | | | | | | | Extract tagging routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30033] Description:Quincey Koziol2016-06-061-0/+1
| | | | | | | | Extract epoch marker metadata client into separate source file. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r29985] Description:Quincey Koziol2016-05-301-0/+1
| | | | | | | | Extract query routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r29969] Description:Quincey Koziol2016-05-291-0/+2
| | | | | | | | | | | Bring r29934 from revise_chunks branch to trunk: (1) Fix for HDFFV-9434: throw an error instead of assertion when v1 btree level hits the 1 byte limit. (2) Modifications to better handle error recovery when conversion by h5format_convert fails. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29924] Description:Quincey Koziol2016-05-121-0/+52
| | | | | | | | Bring h5format_convert tool from revise_chunks branch to trunk. Tested on: MacoSX/64 10.11.4 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29888] Correct spelling of testfile nameAllen Byrne2016-05-041-1/+1
|
* [svn-r29884] VDS correction for get_space_status, with test change.Allen Byrne2016-05-041-1/+7
| | | | | Add new files for repack tests. Add repack tests for VDS files.
* [svn-r29874] Move hl/tools/gif2h5 CMake code to subfolder.Allen Byrne2016-05-041-1/+2
|