| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge of --Wc++-compat changes from develop | Dana Robinson | 2020-01-09 | 1 | -14/+0 |
|
|
* | Added ifdef for intel compilers, __GNUC__ has to be defined for header files ... | M. Scot Breitenfeld | 2019-08-14 | 1 | -1/+1 |
|
|
* | Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings o... | M. Scot Breitenfeld | 2019-08-09 | 1 | -0/+5 |
|
|
* | HDFFV-10845, 10529 and CMake changes from develop | Allen Byrne | 2019-07-24 | 1 | -4/+10 |
|
|
* | Merge of changes from develop for 1.10.5. | Dana Robinson | 2019-02-04 | 1 | -0/+6 |
|
|
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-12-31 | 1 | -50/+0 |
|
|
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-26 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-03-18 | 1 | -9/+29 |
|\ |
|
* | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -28/+67 |
|/ |
|
* | Normalization with VOL integration branch. | Dana Robinson | 2017-11-30 | 1 | -84/+97 |
|
|
* | Rework of the POSIX file open permissions and macros to clean up | Dana Robinson | 2017-04-28 | 1 | -17/+4 |
|
|
* | Changed the Windows POSIX open() file permissions to be correct | Dana Robinson | 2017-04-28 | 1 | -0/+18 |
|
|
* | 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 | -1/+7 |
|
|
* | Added text to the function check macros so that a more helpful | Dana Robinson | 2016-12-12 | 1 | -1/+1 |
|
|
* | Bring over support for retrying metadata cache entry loads, along with all the | Quincey Koziol | 2016-11-20 | 1 | -1/+7 |
|
|
* | [svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout. | Dana Robinson | 2016-07-27 | 1 | -1/+3 |
|
|
* | [svn-r30113] Description: | Quincey Koziol | 2016-06-28 | 1 | -0/+33 |
|
|
* | [svn-r30017] Description: | Quincey Koziol | 2016-06-06 | 1 | -8/+8 |
|
|
* | [svn-r29395] Corrected parentheses in floating-point compare macros. | Dana Robinson | 2016-03-12 | 1 | -8/+9 |
|
|
* | [svn-r29182] Re-commit of HDFFV-8740 fix, which adds the ability to configure | Dana Robinson | 2016-02-22 | 1 | -1/+5 |
|
|
* | [svn-r29084] Revert of: | Dana Robinson | 2016-02-11 | 1 | -5/+1 |
|
|
* | [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU... | Mohamad Chaarawi | 2016-02-07 | 1 | -0/+3 |
|
|
* | [svn-r29041] Patch from Steffen Kiess that allows a relative path to be speci... | Dana Robinson | 2016-02-04 | 1 | -1/+5 |
|
|
* | [svn-r29030] Cleanup of test/externals before merging user patch. | Dana Robinson | 2016-02-02 | 1 | -1/+3 |
|
|
* | [svn-r29019] Fixed double declaration of a few types that only appears on Win... | Dana Robinson | 2016-01-29 | 1 | -1/+7 |
|
|
* | [svn-r29011] LFS changes in the autotools and library. | Dana Robinson | 2016-01-28 | 1 | -51/+17 |
|
|
* | [svn-r28950] - remove META_FLUSH_COLLECTIVELY property for delayed sanity che... | Mohamad Chaarawi | 2016-01-21 | 1 | -0/+1 |
|
|
* | [svn-r28581] Brought flock changes over from revise_chunks as well as a few | Dana Robinson | 2015-12-11 | 1 | -1/+73 |
|
|
* | [svn-r28422] Description: | Quincey Koziol | 2015-11-20 | 1 | -7/+16 |
|
|
* | [svn-r28416] Description: | Quincey Koziol | 2015-11-20 | 1 | -8/+3 |
|
|
* | [svn-r28241] Correct prototype return signature. | Allen Byrne | 2015-10-28 | 1 | -1/+1 |
|
|
* | [svn-r28236] Rework get timezone function to add another exclusion define (H5... | Allen Byrne | 2015-10-27 | 1 | -2/+10 |
|
|
* | [svn-r28138] Add first support for _Bool and make hbool_t a "real" _Bool if a... | Jerome Soumagne | 2015-10-20 | 1 | -2/+2 |
|
|
* | [svn-r27768] Description: | Quincey Koziol | 2015-09-14 | 1 | -317/+375 |
|
|
* | [svn-r27753] Removed duplicated attribute macro checks. Moved canonical attri... | Dana Robinson | 2015-09-10 | 1 | -3/+14 |
|
|
* | [svn-r27581] Fixed a bug in the FUNC_ENTER macros. API calls of the form H5xx... | Dana Robinson | 2015-08-26 | 1 | -3/+18 |
|
|
* | [svn-r27572] Removed VMS-specific code from the library. | Dana Robinson | 2015-08-24 | 1 | -30/+5 |
|
|
* | [svn-r27548] Revert r27545 | Jerome Soumagne | 2015-08-21 | 1 | -2/+2 |
|
|
* | [svn-r27545] Add first support for _Bool and make hbool_t a "real" _Bool if a... | Jerome Soumagne | 2015-08-21 | 1 | -2/+2 |
|
|
* | [svn-r27278] Merge of 27270 from trunk. Fixes HDFFV-9119 and HDFFV-9421. | Dana Robinson | 2015-06-24 | 1 | -5/+16 |
|
|
* | [svn-r27133] - Add a new attribute function characterstic for format: | Mohamad Chaarawi | 2015-06-01 | 1 | -8/+1 |
|
|
* | [svn-r27111] move undef of __attribute__ back to private and remove its usage... | Mohamad Chaarawi | 2015-05-26 | 1 | -0/+2 |
|
|
* | [svn-r27045] Renamed H5_ASSIGN_OVERFLOW() to H5_CHECKED_ASSIGN() and re-ordered | Dana Robinson | 2015-05-10 | 1 | -2/+5 |
|
|
* | [svn-r26678] add ifdef checks and setting for __attribute__ in a public place... | Mohamad Chaarawi | 2015-03-31 | 1 | -5/+2 |
|
|
* | [svn-r26333] Eliminates gcc warnings due to -Wunsuffixed-float-constants. | Dana Robinson | 2015-03-01 | 1 | -0/+42 |
|
|
* | [svn-r26276] Merged r26075-80, 86 from features/autotools_rework branch. | Dana Robinson | 2015-02-23 | 1 | -3/+0 |
|
|
* | [svn-r26272] Merge of r26071 from features/autotools_rework | Dana Robinson | 2015-02-22 | 1 | -0/+4 |
|
|
* | [svn-r26203] increase string size to 128 for MPE function event name. | Mohamad Chaarawi | 2015-02-18 | 1 | -1/+1 |
|
|
* | [svn-r26180] merge configure fixes for HDFFV-9068,9069,9096,9097,9135 from au... | Mohamad Chaarawi | 2015-02-16 | 1 | -18/+19 |
|
|