summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changes made based on code reviews.Vailin Choi2018-01-1224-103/+305
* Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-12-0833-1383/+1209
|\
| * Normalization with VOL integration branch.Dana Robinson2017-12-058-67/+67
| * Fixed an incorrect FUNC_ENTER macro.Dana Robinson2017-12-011-1/+1
| * Normalization with VOL integration branch.Dana Robinson2017-12-0114-753/+674
| * Normalization with VOL integration branch.Dana Robinson2017-11-3017-448/+355
| * Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-274-120/+118
* | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2711-253/+310
|\ \ | |/
| * Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.Dana Robinson2017-11-211-12/+19
| * Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-215-114/+144
| * Fixed Windows code in H5PLpath.cDana Robinson2017-11-211-1/+1
| * Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-177-127/+147
* | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-2548-6214/+5783
|\ \ | |/
| * HDFFV-10328 - fix typosAllen Byrne2017-11-171-5/+4
| * HDFFV-10328 - remove allocation changesAllen Byrne2017-11-173-70/+6
| * Fix typoAllen Byrne2017-11-161-1/+1
| * HDFFV-10328 merge allocation changes from 1.8Allen Byrne2017-11-163-340/+422
| * Correct linkage of filters and other libsAllen Byrne2017-11-161-2/+2
| * Minor warning fixesDana Robinson2017-11-151-24/+22
| * Merge pull request #778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5o_schism_work...Dana Robinson2017-11-155-2667/+2738
| |\
| | * Moved code from H5O.c to H5Oint.cDana Robinson2017-11-143-2662/+2662
| | * Added H5Oint.c file.Dana Robinson2017-11-144-5/+76
| * | Correct link lines of librariesAllen Byrne2017-11-141-2/+2
| |/
| * Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix ...Dana Robinson2017-11-141-0/+1
| |\
| | * Fixed that annoying ar warning about -u being ignored.Dana Robinson2017-11-131-0/+1
| * | Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to developNeil Fortner2017-11-131-7/+8
| |\ \ | | |/ | |/|
| | * Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_na...Neil Fortner2017-11-1026-2976/+2339
| | |\
| | * | Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-101-7/+8
| * | | Merge pull request #767 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:zero_allocation...Dana Robinson2017-11-111-7/+1
| |\ \ \ | | |_|/ | |/| |
| | * | Removed asserts from H5MM calls that conflict with stated behaviorDana Robinson2017-11-091-7/+1
| * | | Cleaned up misc warnings in src and test.Dana Robinson2017-11-105-8/+7
| * | | Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to ...Dana Robinson2017-11-0913-854/+950
| |\ \ \ | | |/ / | |/| |
| | * | Split internal H5R functionality into H5Rint.c.Dana Robinson2017-11-0813-854/+950
| | |/
| * | Remove tabsAllen Byrne2017-11-082-216/+144
| * | Remove tabsAllen Byrne2017-11-083-1297/+809
| * | Remove tabsAllen Byrne2017-11-081-17/+17
| * | Remove tabsAllen Byrne2017-11-081-68/+68
| * | Remove tabsAllen Byrne2017-11-081-516/+344
| |/
| * Correct usage of MPI varsAllen Byrne2017-11-011-6/+4
| * Convert to use MPI:: for linkAllen Byrne2017-11-011-2/+4
| * Correct command usageAllen Byrne2017-11-011-5/+5
| * Change MPI target properties for libraryAllen Byrne2017-11-011-2/+2
| * Add a missing declaration for testingRichard Warren2017-10-271-0/+1
| * Moved the SWMR + cache image check up before the root groupDana Robinson2017-10-211-15/+8
| * Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-192-18/+18
* | Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-10-173-806/+690
|\ \ | |/
| * Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-131-43/+90
| |\
| | * Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-111-51/+51
| | * Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-092-34/+7
| | * Edits to the file open optimization and associated testmainzer2017-10-052-11/+38