summaryrefslogtreecommitdiffstats
path: root/hl/src/hdf5_hl.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23600] Bring revisions #23085 - #23341 from trunk to revise_chunks.Vailin Choi2013-04-191-0/+1
| | | | h5committested.
* [svn-r20196] This checkin consists of the following:Vailin Choi2011-03-071-0/+1
| | | | | | | | | | | | | | | A) - Changes to add the new tool "h5watch" to High Level - Changes to add three new High Level public routines for retrieving elements appended to a dataset B) A patch from Mike M. to fix the H5Dflush/refresh problem: src/H5Dpkg.h src/H5Dint.c src/H5D.c C) Fix for an assertion failure in H5FS_sect_link_size() in H5FSsection.c src/H5Dbtree2.c h5committested; tested also on linew, duty, fred.
* [svn-r13253] Updated all C and C++ style source code files with the THG ↵Albert Cheng2007-02-071-2/+3
| | | | | | | | | copyright notice. Tested platform: Kagiso only since it is only a comment block change. If it works in one machine, it should work in all, I hope. Still need to check the parallel build on copper.
* [svn-r12284] Purpose:Albert Cheng2006-04-201-0/+1
| | | | | | | | | | | Bug fix. Description: H5PTpublic.h was not included in hdf5_hl.h. Added hdf5_hl.h to the installed header files list. Platforms tested: Heping.
* [svn-r12283] Purpose:Albert Cheng2006-04-201-0/+30
Rearragement. Description: Created general HL library header file and moved HL public headers to it. Platforms tested: h5committested.