summaryrefslogtreecommitdiffstats
path: root/src/H5timer.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* sprintf to snprintf (#1815)Sean McBride2022-06-221-19/+20
* Fix issue with H5_now_usec() with 32 bit systems (#1416)Neil Fortner2022-02-101-3/+12
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-20/+20
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-4/+4
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-3/+3
* First cut of the H5 public API documentation. (#80)Gerd Heber2020-11-181-0/+1
* Clang-format of source filesAllen Byrne2020-09-301-82/+66
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-1/+1
* Fallback to older time functions in new timer code.Dana Robinson2020-07-141-23/+8
* Clean up warningsQuincey Koziol2020-06-281-1/+1
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...Quincey Koziol2020-06-271-0/+41
* 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-031-125/+483
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* [svn-r30189] Description:Quincey Koziol2016-07-181-19/+19
* [svn-r29395] Corrected parentheses in floating-point compare macros.Dana Robinson2016-03-121-1/+1
* [svn-r26427] Revert of r26426Dana Robinson2015-03-111-18/+17
* [svn-r26426] Merge of r26424 from the autotools_rework branch.Dana Robinson2015-03-111-17/+18
* [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants.Dana Robinson2015-03-011-49/+40
* [svn-r23713] Description:Quincey Koziol2013-05-211-5/+5
* [svn-r20499] Fixes erroneous H5_HAVE_GETTIMEOFDAY behavior on Windows (JIRA H...Dana Robinson2011-04-141-2/+2
* [svn-r18612] Description:Quincey Koziol2010-04-221-17/+17
* [svn-r18610] Description:Quincey Koziol2010-04-221-26/+23
* [svn-r13253] Updated all C and C++ style source code files with the THG copyr...Albert Cheng2007-02-071-2/+3
* [svn-r12990] Description:Quincey Koziol2006-11-281-0/+36
* [svn-r12605] Description:Quincey Koziol2006-08-211-0/+248