summaryrefslogtreecommitdiffstats
path: root/test/gen_bounds.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-163/+266
|
* Improve codeBinh-Minh Ribler2018-03-101-6/+19
| | | | | | | | Description: Added notes and changed argument to H5Fcreate to clarify the latest situation Platforms tested: Linux/64 (jelly)
* Added comment for clarification about latest as 1.10.Binh-Minh Ribler2018-02-131-1/+3
| | | | | | Platforms tested: Linux/64 (jelly) Linux/32 (jam)
* Cleaned up per comments in PR# 876Binh-Minh Ribler2018-02-071-266/+262
| | | | | | Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
* Further improvementBinh-Minh Ribler2017-11-271-25/+7
|
* Fixed comment.Binh-Minh Ribler2017-11-271-1/+1
|
* Adding data file generatorBinh-Minh Ribler2017-11-271-0/+626
Description: Added gen_bounds.c to generate the following files: - bounds_earliest_latest.h5 - bounds_earliest_v18.h5 - bounds_latest_latest.h5 - bounds_v18_latest.h5 - bounds_v18_v18.h5 for testing the version bounds fix in 1.8 and 1.6.