summaryrefslogtreecommitdiffstats
path: root/src/H5Clog.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-031-35/+35
|
* Sync of src w/ develop (#3307)Dana Robinson2023-07-281-2/+2
|
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-271-75/+0
|
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-271-42/+42
|
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
| | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file.
* 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.
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+1
| | | | | | | * Basic alignment with async branch - trivial changes to reduce clutter in overall diff. * Update minor error code to reflect change within library * Update the error output to match library
* Clang-format of source filesAllen Byrne2020-09-301-152/+124
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-2/+2
|
* Fixed a valgrind issue with the unprotect log message. The loggingDana Robinson2019-01-311-3/+2
| | | | | | call was placed after the point where the cache entry was freed. The fix was to just use the entry's address directly in the log call instead of the entry itself.
* Updated the log function names.Dana Robinson2018-12-281-68/+68
|
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-165/+774
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Bring cache logging routines from revise_chunks branch to develop.Quincey Koziol2016-11-041-0/+370