summaryrefslogtreecommitdiffstats
path: root/src/H5Cquery.c
Commit message (Collapse)AuthorAgeFilesLines
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-2/+2
| | | | | * clang 13 format #1933 * Correct workflow
* Hdf5 1 10 Update license url (#403)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * 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. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Source formattedAllen Byrne2020-10-011-84/+55
|
* Removed trailing whitespace from source files.Dana Robinson2020-05-261-2/+2
|
* Merge of logging framework updates.Dana Robinson2018-12-311-58/+0
|
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* Merge pull request #361 in HDFFV/hdf5 from merge_h5clear_revert to developQuincey Koziol2017-03-231-0/+30
| | | | | | * commit '46c9ab600de491657520897322b75659c3bdfb5f': Minor style cleanups Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
* Align w/incoming page buffering changes.Quincey Koziol2017-02-251-1/+2
|
* Switch list lengths to unsigned integers (to align better w/cache image merge)Quincey Koziol2017-01-281-1/+1
|
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-061-1/+4
|
* Switch to new, more scalable, metadata cache entry tagging.Quincey Koziol2016-11-071-1/+1
|
* [svn-r30112] Description:Quincey Koziol2016-06-281-2/+2
| | | | | | | | | | Move updated flush dependency code in metadata cache from revise_chunks branch to trunk. Also many of the cleanups from r30111 in the revise_chunks branch. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r30068] Description:Quincey Koziol2016-06-131-0/+3
| | | | | | | | Bring metadata cache corking to trunk. Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29985] Description:Quincey Koziol2016-05-301-0/+449
Extract query routines into separate source module. Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest not required on this branch)