summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-302-6/+4
| * | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-302-32/+33
| * | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-302-10/+10
| * | Remove redundant codeAllen Byrne2017-03-301-13/+9
| * | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
| * | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-303-100/+88
| * | HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-282-0/+305
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-04-041-5/+5
|\ \ \
| * \ \ Merge pull request #390 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2017-04-031-5/+5
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #374 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop to...Binh-Minh Ribler2017-04-031-5/+5
| | |\ \
| | | * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2017-03-281-0/+2
| | | |\ \ | | | | |/
| | | * | Fix HDFFV-8089Binh-Minh Ribler2017-03-281-5/+5
* | | | | Update with checks for index boundsAllen Byrne2017-04-031-1/+10
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-04-034-29/+116
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'develop' into hdf5_1_10lrknox2017-03-314-29/+116
| |\ \ \ \ | | |/ / /
| | * | | Omnibus checkin for several relatively minor modifications:mainzer2017-03-284-29/+116
| | | |/ | | |/|
| | * | Add H5_DLL to H5AC_get_mdc_image_info() prototypeQuincey Koziol2017-03-241-1/+1
| | * | Add prototype for H5AC_get_mdc_image_infoQuincey Koziol2017-03-221-0/+2
| | |/
| | * Minor style cleanupsQuincey Koziol2017-03-223-7/+8
| | * Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_co...Quincey Koziol2017-03-225-0/+97
| | * Extend h5vers to update version strings in java files and h5repacklrknox2017-03-201-3/+3
* | | HDFFV-10143 fix use before setAllen Byrne2017-03-301-1/+1
* | | Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-2/+1
* | | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-302-6/+4
* | | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-302-32/+33
* | | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-302-10/+10
* | | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
* | | Remove redundant codeAllen Byrne2017-03-301-13/+9
* | | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-303-100/+88
* | | HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-282-0/+305
|/ /
* | Merge bin/h5vers changes from develop.lrknox2017-03-241-3/+3
* | Add H5_DLL to function prototype.lrknox2017-03-231-1/+1
* | Merge pull request #361 in HDFFV/hdf5 from merge_h5clear_revert to developQuincey Koziol2017-03-235-0/+98
* | Add prototype for H5AC_get_mdc_image_infoQuincey Koziol2017-03-231-0/+2
* | Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 int...lrknox2017-03-201-4/+4
|\ \ | |/ |/|
| * set initial version for HDF5 1.10.1.lrknox2017-03-171-4/+4
* | Merge pull request #341 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to developJohn Mainzer2017-03-206-20/+50
|\ \
| * | Minor code changes to address comments in pull requestmainzer2017-03-173-3/+6
| * | Checkin of additions to cache image parallel test code andmainzer2017-03-166-20/+47
| |/
* | Update cmake pubconf to match autotools and add strtoll checksAllen Byrne2017-03-163-18/+39
|/
* Final merge of page buffering branch to developQuincey Koziol2017-03-1452-1717/+7486
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-1313-221/+324
* Merge in reentrency changes to "make space in cache" from page_buffering branch.Quincey Koziol2017-03-132-0/+38
* Minor cleanups and bring over "prefetched dirty" fixes for entries loaded fromQuincey Koziol2017-03-129-31/+204
* Remove some usage of "prefetched_dirty" flag (which hasn't been merged from theQuincey Koziol2017-03-103-416/+577
* Align with incoming page buffering changes: minor cleanups, centralize removingQuincey Koziol2017-03-073-77/+133
* Misc. small cleanups to sync against incoming page buffering changes.Quincey Koziol2017-03-023-57/+31
* Normalize against incoming page buffering changes.Quincey Koziol2017-03-017-757/+749
* Corrected version of 4b5e05c084f93c35dae946c2c9e814d565a613b0:Quincey Koziol2017-02-287-251/+187
* Revert "Fix some more signed -> unsigned value issues with cache data structu...Quincey Koziol2017-02-286-83/+143