summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Code clean-up.M. Scot Breitenfeld2016-09-221-2/+1
| * | | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb...M. Scot Breitenfeld2016-09-2213-117/+415
| |\ \ \ \ \
| * | | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-227-234/+181
* | | | | | | Merge pull request #57 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-10-0524-306/+49
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | HDFFV-9991: Remove uneeded fileAllen Byrne2016-10-043-102/+0
| * | | | | | Fix missing defines for standalone perfAllen Byrne2016-10-031-0/+25
| * | | | | | Remove hanging property setAllen Byrne2016-10-031-1/+0
| * | | | | | Revert clear objects for testfile removalAllen Byrne2016-10-031-1/+9
| * | | | | | Merge test output file clearing into runTest.cmakeAllen Byrne2016-10-0319-212/+17
| * | | | | | Move clear-objects inside runTestAllen Byrne2016-10-033-10/+18
|/ / / / / /
* | | | | | Merge pull request #55 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developDana Robinson2016-10-016-7/+7
|\ \ \ \ \ \
| * | | | | | Correct typo: add ' 'lrknox2016-10-011-1/+1
| * | | | | | Snapshot release: increment version.lrknox2016-10-016-7/+7
|/ / / / / /
* | | | | | Merge pull request #54 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2016-10-011-7/+7
|\ \ \ \ \ \
| * | | | | | Changed H5Dcreate to H5Dcreate2 in test/evict_on_close.cDana Robinson2016-10-011-7/+7
|/ / / / / /
* | | | | | Merge pull request #53 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-303-11/+35
|\ \ \ \ \ \
| * | | | | | Correct variable nameAllen Byrne2016-09-301-2/+2
| * | | | | | Fix error reportingAllen Byrne2016-09-303-9/+33
* | | | | | | Merge pull request #52 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2016-09-3024-42/+1027
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | - Removed BRANCH.txt and MANIFEST entryDana Robinson2016-09-303-23/+1
| * | | | | | - Removed non-implemented code from H5Gint.cDana Robinson2016-09-303-27/+2
| * | | | | | Merge branch 'develop' into evict_on_closeDana Robinson2016-09-3025-260/+682
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #46 in HDFFV/hdf5 from ~KOZIOL/hdf5:features/warning_clean...Quincey Koziol2016-09-2916-141/+449
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Clean up hardcoded constants and check return values better. (Comments fromQuincey Koziol2016-09-296-43/+62
| * | | | | | Description:Quincey Koziol2016-09-293-6/+6
| * | | | | | Description:Quincey Koziol2016-09-2716-120/+409
* | | | | | | Merge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to dev...Neil Fortner2016-09-231-1/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into talos-0179Neil Fortner2016-09-2319-58/+2228
| |\ \ \ \ \ \ \
| * | | | | | | | Change check for number of dimensions for old-style arrays in datatype decodi...Neil Fortner2016-09-081-1/+5
* | | | | | | | | Merge pull request #41 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0177 to dev...Neil Fortner2016-09-231-25/+74
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into talos-0177Neil Fortner2016-09-2319-58/+2228
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-09-091-1/+1
| * | | | | | | | | Fix issues in H5Znbit.c where the decompression algorithm would not check the...Neil Fortner2016-09-081-24/+73
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #40 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0176 to dev...Neil Fortner2016-09-231-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge branch 'develop' into talos-0176Neil Fortner2016-09-2319-58/+2228
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Replace assertion in H5O_dtype_decode_helper for number of array dimensions w...Neil Fortner2016-09-011-1/+2
| | |/ / / / / / | |/| | | | | |
| | | | * | | | Merge branch 'evict_on_close' of https://bitbucket.hdfgroup.org/scm/~derobins...Dana Robinson2016-09-301-2/+14
| | | | |\ \ \ \
| | | | | * | | | Added "Purpose:" information to the API call comments for theDana Robinson2016-09-231-2/+14
| | | | | * | | | Merge pull request #32 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:evict_on_close t...Dana Robinson2016-09-19341-10515/+15374
| | | | | |\ \ \ \
| | | | * | | | | | Added full implementation of EoC cache test.Dana Robinson2016-09-301-13/+30
| | | | * | | | | | Added code to create the test file for all chunk index and layout types.Dana Robinson2016-09-303-15/+335
| | | | * | | | | | Fleshed out evict on close test that inspects cache.Dana Robinson2016-09-291-24/+194
| | | | * | | | | | Added the beginnings of a file generator to the test.Dana Robinson2016-09-241-16/+186
| | | | * | | | | | Fixed typoDana Robinson2016-09-241-1/+1
| | | | | |/ / / / | | | | |/| | | |
| | | | * | | | | Cleaned up feature for dissemination to LLNL:Dana Robinson2016-09-194-19/+33
| | | | * | | | | Removed blank line in Fortran file (leftover from last commit)Dana Robinson2016-09-191-1/+0
| | | | * | | | | Reverted H5T code since datatypes will not be supported atDana Robinson2016-09-192-69/+14
| | | | * | | | | Fixed format_convert and fortran files (bad merge?).Dana Robinson2016-09-1924-65/+69
| | | | * | | | | Updated manifest. Was missing BRANCH.txt.Dana Robinson2016-09-191-0/+1
| | | | * | | | | Merge branch 'develop' into evict_on_closeDana Robinson2016-09-197-42/+280
| | | | |\ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |