summaryrefslogtreecommitdiffstats
path: root/hl/test/test_file_image.c
Commit message (Collapse)AuthorAgeFilesLines
* 1 10 changes for sanitize=address (#313)Allen Byrne2021-02-051-0/+2
| | | | | | | | | | | | | | | | | * HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop
* Source formattedAllen Byrne2020-10-011-83/+97
|
* Normalization of high-level library with develop. Also brings theDana Robinson2020-05-151-1/+1
| | | | warnhist script over.
* OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-231-4/+4
|
* Merge HD prefix and whitespace changes from developAllen Byrne2019-08-181-41/+41
|
* 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.
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-4/+32
| | | | and the tool and API wrappers will be coming in over the weekend.
* [svn-r28346] Description:Quincey Koziol2015-11-151-3/+5
| | | | | | | | Bring in cleanups from revise_chunks branch. Tested on: MacOSX/64 10.11.1 (amazon) w/serial & parallel (too minor to require full h5committest)
* [svn-r24376] Updated all code to use HDmalloc, HDcalloc, and HDfree.Dana Robinson2013-10-311-5/+5
| | | | | | | | | | | | | Prep work for adding a memory free function, part of HDFFV-8551. Tested on: 32-bit LE linux (jam) * with C++, Fortran * with thread safety on These are minor changes (almost entirely renaming foo functions to HDfoo) that don't change functionality. This should not require a full commit test.
* [svn-r22219] Description:Quincey Koziol2012-03-311-0/+518
Merge "file image" changes from feature branch back to trunk. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug (h5committest upcoming)