summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #171 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_memfix ...Dana Robinson2016-11-281-2/+8
|\
| * Added vlen reclaim functions to a test in tfile.cDana Robinson2016-11-231-2/+8
* | Merge pull request #173 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gitignore to de...Dana Robinson2016-11-281-94/+18
|\ \
| * | Simplified .gitignore by using patterns.Dana Robinson2016-11-271-95/+18
| * | Added src/H5config.h.in~ to .gitignore.Dana Robinson2016-11-261-0/+1
|/ /
* | Merge pull request #172 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-264-38/+66
|\ \
| * | Remove unnecessary assert.Quincey Koziol2016-11-251-1/+1
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-11-255-18/+31
| |\ \ | |/ / |/| |
* | | Merge pull request #170 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_memfix ...Dana Robinson2016-11-233-12/+24
|\ \ \ | | |/ | |/|
| * | Fixed a few memory problems in test/cache_logging.c andDana Robinson2016-11-233-12/+24
* | | Merge pull request #168 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-232-6/+7
|\ \ \ | |/ / |/| |
| * | Add test to memcheck ignore and increase cache test timeoutAllen Byrne2016-11-222-6/+7
|/ /
| * Add a flag for H5C__flush_single_entry() to allow the parallel code to requestQuincey Koziol2016-11-253-37/+65
|/
* Merge pull request #167 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-221-1/+1
|\
| * Added the H5F_CLOSING() check that makes valgrind happy inDana Robinson2016-11-211-1/+1
* | Merge pull request #166 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_valgrind_bu...Dana Robinson2016-11-214-4/+34
|\ \ | |/
| * Two minor cache changes:Dana Robinson2016-11-204-4/+34
* | Merge pull request #165 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-2042-1521/+3323
|\ \
| * | Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-2042-1521/+3323
|/ /
* | Merge pull request #163 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-1820-341/+151
|\ \
| * | Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-1820-341/+151
|/ /
* | Merge pull request #162 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-1720-1044/+385
|\ \
| * | Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-1720-1044/+385
|/ /
* | Merge pull request #160 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-171-68/+68
|\ \ | |/ |/|
| * Repair comment chars to C styleAllen Byrne2016-11-171-68/+68
|/
* Merge pull request #158 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp:develop to ...Binh-Minh Ribler2016-11-1516-144/+53
|\
| * Description:Binh-Minh Ribler2016-11-1416-144/+53
|/
* Merge pull request #156 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-138-33/+203
|\
| * Bring over new 'notify' metadata cache client callback actions for when anQuincey Koziol2016-11-128-33/+203
|/
* Merge pull request #155 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-127-817/+727
|\
| * Refactor H5O code to clean up message allocation, align cache deserialize codeQuincey Koziol2016-11-127-817/+727
* | Merge pull request #154 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_merge_revise_...Quincey Koziol2016-11-126-66/+92
|\ \ | |/ |/|
| * Align w/minor cleanups in revise_chunks branch.Quincey Koziol2016-11-126-66/+92
|/
* Merge pull request #151 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2016-11-115-405/+213
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 int...Quincey Koziol2016-11-102-11/+22
| |\
| * | Clean up cache code to eliminate dead-ends and unify code.Quincey Koziol2016-11-105-405/+213
* | | Merge pull request #152 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2016-11-111-8/+9
|\ \ \
| * | | Moved Win32 variables to top of function in H5FDlog.c.derobins2016-11-111-8/+9
|/ / /
* | | Merge pull request #144 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:restore_script_...Dana Robinson2016-11-102-0/+68
|\ \ \ | |_|/ |/| |
| * | Adds a script to undo the action of autogen.sh. UsefulDana Robinson2016-11-082-0/+68
* | | Merge pull request #148 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2016-11-102-11/+22
|\ \ \ | |_|/ |/| |
| * | Update installdir format for windowsAllen Byrne2016-11-101-2/+2
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2016-11-101-1/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #147 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:subdir-objects ...Dana Robinson2016-11-101-1/+1
|\ \ \ | |_|/ |/| |
| * | Added subdir-objects to AM_INIT_AUTOMAKE. Quiets automake warningsDana Robinson2016-11-101-1/+1
|/ /
| * Correct name of listAllen Byrne2016-11-091-11/+11
| * Factor out pathAllen Byrne2016-11-091-10/+9
| * On windows there could be a conflict when two processes try to read theAllen Byrne2016-11-091-1/+13
|/
* Merge pull request #138 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Pget_driver_i...Dana Robinson2016-11-074-10/+10
|\
| * Changed the return type of H5Pget_driver_info() from void * toDana Robinson2016-11-054-10/+10