summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 pull request #38 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-214-1/+8
| |\ \ \ \
| | * | | | Add missing target depends commandAllen Byrne2016-09-212-0/+5
| | * | | | Correct clear objects working dirAllen Byrne2016-09-212-1/+3
| |/ / / /
| * | | | Merge pull request #37 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-212-34/+99
| |\ \ \ \
| | * | | | Fix typoAllen Byrne2016-09-211-1/+1
| | * | | | Add missing SH to target nameAllen Byrne2016-09-211-1/+1
| | * | | | Add gen file technique to HL and test fortran librariesAllen Byrne2016-09-212-35/+100
| |/ / / /
| * | | | Merge pull request #35 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-201-6/+39
| |\ \ \ \
| | * | | | Add WORKING_DIR to commandAllen Byrne2016-09-201-0/+2
| | * | | | Add target depends require separate foldersAllen Byrne2016-09-201-6/+37
| |/ / / /
| * | | | Merge pull request #34 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-201-7/+7
| |\ \ \ \
| | * | | | Add another source propertyAllen Byrne2016-09-201-0/+1
| | * | | | Update generated files commands and propertiesAllen Byrne2016-09-201-7/+6
| |/ / / /
| * | | | Merge pull request #33 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-201-37/+20
| |\ \ \ \
| | * | | | Chage command proces to generate file before use.Allen Byrne2016-09-201-37/+20
| |/ / / /
| * | | | Merge pull request #31 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-192-29/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Eliminate unreferenced local variable warningAllen Byrne2016-09-192-29/+1
| |/ / /
* | | | 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
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #29 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-191-2/+2
| |\ \ \ \
| | * | | | Add missing command to set shared generated fileAllen Byrne2016-09-191-2/+2
| |/ / / /
| * | | | Merge pull request #27 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-09-193-2/+39
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Add default site namesAllen Byrne2016-09-162-0/+14