summaryrefslogtreecommitdiffstats
path: root/src/H5HLint.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r22812] Purpose:Dana Robinson2012-09-251-16/+5
| | | | | | | | Mainly to add SWMR flush dependencies to the free space manager (H5FS) code. Also fixes a few issues with the local heap and the fixed array code, and brings the MANIFEST up to date. Tested on: jam
* [svn-r22518] Added flush dependencies for SWMR to the local heap code.Dana Robinson2012-07-051-0/+64
| | | | | Tested on jam. This branch still has h5diff errors. The library tests all pass, though.
* [svn-r22515] Converted local heap (H5HL) code to use the new ↵Dana Robinson2012-07-051-259/+71
| | | | | | | | | | enter/leave/error macro scheme. Also created separate prefix and data block files so that the local heap code more closely resembles the rest of the data structures. Tested on jam. This branch still has h5diff errors. The library tests all pass, though.
* [svn-r22105] Description:Quincey Koziol2012-03-211-8/+8
| | | | | | | | | | Bring r20557:22085 from trunk to this branch, also fixing some other issues/failures in the branch simultaneously. The h5repack tests are still failing, but Neil will be checking into those, so the branch can be fully functional again. Tested on: Mac OSX/64 10.7.3 (amazon) w/debug
* [svn-r18175] Description:Quincey Koziol2010-01-281-0/+417
Bring r17986:18172 from trunk to revise_chunks branch. Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) 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 (amani) 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, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode