summaryrefslogtreecommitdiffstats
path: root/src/H5CXmodule.h
Commit message (Collapse)AuthorAgeFilesLines
* Removes programmer/date lines from src headers (#2747)Dana Robinson2023-04-181-6/+3
|
* Removes unused definitions from module headers (#1624)Dana Robinson2022-04-111-3/+2
|
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
| | | | | | | | | | | | | | | | * Fixed many -Wreserved-id-macro warnings by fixing header guard spelling Removed leading underscore(s) from header guard spelling. Used 2 regexes: ` _H5(.*)_H` ` __H5(.*)_H` Applied case-insensitively to only .h files. * Modified scripts that generate header files to not use underscore prefix Interestingly, there was already no leading underscore in the trailing comment at the end of the file * Fixed remaining -Wreserved-id-macro warning not caught by regex
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Clang-format of source filesAllen Byrne2020-09-301-4/+3
|
* Minor normalization with 1.10.Dana Robinson2020-07-201-1/+1
|
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-0/+33