summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Minor changes from normalization with 1.10Dana Robinson2020-07-0921-1074/+1055
* | | Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-025-223/+221
* | | Merge pull request #2668 in HDFFV/hdf5 from monotonic_timer to developQuincey Koziol2020-07-0210-568/+1064
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-301-0/+6
| |\ \
| * | | Clean up warningsQuincey Koziol2020-06-282-3/+7
| * | | va_arg -> HDva_argQuincey Koziol2020-06-271-1/+1
| * | | Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...Quincey Koziol2020-06-272-32/+41
| * | | Merge remote-tracking branch 'origin/develop' into monotonic_timerQuincey Koziol2020-06-26427-53399/+111938
| |\ \ \
| * | | | Correct mistake in H5_now_usec calculation for clock_gettime.Quincey Koziol2017-09-241-1/+1
| * | | | Update H5_now_usec to prefer using clock_gettime.Quincey Koziol2017-09-241-1/+8
| * | | | Changes to make timers within the library monotonic.Quincey Koziol2017-09-0310-513/+991
* | | | | Merge pull request #2669 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/HDftell_m...Jake Smith2020-06-301-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix typo in HDftell macro definition: 'ftello -> ftell'Jacob Smith2020-06-291-1/+1
| | |/ / | |/| |
* | | | Changed wording in comment.Binh-Minh Ribler2020-06-301-2/+2
* | | | - added comment to explain a klugeBinh-Minh Ribler2020-06-291-0/+2
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Binh-Minh Ribler2020-06-2938-608/+664
|\ \ \ \ | |/ / /
| * | | Merge pull request #2654 in HDFFV/hdf5 from bmr_HDFFV-10591 to developBinh-Minh Ribler2020-06-221-0/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Fix HDFFV-10591Binh-Minh Ribler2020-06-191-0/+5
| * | | Reduce overhead for H5open, which is involved in the public symbols like H5T_...Quincey Koziol2020-06-162-5/+32
| |/ /
| * | Merge pull request #2615 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/splitter_...Jake Smith2020-06-151-0/+3
| |\ \
| | * | Patch a few holes in the Splitter VFD implementation.Jacob Smith2020-05-291-0/+3
| * | | Merge pull request #2635 in HDFFV/hdf5 from cache_last_id_info to developQuincey Koziol2020-06-101-2/+22
| |\ \ \
| | * | | Remember the info for the last ID looked up for a given ID type.Quincey Koziol2020-06-091-2/+22
| * | | | Merge pull request #2634 in HDFFV/hdf5 from opt_single_selection_io to developQuincey Koziol2020-06-101-27/+32
| |\ \ \ \
| | * | | | Eliminate allocating file & memory offset & length arrays when performing I/O...Quincey Koziol2020-06-091-27/+32
| | |/ / /
| * | | | Remove redundant metadata cache tagging from some low-level internal chunk fu...Quincey Koziol2020-06-091-4/+4
| |/ / /
| * | | Merge pull request #2630 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-06-086-46/+38
| |\ \ \
| | * | | Minor normalizations with HDF5 1.10.Dana Robinson2020-06-076-46/+38
| * | | | Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-051-0/+9
| |/ / /
| * | | Normalization of H5T.c with 1.10.Dana Robinson2020-06-041-24/+24
| * | | Normalization of H5D.c with 1.10.Dana Robinson2020-06-041-11/+10
| * | | Normalizations with 1.10 branch.Dana Robinson2020-06-023-16/+19
| * | | Normalization with hdf5_1_10Dana Robinson2020-06-0124-473/+466
| |/ /
* | | Fix HDFFV-11053Binh-Minh Ribler2020-05-261-0/+4
|/ /
* | Replaced a few calls to HDmemcpy with H5MM_memcpy, which does overlapDana Robinson2020-05-152-8/+8
* | Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-101-2/+5
* | Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-012-3/+5
* | Merge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ...Dana Robinson2020-04-271-15/+17
|\ \
| * | Moved -Woverlength-strings to the developer flags.Dana Robinson2020-04-261-15/+17
* | | Fix `src/H5FDdirect.c:1346:5: error: ISO C90 forbids mixed declarationsDavid Young2020-04-241-4/+1
|/ /
* | Merge pull request #2525 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-04-231-1/+1
|\ \
| * | Add C++ warnings treated as error for autotools builds.Larry Knox2020-04-231-1/+1
* | | Trim trailing whitespaceQuincey Koziol2020-04-20147-2473/+2473
|/ /
* | Fixed some minor cmp callback bugs and cleaned warnings.Dana Robinson2020-04-171-3/+5
* | Fixed problems with S3 and HDFS VFDs.Dana Robinson2020-04-171-1/+6
* | Merge pull request #2452 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:feature/vfd_spli...Jake Smith2020-04-1111-5/+4020
|\ \
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2020-04-0721-370/+682
| |\ \
| * | | Tidying of Mirror VFD.Jacob Smith2020-04-072-8/+15
| * | | Add Splitter VFD to library.Jacob Smith2020-03-1311-5/+4013
* | | | Merge pull request #2502 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ...Dana Robinson2020-04-093-20/+55
|\ \ \ \