summaryrefslogtreecommitdiffstats
path: root/test/testfiles/plist_files
Commit message (Collapse)AuthorAgeFilesLines
* Remove core VFD-specific property list call and regenerate encoded propertyQuincey Koziol2018-12-2012-0/+0
| | | | lists.
* Clear driver properties before returning them to application.Quincey Koziol2018-12-1912-0/+0
| | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties.
* Update encoded DXPLs to reflect changes in properties.Quincey Koziol2018-03-208-0/+0
|
* Modifications made based on comments from pull request.Vailin Choi2018-02-0720-0/+0
|
* Initial checkin for library version boundsVailin Choi2017-10-0312-0/+0
| | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
* Final merge of page buffering branch to developQuincey Koziol2017-03-148-0/+0
|
* Cache image feature and testingQuincey Koziol2017-01-2932-0/+0
|
* [svn-r27806] Fix property list serialization for values encoded by ↵Neil Fortner2015-09-1698-0/+0
| | | | | | | | | | H5Pset_chunk_cache to be compatible between 32 and 64 bit systems. Expand cross platform property list encode/decode testing. Fix warning in H5P__fill_value_enc. Tested: jam, koala, ostrich (h5committest), ummon
* [svn-r27243] fix problem with encoding/decoding external fapl for lapls.Mohamad Chaarawi2015-06-186-0/+0
|
* [svn-r24993] Purpose:Dana Robinson2014-04-094-0/+0
| | | | | | | | | | | | | | | Adds write tracking to the core VFD, which can be configured via the H5Pset/get_core_write_tracking() API call. When enabled and writing to the backing store is enabled, this feature will track writes and only write out the changed bytes on flush/close. Tested on: 32-bit LE linux (jam) w/ Fortran and C++ 64-bit BE linux (ostrich) 64-bit Darwin 12.5.0 (kite) All were tested using the core VFD w/ paging on (core_paged in the VFD list). Make check-vfd was also tested on jam.
* [svn-r22807] Description:Quincey Koziol2012-09-2524-0/+0
Add encode/decode API routines for property lists: H5Pencode/H5Pdecode. Tested on: FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, w/threadsafe, in production mode Linux/PPC 2.6 (ostrich) w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-ia64 2.6 (ember) w/Intel compilers, w/parallel, C++ & FORTRAN, in production mode Mac OS X/32 10.7.3 (amazon) in debug mode Mac OS X/32 10.7.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode Mac OS X/32 10.7.3 (amazon) w/parallel, in debug mode