| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'origin/develop' into namespace_cleanup_01 | Quincey Koziol | 2020-08-07 | 1 | -3/+3 |
|\ |
|
| * | Merge branch 'develop' into file_locking_squash_2 | Dana Robinson | 2020-08-06 | 1 | -4/+4 |
| |\ |
|
| * | | Squash merge of file locking fixes | Dana Robinson | 2020-08-03 | 1 | -3/+3 |
|
|
* | | | Clean up private / package / static namespace issues (function naming, which | Quincey Koziol | 2020-08-06 | 1 | -2/+0 |
| |/
|/| |
|
* | | Minor normalizations with 1.12 branch | Dana Robinson | 2020-08-01 | 1 | -4/+4 |
|/ |
|
* | va_arg -> HDva_arg | Quincey Koziol | 2020-06-27 | 1 | -1/+1 |
|
|
* | Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a... | Quincey Koziol | 2020-06-27 | 1 | -32/+0 |
|
|
* | Merge remote-tracking branch 'origin/develop' into monotonic_timer | Quincey Koziol | 2020-06-26 | 1 | -40/+205 |
|\ |
|
| * | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -1/+1 |
|
|
| * | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-01-29 | 1 | -3/+2 |
|
|
| * | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -0/+28 |
|
|
| * | Small changes from the token_refactoring branch, to reduce the delta to develop | Quincey Koziol | 2020-01-04 | 1 | -1/+3 |
|
|
| * | Fixed a bug where we incorrectly pass a lock struct to fcntl | Dana Robinson | 2019-08-27 | 1 | -1/+1 |
|
|
| * | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -2/+2 |
|
|
| * | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -2/+2 |
|
|
| * | Updated configure & CMake compiler flags for GCC 8.x, along with corresponding | Quincey Koziol | 2019-06-28 | 1 | -4/+9 |
|
|
| * | Moving the handling of null prefix into H5_combine_path. | Songyu Lu | 2019-04-17 | 1 | -3/+3 |
|
|
| * | Adds _wopen support on Windows so that files with UTF-8 names | Dana Robinson | 2019-03-15 | 1 | -0/+126 |
|
|
| * | Added HD to va_* calls in a couple of library files. | Dana Robinson | 2018-12-17 | 1 | -27/+32 |
|
|
| * | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -5/+5 |
|
|
| * | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -5/+5 |
|
|
| * | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 1 | -1/+1 |
|
|
| * | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ... | lrknox | 2017-12-22 | 1 | -1/+1 |
|
|
| * | Add HD prefix | Allen Byrne | 2017-12-20 | 1 | -1/+1 |
|
|
| * | HDFFV-9724 Copy efc_open search from Lextern_traverse | Allen Byrne | 2017-12-15 | 1 | -1/+1 |
|
|
| * | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 1 | -1/+1 |
|
|
* | | Changes to make timers within the library monotonic. | Quincey Koziol | 2017-09-03 | 1 | -13/+104 |
|/ |
|
* | Minor tweaks in response to code review. | Dana Robinson | 2017-08-01 | 1 | -6/+2 |
|
|
* | Major rework of H5PL package code before bringing VOL changes | Dana Robinson | 2017-07-14 | 1 | -0/+50 |
|
|
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5... | Larry Knox | 2017-04-25 | 1 | -6/+4 |
|
|
* | Update cmake pubconf to match autotools and add strtoll checks | Allen Byrne | 2017-03-16 | 1 | -16/+17 |
|
|
* | Fix bad implementation of Windows nanosleep equivalent. | Dana Robinson | 2016-12-12 | 1 | -4/+3 |
|
|
* | Added Windows-only versions of the round() functions, which do not | derobins | 2016-12-02 | 1 | -0/+50 |
|
|
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -0/+81 |
|
|
* | Code style and warning cleanups, from revise_chunks branch. | Quincey Koziol | 2016-11-06 | 1 | -1/+1 |
|
|
* | [svn-r30189] Description: | Quincey Koziol | 2016-07-18 | 1 | -15/+14 |
|
|
* | [svn-r29482] Switched a few Visual Studio #ifdefs to Win32 | Dana Robinson | 2016-03-21 | 1 | -2/+2 |
|
|
* | [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configure | Dana Robinson | 2016-02-22 | 1 | -10/+119 |
|
|
* | [svn-r29084] Revert of: | Dana Robinson | 2016-02-11 | 1 | -119/+10 |
|
|
* | [svn-r29043] Fixes to make relative external storage work on Windows. Part of... | Dana Robinson | 2016-02-04 | 1 | -2/+2 |
|
|
* | [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci... | Dana Robinson | 2016-02-04 | 1 | -10/+119 |
|
|
* | [svn-r28581] Brought flock changes over from revise_chunks as well as a few | Dana Robinson | 2015-12-11 | 1 | -1/+111 |
|
|
* | [svn-r28422] Description: | Quincey Koziol | 2015-11-20 | 1 | -10/+10 |
|
|
* | [svn-r28416] Description: | Quincey Koziol | 2015-11-20 | 1 | -21/+66 |
|
|
* | [svn-r28236] Rework get timezone function to add another exclusion define (H5... | Allen Byrne | 2015-10-27 | 1 | -2/+6 |
|
|
* | [svn-r28234] Changed a C++-style comment to C-style. | Dana Robinson | 2015-10-27 | 1 | -4/+6 |
|
|
* | [svn-r28229] HDFFV-9550: Rework timezone usage to localize the #ifdef blocks ... | Allen Byrne | 2015-10-26 | 1 | -0/+31 |
|
|
* | [svn-r27572] Removed VMS-specific code from the library. | Dana Robinson | 2015-08-24 | 1 | -60/+2 |
|
|
* | [svn-r26438] Fixed some double promotion warnings from gcc 4.9.2. Most were in | Dana Robinson | 2015-03-11 | 1 | -1/+1 |
|
|
* | [svn-r24726] Description: | Quincey Koziol | 2014-02-20 | 1 | -8/+16 |
|
|