summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r29202] Fix for unknown message HDFFV-9697.Vailin Choi2016-02-249-27/+81
* [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configureDana Robinson2016-02-2214-136/+763
* [svn-r29150] fix for Jira issue 9670 - HDF5 segfaults on corrupted file.Mohamad Chaarawi2016-02-1812-144/+223
* [svn-r29096] fix bug in internal dxpls generated exposed by production and pa...Mohamad Chaarawi2016-02-121-6/+8
* [svn-r29094] Removed the v-1 B-tree package from the list of packages thatDana Robinson2016-02-121-2/+2
* [svn-r29088] - Add a test for retrieving the property values for the new coll...Mohamad Chaarawi2016-02-113-4/+15
* [svn-r29086] missed renaming the GET collective metadata read requirement.Mohamad Chaarawi2016-02-112-4/+4
* [svn-r29084] Revert of:Dana Robinson2016-02-1113-757/+127
* [svn-r29081] - merge in the phdf5_metadata_opt/ branch with the collective me...Mohamad Chaarawi2016-02-1052-518/+1914
|\
| * [svn-r29079] rename the coll read requirement function.Mohamad Chaarawi2016-02-102-4/+4
| * [svn-r29077] Description:Quincey Koziol2016-02-1017-511/+385
| * [svn-r29066] - fixing some of the internal usage of dxpls.Mohamad Chaarawi2016-02-0810-53/+59
| |\
| * \ [svn-r29059] merge from trunk.Mohamad Chaarawi2016-02-0772-846/+1681
| |\ \ | | |/
| * | [svn-r28959] merge from trunk.Mohamad Chaarawi2016-01-2249-579/+572
| |\ \
| * | | [svn-r28915] Description:Quincey Koziol2016-01-1515-224/+278
| * | | [svn-r28895] Description:Quincey Koziol2016-01-147-183/+93
| * | | [svn-r28851] merge from trunk.Mohamad Chaarawi2016-01-1158-657/+1708
| |\ \ \
| * | | | [svn-r28649] - add new API to toggle collective metadata write.Mohamad Chaarawi2015-12-146-11/+107
| * | | | [svn-r28636] merge from trunk.Mohamad Chaarawi2015-12-14118-2899/+3973
| |\ \ \ \
| * \ \ \ \ [svn-r27976] merge from trunk.Mohamad Chaarawi2015-10-0634-221/+6514
| |\ \ \ \ \
| * \ \ \ \ \ [svn-r27929] merge from trunk.Mohamad Chaarawi2015-10-01336-14608/+10314
| |\ \ \ \ \ \
| * \ \ \ \ \ \ [svn-r27607] merge from trunk.Mohamad Chaarawi2015-08-2813-205/+81
| |\ \ \ \ \ \ \
| * | | | | | | | [svn-r27576] - mark the entry as indepndent when expunged.Mohamad Chaarawi2015-08-251-0/+6
| * | | | | | | | [svn-r27573] fix serial build.Mohamad Chaarawi2015-08-251-0/+6
| * | | | | | | | [svn-r27558] merge from trunk.Mohamad Chaarawi2015-08-2428-337/+528
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ [svn-r27436] merge from trunk.Mohamad Chaarawi2015-07-2735-4839/+5046
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [svn-r27264] some cleanups.Mohamad Chaarawi2015-06-224-47/+17
| * | | | | | | | | | [svn-r27261] apply metadata enhancement patch that was based on the mdc 3 bra...Mohamad Chaarawi2015-06-2129-408/+1989
* | | | | | | | | | | [svn-r29076] Description:Quincey Koziol2016-02-1011-55/+71
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-0742-441/+686
* | | | | | | | | | [svn-r29043] Fixes to make relative external storage work on Windows. Part of...Dana Robinson2016-02-041-2/+2
* | | | | | | | | | [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci...Dana Robinson2016-02-0413-127/+757
* | | | | | | | | | [svn-r29032] capture the entry address before the entry is freed to avoidMohamad Chaarawi2016-02-021-1/+6
* | | | | | | | | | [svn-r29030] Cleanup of test/externals before merging user patch.Dana Robinson2016-02-021-1/+3
* | | | | | | | | | [svn-r29019] Fixed double declaration of a few types that only appears on Win...Dana Robinson2016-01-291-1/+7
* | | | | | | | | | [svn-r29011] LFS changes in the autotools and library.Dana Robinson2016-01-282-66/+23
* | | | | | | | | | [svn-r29009] Corrected the API descriptions for H5Pget_virtual_dsetname and H...Scot Breitenfeld2016-01-281-7/+7
* | | | | | | | | | [svn-r28996] Autotools configure updates to allow separation of build type, d...Dana Robinson2016-01-273-95/+110
* | | | | | | | | | [svn-r28995] Removed unused packages from list in --enable-debug=<pkgs> confi...Dana Robinson2016-01-273-17/+1
* | | | | | | | | | [svn-r28986] Added H5_DLLVAR to H5AC_dxpl_id.Dana Robinson2016-01-271-1/+1
* | | | | | | | | | [svn-r28982] Fixed H5ST_dump signature problem and added st to the list ofDana Robinson2016-01-271-1/+3
* | | | | | | | | | [svn-r28972] Removed option to clear file buffers from autotools, CMake, and ...Dana Robinson2016-01-2616-82/+44
* | | | | | | | | | [svn-r28957] fix non-parallel bug.Mohamad Chaarawi2016-01-221-1/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che...Mohamad Chaarawi2016-01-2148-527/+529
* | | | | | | | | [svn-r28916] Description:Quincey Koziol2016-01-1513-251/+346
* | | | | | | | | [svn-r28894] Description:Quincey Koziol2016-01-1414-219/+214
* | | | | | | | | [svn-r28861] Minor warning format string fix (HDFFV-9640).Dana Robinson2016-01-121-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | [svn-r28832] Description:Quincey Koziol2016-01-061-1/+3
* | | | | | | | [svn-r28824] Description:Quincey Koziol2016-01-061-3/+0
* | | | | | | | [svn-r28819] Description:Quincey Koziol2016-01-061-14/+22