summaryrefslogtreecommitdiffstats
path: root/test/gen_bounds.c
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-6/+6
| | | Much normalization with develop. Still needs tools changes wrt VFD plugins.
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-326/+438
|
* Trim trailing whitespaceQuincey Koziol2020-05-201-32/+32
|
* Modifications based on PR review feedback.vchoi2020-05-201-71/+51
|
* Add two routines gen_ref_files() and gen_sel_files() to generate test files ↵vchoi2020-05-201-0/+573
| | | | | | | related to references and selections. These test files will be copied to 1.12, 1.10 and 1.8 for compatibility testing.
* 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.