summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | 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
| | | | |\ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | | * | | | | Merge branch 'develop' into evict_on_closeDana Robinson2016-09-14309-10319/+14976
| | | | |\ \ \ \ \ | | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Added missing evict on close test file line to test/CMakeLists.txt.Dana Robinson2016-09-141-0/+1
| | | | | |/ / / | | | | |/| | |
| | | | * | | | [svn-r30118] Sync with trunk.Dana Robinson2016-06-2979-8112/+8321
| | | | |\ \ \ \
| | | | * | | | | [svn-r30110] Added missing evict_on_close.c file to test/.Dana Robinson2016-06-271-0/+144
| | | | * | | | | [svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.Dana Robinson2016-06-263-31/+20
| | | | * | | | | [svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.Dana Robinson2016-06-252-50/+38
| | | | * | | | | [svn-r30106] Moved datatype close code to new internal function. H5Oclose()Dana Robinson2016-06-253-13/+45
| | | | * | | | | [svn-r30105] Datatypes and Groups now support evict-on-close.Dana Robinson2016-06-252-4/+59
| | | | * | | | | [svn-r30104] Fixes evict-on-close feature by propagating globalDana Robinson2016-06-2410-18/+24
| | | | |\ \ \ \ \
| | | | * | | | | | [svn-r30084] First pass at the evict-on-close feature.Dana Robinson2016-06-1510-6/+168
| | | | * | | | | | [svn-r30083] Added BRANCH.txtDana Robinson2016-06-151-0/+8
| | | | | | | | | * Description:Binh-Minh Ribler2016-10-121-0/+1
| | | | | | | | |/
| | | | | | | | * Description:Binh-Minh Ribler2016-10-112-2/+0
| | | | | | | | * Purpose: Fix bug HDFFR-9920 cont.Binh-Minh Ribler2016-10-112-0/+3
| | | | | | | | * Purpose: Updated documentationBinh-Minh Ribler2016-09-2724-75/+115
| | | | | | | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2016-09-2113-117/+415
| | | | | | | | |\ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | 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